| .. | 
			
		
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										doc
									
								
							
						
					
				 | 
				
					
						
							
							Many tweaks to plugins, reorganized the build system and removed more cruft.
						
					
				 | 
				2011-08-14 08:42:21 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										include
									
								
							
						
					
				 | 
				
					
						
							
							Add stock MessageBox and InputBox dialog screens for lua scripts.
						
					
				 | 
				2012-09-05 19:45:45 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										lua
									
								
							
						
					
				 | 
				
					
						
							
							Support renaming some buildings, and arbitrary units, via gui script.
						
					
				 | 
				2012-09-05 21:27:42 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										modules
									
								
							
						
					
				 | 
				
					
						
							
							Support renaming some buildings, and arbitrary units, via gui script.
						
					
				 | 
				2012-09-05 21:27:42 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								
								
									
									
									
										proto
									
								
							
						
					
				 | 
				
					
						
							
							merged stuff from peterix
						
					
				 | 
				2012-04-15 12:32:25 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
							 
							
								xml@df8178a989
							
						
					
				 | 
				
					
						
							
							Boilers made out of unsuitable materials should explode!
						
					
				 | 
				2012-09-01 20:46:34 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								CMakeLists.txt
							
						
					
				 | 
				
					
						
							
							Add a module for painting tiles into the gps global.
						
					
				 | 
				2012-08-19 09:31:09 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								ColorText.cpp
							
						
					
				 | 
				
					
						
							
							Fix crashing color_ostream::printerr due to vfprintf vs fprintf mixup.
						
					
				 | 
				2012-03-31 22:26:41 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Console-darwin.cpp
							
						
					
				 | 
				
					
						
							
							Extract the color enum from color_ostream to toplevel.
						
					
				 | 
				2012-08-19 09:21:25 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Console-linux.cpp
							
						
					
				 | 
				
					
						
							
							Extract the color enum from color_ostream to toplevel.
						
					
				 | 
				2012-08-19 09:21:25 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Console-windows.cpp
							
						
					
				 | 
				
					
						
							
							Extract the color enum from color_ostream to toplevel.
						
					
				 | 
				2012-08-19 09:21:25 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Core.cpp
							
						
					
				 | 
				
					
						
							
							Support "ls -a" to list scripts in subdirs.
						
					
				 | 
				2012-08-29 19:03:53 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DataDefs.cpp
							
						
					
				 | 
				
					
						
							
							Fix access to unnamed bits in bitfields, and allow hook.apply(false)
						
					
				 | 
				2012-09-01 11:25:24 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DataStatics.cpp
							
						
					
				 | 
				
					
						
							
							Add support for primitive type fields in lua wrapper.
						
					
				 | 
				2012-03-20 13:56:29 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DataStaticsCtor.cpp
							
						
					
				 | 
				
					
						
							
							Header changes/cleanup.
						
					
				 | 
				2011-12-31 12:48:42 +01:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								DataStaticsFields.cpp
							
						
					
				 | 
				
					
						
							
							Add a hotkey command that sorts units in lists using lua comparators.
						
					
				 | 
				2012-04-21 15:43:52 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Hooks-darwin.cpp
							
						
					
				 | 
				
					
						
							
							Move back to using interposition to be more portable
						
					
				 | 
				2012-06-29 10:15:48 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Hooks-egg.cpp
							
						
					
				 | 
				
					
						
							
							Initial changes to get dfhack building on the Mac
						
					
				 | 
				2012-05-24 11:31:20 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Hooks-linux.cpp
							
						
					
				 | 
				
					
						
							
							Linux build works again.
						
					
				 | 
				2012-06-14 02:25:15 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Hooks-windows.cpp
							
						
					
				 | 
				
					
						
							
							Initial changes to get dfhack building on the Mac
						
					
				 | 
				2012-05-24 11:31:20 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								LuaApi.cpp
							
						
					
				 | 
				
					
						
							
							Add stock MessageBox and InputBox dialog screens for lua scripts.
						
					
				 | 
				2012-09-05 19:45:45 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								LuaTools.cpp
							
						
					
				 | 
				
					
						
							
							Add stock MessageBox and InputBox dialog screens for lua scripts.
						
					
				 | 
				2012-09-05 19:45:45 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								LuaTypes.cpp
							
						
					
				 | 
				
					
						
							
							Fix access to unnamed bits in bitfields, and allow hook.apply(false)
						
					
				 | 
				2012-09-01 11:25:24 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								LuaWrapper.cpp
							
						
					
				 | 
				
					
						
							
							Fix a problem with number to address cast for high-half addresses.
						
					
				 | 
				2012-06-16 17:09:58 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								MacPool.h
							
						
					
				 | 
				
					
						
							
							Trying to set up an autorelease pool, but not yet succeeding.
						
					
				 | 
				2012-05-26 16:08:15 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								MacPool.mm
							
						
					
				 | 
				
					
						
							
							Trying to set up an autorelease pool, but not yet succeeding.
						
					
				 | 
				2012-05-26 16:08:15 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								MiscUtils.cpp
							
						
					
				 | 
				
					
						
							
							Add a mechanism converting ui focus to a string representation.
						
					
				 | 
				2012-05-19 19:50:36 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								PlugLoad-darwin.cpp
							
						
					
				 | 
				
					
						
							
							More work on getting dfhack building & compiling on Mac OS X
						
					
				 | 
				2012-05-25 14:28:59 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								PlugLoad-linux.cpp
							
						
					
				 | 
				
					
						
							
							Clean up some chaos in old code.
						
					
				 | 
				2012-04-15 01:15:15 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								PlugLoad-windows.cpp
							
						
					
				 | 
				
					
						
							
							Fix unresolved symbol reference in Windows platform.
						
					
				 | 
				2012-05-18 08:25:25 -05:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								PluginManager.cpp
							
						
					
				 | 
				
					
						
							
							Fix a deadlock problem between suspend in (un)load, and onupdate.
						
					
				 | 
				2012-08-26 14:43:14 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Process-darwin.cpp
							
						
					
				 | 
				
					
						
							
							Add stock MessageBox and InputBox dialog screens for lua scripts.
						
					
				 | 
				2012-09-05 19:45:45 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Process-linux.cpp
							
						
					
				 | 
				
					
						
							
							Add stock MessageBox and InputBox dialog screens for lua scripts.
						
					
				 | 
				2012-09-05 19:45:45 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Process-windows.cpp
							
						
					
				 | 
				
					
						
							
							Add stock MessageBox and InputBox dialog screens for lua scripts.
						
					
				 | 
				2012-09-05 19:45:45 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RemoteClient.cpp
							
						
					
				 | 
				
					
						
							
							remoteclient: dont use gcc deprecated auto_ptr
						
					
				 | 
				2012-05-31 13:23:00 +02:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RemoteServer.cpp
							
						
					
				 | 
				
					
						
							
							Make the RPC server accept a range of client versions.
						
					
				 | 
				2012-06-14 13:15:37 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								RemoteTools.cpp
							
						
					
				 | 
				
					
						
							
							Sync to the change in gamemode/gametype globals.
						
					
				 | 
				2012-06-16 14:42:56 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								TileTypes.cpp
							
						
					
				 | 
				
					
						
							
							Enable warnings correctly on linux and fix a lot of them.
						
					
				 | 
				2012-04-20 13:30:37 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								Types.cpp
							
						
					
				 | 
				
					
						
							
							Move some things that won't work in dfhack-client to a separate file.
						
					
				 | 
				2012-05-05 21:07:18 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								VTableInterpose.cpp
							
						
					
				 | 
				
					
						
							
							Fix access to unnamed bits in bitfields, and allow hook.apply(false)
						
					
				 | 
				2012-09-01 11:25:24 +04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								VersionInfoFactory.cpp
							
						
					
				 | 
				
					
						
							
							Make offsets with "darwin" os-type recognized as Apple, rather than ignored
						
					
				 | 
				2012-06-14 13:42:06 -04:00 | 
			
		
			
			
			
			
				| 
					
						
							
								
								dfhack-run.cpp
							
						
					
				 | 
				
					
						
							
							A number of interface tweaks in RemoteClient.
						
					
				 | 
				2012-03-16 14:11:46 +04:00 |