463bb8d498 
								
							
								 
							
						 
						
							
							
								
								Update plugins to use CR_WRONG_USAGE where appropriate  
							
							
							
						 
						
							2013-10-30 15:58:14 -05:00  
				
					
						
							
							
								 
						
							
							
								ff939e36bb 
								
							
								 
							
						 
						
							
							
								
								Missed parameter in plugin command init  
							
							
							
						 
						
							2013-10-30 14:25:35 -05:00  
				
					
						
							
							
								 
						
							
							
								b97a13fa63 
								
							
								 
							
						 
						
							
							
								
								Update "plants" plugin  
							
							... 
							
							
							
							* Add "createplant" command, creates a shrub or sapling at the cursor.
* Put help text in command definitions so CR_WRONG_USAGE works properly 
							
						 
						
							2013-10-30 14:19:52 -05:00  
				
					
						
							
							
								 
						
							
							
								9dc9a3f33a 
								
							
								 
							
						 
						
							
							
								
								digfort: add start() comment  
							
							
							
						 
						
							2013-10-30 15:27:51 +01:00  
				
					
						
							
							
								 
						
							
							
								6546ed2d5a 
								
							
								 
							
						 
						
							
							
								
								scripts/digfort: better csv handling  
							
							
							
						 
						
							2013-10-30 14:31:33 +01:00  
				
					
						
							
							
								 
						
							
							
								15c2d99a3e 
								
							
								 
							
						 
						
							
							
								
								Update xml.  
							
							
							
						 
						
							2013-10-25 14:23:55 -04:00  
				
					
						
							
							
								 
						
							
							
								8ccb04236f 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'angavrilov/master' into 0.34.11-r4  
							
							
							
						 
						
							2013-10-25 11:47:03 -04:00  
				
					
						
							
							
								 
						
							
							
								54b45349c5 
								
							
								 
							
						 
						
							
							
								
								Improve pre-embark prospect using new knowledge about soil depth.  
							
							
							
						 
						
							2013-10-25 14:37:37 +04:00  
				
					
						
							
							
								 
						
							
							
								e4978a1da7 
								
							
								 
							
						 
						
							
							
								
								Relax 3dveins preconditions to account for soil quirks and volcanoes.  
							
							
							
						 
						
							2013-10-25 12:51:06 +04:00  
				
					
						
							
							
								 
						
							
							
								d4d4135096 
								
							
								 
							
						 
						
							
							
								
								Update texts. Also added some documentation on event stuff.  
							
							
							
						 
						
							2013-10-24 20:12:11 -04:00  
				
					
						
							
							
								 
						
							
							
								237251ce0c 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'jjyg/digmat' into 0.34.11-r4  
							
							... 
							
							
							
							Conflicts:
	Readme.rst 
							
						 
						
							2013-10-24 19:39:40 -04:00  
				
					
						
							
							
								 
						
							
							
								0508767f47 
								
							
								 
							
						 
						
							
							
								
								News typo.  
							
							
							
						 
						
							2013-10-24 19:37:08 -04:00  
				
					
						
							
							
								 
						
							
							
								329741f235 
								
							
								 
							
						 
						
							
							
								
								EventManager: added EQUIPMENT_CHANGE event and exposed it to lua.  
							
							
							
						 
						
							2013-10-24 19:32:52 -04:00  
				
					
						
							
							
								 
						
							
							
								ce1bb1e95b 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'putnam/master' into 0.34.11-r4  
							
							
							
						 
						
							2013-10-20 23:27:12 -04:00  
				
					
						
							
							
								 
						
							
							
								4dbcee9560 
								
							
								 
							
						 
						
							
							
								
								EventManager: be smarter about removing things while iterating.  
							
							
							
						 
						
							2013-10-20 23:16:21 -04:00  
				
					
						
							
							
								 
						
							
							
								c409289ee4 
								
							
								 
							
						 
						
							
							
								
								EventManager: TICK events should unregister correctly when requested and after they fire, other tweaks.  
							
							... 
							
							
							
							- fixed unregister to allow unregistering individual TICK events
 - make registerTick return the resulting freq you have to put back in to the handler in order for it to be unregisterable
- when TICK events fire, they now automatically remove themselves from handlers[TICK], as they should
- make sure manageTickEvent fires once per tick 
							
						 
						
							2013-10-20 22:54:25 -04:00  
				
					
						
							
							
								 
						
							
							
								3594dc2eb8 
								
							
								 
							
						 
						
							
							
								
								EventManager: fixed the TICK event, and a few tweaks.  
							
							... 
							
							
							
							- redo tick event management to work with world->frame_counter
 - the freq of a TICK EventHandler is now ignored
 - unregistering for an individual TICK event is still broken
  - you would have to know the modified freq to even begin removing it
  - it is only removed from handleres[TICK], not from tickQueue
- redo unregisterAll to be more efficient
- use the map loaded/unloaded events instead of world loaded/unloaded for initializing/clearing event monitoring data
- get rid of silly unsigned variables 
							
						 
						
							2013-10-20 21:48:28 -04:00  
				
					
						
							
							
								 
						
							
							
								9bf004d07f 
								
							
								 
							
						 
						
							
							
								
								Several EventManager fixes and improvements.  
							
							... 
							
							
							
							- handle loading and unloading of saves better
  - made sure it never triggers bogus events on loading a save
    - plugins should now handle loading themselves with onStateChange
  - special case to make Buildings module keep track of all buildings correctly on load
- fixed syndrome detection
  - was broken because of the switch from ticks-since-the-dawn-of-time to world->frame_counter
  - added lastSyndromeTime global
- fixed possible off by one error when looking for new created items
- got rid of the unread lastTick global
- const'ed the function pointer array of eventManagers 
							
						 
						
							2013-10-20 20:12:42 -04:00  
				
					
						
							
							
								 
						
							
							
								a0ee74b3a5 
								
							
								 
							
						 
						
							
							
								
								eventful: no longer possible to disable an event type, event frequency is the minimum request frequency (most frequent), added array of event handler function pointers to simplify code  
							
							
							
						 
						
							2013-10-20 19:56:48 -04:00  
				
					
						
							
							
								 
						
							
							
								f69fd1d528 
								
							
								 
							
						 
						
							
							
								
								EventManager: prevent eventspam just after loading a save.  
							
							
							
						 
						
							2013-10-20 17:39:54 -04:00  
				
					
						
							
							
								 
						
							
							
								4a32aff6a3 
								
							
								 
							
						 
						
							
							
								
								Update script.lua  
							
							
							
						 
						
							2013-10-20 13:58:15 -07:00  
				
					
						
							
							
								 
						
							
							
								e81c060627 
								
							
								 
							
						 
						
							
							
								
								Added EVENT_MAX just in case someone wants it.  
							
							
							
						 
						
							2013-10-20 15:24:31 -04:00  
				
					
						
							
							
								 
						
							
							
								d4542b32fa 
								
							
								 
							
						 
						
							
							
								
								eventful: removed extra EventManager::unregisterAll.  
							
							
							
						 
						
							2013-10-20 15:24:04 -04:00  
				
					
						
							
							
								 
						
							
							
								6ef360f4d6 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'warmist/dev-EventManager-lua' into 0.34.11-r4  
							
							
							
						 
						
							2013-10-20 14:52:40 -04:00  
				
					
						
							
							
								 
						
							
							
								d179812c22 
								
							
								 
							
						 
						
							
							
								
								Small bug fix for autolabor crashing on script created creatures.  
							
							
							
						 
						
							2013-10-20 21:50:22 +03:00  
				
					
						
							
							
								 
						
							
							
								0dff26aa23 
								
							
								 
							
						 
						
							
							
								
								Added lua interface (in eventful) for EventManager module.  
							
							
							
						 
						
							2013-10-20 21:44:07 +03:00  
				
					
						
							
							
								 
						
							
							
								d78a111f02 
								
							
								 
							
						 
						
							
							
								
								EventManager: Fixed the death event, fixed another problem with construction event, and made EventManager use world->frame_counter for scheduling event checking in order to make it work in arena mode.  
							
							
							
						 
						
							2013-10-20 14:41:39 -04:00  
				
					
						
							
							
								 
						
							
							
								39553cfb6d 
								
							
								 
							
						 
						
							
							
								
								EventManager: fixed a problem with constructionHandler.  
							
							
							
						 
						
							2013-10-20 14:14:02 -04:00  
				
					
						
							
							
								 
						
							
							
								82c9ca3ce2 
								
							
								 
							
						 
						
							
							
								
								Document 3dveins as possibly unsafe.  
							
							
							
						 
						
							2013-10-20 12:43:54 -04:00  
				
					
						
							
							
								 
						
							
							
								4e11513b0a 
								
							
								 
							
						 
						
							
							
								
								Update html.  
							
							
							
						 
						
							2013-10-20 11:25:31 -04:00  
				
					
						
							
							
								 
						
							
							
								8fff573b6a 
								
							
								 
							
						 
						
							
							
								
								Sorted news.  
							
							
							
						 
						
							2013-10-20 11:20:48 -04:00  
				
					
						
							
							
								 
						
							
							
								ee056f4422 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'angavrilov/master' into 0.34.11-r4  
							
							... 
							
							
							
							Conflicts:
	NEWS 
							
						 
						
							2013-10-20 11:09:40 -04:00  
				
					
						
							
							
								 
						
							
							
								1422197533 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'adeon/for-dfhack' into 0.34.11-r4  
							
							
							
						 
						
							2013-10-20 10:45:00 -04:00  
				
					
						
							
							
								 
						
							
							
								b2d2a074c8 
								
							
								 
							
						 
						
							
							
								
								Validate vein types in the scan phase and leave unexpected ones alone.  
							
							
							
						 
						
							2013-10-20 12:33:17 +04:00  
				
					
						
							
							
								 
						
							
							
								fde3b92753 
								
							
								 
							
						 
						
							
							
								
								Updated HTML.  
							
							
							
						 
						
							2013-10-19 21:44:18 -04:00  
				
					
						
							
							
								 
						
							
							
								6805656dd0 
								
							
								 
							
						 
						
							
							
								
								Added enable/disable functionality to diggingInvaders.  
							
							
							
						 
						
							2013-10-19 21:42:24 -04:00  
				
					
						
							
							
								 
						
							
							
								9d3ee11349 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'diggingInvaders' into 0.34.11-r4  
							
							... 
							
							
							
							Conflicts:
	scripts/devel/invasion-now.lua 
							
						 
						
							2013-10-19 21:26:50 -04:00  
				
					
						
							
							
								 
						
							
							
								0bf427c689 
								
							
								 
							
						 
						
							
							
								
								Added enable/disable functionality to new plugins.  
							
							
							
						 
						
							2013-10-19 21:19:39 -04:00  
				
					
						
							
							
								 
						
							
							
								fc96a19fb0 
								
							
								 
							
						 
						
							
							
								
								Update news.  
							
							
							
						 
						
							2013-10-19 20:42:54 -04:00  
				
					
						
							
							
								 
						
							
							
								c7e34c1e5a 
								
							
								 
							
						 
						
							
							
								
								Update CMakeLists to r4.  
							
							
							
						 
						
							2013-10-19 20:40:31 -04:00  
				
					
						
							
							
								 
						
							
							
								ef9d3b1521 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'jjyg/master' into 0.34.11-r4  
							
							
							
						 
						
							2013-10-19 20:28:30 -04:00  
				
					
						
							
							
								 
						
							
							
								57fc0f3e89 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'angavrilov/master' into 0.34.11-r4  
							
							... 
							
							
							
							Conflicts:
	NEWS
	library/xml
	plugins/CMakeLists.txt
	plugins/autoSyndrome.cpp 
							
						 
						
							2013-10-19 20:19:29 -04:00  
				
					
						
							
							
								 
						
							
							
								1bd6d5f96d 
								
							
								 
							
						 
						
							
							
								
								ruby: add FEATURE/ice map tile materials  
							
							
							
						 
						
							2013-10-14 01:58:55 +02:00  
				
					
						
							
							
								 
						
							
							
								a1d54e2074 
								
							
								 
							
						 
						
							
							
								
								digmat: ignore map borders and damp/warm stone  
							
							
							
						 
						
							2013-10-14 00:39:32 +02:00  
				
					
						
							
							
								 
						
							
							
								3d7661e7e9 
								
							
								 
							
						 
						
							
							
								
								ruby: fix map tile material reading  
							
							
							
						 
						
							2013-10-14 00:01:26 +02:00  
				
					
						
							
							
								 
						
							
							
								2bcd02ce96 
								
							
								 
							
						 
						
							
							
								
								add digmat script  
							
							
							
						 
						
							2013-10-11 19:20:59 +02:00  
				
					
						
							
							
								 
						
							
							
								78de739d75 
								
							
								 
							
						 
						
							
							
								
								Update aquifers when generating 3D vein layout.  
							
							
							
						 
						
							2013-10-11 19:23:32 +04:00  
				
					
						
							
							
								 
						
							
							
								5bcae49249 
								
							
								 
							
						 
						
							
							
								
								Implement generation of 3D veins that match the existing mineral counts.  
							
							... 
							
							
							
							Vein distributions may need some improvement. 
							
						 
						
							2013-10-10 12:50:52 +04:00  
				
					
						
							
							
								 
						
							
							
								86d0022c58 
								
							
								 
							
						 
						
							
							
								
								Implement reading and writing the map for 3D veins plugin.  
							
							... 
							
							
							
							This should completely erase all veins from the map when run. 
							
						 
						
							2013-10-10 12:15:50 +04:00  
				
					
						
							
							
								 
						
							
							
								3cfbb13afd 
								
							
								 
							
						 
						
							
							
								
								Support arbitrary expressions in perlin noise rendering script.  
							
							
							
						 
						
							2013-10-10 12:15:50 +04:00