5c853644f0 
								
									
								
							
								 
							
						 
						
							
							
								
								let newly uncontained water flow  
							
							
							
						 
						
							2021-07-30 13:09:17 -07:00  
				
					
						
							
							
								 
						
							
							
								7ea8c843b1 
								
									
								
							
								 
							
						 
						
							
							
								
								allow digging of surface tiles  
							
							... 
							
							
							
							now that we handle colonies 
							
						 
						
							2021-07-30 13:09:17 -07:00  
				
					
						
							
							
								 
						
							
							
								8349afa39b 
								
									
								
							
								 
							
						 
						
							
							
								
								destroy colonies when digging a ramp underneath  
							
							
							
						 
						
							2021-07-30 13:09:14 -07:00  
				
					
						
							
							
								 
						
							
							
								c645cd5454 
								
									
								
							
								 
							
						 
						
							
							
								
								move units and items to ground when it disappears  
							
							
							
						 
						
							2021-07-30 13:09:14 -07:00  
				
					
						
							
							
								 
						
							
							
								61a18b14be 
								
									
								
							
								 
							
						 
						
							
							
								
								fix adjacent smooth walls when smoothing  
							
							
							
						 
						
							2021-07-30 13:09:14 -07:00  
				
					
						
							
							
								 
						
							
							
								c1dcaa4378 
								
									
								
							
								 
							
						 
						
							
							
								
								generate gems as ROUGH, not BOULDER  
							
							... 
							
							
							
							also fix missing dug_tile indices when channels are dug
also fix second boulder/gem being generated with a potentially incorrect
probability when digging channels and ramps 
							
						 
						
							2021-07-30 13:09:13 -07:00  
				
					
						
							
							
								 
						
							
							
								71c605afd4 
								
									
								
							
								 
							
						 
						
							
							
								
								make options configurable and document  
							
							
							
						 
						
							2021-07-30 13:09:13 -07:00  
				
					
						
							
							
								 
						
							
							
								f1b38fb6f6 
								
									
								
							
								 
							
						 
						
							
							
								
								fix up comments  
							
							
							
						 
						
							2021-07-30 13:09:13 -07:00  
				
					
						
							
							
								 
						
							
							
								6bc2a2bdad 
								
									
								
							
								 
							
						 
						
							
							
								
								implement tile smoothing  
							
							
							
						 
						
							2021-07-30 13:09:13 -07:00  
				
					
						
							
							
								 
						
							
							
								d7f417051d 
								
									
								
							
								 
							
						 
						
							
							
								
								implement track carving  
							
							
							
						 
						
							2021-07-30 13:09:13 -07:00  
				
					
						
							
							
								 
						
							
							
								5f7dc86c5c 
								
									
								
							
								 
							
						 
						
							
							
								
								optionally dump generated boulders at pos  
							
							
							
						 
						
							2021-07-30 13:09:13 -07:00  
				
					
						
							
							
								 
						
							
							
								52e666a45a 
								
									
								
							
								 
							
						 
						
							
							
								
								produce boulders from digging as per game rules  
							
							... 
							
							
							
							also add options struct for later configurability 
							
						 
						
							2021-07-30 13:09:13 -07:00  
				
					
						
							
							
								 
						
							
							
								02d7d4c5b6 
								
									
								
							
								 
							
						 
						
							
							
								
								clean up top-level logic  
							
							
							
						 
						
							2021-07-30 13:09:12 -07:00  
				
					
						
							
							
								 
						
							
							
								fc932d2850 
								
									
								
							
								 
							
						 
						
							
							
								
								use reveal.unhideFlood instead of our dup impl  
							
							
							
						 
						
							2021-07-30 13:09:12 -07:00  
				
					
						
							
							
								 
						
							
							
								a5b70ba163 
								
									
								
							
								 
							
						 
						
							
							
								
								rename dig-dug to dig-now  
							
							
							
						 
						
							2021-07-30 13:09:12 -07:00  
				
					
						
							
							
								 
						
							
							
								6cf40857e4 
								
									
								
							
								 
							
						 
						
							
							
								
								convert material to layer mat when digging  
							
							... 
							
							
							
							also ensure dug tiles aren't generated already smoothed 
							
						 
						
							2021-07-30 13:09:12 -07:00  
				
					
						
							
							
								 
						
							
							
								a4c86770a4 
								
									
								
							
								 
							
						 
						
							
							
								
								follow digging rules when converting tiles  
							
							
							
						 
						
							2021-07-30 13:09:12 -07:00  
				
					
						
							
							
								 
						
							
							
								d3d5a6edd7 
								
									
								
							
								 
							
						 
						
							
							
								
								initial implementation of the dig-dug plugin  
							
							... 
							
							
							
							for discussion 
							
						 
						
							2021-07-30 13:09:12 -07:00  
				
					
						
							
							
								 
						
							
							
								20dbd746a8 
								
									
								
							
								 
							
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2021-07-09 21:58:32 -07:00  
				
					
						
							
							
								 
						
							
							
								aba1750bac 
								
									
								
							
								 
							
						 
						
							
							
								
								use new argparse functions  
							
							
							
						 
						
							2021-07-09 21:58:32 -07:00  
				
					
						
							
							
								 
						
							
							
								1220f6692c 
								
									
								
							
								 
							
						 
						
							
							
								
								simplify as per code review  
							
							
							
						 
						
							2021-07-09 21:58:32 -07:00  
				
					
						
							
							
								 
						
							
							
								da6fe42202 
								
									
								
							
								 
							
						 
						
							
							
								
								missed one output line  
							
							
							
						 
						
							2021-07-09 21:58:32 -07:00  
				
					
						
							
							
								 
						
							
							
								da034704e7 
								
									
								
							
								 
							
						 
						
							
							
								
								add includes for bool identities  
							
							
							
						 
						
							2021-07-09 21:58:32 -07:00  
				
					
						
							
							
								 
						
							
							
								a09f4d9b63 
								
									
								
							
								 
							
						 
						
							
							
								
								add --cursor and --quiet options to tiletypes-here  
							
							
							
						 
						
							2021-07-09 21:58:32 -07:00  
				
					
						
							
							
								 
						
							
							
								f62ff3ecc0 
								
									
								
							
								 
							
						 
						
							
							
								
								migrate existing lua code to use new library fns  
							
							
							
						 
						
							2021-07-05 15:48:51 -07:00  
				
					
						
							
							
								 
						
							
							
								8689a019f5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'arzyu/patch-1' into develop  
							
							
							
						 
						
							2021-07-05 15:56:37 -04:00  
				
					
						
							
							
								 
						
							
							
								ed03df7dfb 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'PatrikLundell/embark-assistant' into develop  
							
							
							
						 
						
							2021-07-04 21:20:09 -04:00  
				
					
						
							
							
								 
						
							
							
								0077b51646 
								
							
								 
							
						 
						
							
							
								
								Auto-update submodules  
							
							... 
							
							
							
							plugins/stonesense: master 
							
						 
						
							2021-07-02 07:16:17 +00:00  
				
					
						
							
							
								 
						
							
							
								36c481cd10 
								
									
								
							
								 
							
						 
						
							
							
								
								catch exceptions thrown while importing orders  
							
							
							
						 
						
							2021-06-30 14:58:01 -07:00  
				
					
						
							
							
								 
						
							
							
								367fdbd31c 
								
									
								
							
								 
							
						 
						
							
							
								
								normalize pathnames and handle dirs as basenames  
							
							
							
						 
						
							2021-06-29 14:25:30 -07:00  
				
					
						
							
							
								 
						
							
							
								c30ac42c51 
								
									
								
							
								 
							
						 
						
							
							
								
								use "move selector" instead of "move cursor"  
							
							
							
						 
						
							2021-06-23 14:25:45 +08:00  
				
					
						
							
							
								 
						
							
							
								2fc5fbacb5 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_reveal_unhideFlood' into develop  
							
							
							
						 
						
							2021-06-19 01:08:05 -04:00  
				
					
						
							
							
								 
						
							
							
								a300c5592d 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_teleport' into develop  
							
							
							
						 
						
							2021-06-18 18:21:49 -04:00  
				
					
						
							
							
								 
						
							
							
								293b6e880f 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_plugin_doc' into develop  
							
							
							
						 
						
							2021-06-17 22:09:41 -04:00  
				
					
						
							
							
								 
						
							
							
								ba5915b866 
								
							
								 
							
						 
						
							
							
								
								embark-assistant early waterfall quit removed  
							
							
							
						 
						
							2021-06-13 17:47:15 +02:00  
				
					
						
							
							
								 
						
							
							
								fc8e1dd388 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'myk002/myk_blueprint2' into develop  
							
							
							
						 
						
							2021-06-13 00:53:22 -04:00  
				
					
						
							
							
								 
						
							
							
								1c9c370fcd 
								
									
								
							
								 
							
						 
						
							
							
								
								remove dead code from plants  
							
							
							
						 
						
							2021-06-07 21:51:25 -07:00  
				
					
						
							
							
								 
						
							
							
								de8ce58052 
								
									
								
							
								 
							
						 
						
							
							
								
								Update stonesense  
							
							... 
							
							
							
							Ref dfhack/stonesense#77 , dfhack/stonesense#78  
							
						 
						
							2021-06-06 23:26:31 -04:00  
				
					
						
							
							
								 
						
							
							
								ed0e4ef841 
								
									
								
							
								 
							
						 
						
							
							
								
								whoops that was important  
							
							
							
						 
						
							2021-06-06 09:00:33 -07:00  
				
					
						
							
							
								 
						
							
							
								fc860478e4 
								
									
								
							
								 
							
						 
						
							
							
								
								move fastdwarf's teleport code to Units module  
							
							... 
							
							
							
							and expose in Lua API 
							
						 
						
							2021-06-06 08:48:32 -07:00  
				
					
						
							
							
								 
						
							
							
								94157633a8 
								
									
								
							
								 
							
						 
						
							
							
								
								don't suspsend core for Lua entrypoint  
							
							
							
						 
						
							2021-06-05 14:45:09 -07:00  
				
					
						
							
							
								 
						
							
							
								7d7d1feb4b 
								
									
								
							
								 
							
						 
						
							
							
								
								Update stonesense  
							
							... 
							
							
							
							Ref dfhack/stonesense#73 , dfhack/stonesense#76  
							
						 
						
							2021-06-05 15:16:18 -04:00  
				
					
						
							
							
								 
						
							
							
								bce6432ea6 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'bseiller/ea_improve_survey_performance_by_changing_inorgancs_to_vector_int' into develop  
							
							
							
						 
						
							2021-06-04 00:21:34 -04:00  
				
					
						
							
							
								 
						
							
							
								fb8d6614c7 
								
									
								
							
								 
							
						 
						
							
							
								
								expose core flood unhide logic to Lua  
							
							... 
							
							
							
							refactor is a straight copy-paste. this code could really stand some
cleanup (unused vars, unnecessary use of the MapCache layer, forced
allocation of all blocks even if they are not being unhidden, etc.), but
that can come in a later PR. 
							
						 
						
							2021-06-02 14:49:19 -07:00  
				
					
						
							
							
								 
						
							
							
								ce6a2d2974 
								
									
								
							
								 
							
						 
						
							
							
								
								used passed-in out param instead of the console  
							
							
							
						 
						
							2021-06-01 02:16:48 -07:00  
				
					
						
							
							
								 
						
							
							
								1b1b4245c9 
								
									
								
							
								 
							
						 
						
							
							
								
								report output filenames when creating blueprints  
							
							... 
							
							
							
							also refactor so we can get this data from gui/blueprint 
							
						 
						
							2021-05-31 15:34:19 -07:00  
				
					
						
							
							
								 
						
							
							
								5e127ed1e8 
								
									
								
							
								 
							
						 
						
							
							
								
								invalidate resume cache when buildings are added  
							
							
							
						 
						
							2021-05-26 22:29:55 -07:00  
				
					
						
							
							
								 
						
							
							
								5cd86743f1 
								
							
								 
							
						 
						
							
							
								
								trying to make gcc happy  
							
							... 
							
							
							
							- survey.cpp: adding include to allow gcc to find std::memset 
							
						 
						
							2021-05-25 18:56:58 +02:00  
				
					
						
							
							
								 
						
							
							
								2516f9927a 
								
							
								 
							
						 
						
							
							
								
								removing trailing whitespace  
							
							
							
						 
						
							2021-05-23 14:12:16 +02:00  
				
					
						
							
							
								 
						
							
							
								838285e925 
								
							
								 
							
						 
						
							
							
								
								Improve performance of surveying => faster search  
							
							... 
							
							
							
							- def.h: changed vectors for inorganics to contain uint8_t instead of bool which improves the performance when using std::fill and std::memset to batch-set the whole array
- survey.cpp: using std::memset instead of direct assignment to reset the inorganic vectors, also using the actual size of each vector for the call
- changelog.txt: add note concerning the changes 
							
						 
						
							2021-05-23 11:28:48 +02:00