Alexander Gavrilov
|
fa4fb4b407
|
Modify a number of commands to use CR_WRONG_USAGE for displaying help.
|
2012-01-28 16:03:56 +04:00 |
Alexander Gavrilov
|
c59f5c1642
|
Allow using the job command with jobs highlighted in the unitjobs screen.
|
2012-01-28 15:00:24 +04:00 |
Alexander Gavrilov
|
f6b19045dd
|
Merge remote-tracking branch 'q-github/master'
|
2012-01-28 12:14:30 +04:00 |
Quietust
|
7949aab199
|
Make sure showmood has access to Translation
|
2012-01-27 22:02:43 -06:00 |
Quietust
|
a36e7f4298
|
Cleanowned doesn't need Materials, but it does need Translation in order to print names
|
2012-01-27 22:02:25 -06:00 |
Quietust
|
69b8f168cc
|
Improve Translation::isValid() - make sure world exists
|
2012-01-27 22:01:59 -06:00 |
Quietust
|
34f9d98d45
|
Simplify TranslateName a bit using a helper function
|
2012-01-27 21:46:52 -06:00 |
Quietust
|
116e5d60be
|
Update Translation::TranslateName to include the first name, plus have it follow the init setting for nickname display (in Dwarf mode)
|
2012-01-27 21:36:01 -06:00 |
Mike Stewart
|
b89cd43b85
|
More work on getting the map exporter up to speed.
|
2012-01-27 17:32:52 -08:00 |
Quietust
|
331be2c821
|
Update fixveins to also handle feature stones (e.g. adamantine vein floors)
|
2012-01-27 11:33:51 -06:00 |
Alexander Gavrilov
|
ef256e1453
|
Detect incomplete thread and cloth items in workflow.
|
2012-01-27 21:17:50 +04:00 |
Quietust
|
ccad6efeb8
|
Remove UTF-8 BOMs
|
2012-01-27 09:47:14 -06:00 |
Quietust
|
5521459fc1
|
"unknown1" was renamed to "body_info"
|
2012-01-27 09:41:51 -06:00 |
Quietust
|
b0d2e8a0f8
|
Merge https://github.com/peterix/dfhack
|
2012-01-27 09:33:45 -06:00 |
Espen Wiborg
|
5072c6e1f4
|
Update the export plugin for new API
|
2012-01-27 14:46:42 +01:00 |
Espen Wiborg
|
cfb975a522
|
Track upstream changes
|
2012-01-27 12:06:57 +01:00 |
Espen Wiborg
|
26880d9108
|
Merge branch 'master' into export-plugin
|
2012-01-27 11:00:34 +01:00 |
Espen Wiborg
|
018f4083a3
|
Merge git://github.com/peterix/dfhack
|
2012-01-27 10:59:57 +01:00 |
Petr Mrázek
|
1d7ed14442
|
Merge https://github.com/quietust/dfhack
Re-add some get* forms of module calls.
Conflicts:
plugins/mapexport/mapexport.cpp
|
2012-01-27 06:27:57 +01:00 |
Quietust
|
be0d8c4a88
|
Merge git://github.com/peterix/dfhack
Conflicts:
plugins/mapexport/mapexport.cpp
|
2012-01-26 23:07:09 -06:00 |
Petr Mrázek
|
d5d4875532
|
Make things work properly.
|
2012-01-27 05:54:26 +01:00 |
Quietust
|
be892beba9
|
Update materials module to match XML changes
|
2012-01-26 21:32:47 -06:00 |
Quietust
|
fe34e07d2b
|
Re-add the ability to request simplified copies of Constructions, Engravings, and Plants; also fix the "isValid" checks for those modules to actually be meaningful
|
2012-01-26 20:29:59 -06:00 |
Quietust
|
cfca04f2d2
|
Cleanup TileTypes
* Group tiletypes by 0x10 instead of by 10
* Change tile type parameters to use int16_t consistently
* Various description fixes
|
2012-01-26 10:38:18 -06:00 |
Quietust
|
be51221939
|
Add plugin "fixveins", restores mineral floors that were erased by placing/removing constructions
|
2012-01-26 10:06:03 -06:00 |
Quietust
|
40b82d4e6c
|
Fix compilation of mapexport - was trying to load the old Vegetation module (even though it didn't actually use it)
|
2012-01-26 09:58:24 -06:00 |
Espen Wiborg
|
b6ef14bafa
|
Merge branch 'master' into export-plugin
|
2012-01-26 13:57:01 +01:00 |
Espen Wiborg
|
b48c110438
|
Merge git://github.com/peterix/dfhack
|
2012-01-26 13:56:45 +01:00 |
Petr Mrázek
|
0375be549c
|
Merge https://github.com/mikestewart/dfhack
|
2012-01-26 05:37:50 +01:00 |
Petr Mrázek
|
850ede3e72
|
Sync structures.
|
2012-01-26 05:36:35 +01:00 |
Quietust
|
3c60b43a38
|
Fix "origin" field on mapblock40d to actually be correct
|
2012-01-25 07:57:11 -06:00 |
Quietust
|
902e0c4d90
|
Strip out old offsets from Gui module and use df::global vars where available
|
2012-01-24 22:18:21 -06:00 |
Quietust
|
9a683ffda4
|
Switch some World module stuff to read out of appropriate df::global vars, and fix setPauseState to only write a byte instead of a dword
|
2012-01-24 21:51:17 -06:00 |
Quietust
|
fbadb3ee33
|
Removed unused var
|
2012-01-24 16:13:55 -06:00 |
Quietust
|
26730dc6c2
|
Kill the Constructions module
|
2012-01-24 16:11:48 -06:00 |
Mike Stewart
|
e68cdee95b
|
Merge remote-tracking branch 'quietust/master'
|
2012-01-24 12:27:38 -08:00 |
Quietust
|
8861e93848
|
Kill the Vegetation module, replacing it with the same 3 simple methods used in Engravings
|
2012-01-24 12:02:12 -06:00 |
Quietust
|
6d1af090c5
|
Tweak Engravings.h
|
2012-01-24 11:57:47 -06:00 |
Quietust
|
f8ce959402
|
Kill the Engravings module
|
2012-01-24 11:53:49 -06:00 |
Quietust
|
cc7c7795a1
|
Kill the Units module, and add another pair of methods to the Items module to simplify some things
|
2012-01-24 11:32:34 -06:00 |
Quietust
|
02d75e2c94
|
Building module is gone, so this function doesn't exist anymore
|
2012-01-24 10:59:26 -06:00 |
Quietust
|
a3904b99dd
|
Remove bad assert from Translation, as well as <cassert> from other modules that don't use it
|
2012-01-24 10:57:25 -06:00 |
Quietust
|
466bf89578
|
Goodbye, Translation module
|
2012-01-24 10:54:12 -06:00 |
Quietust
|
1ca90de647
|
Merge branch 'master' of github.com:quietust/dfhack
Conflicts:
plugins/showmood.cpp
|
2012-01-24 10:04:34 -06:00 |
Quietust
|
06547c8948
|
Update showmood to recognize corpses (fell mood) and remains (macabre mood)
|
2012-01-24 10:03:28 -06:00 |
Quietust
|
404a9e8876
|
Tweak showmood to be a bit more resilient to invalid data (not that it
should ever show up)
|
2012-01-24 08:10:14 -06:00 |
Alexander Gavrilov
|
174d9d0739
|
Tweak showmood, add a few validity checks, commit a dfhack.init example.
|
2012-01-24 15:36:30 +04:00 |
Quietust
|
6adadb396e
|
df::tool_uses is now implicitly int16_t, so no more enum_field<> here
|
2012-01-23 19:40:02 -06:00 |
Quietust
|
6502f0f6ae
|
Print mood item flags if it's an unrecognized body part
|
2012-01-23 16:08:37 -06:00 |
Quietust
|
e3f875b9a5
|
Add "showmood" plugin, provides a detailed description of the currently
active mood (if any)
|
2012-01-23 16:03:29 -06:00 |