summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Make backspace seek to top left corner in manipulator.Alexander Gavrilov2012-09-291-0/+10
* xMerge https://github.com/jjyg/dfhackPetr Mrázek2012-09-291-1/+5
|\
| * manipulator: avoid NULL deref with unassigned job in unit listjj2012-09-291-1/+5
* | Merge branch 'experimental' of https://github.com/expwnent/dfhackPetr Mrázek2012-09-294-18/+409
|\ \ | |/ |/|
| * Merge branch 'teledwarf' into experimentalexpwnent2012-09-281-0/+1
| |\
| | * Fixed unit_grounded in teleporting dwarf tile.expwnent2012-09-281-0/+1
| * | Merge branch 'teledwarf' into experimentalexpwnent2012-09-281-0/+10
| |\ \ | | |/
| | * Fixed a tile occupancy problem with teleporting dwarves.expwnent2012-09-281-0/+10
| | |
| | \
| *-. \ Merge branches 'digAll', 'misery' and 'teledwarf' into experimentalexpwnent2012-09-283-16/+265
| |\ \ \ | | | |/
| | | * It was backwards when calling fastdwarf with just one argument. Also made it ...expwnent2012-09-281-2/+3
| | | * Added teledwarf: teleports dwarves to their destination instantly.expwnent2012-08-231-16/+80
| | * | Tabs to spaces.expwnent2012-08-271-2/+2
| | * | Made it not run every tick.expwnent2012-08-271-0/+9
| | * | Converted tabs to spaces.expwnent2012-08-232-137/+137
| | * | Added misery plugin: multiply effects of negative thoughts.expwnent2012-08-232-0/+175
| | |/
| * | Fixed some memory leaks.expwnent2012-08-271-1/+3
| * | Added digtype to dig.cpp. Digtype allows designation of all veins of a given ...expwnent2012-08-191-1/+130
| |/
* | ruby: remove unused varjj2012-09-281-2/+0
* | Track structures and stonesensePetr Mrázek2012-09-281-0/+0
* | manipulator: show full group when navigating labor groupsjj2012-09-281-0/+11
* | manipulator: make cursor_down_z go to beginning of next groupjj2012-09-281-4/+6
* | manipulator: better screen width usagejj2012-09-281-25/+79
* | manipulator: make up/down keys wrap aroundjj2012-09-281-2/+15
* | 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