summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
| * | 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
| | |
* | | Fixed dfhack.interpreter argument orderwarmist2012-09-261-1/+1
| | | | | | | | | The argument order was incorrect. See: https://github.com/angavrilov/dfhack/blob/master/library/lua/dfhack.lua#L222
* | | Add one more bad thought from siren for civilians.Alexander Gavrilov2012-09-241-1/+14
| | | | | | | | | | | | Originally a Tax Collector thought, but the message sounds appropriate.
* | | Implement a special command parsing mode with one verbatim argument.Alexander Gavrilov2012-09-243-142/+277
| | | | | | | | | | | | Intended for script expressions, e.g. rb_eval.
* | | Sync up df-structuresKelly Martin2012-09-231-0/+0
| | |
* | | Merge remote-tracking branch 'jjyg/master'Kelly Martin2012-09-233-6/+28
|\ \ \ | |/ /
| * | add deathcause to READMEjj2012-09-231-2/+8
| | |
| * | Merge branch 'master' of git://github.com/angavrilov/dfhackjj2012-09-2326-1878/+3049
| |\ \
| * | | 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
| | | |
* | | | Merge remote-tracking branch 'angavrilov/master'Kelly Martin2012-09-231-0/+34
|\ \ \ \ | | |/ / | |/| |
| * | | Sort by units.active (arrival), and seek to top/bottom in manipulator.Alexander Gavrilov2012-09-231-0/+34
| | | |
* | | | Merge remote-tracking branch 'angavrilov/master'Kelly Martin2012-09-2226-1878/+3015
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | Add a script to wake up units and stop breaks & parties.Alexander Gavrilov2012-09-223-0/+118
| | |
| * | Search for cur_season and cur_season_tick in devel/find-offsets.Alexander Gavrilov2012-09-222-1/+99
| | |
| * | Implement explicit hook priority in vmethod interpose.Alexander Gavrilov2012-09-223-13/+48
| | | | | | | | | | | | This resolves a getName order conflict between power-meter and rename.
| * | Add a devel script to inject raw definitions into an existing world.Alexander Gavrilov2012-09-211-0/+178
| | |
| * | Document the lua class module.Alexander Gavrilov2012-09-212-8/+161
| | |
| * | Group commands in the readme document by their general type.Alexander Gavrilov2012-09-212-1747/+1798
| | | | | | | | | | | | There are way too many of them now for a flat list to work.
| * | README: move keybinding to the start and add a section for scripts.Alexander Gavrilov2012-09-202-271/+425
| | |
| * | Make manipulator re-read names and professions if change is suspected.Alexander Gavrilov2012-09-203-4/+46
| | | | | | | | | | | | | | | Namely, if it either invoked View Unit itself, or was queried (possibly by the rename plugin) via getSelectedUnit.
| * | Support the Room list in getSelectedBuilding.Alexander Gavrilov2012-09-202-0/+4
| | |
| * | Support renaming activity zones.Alexander Gavrilov2012-09-203-11/+52
| | | | | | | | | | | | This one required hooking the dwarfmode render method.
| * | Fix the rename plugin and script to use the new getSelectedBuilding API.Alexander Gavrilov2012-09-203-7/+12
| | |
| * | Add unit/item/job/building getter hook vmethods to dfhack_viewscreen.Alexander Gavrilov2012-09-207-0/+95
| | |
| * | Add an API function that returns the selected building.Alexander Gavrilov2012-09-205-0/+70
| | |
| * | Restore stonesense to the proper revisionQuietust2012-09-191-0/+0
| | |
| * | Tweak README some more.Alexander Gavrilov2012-09-192-218/+252
| | |
| * | 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
| | | | | | | | | | | | Otherwise they apply and remove hooks every time fast travel is used.
| * | Several Manipulator updatesQuietust2012-09-192-40/+98
| | | | | | | | | | | | | | | | | | * Add documentation to README, cleanup some docs for other plugins * Preserve existing unit list order and cursor/scroll position * Adjust mouse input handling, don't move cursor on left-click
* | | ruby: add onupdate_register_oncejj2012-09-221-0/+7
| | |
* | | add scripts/deathcausejj2012-09-212-0/+38
| | |
* | | 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-1940-621/+2670
|\ \ \ | |/ /
| * | Document some of the new stuff in the readme.Alexander Gavrilov2012-09-194-293/+818
| | |
| * | Add mouse input to Manipulator, along with column labelsQuietust2012-09-181-0/+104
| | |
| * | Catch C++ exceptions in dfhack.buildings.setSizeAlexander Gavrilov2012-09-181-2/+6
| | |
| * | Overhaul the concept of lua 'class' initialization yet again.Alexander Gavrilov2012-09-1811-150/+285
| | |
| * | Add a tweak workaround for the issue with container reactions in advmode.Alexander Gavrilov2012-09-184-1/+78
| | |
| * | Tweak the add spatter plugin.Alexander Gavrilov2012-09-182-28/+155
| | |
| * | Follow changes in XML defs.Alexander Gavrilov2012-09-183-8/+8
| | |
| * | Fix a data structure integrity bug in VMethodInterposeLinkBase.Alexander Gavrilov2012-09-181-0/+2
| | | | | | | | | | | | This causes assertion failure and abort later on.