3f42479e77Only build the qt plugin on linux
Petr Mrázek
2011-07-16 15:34:29 +0200
70dbc3cef9Test integrating a Qt app into a DFHack plugin. It was a success!
Petr Mrázek
2011-07-16 12:26:31 +0200
9025066a2bAdded SDLreal.dll on windows.
Petr Mrázek
2011-07-16 10:32:18 +0200
0d1dd5aeadExtended escape sequences are 4 bytes, not 5.
Petr Mrázek
2011-07-16 10:31:49 +0200
5563f28fdcUpdated .gitignore
Petr Mrázek
2011-07-16 09:26:56 +0200
003ad63c56Disabled ctrl+c on windows (null signal handler). Some small fixes.
Petr Mrázek
2011-07-16 08:00:13 +0200
fd418cd2dccmake cleanup in library/
Petr Mrázek
2011-07-16 07:59:36 +0200
83b190b5d8Merge pull request #104 from matthew-cline/TOPIC-die
Petr Mrázek
2011-07-15 22:54:40 -0700
9eea07fb66The console is now awesome when you use C++ streams too.
Petr Mrázek
2011-07-16 00:15:20 +0200
b85f196dc4The console is now awesome on Windows too.
Petr Mrázek
2011-07-15 19:58:17 +0200
459d48d75aMade the linux console super awesome. The dfhack script won't LD_PRELOAD dfhack for gdb.
Petr Mrázek
2011-07-15 15:55:01 +0200
0af631aaa3And nuke the rest of linenoise...
Petr Mrázek
2011-07-14 12:28:41 +0200
3ecf244e67Nuke linenoise. Now it's integrated in Console.
Petr Mrázek
2011-07-14 12:21:07 +0200
d21b196766Error printing call for Console, the NYAN CAT!
Petr Mrázek
2011-07-14 11:15:23 +0200
8ad6a56704Linux only plugin: use "die" command to kill game
Matthew Cline
2011-07-13 23:52:06 -0700
f2b46274ecFix for a bug in command history queue access. dfhack script can run valgrind.
Petr Mrázek
2011-07-14 08:02:29 +0200
de24b01a69-fix pillar tile types to be TILE_SMOOTH instead of TILE_NORMAL. -Added working (though clumsy) draw tile tool. -Began lumberjack and veinswap tools.
zilpin
2011-07-13 23:44:37 -0400
96153a7b05Merge branch 'dfapi' of github.com:peterix/dfhack into dfapi
Petr Mrázek
2011-07-14 04:06:12 +0200
792d272fbfWindows side of the Console rewrite
Petr Mrázek
2011-07-14 04:05:27 +0200
1830183406Merge pull request #100 from matthew-cline/dfapi
Petr Mrázek
2011-07-13 18:27:10 -0700
d7213da5a3Fix colonies to use new console output stuff
Matthew Cline
2011-07-13 17:36:39 -0700
10c60d18f4Merge pull request #99 from matthew-cline/TOPIC-script
Petr Mrázek
2011-07-13 04:35:59 -0700
a40153a8e1Merge pull request #98 from matthew-cline/TOPIC-vermin
Petr Mrázek
2011-07-13 04:24:38 -0700
630b746cfeIntegrate linenoise into Console - Linux part
Petr Mrázek
2011-07-13 11:45:30 +0200
fed916bf8dLinux launch script: gdb and terminal reset
Matthew Cline
2011-07-12 23:37:49 -0700
d1170d54c3Vermin module and colonies plugin
Matthew Cline
2011-07-12 23:17:51 -0700
1b011cdf6cMerge pull request #97 from matthew-cline/dfapi
Petr Mrázek
2011-07-12 18:17:34 -0700
f3bedca725Ignore build/plugins and CPack build stuff
Matthew Cline
2011-07-12 17:57:37 -0700
927711d4e3Merge pull request #96 from matthew-cline/dfapi
Petr Mrázek
2011-07-12 17:55:06 -0700
025a7dffb4cmake linux: don't restrict output dir
Matthew Cline
2011-07-12 17:49:56 -0700
a30a4a2720CMake linux: copy LD_PRELOAD script
Matthew Cline
2011-07-12 17:25:27 -0700
b5a6087da5Forgot to commit a file.
Petr Mrázek
2011-07-12 23:27:09 +0200
3a67a4d3c7Added linenoise library to allow line editing in the terminal.
Petr Mrázek
2011-07-12 12:13:14 +0200
2339dcb4b9Merge pull request #93 from matthew-cline/TOPIC-readSTLString
Petr Mrázek
2011-07-11 15:13:03 -0700
f5c50b6938Merge pull request #92 from matthew-cline/TOPIC-buildings
Petr Mrázek
2011-07-11 15:09:43 -0700
aeeece5c5fMade kittens plugin optional, and disabled by default.
Petr Mrázek
2011-07-12 00:07:59 +0200
fa4d2d9b2eRemoved some silly data races from using cerr...
Petr Mrázek
2011-07-11 23:07:42 +0200
4015586d89Eliminated the core suspend latency, possibly added a heap of race conditions. Added vdig.
Petr Mrázek
2011-07-11 22:23:13 +0200
5c1526d6d9creatures: read and write pregnancy counter
Matthew Cline
2011-07-11 02:48:10 -0700
5da4eb3344readSTLString() new/free mismatch fix
Matthew Cline
2011-07-11 02:06:38 -0700
6cce940901buildingsdump.cpp: cleanup
Matthew Cline
2011-07-10 23:50:29 -0700
4d406524c0Merge pull request #91 from matthew-cline/TOPIC-blockflags
Petr Mrázek
2011-07-10 22:51:32 -0700
6b1d7fbe35Merge pull request #90 from matthew-cline/master
Petr Mrázek
2011-07-10 22:51:06 -0700
ea9a6deed4playground/blockflags: toggle block flag bits
Matthew Cline
2011-07-10 17:29:34 -0700
3850954449Hotkey input works on windows/under wine. Added skeleton for the veindigger plugin.
Petr Mrázek
2011-07-10 21:07:14 +0200
cb9c9aae7cDeal with third flag group in creatures
Matthew Cline
2011-07-10 04:00:52 -0700
bc9911212eMerge pull request #89 from matthew-cline/master
Petr Mrázek
2011-07-10 03:18:16 -0700
49fd378a47incremental: deal with shifting Linux maps
Matthew Cline
2011-07-10 02:16:28 -0700
488322cb0dMerge pull request #87 from matthew-cline/master
Petr Mrázek
2011-07-09 20:32:20 -0700
07c11c704dFix Windows build (untested, expect explosions).
Petr Mrázek
2011-07-09 16:05:40 +0200
5209162403reveal - shorter commands, reversed safe and hell mode (safe is now default)
Petr Mrázek
2011-07-09 13:52:00 +0200
d894ef0ffaHotkey UI for linux.
Petr Mrázek
2011-07-09 11:33:58 +0200
65d7278f53Added a bunch of butchered SDL headers, catching SDL events on linux.
Petr Mrázek
2011-07-08 03:55:37 +0200
d865ff1014Forgot suspend and resume in cleanmap, leading to race conditions and segfaults.
Petr Mrázek
2011-07-07 13:09:17 +0200
367d79bcfaWeather plugin to mirror the weather tool.
Petr Mrázek
2011-07-07 10:57:57 +0200
be5361da15creaturemanager: oops, "-i" was broken
Matthew Cline
2011-07-07 01:10:40 -0700
8b298f8d91More maps tweaks, function for block event removal, added cleanmap version that nukes spatter objects instead of rewriting their bitmaps.
Petr Mrázek
2011-07-07 09:49:58 +0200
87e7ce5b1dNew actions and creature filters, plus minor stuff
Matthew Cline
2011-07-07 00:48:57 -0700
b7b48ba1bbMerge pull request #86 from matthew-cline/master
Petr Mrázek
2011-07-07 00:33:23 -0700
cecbf60375Added option BUILD_NO_CURSES
Matthew Cline
2011-07-07 00:16:48 -0700
4ff5db06beMaps no longer copy the map block pointer array, blocks are structs, map data is public.
Petr Mrázek
2011-07-07 07:00:36 +0200
4cd80fa5d4Only warn user when needed.
Petr Mrázek
2011-07-06 12:52:16 +0200
8318213b97Safe version of reveal (no hell)
Petr Mrázek
2011-07-06 12:26:45 +0200
74ab0f94aaAdded std namespace use for stl types in MapExtras.h
Petr Mrázek
2011-07-06 12:26:18 +0200
67601dedeeMerge branch 'master' into dfapi
Petr Mrázek
2011-07-06 11:21:30 +0200