summaryrefslogtreecommitdiff
path: root/library
Commit message (Expand)AuthorAgeFilesLines
* Track structuresPetr Mrázek2012-09-301-0/+0
* Add a script to reclassify 'individual choice' weapons based on unit skill.Alexander Gavrilov2012-09-292-0/+52
* Add an API function for reading the nominal skill level.Alexander Gavrilov2012-09-293-3/+20
* Try shutting up a few random warnings.Alexander Gavrilov2012-09-293-2/+3
* Track structures and stonesensePetr Mrázek2012-09-281-0/+0
* Forbid stuff from bins in siege-engine, if forbid ammo standing order set.Alexander Gavrilov2012-09-271-0/+3
* Merge remote-tracking branch 'jjyg/master'Alexander Gavrilov2012-09-271-1/+1
|\
| * fix for updated viewlist_petstjj2012-09-261-1/+1
* | Implement a special command parsing mode with one verbatim argument.Alexander Gavrilov2012-09-241-1/+27
* | Sync up df-structuresKelly Martin2012-09-231-0/+0
|/
* Search for cur_season and cur_season_tick in devel/find-offsets.Alexander Gavrilov2012-09-221-1/+3
* Implement explicit hook priority in vmethod interpose.Alexander Gavrilov2012-09-222-12/+47
* Support the Room list in getSelectedBuilding.Alexander Gavrilov2012-09-202-0/+4
* Add unit/item/job/building getter hook vmethods to dfhack_viewscreen.Alexander Gavrilov2012-09-204-0/+70
* Add an API function that returns the selected building.Alexander Gavrilov2012-09-203-0/+63
* Catch C++ exceptions in dfhack.buildings.setSizeAlexander Gavrilov2012-09-181-2/+6
* Overhaul the concept of lua 'class' initialization yet again.Alexander Gavrilov2012-09-185-83/+227
* Follow changes in XML defs.Alexander Gavrilov2012-09-182-7/+7
* Fix a data structure integrity bug in VMethodInterposeLinkBase.Alexander Gavrilov2012-09-181-0/+2
* Add a plugin implementing 'add spatter to item' reactions.Alexander Gavrilov2012-09-173-0/+18
* Follow changes to structures.Alexander Gavrilov2012-09-173-34/+58
* Vaporize liquids from barrels, and destroy bin contents in siege engine.Alexander Gavrilov2012-09-141-0/+0
* Add an api function for destroying items.Alexander Gavrilov2012-09-143-0/+42
* Fix a file descriptor leak and a crash in linux getMemRanges.Alexander Gavrilov2012-09-141-0/+5
* Merge https://github.com/danaris/dfhackQuietust2012-09-139-8/+12
|\
| * Library location fixing scriptTimothy Collett2012-09-131-0/+4
| * Merge branch 'master' of git://github.com/angavrilov/dfhackTimothy Collett2012-09-1033-99/+1755
| |\
| * \ Merge branch 'master' of http://github.com/peterix/dfhackTimothy Collett2012-09-1035-158/+2843
| |\ \
| * | | Merge further changes (???)Timothy Collett2012-09-108-8/+8
| * | | Merge branch 'master' of https://github.com/danaris/dfhackTimothy Collett2012-09-1014-77/+331
| |\ \ \
| * \ \ \ Merge branch 'master' of https://github.com/danaris/dfhackTimothy G Collett2012-06-2431-177/+1794
| |\ \ \ \
| * | | | | Update df-structuresTimothy G Collett2012-06-241-0/+0
* | | | | | Rename world_data.unk_204 to feature_mapQuietust2012-09-121-1/+1
* | | | | | Throw items from bins around in siege engine, like minecarts do.Alexander Gavrilov2012-09-122-1/+5
* | | | | | Add function for making item projectiles.Alexander Gavrilov2012-09-123-0/+57
* | | | | | Trivial siege engine aiming at units, with logic in lua.Alexander Gavrilov2012-09-111-0/+5
| |_|_|_|/ |/| | | |
* | | | | Clean up the movement speed calculation function and move into the core.Alexander Gavrilov2012-09-094-6/+278
* | | | | Move curse-affected attribute value getters to the core.Alexander Gavrilov2012-09-092-0/+58
* | | | | Finish the effective skill computation function, and move to core.Alexander Gavrilov2012-09-094-3/+175
* | | | | Reindent to remove tabs.Alexander Gavrilov2012-09-091-43/+43
* | | | | Added ListBox to gui.dialogswarmist2012-09-091-0/+95
* | | | | Reverse-engineer unit speed computation from DF code.Alexander Gavrilov2012-09-081-0/+0
* | | | | Support setting the target area for the siege engine.Alexander Gavrilov2012-09-082-8/+28
* | | | | Start the siege engine plugin with code to highlight obstacles on screen.Alexander Gavrilov2012-09-072-6/+64
* | | | | Add an API function for reading tiles from the screen buffers.Alexander Gavrilov2012-09-073-2/+83
* | | | | Experimental creation of map blocks in gui/liquids script.Alexander Gavrilov2012-09-065-1/+77
* | | | | Implement a pressure plate sensitive to machine power.Alexander Gavrilov2012-09-064-10/+15
* | | | | Support renaming some buildings, and arbitrary units, via gui script.Alexander Gavrilov2012-09-052-5/+8
* | | | | Add stock MessageBox and InputBox dialog screens for lua scripts.Alexander Gavrilov2012-09-059-2/+227
* | | | | Provide a partial application utility function to lua.Alexander Gavrilov2012-09-052-1/+41