Matthew Cline
be5361da15
creaturemanager: oops, "-i" was broken
2011-07-07 01:10:40 -07:00
Matthew Cline
87e7ce5b1d
New actions and creature filters, plus minor stuff
...
Multiple changes:
* Slight rearrangement of help message.
* Fixed bug where "Dead" flag wasn't being displayed with
--showallflags.
* Added option "-saf" as a shortcut for --showallflags.
* Creature origin (memory pointer) and civilization number are
displayed in the multi-line listing.
* Split logic for testing if creature is to be used off into it's
own function, which is easier to read.
* Added "--type" filter, which can select tame creatures, wild
creatures, demonic creatures, and so on. If the creature type
hasn't been changed from the default of DWARF then's it's
automatically changed to ALL (but can still explicitly be set
via '-c DWARF')
* Added actions to tame selected creatures and to mark them for
butchering.
2011-07-07 00:48:57 -07:00
Petr Mrázek
5a3b02e9e4
Safe mode for reveal by matthew-cline
2011-07-06 01:32:43 +02:00
Petr Mrázek
dfe58b6757
Improvements to probe by matthew-cline
2011-07-06 01:28:23 +02:00
Petr Mrázek
6e00dc4c8e
Update version numbers, readme file. Adding a lot of batch scripts for the windows versions of new tools.
2011-05-27 08:20:52 +02:00
Petr Mrázek
07bb0408c1
Fix memory.xml and pdcurses.dll copy problems for good.
2011-05-26 12:33:38 +02:00
Petr Mrázek
f953ed198e
Remove unused variable
2011-05-26 12:33:25 +02:00
Petr Mrázek
b3fd50e2a8
Fix cleanmap. Now it treats mud and snow properly.
2011-05-26 05:48:56 +02:00
Petr Mrázek
0661248d1f
Cleanmap filters on matter state. Anything non-solid is removed (including mud and water). Solid mud and snow stay.
2011-05-26 02:14:42 +02:00
Petr Mrázek
e7d9bc6f91
matter states for tile coverings, pig iron watch in dfstatus
2011-05-25 05:13:24 +02:00
Petr Mrázek
a1a5df52a1
Nicer formatting in dfstatus.
2011-05-23 21:58:44 +02:00
Petr Mrázek
d2e01ec579
Fix many warnings from MSVC builds.
2011-05-23 21:30:51 +02:00
Petr Mrázek
95f3f5d10e
Added kitchen product tracking to dfstatus (manual merge from enjia2000)
2011-05-23 04:00:56 +02:00
Petr Mrázek
b7aef4d84c
Move dfstatus to supported.
2011-05-23 03:23:56 +02:00
Petr Mrázek
e5e0391d76
stop dfstatus from wasting time. added 'stopwatch.h' to extras for getting accurate unix time in milliseconds
2011-05-21 21:54:53 +02:00
Petr Mrázek
3fae382402
Missing dfstatus.cpp
2011-05-21 20:34:08 +02:00
Petr Mrázek
bb99924b24
Curses support across platforms!
2011-05-21 20:32:53 +02:00
Petr Mrázek
909cd8b60b
Move termutil to a globally accessible area.
2011-05-17 08:36:38 +02:00
Petr Mrázek
61dea59e29
Fix a big heap of warnings.
2011-05-15 22:24:40 +02:00
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
4d3f4c2c23
Unknown 3 was update order.
2011-05-15 02:21:24 +02:00
Petr Mrázek
d9e9fae7a0
Unknown 1 was the grow counter. Added the immolate and grow tools.
2011-05-15 01:53:43 +02:00
Petr Mrázek
43fc15476a
Added ability to set trees on fire.
2011-05-15 00:26:44 +02:00
Petr Mrázek
9995207833
Merge branch 'master' of github.com:peterix/dfhack
2011-05-14 15:52:09 +02:00
Petr Mrázek
b65c4ed55b
New vegetation variables, fixed vegetation vector for 31.25 linux
2011-05-14 15:51:11 +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
Alexander Gavrilov
c7f4f8c281
Support printing refs in dfitemdump, and add methods for containers.
2011-05-12 21:10:29 +04:00
Petr Mrázek
4631ec2e0d
Item quantity support for 31.25
2011-05-11 23:53:16 +02:00
Alexander Gavrilov
ed1477b53d
Support listing items owned by a creature.
2011-05-09 14:49:44 +04:00
Alexander Gavrilov
14f291d539
Support reading the item ID field, which is used for cross-referencing.
2011-05-09 14:04:39 +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
97af676bdb
Fix color variable naming in t_descriptor_color
2011-05-07 03:48:41 +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
967d630936
Merge https://github.com/raoulxq/dfhack
2011-05-02 07:11:38 +02:00