b40682f61c 
								
							
								 
							
						 
						
							
							
								
								Add running scripts  
							
							
							
						 
						
							2012-06-24 18:32:53 -04:00  
				
					
						
							
							
								 
						
							
							
								06fedc9b78 
								
							
								 
							
						 
						
							
							
								
								Add scripts to run dfhack on the Mac  
							
							
							
						 
						
							2012-06-14 09:56:54 -04:00  
				
					
						
							
							
								 
						
							
							
								a59825ff80 
								
							
								 
							
						 
						
							
							
								
								linux: remove LD_PRELOAD warning on x86_64 distrib  
							
							
							
						 
						
							2012-05-19 13:02:11 +02:00  
				
					
						
							
							
								 
						
							
							
								9d6e26fa5f 
								
							
								 
							
						 
						
							
							
								
								Fix crashing color_ostream::printerr due to vfprintf vs fprintf mixup.  
							
							... 
							
							
							
							Also enable heap clearing in gdb mode, and fix a few newlines. 
							
						 
						
							2012-03-31 22:26:41 +04:00  
				
					
						
							
							
								 
						
							
							
								e7851f5abd 
								
							
								 
							
						 
						
							
							
								
								Improve support for void RPC functions, dfhack-run, etc.  
							
							
							
						 
						
							2012-03-15 11:07:43 +04:00  
				
					
						
							
							
								 
						
							
							
								731472a478 
								
							
								 
							
						 
						
							
							
								
								Add eggy hooks (linux only for now)  
							
							
							
						 
						
							2012-02-28 03:37:56 +01:00  
				
					
						
							
							
								 
						
							
							
								647916e109 
								
							
								 
							
						 
						
							
							
								
								Graphic module  
							
							
							
						 
						
							2011-12-07 20:37:09 +01:00  
				
					
						
							
							
								 
						
							
							
								780b659210 
								
							
								 
							
						 
						
							
							
								
								Zeromq hello world plugin.  
							
							
							
						 
						
							2011-11-25 22:14:36 +01:00  
				
					
						
							
							
								 
						
							
							
								0808c9c0ab 
								
							
								 
							
						 
						
							
							
								
								Add support for stonesense distributed with allegro libs as .so  
							
							
							
						 
						
							2011-08-20 13:37:14 +02:00  
				
					
						
							
							
								 
						
							
							
								a0f99ef707 
								
							
								 
							
						 
						
							
							
								
								Many tweaks to plugins, reorganized the build system and removed more cruft.  
							
							
							
						 
						
							2011-08-14 08:42:21 +02:00  
				
					
						
							
							
								 
						
							
							
								c423bb6e88 
								
							
								 
							
						 
						
							
							
								
								Use 'setarch i386 -R' on linux to be usre that ASLR won't break things.  
							
							
							
						 
						
							2011-08-09 20:38:47 +02:00  
				
					
						
							
							
								 
						
							
							
								262a5c9da3 
								
							
								 
							
						 
						
							
							
								
								Callgrind in dfhack script, added an option for building stonesense.  
							
							
							
						 
						
							2011-07-21 11:29:26 +02:00  
				
					
						
							
							
								 
						
							
							
								592a65f9a3 
								
							
								 
							
						 
						
							
							
								
								".dfhackrc" user config file  
							
							... 
							
							
							
							If the file ".dfhackrc" exists in the user's home directory or in the
game directory it will be sourced, so the user can set environmental
variables like LD_LIBRARY_PATH.  There's also a few shell variables it
can set to alter the behavior of the dfhack script. 
							
						 
						
							2011-07-17 15:50:31 -07:00  
				
					
						
							
							
								 
						
							
							
								0d1dd5aead 
								
							
								 
							
						 
						
							
							
								
								Extended escape sequences are 4 bytes, not 5.  
							
							
							
						 
						
							2011-07-16 10:31:49 +02:00  
				
					
						
							
							
								 
						
							
							
								459d48d75a 
								
							
								 
							
						 
						
							
							
								
								Made the linux console super awesome. The dfhack script won't LD_PRELOAD dfhack for gdb.  
							
							
							
						 
						
							2011-07-15 15:55:01 +02:00  
				
					
						
							
							
								 
						
							
							
								f2b46274ec 
								
							
								 
							
						 
						
							
							
								
								Fix for a bug in command history queue access. dfhack script can run valgrind.  
							
							
							
						 
						
							2011-07-14 08:02:29 +02:00  
				
					
						
							
							
								 
						
							
							
								fed916bf8d 
								
							
								 
							
						 
						
							
							
								
								Linux launch script: gdb and terminal reset  
							
							... 
							
							
							
							1) Giving "-g" or "--gdb" as the first argument to the dfhack script
will launch DF under gdb.
2) "reset -I" is called after DF finishes, to return the terminal to a
sane state in case DF crashed or was killed. 
							
						 
						
							2011-07-12 23:37:49 -07:00  
				
					
						
							
							
								 
						
							
							
								a30a4a2720 
								
							
								 
							
						 
						
							
							
								
								CMake linux: copy LD_PRELOAD script  
							
							... 
							
							
							
							Copy package/linux/dfhack to the games directory; it's the same as the
normal df script, but sets LD_PRELOAD properly.
Also, CMAkeLists.txt now checks to see that the output directory is set
to the game directory, and fatally fails if it isn't. 
							
						 
						
							2011-07-12 17:25:27 -07:00  
				
					
						
							
							
								 
						
							
							
								f2b91d3269 
								
							
								 
							
						 
						
							
							
								
								Making ready for adding plugins. Fixes all over the place, more removal of obsolete parts.  
							
							
							
						 
						
							2011-06-20 01:12:07 +02:00  
				
					
						
							
							
								 
						
							
							
								42366c238f 
								
							
								 
							
						 
						
							
							
								
								Simple packaging scripts  
							
							
							
						 
						
							2011-04-02 02:34:21 +02:00  
				
					
						
							
							
								 
						
							
							
								dcfa315acf 
								
							
								 
							
						 
						
							
							
								
								windows 31.24  
							
							
							
						 
						
							2011-03-27 16:06:44 +02:00  
				
					
						
							
							
								 
						
							
							
								c06df18ea7 
								
							
								 
							
						 
						
							
							
								
								Fix linux builds not installing the header files  
							
							
							
						 
						
							2011-03-20 02:06:50 +01:00  
				
					
						
							
							
								 
						
							
							
								467c50e97d 
								
							
								 
							
						 
						
							
							
								
								Tiny ubuntu fix.  
							
							
							
						 
						
							2011-03-20 00:54:11 +01:00  
				
					
						
							
							
								 
						
							
							
								1481b07b6b 
								
							
								 
							
						 
						
							
							
								
								Ubuntu packaging magic, forgotten header files, an icon.  
							
							
							
						 
						
							2011-03-19 23:26:32 +01:00