summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Try a different color scheme when highlighting squad members in tweak.Alexander Gavrilov2012-09-281-1/+2
* New tweaks for the military assign to position screen.Alexander Gavrilov2012-09-282-1/+119
* Implement the common suggestion of Shift-Enter in trade screens.Alexander Gavrilov2012-09-282-0/+52
* Forbid stuff from bins in siege-engine, if forbid ammo standing order set.Alexander Gavrilov2012-09-271-0/+5
* fix for updated viewlist_petstjj2012-09-262-5/+11
* ruby: add onstatechange_register_oncejj2012-09-261-0/+8
* ruby: avoid smoothing grass/treesjj2012-09-241-1/+1
* ruby: fix building_alloc Trap, and init Floodgates as closedjj2012-09-241-0/+2
* ruby: item_find now works in z/stocksjj2012-09-241-1/+6
* Merge branch 'master' of git://github.com/angavrilov/dfhackjj2012-09-237-53/+201
|\
| * Sort by units.active (arrival), and seek to top/bottom in manipulator.Alexander Gavrilov2012-09-231-0/+34
| * Implement explicit hook priority in vmethod interpose.Alexander Gavrilov2012-09-221-1/+1
| * Make manipulator re-read names and professions if change is suspected.Alexander Gavrilov2012-09-201-4/+40
| * Support renaming activity zones.Alexander Gavrilov2012-09-201-5/+42
| * Fix the rename plugin and script to use the new getSelectedBuilding API.Alexander Gavrilov2012-09-201-2/+3
| * Add unit/item/job/building getter hook vmethods to dfhack_viewscreen.Alexander Gavrilov2012-09-201-0/+7
| * Restore stonesense to the proper revisionQuietust2012-09-191-0/+0
| * Only initialize siege engine in dwarf mode.Alexander Gavrilov2012-09-191-0/+1
| * Switch some plugins to using world load/unload instead of map.Alexander Gavrilov2012-09-193-12/+12
| * Several Manipulator updatesQuietust2012-09-191-29/+61
* | ruby: MapTile#offset, tweak #dig to check for existing jobsjj2012-09-231-2/+14
* | ruby: fix activity zone_numjj2012-09-231-1/+5
* | ruby: use cursor as default map_tile_at argjj2012-09-231-1/+1
* | ruby: add onupdate_register_oncejj2012-09-221-0/+7
* | ruby: return selected zone in building_findjj2012-09-201-0/+2
* | 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