Lethosor
695f04a51d
Delete embark.lua
...
This has been replaced by embark-tools, and there have been reports of this not working in 0.40.xx (http://www.bay12forums.com/smf/index.php?topic=139553.msg5885446#msg5885446 )
2014-12-17 21:26:01 -05:00
PeridexisErrant
dba7d1bd5d
Add file checks to digfort
...
Checking file type and existence before we start avoids a few issues,
and prevents (highly) misleading feedback of "done" regardless of action
taken. Closes #453
2014-12-18 09:50:00 +11:00
Lethosor
080c0bc5b2
Revert "Log output of "dfhack" script to dfhack.log"
2014-12-17 17:12:10 -05:00
Warmist
651a8ab497
fixed crashing bug.
2014-12-17 23:05:48 +02:00
Japa
bc58b0a822
Added map location to info.
2014-12-17 19:42:40 +05:30
Eric Wald
0b7f890d87
Trackstop bugfix: No longer prevents cancelling building removal.
...
Thanks to Ramblurr for pointing this out.
2014-12-16 21:10:18 -07:00
Japa
cc5a78f848
Added function to get the map size, and fixed a stupid material bug.
2014-12-17 08:40:29 +05:30
PeridexisErrant
7c372d4984
remove mostly-obsolete plugins
...
dfbauxtite - simply disable temperature, if the many more magma-safe
materials aren't helping. itemdesignator is replaced by enhanced stocks
screen, excpet for settings things on fire for which other tools exist.
2014-12-16 11:23:50 +11:00
expwnent
5fc8a1f51f
digFlood CLEAR error.
2014-12-15 13:41:22 -05:00
PeridexisErrant
f3826abc0c
cleaning up in needs_porting
...
Removed obsolete plugins. Started hotkeys port. Mostly-finished
position port. Corrected dwarfmonitor date display. Documented
putontable.lua in readme.
2014-12-15 23:11:23 +11:00
PeridexisErrant
b93eac1c7a
Fix "exportlegends maps"
...
Correct list index error which skipped export of detailed map. Allow
region-maps-only export to start from detailed maps viewscreen. More
informative error message. Closes #445.,
2014-12-15 10:22:05 +11:00
Japa
6982de88bd
Added very basic viewport size and position sending.
2014-12-12 21:04:23 +05:30
Warmist
e22c3b099b
New and improved. Fixed bugs, now work gets done automatically.
2014-12-12 10:32:22 +02:00
AndreasPK
88354c7183
Fixed error with passing nil to unit.find
2014-12-12 02:47:59 +01:00
Japa
d11df5b87f
Added a simple unit listing to remotefortressreader.cpp. Updated stonesense.
2014-12-11 20:10:49 +05:30
Japa
6297c83418
Merge branch 'develop' of https://github.com/DFHack/dfhack
2014-12-11 18:06:44 +05:30
Japa
22edb5a033
Merge branch 'master' of https://github.com/DFHack/dfhack
...
Conflicts:
library/xml
plugins/isoworld
plugins/rendermax/CMakeLists.txt
plugins/rendermax/renderer_light.cpp
plugins/rendermax/renderer_light.hpp
plugins/rendermax/renderer_opengl.hpp
plugins/rendermax/rendermax.cpp
plugins/rendermax/rendermax.lua
2014-12-11 17:53:19 +05:30
Warmist
550cddc604
Gui for item selection in advfort
2014-12-10 00:09:28 +02:00
Warmist
f47565465e
more fixes, improvements
2014-12-08 22:19:22 +02:00
Putnam3145
17772954cc
Made restrictive mat filter work properly
...
Yeah, not sure what the heck I was doing there before.
2014-12-07 21:04:39 -08:00
Warmist
f84a5dbce1
Fixed a bug where it does not find building ref.
2014-12-08 00:55:46 +02:00
Warmist
05887ffdb8
Fixed advfort somewhat: now it teleports items so you can build/craft stuff.
2014-12-07 22:21:19 +02:00
Warmist
c1da5e2741
Removed (for now) all the cruft involving item selection gui. Added unit_action for adventurer to perform work.
2014-12-07 22:21:18 +02:00
expwnent
8e6fcac92e
persist-table bug.
2014-12-07 07:56:33 -05:00
lethosor
09681cf029
Update skeleton plugin
2014-12-06 20:55:57 -05:00
lethosor
88b51fcb5b
Allow strangemood to work if debug_nomoods is not available
2014-12-06 20:29:08 -05:00
lethosor
a615723b38
Update remaining plugins to use REQUIRE_GLOBAL
2014-12-06 19:30:05 -05:00
lethosor
5de3e6110a
Merge remote-tracking branch 'origin/develop' into plugin-globals
2014-12-06 17:32:44 -05:00
Casey Link
b9a2ecb440
stockpiles: properly initialize quality arrays
...
Props to @fricy for identifying this bug.
2014-12-05 17:39:29 +01:00
Casey Link
b0e0bbda9b
stockpiles: show proper cased names in filter list
2014-12-05 16:53:19 +01:00
Casey Link
52f4cb3fc1
stockpiles: load prompt uses typing + filtering
2014-12-05 14:49:40 +01:00
Casey Link
729f7e7236
stockpiles: update NEWS & Readme
2014-12-05 13:32:01 +01:00
Casey Link
332566f6a1
stockpiles: disable gui/script when plugin is disabled
2014-12-05 13:27:58 +01:00
Casey Link
0f06eb7f6f
stockpiles: quiet debug
2014-12-05 12:42:59 +01:00
Casey Link
7072252902
fix build error on windows
...
with certain #include permutations the lack of this define would
break the build on windows as windows.h pollutes the namespace with min
and max macros that conflict with std::min and std::max.
2014-12-05 12:35:24 +01:00
Casey Link
346f397bca
stockpiles: fix loading crash
2014-12-05 12:35:24 +01:00
Casey Link
7e6066daf2
stockpiles: user friendly error handling
...
* display errors in the GUI when necessary
* handle older versions of DFHack without the persist module
2014-12-05 12:35:24 +01:00
Casey Link
2f4678eee5
stockpiles: more error handling & cleanup
...
* prevent crashes when the path doesn't exist
* remove duplicated functions
* sort file list case insensitively
2014-12-05 12:35:24 +01:00
lethosor
1525823948
Create stocksettings directory on startup if necessary
2014-12-05 12:35:24 +01:00
Casey Link
1f1780cae9
stockpiles: fix usage help
2014-12-05 12:35:24 +01:00
Casey Link
085c18ab2a
update NEWS and README with new stockpiles UI info
2014-12-05 12:35:24 +01:00
Casey Link
b6118d272c
stockpiles: integrate gui plugin into dfhack.init-example
2014-12-05 12:35:24 +01:00
Casey Link
1cde8cffa4
stockpiles: implement GUI controls
2014-12-05 12:35:19 +01:00
Casey Link
2e43ea8b38
stockpiles: refactor code into separate files
...
The file was approaching 3000 lines and contained multiple classes,
making it a real PITA to navigate through. upcoming features would only
add more LOC, so splitting was necessary.
2014-12-05 11:02:40 +01:00
expwnent
10fa55570e
Update release version.
2014-12-05 00:10:59 -05:00
expwnent
e8411bd4a4
Update NEWS.
2014-12-04 23:58:19 -05:00
expwnent
77ea4ee921
Update html.
2014-12-04 23:54:16 -05:00
expwnent
19e977528c
Merge branch 'autolabor-artisans' of https://github.com/pkdawson/dfhack into develop
...
Conflicts:
NEWS
2014-12-04 23:49:13 -05:00
expwnent
6e86336b8f
Merge pull request #427 from Ramblurr/fix-teleport
...
teleport: fix unused code causing crash
2014-12-04 23:39:13 -05:00
expwnent
a107e41bda
Merge pull request #430 from splintermind/master
...
update DT scripts for versions 29.0.0+
2014-12-04 23:38:34 -05:00