Commit Graph

128 Commits (61dea59e2927996a4bd4c9dae682c3184e56f842)

Author SHA1 Message Date
Petr Mrázek 515f4952a9 Merge https://github.com/angavrilov/dfhack
Conflicts:
	library/include/dfhack/DFProcess.h
2011-05-15 21:50:20 +02:00
Petr Mrázek bba5f0884d Move grow and immolate to supported. 2011-05-15 06:25:19 +02:00
Petr Mrázek ca65aa99e6 apply terminal detection hack to all supported tools, add missing terminfo header 2011-05-15 06:10:47 +02:00
Petr Mrázek fe6eb4b70a Fix for MSVC build, added prototype cmd.exe detection on windows. 2011-05-15 05:19:51 +02:00
Petr Mrázek 43fc15476a Added ability to set trees on fire. 2011-05-15 00:26:44 +02:00
Petr Mrázek 5ab2d28c4b Merge pull request #79 from jaxad0127/master
Here is the tiletypes tool
2011-05-13 10:52:25 -07:00
Jared Adams 4155a779a6 Add dftiletypes tool
This tool is a tile shape, material, and special information manipulation tool,
like dfliquids. It includes a filter so you can easily change all X into Y
without having to get around what is around the X, just filter on it.
2011-05-13 11:37:48 -06:00
Alexander Gavrilov a7be2aee33 Support actually removing owner links between items and creatures. 2011-05-12 21:10:29 +04:00
Petr Mrázek 63ae4e3738 Fix cleartask tool, should now work everywhere, doesn't use magic constants. 2011-05-08 11:21:52 +02:00
Petr Mrázek 7829e12e85 Added a bunch of batch scripts for running tools, updated readme, bumped version number. 2011-05-08 10:45:37 +02:00
Petr Mrázek d6cd85cc1a Autodump reports the action taken properly. 2011-05-08 03:45:58 +02:00
Petr Mrázek 4f69e550e3 Autodump checks that the target tile is floor, resolved offset lookup FIXME. 2011-05-08 03:42:14 +02:00
Petr Mrázek 8dc2407c37 Add a whole bunch of item flag checks to autodump in order to prevent mayhem and destruction. 2011-05-08 03:36:46 +02:00
Petr Mrázek 96bfec5402 The mood offset on linux was OK. General fixage of things. 2011-05-08 03:21:34 +02:00
Petr Mrázek 384e25f260 Merge https://github.com/jaxad0127/dfhack 2011-05-07 20:24:23 +02:00
Petr Mrázek 8b2ab8de68 Ending the map feature failtrain. 2011-05-07 09:07:28 +02:00
Petr Mrázek fc0f6f1e48 Minor rearrangement with no impact 2011-05-07 03:44:10 +02:00
Jared Adams 2e47e1f039 Add support for EOF on input
Also remove unneeded indent in Windows-only blocks.
2011-05-05 20:10:45 -06:00
Jared Adams cfd5a25400 Properly check each tile for local and global features 2011-05-04 17:24:20 -06:00
Petr Mrázek 97df735db5 Another misplaced getopt global squashed in prospector. 2011-05-03 00:10:56 +02:00
Petr Mrázek ec2fc375fb Fix xgetopt use in prospector tool, optopt from cstdlib was used instead. 2011-05-02 23:32:32 +02:00
Petr Mrázek 27bd19150b Prospector pretty prints base materials, fixed xgetopt instance. 2011-05-02 05:10:13 +02:00
Petr Mrázek 7ad83c80b8 added modified getopt (c++-ized) with BSD license, vegetation flags clarified, prospector lists trees and plants separately,
prospector pretty-prints
2011-05-02 05:03:48 +02:00
Jared Adams 588860ce74 Add pauses for windows and fix some small issues 2011-05-01 03:11:42 -06:00
Jared Adams 17bea1052a Rewrite the prospector tool to be simpler to follow
Also adds plants, demon temples, lairs, and aquifers.
2011-04-30 15:58:29 -06:00
Petr Mrázek 3318487ad9 Untested item deletion mode for the autodump tool. 2011-04-30 04:48:28 +02:00
Petr Mrázek 456a979244 Fun with tiletypes. Expect explosions. 2011-04-28 23:00:52 +02:00
Tom Prince 0e119fd78e Treat stream/brook as transparent in unreveal.
Fixes #70.

Signed-off-by: Tom Prince <tom.prince@ualberta.net>
2011-04-27 22:21:25 -04:00
Petr Mrázek 923c8cae9c Occupancy support in MapCache. Added the item dumper tool mentioned on irc (autodump). 2011-04-28 01:36:31 +02:00
Petr Mrázek 2ed7dca69e Install the batch file for prospector tool on windows. Prospector-related readme update. 2011-04-20 01:32:34 +02:00
Petr Mrázek 66bb9d448c Big messy commit... 2011-04-20 01:28:47 +02:00
Petr Mrázek bc855b296f Merge branch 'master' of https://github.com/angavrilov/dfhack 2011-04-17 16:08:13 +02:00
Petr Mrázek 189f31e084 Split veinlook output into layer vein and base type, fix issue with bad counts of materials. 2011-04-17 15:51:52 +02:00
Petr Mrázek 67ea981dc3 Big ugly deuglyfication of DFTileTypes and its use in the tools. 2011-04-17 13:06:19 +02:00
Petr Mrázek e255a2cba6 Rename single character member variables from DFTileTypes to something sensible. 2011-04-17 11:37:36 +02:00
Petr Mrázek 8c79bc597a Turn on cleartasks tool in the build system 2011-04-17 00:53:05 +02:00
Alexander Gavrilov ced036708f When searching for a string buffer, use the key as a substring.
The dfincremental ui does not allow entering strings with trailing
whitespace, and anyway sometimes it is difficult to guess how a GUI
string actually ends. Therefore it is probably more generic to
search for buffers that simply begin with the entered string.
2011-04-13 11:45:16 +04:00
Petr Mrázek cb1dee3f46 Give unreveal tool a sensible name, bump version to 0.5.13, README updated. 2011-04-10 22:14:35 +02:00
Petr Mrázek 125f4cf41f And its source. Blah. 2011-04-10 18:42:47 +02:00
Petr Mrázek b0b76f6d7c Tool for resetting hidden tile status after botched reveals. 2011-04-10 18:41:49 +02:00
Petr Mrázek b630e93c5a Added base layer material support to map cache, material display to dfprobe. 2011-04-10 17:01:58 +02:00
Petr Mrázek 1d35044db3 Started removing C++-isms from C wrapper. Removed DFGlobal.h 2011-04-10 13:12:28 +02:00
Petr Mrázek bb04aa1a32 Linux header cleanups. Windows side will follow. 2011-04-10 10:19:15 +02:00
Petr Mrázek 4547c8c0aa Use MapExtras more. 2011-04-10 06:17:11 +02:00
Petr Mrázek de9400d5e8 Make deramp tool fix bad ramps resulting from caveins. 2011-04-04 15:46:39 +02:00
Petr Mrázek 68b13d6bf0 Dreary offset work. 2011-04-02 12:35:23 +02:00
Petr Mrázek f8db1c6b0e small liquids tweak (don't set flowbits on non-flow-passable tiles) 2011-03-31 13:38:44 +02:00
Petr Mrázek fe2e9e2571 Fix water turning into magma inside obsidian walls. 2011-03-31 06:11:03 +02:00
Petr Mrázek 37b0dbe02e 31.25, tweaks to make dfliquids and dfreveal better 2011-03-30 14:27:47 +02:00
Petr Mrázek 8ef1ef1985 31.23 Windows support, tiny little tweaks to liquids tool. 2011-03-27 00:02:23 +01:00