summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
...
* | | ruby: fix building linking morejj2012-09-201-8/+17
* | | ruby: fix building linkingjj2012-09-201-1/+1
* | | ruby: allow Civzone constants in building_allocjj2012-09-191-0/+1
* | | Merge branch 'master' of git://github.com/angavrilov/dfhackjj2012-09-1914-129/+1406
|\ \ \ | |/ /
| * | Document some of the new stuff in the readme.Alexander Gavrilov2012-09-192-2/+12
| * | Add mouse input to Manipulator, along with column labelsQuietust2012-09-181-0/+104
| * | Add a tweak workaround for the issue with container reactions in advmode.Alexander Gavrilov2012-09-182-1/+72
| * | Tweak the add spatter plugin.Alexander Gavrilov2012-09-182-28/+155
| * | Follow changes in XML defs.Alexander Gavrilov2012-09-181-1/+1
| * | Add a plugin implementing 'add spatter to item' reactions.Alexander Gavrilov2012-09-176-3/+503
| * | Add a tweak to fix subtractDimension of small amounts.Alexander Gavrilov2012-09-171-0/+91
| * | Move siege engine out of devel.Alexander Gavrilov2012-09-173-1/+1
| * | Implement a slightly more sensible aiming AI in siege engine.Alexander Gavrilov2012-09-172-14/+270
| * | Follow changes to structures.Alexander Gavrilov2012-09-171-1/+1
| * | Explicit cast is required for MSVC.Kelly Martin2012-09-161-1/+1
| * | Merge remote-tracking branch 'angavrilov/master'Kelly Martin2012-09-163-55/+231
| |\ \
| | * | Implement skill-based miss probability in siege engine.Alexander Gavrilov2012-09-141-11/+72
| | * | Vaporize liquids from barrels, and destroy bin contents in siege engine.Alexander Gavrilov2012-09-142-44/+98
| * | | Merge remote-tracking branch 'q/master'Kelly Martin2012-09-1622-253/+2533
| |\ \ \
| * \ \ \ Merge remote-tracking branch 'angavrilov/master'Kelly Martin2012-09-047-176/+1390
| |\ \ \ \
| * \ \ \ \ Merge remote-tracking branch 'q/master'Kelly Martin2012-08-3037-1625/+3153
| |\ \ \ \ \
| * | | | | | Repurpose the nestboxes plugin as a watcher that automatically forbids fertil...Kelly Martin2012-08-301-54/+57
* | | | | | | ruby: handle ptr-strings in df-structuresjj2012-09-192-3/+12
* | | | | | | ruby: misc tweaksjj2012-09-184-8/+17
* | | | | | | ruby: use ui.follow_item/unit in unit_find, show non-english names by defaultjj2012-09-182-1/+5
* | | | | | | ruby: use implicit init-value -1 for ref-target/refers-to in codegenjj2012-09-181-0/+1
* | | | | | | ruby: fix building subtype/customtype init valuejj2012-09-181-2/+2
* | | | | | | Merge branch 'master' of git://github.com/angavrilov/dfhackjj2012-09-1423-265/+3714
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| * | | | | | Fix a file descriptor leak and a crash in linux getMemRanges.Alexander Gavrilov2012-09-141-2/+2
| * | | | | | Add yet one more performance-oriented tweak for temperature updates.Alexander Gavrilov2012-09-141-0/+61
| | |_|_|/ / | |/| | | |
| * | | | | Rework handling of column positions, and insert a new "Happiness" columnQuietust2012-09-131-46/+111
| * | | | | Cleanup autolabor+cleanowned, fix depends/clsocketQuietust2012-09-132-197/+168
| * | | | | Merge https://github.com/danaris/dfhackQuietust2012-09-137-14/+14
| |\ \ \ \ \
| | * \ \ \ \ Merge branch 'master' of git://github.com/angavrilov/dfhackTimothy Collett2012-09-1022-488/+3906
| | |\ \ \ \ \
| | * \ \ \ \ \ Merge branch 'master' of http://github.com/peterix/dfhackTimothy Collett2012-09-1043-38227/+3112
| | |\ \ \ \ \ \
| | * | | | | | | Merge further changes (???)Timothy Collett2012-09-108-18/+18
| | * | | | | | | Merge branch 'master' of https://github.com/danaris/dfhackTimothy Collett2012-09-1019-1638/+38611
| | |\ \ \ \ \ \ \
| | * \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/danaris/dfhackTimothy G Collett2012-06-2416-1174/+1518
| | |\ \ \ \ \ \ \ \
| * | \ \ \ \ \ \ \ \ Merge branch 'master' of https://github.com/angavrilov/dfhackQuietust2012-09-131-71/+106
| |\ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | Support setting workshop profile for siege engines.Alexander Gavrilov2012-09-131-2/+89
| | * | | | | | | | | | On second thought, remove stockpile->engine links; keep only reverse.Alexander Gavrilov2012-09-131-86/+34
| * | | | | | | | | | | Make it clear that this is from DFHack, and properly name it Dwarf ManipulatorQuietust2012-09-131-2/+2
| |/ / / / / / / / / /
| * | | | | | | | | | Fix crash bug when using manipulator in Arena modeQuietust2012-09-121-1/+1
| * | | | | | | | | | Throw items from bins around in siege engine, like minecarts do.Alexander Gavrilov2012-09-122-24/+149
| * | | | | | | | | | Support linking siege engines to stockpiles.Alexander Gavrilov2012-09-121-9/+194
| * | | | | | | | | | Allow specifying arbitrary items to use in catapults.Alexander Gavrilov2012-09-111-3/+148
| * | | | | | | | | | Trivial siege engine aiming at units, with logic in lua.Alexander Gavrilov2012-09-112-218/+404
| | |_|_|_|/ / / / / | |/| | | | | | | |
| * | | | | | | | | Implement unit path prediction in siege engine.Alexander Gavrilov2012-09-091-1/+316
| * | | | | | | | | Clean up the movement speed calculation function and move into the core.Alexander Gavrilov2012-09-091-174/+3
| * | | | | | | | | Move curse-affected attribute value getters to the core.Alexander Gavrilov2012-09-091-32/+2