ecb1ca0972Large change to how autolabor assigns labors. Military dwarves and children/nobles will never be assigned labors. Labor assignments are more understandable.
RossM
2012-04-02 20:55:02 -0700
707aee82bdMerge branch 'master' of git://github.com/peterix/dfhack
Robert Heinrich
2012-04-02 20:33:29 +0200
59d1971df1Add docs for the lua wrapper.
Alexander Gavrilov
2012-04-02 22:00:38 +0400
a8fe0eccb4Add functions for checking validity of lua wrapper objects.
Alexander Gavrilov
2012-04-02 19:10:57 +0400
9cc2040a6bminor fix in zone tool: ignore dead units
Robert Heinrich
2012-04-02 16:58:12 +0200
0f7e380e1bminor: readme.rst
Robert Heinrich
2012-04-02 16:08:30 +0200
772c6b1cbbAdded plugin 'zone'. Helps with assigning units to pens/pastures and pits.
Robert Heinrich
2012-04-02 16:07:23 +0200
467f4108aeTrack structures
Petr Mrázek
2012-04-02 13:42:56 +0200
06da0f9720Fix coord/coord2d division/modulo operators to properly handle negative numbers (fixes some glitches with revflood and possibly other utils)
Quietust
2012-04-01 19:44:35 -0500
d109b6570bAdd dfhack.with_suspend(f[, args...]) that calls f with core suspended.
Alexander Gavrilov
2012-04-01 19:38:42 +0400
e3d50b9b04Optimize wrapper: use pointers instead of strings as most frequent keys.
Alexander Gavrilov
2012-04-01 18:34:04 +0400
604c84953bFix a bug: LookupTypeInfo cannot assume the result is userdata.
Alexander Gavrilov
2012-04-01 17:59:47 +0400
a3e526abdbAdd df.is_instance(a,b) to check if typeof(b) is subtype of typeof(a).
Alexander Gavrilov
2012-04-01 17:32:57 +0400
edd63080b5Only print the shortcut help once in the lua interactive mode.
Alexander Gavrilov
2012-04-01 17:00:25 +0400
afe4eba957Improve performance of the persistent data api, and wrap it for lua.
Alexander Gavrilov
2012-04-01 16:43:40 +0400
a9a6fbd8b5Lua tweaks: a couple of functions, dfusion tweak, backtrace metadata.
Alexander Gavrilov
2012-04-01 12:50:56 +0400
73cf822a13Merge remote-tracking branch 'warmist/master'
Alexander Gavrilov
2012-04-01 11:43:09 +0400
b21d813c73Merge branch 'master' of git://github.com/peterix/dfhack
RossM
2012-03-31 23:01:41 -0700
2b4044f3f2Tweaks!
Petr Mrázek
2012-04-01 03:46:17 +0200
7ff728b6fcTrack world and map changes separately for plugin_onstatechange
Petr Mrázek
2012-04-01 02:56:54 +0200
209b261284Get rid of MALLOC_FILL build option
Petr Mrázek
2012-04-01 00:30:42 +0200
703aca81d8Merge branch 'master' of git://github.com/peterix/dfhack
RossM
2012-03-30 10:06:43 -0700
590ea629f3Don't try to give labors to merchant guards or dead dwarves.
RossM
2012-03-30 10:01:33 -0700
063099e535Set '_' to the first result value for both interactive shortcuts.
Alexander Gavrilov
2012-03-30 12:17:09 +0400
e989ca58dbEnhance the interactive interpreter mode of dfusion.
Alexander Gavrilov
2012-03-30 11:57:27 +0400
81bc73f435Follow a typo fix in flag name.
Alexander Gavrilov
2012-03-30 10:44:52 +0400
e8ee876ddcTrack.
Kelly Martin
2012-03-29 21:18:57 -0500
6a7e7241b8Fix bug in changevein - if multiple veins overlap the same tile, pick the LAST one rather than the first one
Quietust
2012-03-29 19:05:53 -0500
07bb51946fFix bug in MapCache - squash veins with the correct priority
Quietust
2012-03-29 18:59:07 -0500
dd33c80324Another revision number...
Petr Mrázek
2012-03-29 22:01:37 +0200
004acdad4eTweaks!
Petr Mrázek
2012-03-29 18:37:22 +0200
a4995d7681minor: return CR_WRONG_USAGE if user forgot to specify material and/or quality
Robert Heinrich
2012-03-29 18:26:10 +0200
ce69cdb5dfNew way of doing assignments used in tools/empregnate.
Warmist
2012-03-29 18:39:11 +0300
836d8de73eminor: commands.clear() is not needed in plugin_init() anymore. (done by pluginManager now) removed some useless comments
Robert Heinrich
2012-03-29 17:20:25 +0200
e249ef1377minor fix (forgot a line break in helpstring)
Robert Heinrich
2012-03-29 17:14:41 +0200
cc54d5dfa9Merge branch 'master' of git://github.com/angavrilov/dfhack
Robert Heinrich
2012-03-29 16:12:54 +0200
4525bee58fMerge branch 'master' of git://github.com/ab9rf/dfhack
Robert Heinrich
2012-03-29 16:10:31 +0200
9b75373403Merge branch 'master' of git://github.com/peterix/dfhack
Robert Heinrich
2012-03-29 16:03:12 +0200
88c914142badded plugin changeitem (change material type and base quality)
Robert Heinrich
2012-03-29 15:33:54 +0200
a9b7c74a23Allow assigning NULL lightuserdata to pointers, and export a global.
Alexander Gavrilov
2012-03-29 14:47:33 +0400
85c91c92d8Implement __pairs and __ipairs for DF objects.
Alexander Gavrilov
2012-03-29 14:39:13 +0400
f6c6218909Temporary tweak: patch in __pairs and __ipairs from 5.2 into lua 5.1.
Alexander Gavrilov
2012-03-29 11:32:22 +0400
17ff235c81Use codegen.out.xml instead of static.inc in cmake code generation rules.
Alexander Gavrilov
2012-03-29 10:59:54 +0400
e968e936c7Merge remote-tracking branch 'origin/master'
Kelly Martin
2012-03-28 23:24:35 -0500
d9d1d34d5atrack
Kelly Martin
2012-03-28 23:24:05 -0500
453141920fMerge remote-tracking branch 'upstream/master'
Kelly Martin
2012-03-28 23:22:28 -0500
fea34bfddeautolabor: set reequip flag when appropriate. also tweaked scoring to reduce job clumping.
Kelly Martin
2012-03-28 21:57:08 -0500
1a92f561feautolabor: set reequip flag when appropriate
Kelly Martin
2012-03-28 21:56:23 -0500
d82120a3dbMore fixes
Petr Mrázek
2012-03-29 02:49:44 +0200
757ad3334cTrack structures
Petr Mrázek
2012-03-29 00:27:03 +0200
166392af62Make autolabor accept "enable" and "disable" as well as "0" or "1". Add ability to set target number of miners in autolabor with "autolabor miners".
Kelly Martin
2012-03-28 10:25:36 -0500
e4e643f9d2Clear the command vector during plugin load and unload to avoid confusion.
Alexander Gavrilov
2012-03-28 18:47:03 +0400
8775834a8aMerge remote-tracking branch 'upstream/master'
Kelly Martin
2012-03-28 08:38:12 -0500
b7ff7681acMerge remote-tracking branch 'peterix/master'
Alexander Gavrilov
2012-03-28 15:07:13 +0400
06188da380Track structures
Petr Mrázek
2012-03-28 12:46:50 +0200
1343519bdbMerge branch 'master' of git://github.com/peterix/dfhack
Robert Heinrich
2012-03-28 12:15:30 +0200
baf0785807Merge branch 'master' of git://github.com/quietust/dfhack
Robert Heinrich
2012-03-28 12:14:08 +0200
4646033741Merge branch 'master' of git://github.com/peterix/dfhack
Robert Heinrich
2012-03-28 11:56:59 +0200
4b2837dc39Bump version to 0.34.06-1
Petr Mrázek
2012-03-28 11:56:46 +0200
40cf5fe538Track structures
Petr Mrázek
2012-03-28 11:46:23 +0200
7c728a1e81minor fix in readme.rst
Robert Heinrich
2012-03-27 18:06:46 +0800
cebdbff46dminor updates in readme.rst; moved changelayer plugin to main plugin folder
Robert Heinrich
2012-03-27 17:28:10 +0800
515a4467e8minor: fixed typo
Robert Heinrich
2012-03-26 20:59:18 +0800
929657bed4Disable pointer auto-vivification unless new is specified.
Alexander Gavrilov
2012-03-28 15:28:42 +0800