lethosor
							
						 
						
							 
							
							
							
								
							
								cede0528f2 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/dfhack/dfhack  into develop  
							
							 
							
							
							
						 
						
							2016-07-06 21:00:20 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								39aa143cfa 
								
							
								 
							
						 
						
							
							
								
								Update NEWS and submodules  
							
							 
							
							
							
						 
						
							2016-07-06 20:59:49 -04:00  
						
					 
				
					
						
							
							
								 
								Lethosor
							
						 
						
							 
							
							
							
								
							
								4f96bdd0eb 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #950  from TC01/linux-system-tinyxml  
							
							 
							
							... 
							
							
							
							Support linking against an external tinyxml if EXTERNAL_TINYXML is set 
							
						 
						
							2016-07-06 20:37:28 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								2de2e6a983 
								
							
								 
							
						 
						
							
							
								
								Update CMakeLists and submodules  
							
							 
							
							
							
						 
						
							2016-07-06 20:30:28 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								163207e362 
								
							
								 
							
						 
						
							
							
								
								Give more feedback for DF detection failures with mismatched XML versions  
							
							 
							
							... 
							
							
							
							This may help address issues where people forget to read the documentation,
don't run "git submodule update", and end up with a df-structures version
that's too old (which is somewhat common, it turns out). 
							
						 
						
							2016-06-30 20:42:27 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								cfaba3ec71 
								
							
								 
							
						 
						
							
							
								
								Update various references to scripts/ and mention old git issues in Compile.rst  
							
							 
							
							
							
						 
						
							2016-06-29 19:38:15 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								af906d6582 
								
							
								 
							
						 
						
							
							
								
								Remove library/scripts submodule  
							
							 
							
							
							
						 
						
							2016-06-29 19:06:00 -04:00  
						
					 
				
					
						
							
							
								 
								Ben Rosser
							
						 
						
							 
							
							
							
								
							
								ae55d2d526 
								
							
								 
							
						 
						
							
							
								
								Support linking against an external tinyxml if EXTERNAL_TINYXML is set  
							
							 
							
							... 
							
							
							
							As best as I can tell, the copy of tinyxml dfhack uses is unmodified
from whenever it was first bundled. This commit adds an option to CMake,
EXTERNAL_TINYXML, that if set to ON, will attempt to link against a system
tinyxml instead of using the dfhack-bundled one.  It defaults to OFF,
so there is no change in default behavior.
The DFHACK_TINYXML variable is then set to either "tinyxml" or "dfhack-tinyxml"
so the library (and any plugins that need updating) can link against one
or the other.
The FindTinyXML.cmake script was taken from https://github.com/ros/cmake_modules 
(licensed under the 3-clause BSD license).
Add license text to new CMake file. 
							
						 
						
							2016-06-29 17:53:16 -04:00  
						
					 
				
					
						
							
							
								 
								Japa
							
						 
						
							 
							
							
							
								
							
								b338d0218e 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/DFHack/dfhack  into develop  
							
							 
							
							
							
						 
						
							2016-06-20 13:22:25 +05:30  
						
					 
				
					
						
							
							
								 
								Japa
							
						 
						
							 
							
							
							
								
							
								36aafd550b 
								
							
								 
							
						 
						
							
							
								
								Increased the message size limit in RemoteClient from 8mb to 64mb.  
							
							 
							
							
							
						 
						
							2016-06-20 13:17:30 +05:30  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								6d1c4cd9ce 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' of  https://github.com/dfhack/dfhack  into develop  
							
							 
							
							
							
						 
						
							2016-06-16 23:37:21 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								a7d5c2132a 
								
							
								 
							
						 
						
							
							
								
								update xml  
							
							 
							
							
							
						 
						
							2016-06-16 23:37:01 -04:00  
						
					 
				
					
						
							
							
								 
								Japa
							
						 
						
							 
							
							
							
								
							
								0918efd02d 
								
							
								 
							
						 
						
							
							
								
								fix word_wrap not returning a value.  
							
							 
							
							
							
						 
						
							2016-06-16 20:52:16 +05:30  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								27a84a8246 
								
							
								 
							
						 
						
							
							
								
								Move scripts to library/scripts  
							
							 
							
							... 
							
							
							
							git can't cope with replacing scripts/3rdparty/* submodules with a single
scripts submodule. 
							
						 
						
							2016-06-15 18:45:08 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								9de4550fde 
								
							
								 
							
						 
						
							
							
								
								Update submodules  
							
							 
							
							
							
						 
						
							2016-06-15 12:11:20 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								022a1bf9e8 
								
							
								 
							
						 
						
							
							
								
								Wrap script descriptions in `ls` output and remove description length cap  
							
							 
							
							
							
						 
						
							2016-06-14 21:24:27 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								4f3a2b39d7 
								
							
								 
							
						 
						
							
							
								
								Update xml  
							
							 
							
							
							
						 
						
							2016-06-14 13:21:59 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								f07bc03c69 
								
							
								 
							
						 
						
							
							
								
								Update clsocket and Open()/Listen() usage  
							
							 
							
							
							
						 
						
							2016-06-14 13:21:51 -04:00  
						
					 
				
					
						
							
							
								 
								Lethosor
							
						 
						
							 
							
							
							
								
							
								a2b2c66798 
								
							
								 
							
						 
						
							
							
								
								Merge pull request  #931  from warmist/advfort2  
							
							 
							
							... 
							
							
							
							Advfort2 
							
						 
						
							2016-06-14 09:45:33 -04:00  
						
					 
				
					
						
							
							
								 
								Michael Casadevall
							
						 
						
							 
							
							
							
								
							
								90c7dc41ec 
								
							
								 
							
						 
						
							
							
								
								Update where library/xml to point to current master  
							
							 
							
							... 
							
							
							
							Signed-off-by: Michael Casadevall <mcasadevall@ubuntu.com> 
							
						 
						
							2016-06-13 17:10:58 -04:00  
						
					 
				
					
						
							
							
								 
								Michael Casadevall
							
						 
						
							 
							
							
							
								
							
								a03b32846a 
								
							
								 
							
						 
						
							
							
								
								Modify DFHack to handle new produce() prototype. Major thanks to lethosor, and ragundo for their help in this  
							
							 
							
							... 
							
							
							
							Signed-off-by: Michael Casadevall <mcasadevall@ubuntu.com> 
							
						 
						
							2016-06-13 16:57:45 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								a47a1c83ba 
								
							
								 
							
						 
						
							
							
								
								Update xml, clsocket  
							
							 
							
							
							
						 
						
							2016-06-07 08:17:40 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								fa1c589391 
								
							
								 
							
						 
						
							
							
								
								Update xml  
							
							 
							
							
							
						 
						
							2016-05-30 16:58:51 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								d44bc069ad 
								
							
								 
							
						 
						
							
							
								
								Merge remote-tracking branch 'BenLubar/thread-memory-leak' into develop  
							
							 
							
							
							
						 
						
							2016-05-30 16:24:42 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								9fc43cff4d 
								
							
								 
							
						 
						
							
							
								
								Make const method wrappers possible  
							
							 
							
							... 
							
							
							
							Reverts ae3052f 
Ref #935  
							
						 
						
							2016-05-28 20:11:42 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								113325f885 
								
							
								 
							
						 
						
							
							
								
								update xml  
							
							 
							
							
							
						 
						
							2016-05-28 10:29:53 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								ae3052f79a 
								
							
								 
							
						 
						
							
							
								
								Make knowledge_scholar_category_flag::value() non-const  
							
							 
							
							... 
							
							
							
							const methods can't be wrapped at the moment, at least without changing things
in DataFuncs.h 
							
						 
						
							2016-05-28 10:28:22 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								4d3df60470 
								
							
								 
							
						 
						
							
							
								
								Update xml (offsets)  
							
							 
							
							
							
						 
						
							2016-05-27 17:51:01 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								c1ba435058 
								
							
								 
							
						 
						
							
							
								
								Update version and xml  
							
							 
							
							
							
						 
						
							2016-05-27 17:41:23 -04:00  
						
					 
				
					
						
							
							
								 
								Ben Lubar
							
						 
						
							 
							
							
							
								
							
								e76258b040 
								
							
								 
							
						 
						
							
							
								
								knowledge category flag  
							
							 
							
							
							
						 
						
							2016-05-26 15:15:42 -05:00  
						
					 
				
					
						
							
							
								 
								Ben Lubar
							
						 
						
							 
							
							
							
								
							
								700392ba55 
								
							
								 
							
						 
						
							
							
								
								Fix tinythread memory leak in two ways:  
							
							 
							
							... 
							
							
							
							1. update to tinythread version 1.1, which provides a detach method
2. move the thread disassociation to the join function, which allows
attached threads to be joined even after they finish (this was the main
leak)
Also update RemoteServer.cpp to detach threads and delete the thread
objects instead of leaking them (although they are much smaller than the
actual threads). 
							
						 
						
							2016-05-21 19:17:08 -05:00  
						
					 
				
					
						
							
							
								 
								Warmist
							
						 
						
							 
							
							
							
								
							
								6c64b3441d 
								
							
								 
							
						 
						
							
							
								
								Fixes to gui/advfort.lua  
							
							 
							
							
							
						 
						
							2016-05-20 13:55:59 +03:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								d93cf2cd2e 
								
							
								 
							
						 
						
							
							
								
								Update xml  
							
							 
							
							
							
						 
						
							2016-05-17 23:26:21 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								b7aa8aca26 
								
							
								 
							
						 
						
							
							
								
								Update xml  
							
							 
							
							
							
						 
						
							2016-05-14 22:27:21 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								1832e563b7 
								
							
								 
							
						 
						
							
							
								
								Update xml  
							
							 
							
							
							
						 
						
							2016-05-14 19:41:41 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								a89251cdf8 
								
							
								 
							
						 
						
							
							
								
								Find job in job screen  
							
							 
							
							
							
						 
						
							2016-05-14 16:07:27 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								118d88e44f 
								
							
								 
							
						 
						
							
							
								
								Update xml  
							
							 
							
							
							
						 
						
							2016-05-14 16:07:10 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								55e58e5f06 
								
							
								 
							
						 
						
							
							
								
								Update handling of viewscreen_workshop_profilest in Gui module, search/sort plugins  
							
							 
							
							
							
						 
						
							2016-05-14 11:43:37 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								97f7cd6081 
								
							
								 
							
						 
						
							
							
								
								Bump version and update xml  
							
							 
							
							
							
						 
						
							2016-05-12 16:03:33 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								fee6e57b40 
								
							
								 
							
						 
						
							
							
								
								Disable viewscreen_layer_workshop_profilest focus handler for now  
							
							 
							
							
							
						 
						
							2016-05-11 17:52:56 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								ed81be16b3 
								
							
								 
							
						 
						
							
							
								
								Improve logging of vtable interpose errors  
							
							 
							
							
							
						 
						
							2016-05-11 17:52:10 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								38051a5a48 
								
							
								 
							
						 
						
							
							
								
								remove tweak manager-quantity  
							
							 
							
							
							
						 
						
							2016-05-11 17:51:57 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								b53f829737 
								
							
								 
							
						 
						
							
							
								
								Update to 0.43.01-alpha0 and update xml  
							
							 
							
							
							
						 
						
							2016-05-10 17:48:50 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								c1e44c178f 
								
							
								 
							
						 
						
							
							
								
								Add on_click/on_rclick handlers to widgets.Label  
							
							 
							
							... 
							
							
							
							Closes  #919  
							
						 
						
							2016-05-09 21:30:34 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								402a96b0e6 
								
							
								 
							
						 
						
							
							
								
								Expose new unit functions to lua and add some basic safety checks  
							
							 
							
							
							
						 
						
							2016-04-23 21:52:50 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								bc7c689d93 
								
							
								 
							
						 
						
							
							
								
								update xml  
							
							 
							
							
							
						 
						
							2016-04-23 20:33:03 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								52728babd4 
								
							
								 
							
						 
						
							
							
								
								Merge branch 'develop' into zone-unassign  
							
							 
							
							
							
						 
						
							2016-04-22 18:41:15 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								b36193857c 
								
							
								 
							
						 
						
							
							
								
								Add string:startswith(), endswith()  
							
							 
							
							
							
						 
						
							2016-04-16 17:13:41 -04:00  
						
					 
				
					
						
							
							
								 
								lethosor
							
						 
						
							 
							
							
							
								
							
								0d37209063 
								
							
								 
							
						 
						
							
							
								
								use trade_state enum  
							
							 
							
							
							
						 
						
							2016-04-13 09:44:57 -04:00  
						
					 
				
					
						
							
							
								 
								Warmist
							
						 
						
							 
							
							
							
								
							
								7c91b8f755 
								
							
								 
							
						 
						
							
							
								
								Add more informative focus_path  
							
							 
							
							... 
							
							
							
							This with conjunction of changes in eventful will make the sidebar overlay more bug-free :) 
							
						 
						
							2016-04-10 16:53:18 +03:00