18523a1821 
								
									
								
							
								 
							
						 
						
							
							
								
								Convert untagged unions to tagged. Fix some edge cases in check-structures-sanity union checking.  
							
							
							
						 
						
							2020-02-29 15:08:39 -06:00  
				
					
						
							
							
								 
						
							
							
								94e818fd53 
								
									
								
							
								 
							
						 
						
							
							
								
								reference union_identity in the df namespace  
							
							
							
						 
						
							2020-02-29 13:26:42 -06:00  
				
					
						
							
							
								 
						
							
							
								3ddbb5cec1 
								
									
								
							
								 
							
						 
						
							
							
								
								fix typo  
							
							
							
						 
						
							2020-02-29 13:24:12 -06:00  
				
					
						
							
							
								 
						
							
							
								a30678cee3 
								
									
								
							
								 
							
						 
						
							
							
								
								subclass struct_identity for unions  
							
							
							
						 
						
							2020-02-29 13:11:23 -06:00  
				
					
						
							
							
								 
						
							
							
								196f4d3c06 
								
							
								 
							
						 
						
							
							
								
								Update submodules  
							
							
							
						 
						
							2020-02-27 18:54:30 -05:00  
				
					
						
							
							
								 
						
							
							
								141928ead0 
								
							
								 
							
						 
						
							
							
								
								Fix gui.FilteredList widget search on plain string choices  
							
							
							
						 
						
							2020-02-27 07:56:30 +01:00  
				
					
						
							
							
								 
						
							
							
								92eb8b058b 
								
									
								
							
								 
							
						 
						
							
							
								
								update scripts and structures  
							
							
							
						 
						
							2020-02-26 12:10:15 -06:00  
				
					
						
							
							
								 
						
							
							
								e26787604a 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-24 12:16:59 -06:00  
				
					
						
							
							
								 
						
							
							
								f6f5d54f9d 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-24 10:20:32 -06:00  
				
					
						
							
							
								 
						
							
							
								1f34c813c8 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-24 10:13:46 -06:00  
				
					
						
							
							
								 
						
							
							
								8a4eac3d3e 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1503  from TymurGubayev/dev/minor-improvement/dfhack-lua/printall_recurse  
							
							... 
							
							
							
							allow custom filter in calls to `dfhack.printall_recurse` 
							
						 
						
							2020-02-24 10:05:28 -06:00  
				
					
						
							
							
								 
						
							
							
								546178bc56 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-24 03:03:58 -06:00  
				
					
						
							
							
								 
						
							
							
								e9564a28f5 
								
									
								
							
								 
							
						 
						
							
							
								
								allow tagged unions to not be union followed by tag  
							
							
							
						 
						
							2020-02-23 21:33:32 -06:00  
				
					
						
							
							
								 
						
							
							
								1d8998de22 
								
									
								
							
								 
							
						 
						
							
							
								
								allow custom filter in `dfhack.printall_recurse`  
							
							... 
							
							
							
							Objects with links like `job` output way too much. With this change, it's possible to provide an optional filter and exclude the `list_link`.
```
[lua]# j = dfhack.gui.getSelectedJob()
[lua]# printall_recurse(j, {[tostring(j.list_link)]=true, [tostring(j.pos)]=true})
``` 
							
						 
						
							2020-02-23 16:57:57 +01:00  
				
					
						
							
							
								 
						
							
							
								1e3e3829a7 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-22 23:36:14 -06:00  
				
					
						
							
							
								 
						
							
							
								5580d375aa 
								
									
								
							
								 
							
						 
						
							
							
								
								add more diagnostics that will help in the identification of stl-string fields  
							
							
							
						 
						
							2020-02-22 15:34:48 -06:00  
				
					
						
							
							
								 
						
							
							
								0711b2569a 
								
									
								
							
								 
							
						 
						
							
							
								
								in -sizes mode, report sizes of unknown structures behind pointers.  
							
							... 
							
							
							
							update structures 
							
						 
						
							2020-02-22 14:04:53 -06:00  
				
					
						
							
							
								 
						
							
							
								57154e33c8 
								
									
								
							
								 
							
						 
						
							
							
								
								warn about misidentified generic pointers  
							
							... 
							
							
							
							update structures 
							
						 
						
							2020-02-21 18:49:02 -06:00  
				
					
						
							
							
								 
						
							
							
								53da38ca47 
								
									
								
							
								 
							
						 
						
							
							
								
								add additional pointer, string, and vector sanity checks  
							
							... 
							
							
							
							update structures and scripts 
							
						 
						
							2020-02-21 17:31:31 -06:00  
				
					
						
							
							
								 
						
							
							
								f383f63eea 
								
									
								
							
								 
							
						 
						
							
							
								
								fix check-structures-sanity not catching certain types of invalid string on GCC builds.  
							
							... 
							
							
							
							update structures. 
							
						 
						
							2020-02-21 17:31:31 -06:00  
				
					
						
							
							
								 
						
							
							
								14eade3886 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-21 02:52:56 -06:00  
				
					
						
							
							
								 
						
							
							
								eb35ff9b47 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-21 02:31:37 -06:00  
				
					
						
							
							
								 
						
							
							
								f708bb5cff 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-21 01:41:05 -06:00  
				
					
						
							
							
								 
						
							
							
								38410544b0 
								
									
								
							
								 
							
						 
						
							
							
								
								handle tagged unions in check-structures-sanity  
							
							... 
							
							
							
							update structures 
							
						 
						
							2020-02-20 22:17:25 -06:00  
				
					
						
							
							
								 
						
							
							
								903f829e30 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-20 20:19:50 -06:00  
				
					
						
							
							
								 
						
							
							
								1beb0f417e 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-20 17:44:24 -06:00  
				
					
						
							
							
								 
						
							
							
								f81587bd82 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-18 21:05:54 -06:00  
				
					
						
							
							
								 
						
							
							
								0d36e62d81 
								
									
								
							
								 
							
						 
						
							
							
								
								fix some weird uses of the part of speech enum  
							
							
							
						 
						
							2020-02-18 16:39:39 -06:00  
				
					
						
							
							
								 
						
							
							
								c43c9de477 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-18 16:33:24 -06:00  
				
					
						
							
							
								 
						
							
							
								fce52866c7 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-17 22:43:12 -06:00  
				
					
						
							
							
								 
						
							
							
								91771f9c64 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-17 22:02:25 -06:00  
				
					
						
							
							
								 
						
							
							
								28bf6667cb 
								
							
								 
							
						 
						
							
							
								
								Update xml  
							
							
							
						 
						
							2020-02-16 21:22:31 -05:00  
				
					
						
							
							
								 
						
							
							
								a703e2b2fc 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-16 19:02:36 -06:00  
				
					
						
							
							
								 
						
							
							
								b033a215bd 
								
									
								
							
								 
							
						 
						
							
							
								
								update for Dwarf Fortress 0.47.03  
							
							
							
						 
						
							2020-02-16 18:48:27 -06:00  
				
					
						
							
							
								 
						
							
							
								4e42da9e4f 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-16 10:36:06 -06:00  
				
					
						
							
							
								 
						
							
							
								631b8e772c 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures; fix -lowmem being enabled due to being uninitialized on the stack.  
							
							
							
						 
						
							2020-02-15 16:10:54 -06:00  
				
					
						
							
							
								 
						
							
							
								122169a559 
								
									
								
							
								 
							
						 
						
							
							
								
								update scripts and structures  
							
							... 
							
							
							
							fix a crash if check-structures-sanity was called with a lua expression that evaluated to nil 
							
						 
						
							2020-02-15 12:04:00 -06:00  
				
					
						
							
							
								 
						
							
							
								bc5b0a6dd0 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-15 02:58:00 -06:00  
				
					
						
							
							
								 
						
							
							
								99ccc55d65 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-15 01:23:26 -06:00  
				
					
						
							
							
								 
						
							
							
								c2584d615c 
								
									
								
							
								 
							
						 
						
							
							
								
								Define MapExtras::BiomeInfo::MAX_LAYERS ( #1496 )  
							
							... 
							
							
							
							Definition is required even for constexpr variables in some compilation
setups (e.g. debug builds). 
							
						 
						
							2020-02-15 01:22:58 -06:00  
				
					
						
							
							
								 
						
							
							
								9caf6e97e6 
								
									
								
							
								 
							
						 
						
							
							
								
								add -enums, -sizes, and specific starting point flags to check-structures-sanity  
							
							
							
						 
						
							2020-02-14 19:47:26 -06:00  
				
					
						
							
							
								 
						
							
							
								f7f7bd7ca7 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-13 21:23:42 -06:00  
				
					
						
							
							
								 
						
							
							
								69c4f5c972 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-13 02:12:26 -06:00  
				
					
						
							
							
								 
						
							
							
								8fe950f815 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							... 
							
							
							
							sizecheck no longer segfaults on the medium world 
							
						 
						
							2020-02-13 00:52:00 -06:00  
				
					
						
							
							
								 
						
							
							
								3996189f9f 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures and scripts  
							
							
							
						 
						
							2020-02-12 23:52:58 -06:00  
				
					
						
							
							
								 
						
							
							
								e9a295c788 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-12 19:00:18 -06:00  
				
					
						
							
							
								 
						
							
							
								b754192f2d 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-12 16:18:05 -06:00  
				
					
						
							
							
								 
						
							
							
								ddc3cfcfbc 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-12 13:34:04 -06:00  
				
					
						
							
							
								 
						
							
							
								7bb921be19 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-12 11:35:58 -06:00  
				
					
						
							
							
								 
						
							
							
								3c9f6f79ab 
								
									
								
							
								 
							
						 
						
							
							
								
								fix some warnings  
							
							
							
						 
						
							2020-02-10 19:35:17 -06:00  
				
					
						
							
							
								 
						
							
							
								7b9ea1f1b6 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-10 18:23:57 -06:00  
				
					
						
							
							
								 
						
							
							
								69611ab325 
								
									
								
							
								 
							
						 
						
							
							
								
								exit if a fatal startup error is encountered while in headless mode ( #1491 )  
							
							
							
						 
						
							2020-02-09 18:05:09 -06:00  
				
					
						
							
							
								 
						
							
							
								5b56125ad6 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-08 23:02:25 -06:00  
				
					
						
							
							
								 
						
							
							
								b375586b67 
								
									
								
							
								 
							
						 
						
							
							
								
								Update to DF 0.47.02  
							
							
							
						 
						
							2020-02-07 16:00:53 -06:00  
				
					
						
							
							
								 
						
							
							
								0243e422e5 
								
									
								
							
								 
							
						 
						
							
							
								
								Allow plugins to define subclasses of dfhack_viewscreen that have their own virtual_identity.  
							
							
							
						 
						
							2020-02-07 16:00:14 -06:00  
				
					
						
							
							
								 
						
							
							
								5db7d518ee 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures; fix some minor compile warnings  
							
							
							
						 
						
							2020-02-05 12:35:43 -06:00  
				
					
						
							
							
								 
						
							
							
								321d948f8d 
								
									
								
							
								 
							
						 
						
							
							
								
								Fix crash on missing symbols.  
							
							... 
							
							
							
							Fixes  #1487 . 
						
							2020-02-03 20:21:10 -06:00  
				
					
						
							
							
								 
						
							
							
								9c52b4e5e6 
								
									
								
							
								 
							
						 
						
							
							
								
								update structures  
							
							
							
						 
						
							2020-02-02 17:31:01 -06:00  
				
					
						
							
							
								 
						
							
							
								dfc90fe660 
								
									
								
							
								 
							
						 
						
							
							
								
								Update df-structures and scripts.  
							
							
							
						 
						
							2020-02-02 17:10:11 -06:00  
				
					
						
							
							
								 
						
							
							
								62e3802d26 
								
									
								
							
								 
							
						 
						
							
							
								
								Update to DF 0.47.01  
							
							
							
						 
						
							2020-01-29 14:51:48 -06:00  
				
					
						
							
							
								 
						
							
							
								815821eb93 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into cmake-cleanup  
							
							... 
							
							
							
							Conflicts:
	depends/lua/CMakeLists.txt
	plugins/CMakeLists.txt
	plugins/devel/CMakeLists.txt 
							
						 
						
							2020-01-18 22:28:43 -05:00  
				
					
						
							
							
								 
						
							
							
								bb9bc4e353 
								
							
								 
							
						 
						
							
							
								
								Update submodules  
							
							
							
						 
						
							2020-01-18 18:52:32 -05:00  
				
					
						
							
							
								 
						
							
							
								96d8dffd32 
								
									
								
							
								 
							
						 
						
							
							
								
								Make dfhack.run_command return the command_result value.  
							
							... 
							
							
							
							Rename local variables to match dfhack.run_command_silent for clarity. 
							
						 
						
							2020-01-14 17:53:52 -06:00  
				
					
						
							
							
								 
						
							
							
								47fa9e1159 
								
							
								 
							
						 
						
							
							
								
								Update authors, submodules  
							
							
							
						 
						
							2020-01-13 23:35:31 -05:00  
				
					
						
							
							
								 
						
							
							
								5eca50476e 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'nornagon/unit-description' into develop  
							
							
							
						 
						
							2020-01-13 23:31:23 -05:00  
				
					
						
							
							
								 
						
							
							
								be5dc2d4a4 
								
									
								
							
								 
							
						 
						
							
							
								
								Make Units::isGay act consistently when called on an asexual unit.  
							
							... 
							
							
							
							The function appears to be used to determine whether heterosexual relationships are possible, so asexual units will always return true for isGay.
Old behavior was to treat asexual units as male. 
							
						 
						
							2020-01-09 14:48:30 -06:00  
				
					
						
							
							
								 
						
							
							
								5de368a1ed 
								
							
								 
							
						 
						
							
							
								
								unit_{=> get_}physical_description  
							
							
							
						 
						
							2020-01-04 22:17:03 +11:00  
				
					
						
							
							
								 
						
							
							
								7644dde9e4 
								
									
								
							
								 
							
						 
						
							
							
								
								default to empty description if symbol unavailable  
							
							
							
						 
						
							2019-12-14 12:01:13 -08:00  
				
					
						
							
							
								 
						
							
							
								50e696acf6 
								
							
								 
							
						 
						
							
							
								
								getDescription => getPhysicalDescription  
							
							
							
						 
						
							2019-12-14 09:36:47 -08:00  
				
					
						
							
							
								 
						
							
							
								7fce6fe0b0 
								
							
								 
							
						 
						
							
							
								
								move THISCALL define to header, clean up code a little  
							
							
							
						 
						
							2019-12-13 23:54:27 -08:00  
				
					
						
							
							
								 
						
							
							
								dfab521a71 
								
									
								
							
								 
							
						 
						
							
							
								
								specify __thiscall  
							
							... 
							
							
							
							According to https://docs.microsoft.com/en-us/cpp/cpp/thiscall?view=vs-2019 , "on ARM and x64 machines, __thiscall is accepted and ignored by the compiler.". So it should be OK to specify this for all win32 
							
						 
						
							2019-12-12 17:51:41 -08:00  
				
					
						
							
							
								 
						
							
							
								9a37849603 
								
							
								 
							
						 
						
							
							
								
								use symbols.xml  
							
							
							
						 
						
							2019-12-07 22:41:55 -08:00  
				
					
						
							
							
								 
						
							
							
								910f965838 
								
							
								 
							
						 
						
							
							
								
								wip  
							
							
							
						 
						
							2019-12-07 22:17:59 -08:00  
				
					
						
							
							
								 
						
							
							
								49563b4618 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'warmist/FilteredListFix' into develop  
							
							
							
						 
						
							2019-11-02 16:28:06 -04:00  
				
					
						
							
							
								 
						
							
							
								08aeb6faeb 
								
							
								 
							
						 
						
							
							
								
								Fix EventManager building ID type  
							
							... 
							
							
							
							The pointer to the building ID was sometimes not dereferenced properly.
Addressed by switching to an ID cast to a pointer type for consistency with
other types of events.
Fixes  #1434 
Ref #1003  (19695b4ee7#1253  (a7dfacd1c5 
							
						 
						
							2019-10-05 20:26:31 -04:00  
				
					
						
							
							
								 
						
							
							
								7d5970303f 
								
							
								 
							
						 
						
							
							
								
								Update xml ( dfhack/df-structures#286 )  
							
							
							
						 
						
							2019-10-04 00:14:08 -04:00  
				
					
						
							
							
								 
						
							
							
								ca7d0f1cac 
								
							
								 
							
						 
						
							
							
								
								Add algorithm include for MSVC  
							
							
							
						 
						
							2019-10-03 23:26:57 -04:00  
				
					
						
							
							
								 
						
							
							
								f3658db85f 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into avoid_rebuilding_df_statics_if_core_h_changes  
							
							
							
						 
						
							2019-10-03 23:23:36 -04:00  
				
					
						
							
							
								 
						
							
							
								a2b5c1ddd9 
								
									
								
							
								 
							
						 
						
							
							
								
								lua/widgets filtered list input fix  
							
							... 
							
							
							
							FilteredList was not consuming input events. 
							
						 
						
							2019-09-30 22:00:06 +03:00  
				
					
						
							
							
								 
						
							
							
								ac5a54c8db 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into cmake-cleanup  
							
							... 
							
							
							
							Conflicts:
	library/CMakeLists.txt
	plugins/CMakeLists.txt 
							
						 
						
							2019-08-23 23:58:00 -04:00  
				
					
						
							
							
								 
						
							
							
								0f4162acc9 
								
									
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #1402  from BenLubar/persist  
							
							... 
							
							
							
							Add Persistence module. 
							
						 
						
							2019-08-23 23:37:06 -04:00  
				
					
						
							
							
								 
						
							
							
								222b88063c 
								
							
								 
							
						 
						
							
							
								
								Update submodules  
							
							
							
						 
						
							2019-08-23 21:37:50 -04:00  
				
					
						
							
							
								 
						
							
							
								2ef46562c8 
								
							
								 
							
						 
						
							
							
								
								Avoid calling doSaveData twice when unloading a world  
							
							... 
							
							
							
							This was happening because of a switch to viewscreen_game_cleanerst and back to
viewscreen_savegamest when saving 
							
						 
						
							2019-08-23 20:45:35 -04:00  
				
					
						
							
							
								 
						
							
							
								100e584c34 
								
							
								 
							
						 
						
							
							
								
								Fix saving persistent data on regular save  
							
							
							
						 
						
							2019-08-23 20:30:06 -04:00  
				
					
						
							
							
								 
						
							
							
								07575095fd 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into persist  
							
							
							
						 
						
							2019-08-22 22:00:50 -04:00  
				
					
						
							
							
								 
						
							
							
								88757d5c27 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into cmake-cleanup  
							
							
							
						 
						
							2019-07-20 19:22:33 -04:00  
				
					
						
							
							
								 
						
							
							
								99038c395a 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'ab9rf/biometype' into develop  
							
							
							
						 
						
							2019-07-20 16:32:46 -04:00  
				
					
						
							
							
								 
						
							
							
								8a07426643 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into cmake-cleanup  
							
							
							
						 
						
							2019-07-20 15:15:39 -04:00  
				
					
						
							
							
								 
						
							
							
								49f3de979f 
								
							
								 
							
						 
						
							
							
								
								Make ServerMain and ServerConnection data race free  
							
							... 
							
							
							
							RemoteServer and PluginManager side would need complete redesign to be
data race free and concurrent. But as that would be unlikely to be
required from DFHack I decided simpler solution that is fixing data
ownership to a thread and all ServerConnection share a single lock which
allows access to PluginManager and Core. 
							
						 
						
							2019-07-18 23:05:11 -04:00  
				
					
						
							
							
								 
						
							
							
								0605b9601c 
								
							
								 
							
						 
						
							
							
								
								Make Core::started thread safe  
							
							
							
						 
						
							2019-07-18 23:05:11 -04:00  
				
					
						
							
							
								 
						
							
							
								0ed5c8db39 
								
							
								 
							
						 
						
							
							
								
								Fix data race between threaded init and EventManager  
							
							... 
							
							
							
							The initial run_dfhack_init loads shared state information that is used
by EventManager when state changes. There is a small risk that
EventManager can handle events while run_dfhack_init is still running. 
							
						 
						
							2019-07-18 23:04:40 -04:00  
				
					
						
							
							
								 
						
							
							
								76da2c2aaf 
								
							
								 
							
						 
						
							
							
								
								Clean up CMakeLists.txt style  
							
							
							
						 
						
							2019-07-16 22:19:11 -04:00  
				
					
						
							
							
								 
						
							
							
								b60faa8021 
								
							
								 
							
						 
						
							
							
								
								dfhack-run: add note about installation when called with no arguments  
							
							
							
						 
						
							2019-07-13 15:51:46 -04:00  
				
					
						
							
							
								 
						
							
							
								c125926727 
								
							
								 
							
						 
						
							
							
								
								Update submodules and Authors.rst  
							
							... 
							
							
							
							Ref #1432 
Ref dfhack/stonesense#54 
Ref dfhack/scripts#93  
							
						 
						
							2019-07-10 19:21:23 -04:00  
				
					
						
							
							
								 
						
							
							
								5b11d14c6c 
								
							
								 
							
						 
						
							
							
								
								Rename save/load to "save data"/"load data"  
							
							
							
						 
						
							2019-05-29 19:52:03 -04:00  
				
					
						
							
							
								 
						
							
							
								ceebef5fe2 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into persist  
							
							
							
						 
						
							2019-05-28 21:08:16 -04:00  
				
					
						
							
							
								 
						
							
							
								dd9c433f17 
								
							
								 
							
						 
						
							
							
								
								Use BYPRODUCTS to keep ninja builds from re-running codegen every time  
							
							... 
							
							
							
							This partially reverts f02466de8ahttps://cmake.org/cmake/help/v3.14/command/add_custom_command.html :
> The `BYPRODUCTS` option is ignored on non-Ninja generators except to mark
> byproducts `GENERATED`.
Since `$GENERATED_HDRS` are already marked generated, this change should have
no effect on non-Ninja generators. 
							
						 
						
							2019-05-13 19:47:39 -04:00  
				
					
						
							
							
								 
						
							
							
								32a0ab9679 
								
							
								 
							
						 
						
							
							
								
								Update submodules  
							
							
							
						 
						
							2019-05-11 23:34:59 -04:00  
				
					
						
							
							
								 
						
							
							
								e5eade1ad7 
								
							
								 
							
						 
						
							
							
								
								Make gui.dwarfmode.{get_movement_delta,get_hotkey_target} public  
							
							
							
						 
						
							2019-04-30 16:53:09 -04:00  
				
					
						
							
							
								 
						
							
							
								6c266075de 
								
							
								 
							
						 
						
							
							
								
								Console-posix: fix crash with prompts longer than screen width  
							
							... 
							
							
							
							Also add an extra fallback check around substr
Fixes  #1425  
							
						 
						
							2019-01-15 21:06:49 -05:00