summaryrefslogtreecommitdiff
path: root/Lua API.html
Commit message (Expand)AuthorAgeFilesLines
* Tweak documentation for utils.make_sort_order and devel/prepare-saveAlexander Gavrilov2012-06-301-3/+16
* Add documentation for some utility functions implemented in lua.Alexander Gavrilov2012-06-241-13/+174
* Update the Lua API document with info about scripts.Alexander Gavrilov2012-06-221-51/+121
* Support controllable error presentation verbosity in lua code.Alexander Gavrilov2012-06-221-52/+110
* Move formatting newly-found globals for symbols.xml to lua code.Alexander Gavrilov2012-06-211-1/+2
* Fix getRebaseDelta: should be signed int.Alexander Gavrilov2012-06-191-2/+2
* Add an api function to get vtable address from version info.Alexander Gavrilov2012-06-171-0/+3
* Add lua internal api functions needed for scanning memory.Alexander Gavrilov2012-06-161-0/+16
* Make dfhack.run_script usable from other scripts, and document it.Alexander Gavrilov2012-06-141-0/+10
* Version bump and text updates.Petr Mrázek2012-06-141-1/+1
* Make primitive refs (i.e. pointers to numbers, etc) behave as arrays.Alexander Gavrilov2012-06-131-0/+4
* Support casting references and allocating arrays of numbers in lua wrapper.Alexander Gavrilov2012-06-131-0/+14
* Add Lua API for access to some contextual and low-level info.Alexander Gavrilov2012-06-131-10/+42
* Enhance docs on bitfield refs to cover a question raised on chat recently.Alexander Gavrilov2012-06-131-2/+9
* Update Units::isCitizen after looking at game-over detection code.Alexander Gavrilov2012-05-221-2/+9
* Remove stuff that shouldn't be in the core, and expose to lua what's left.Alexander Gavrilov2012-05-201-0/+10
* Add a mechanism converting ui focus to a string representation.Alexander Gavrilov2012-05-191-0/+7
* Make Items::getPosition exactly match the DF original in behavior.Alexander Gavrilov2012-05-171-2/+2
* Support testing and modifying pending timeout callbacks.Alexander Gavrilov2012-05-161-0/+6
* Support custom buildings in dfhack.buildings.getFiltersByType.Alexander Gavrilov2012-05-131-0/+63
* Improve lua api for tile biome access.Alexander Gavrilov2012-05-131-1/+4
* Request designation rescan in auto-growing burrows.Alexander Gavrilov2012-05-121-1/+1
* Add api for enabling liquid and temperature updates for blocks.Alexander Gavrilov2012-05-121-0/+9
* Add code for adding abstract buildings and removing constructions.Alexander Gavrilov2012-05-061-0/+14
* Add a couple more building api functions.Alexander Gavrilov2012-05-061-3/+11
* Implement timeouts in the core lua context, and quicksave script.Alexander Gavrilov2012-05-041-0/+17
* Update dfhack for specific_ref.Alexander Gavrilov2012-05-031-0/+6
* Allow both coordinate object and (x,y,z) as arguments to getTileBlock.Alexander Gavrilov2012-05-021-3/+3
* Add a convenience function for designating constructions.Alexander Gavrilov2012-05-011-10/+26
* Update building creation code with new knowledge, and fix zone.Alexander Gavrilov2012-05-011-10/+67
* Add api to check the walkable cache, and update flow_forbid in liquids.Alexander Gavrilov2012-04-261-0/+9
* Split off the burrows api from Maps and Units.Alexander Gavrilov2012-04-261-29/+34
* Retrieve unit noble position info, and use it in getProfessionName.Alexander Gavrilov2012-04-261-2/+7
* Add a few more lua api functions, documentation, and unit sort orders.Alexander Gavrilov2012-04-231-8/+81
* Support the '#' string as index for wrapper vector insert at end.Alexander Gavrilov2012-04-171-1/+1
* Export the onStateChange event to core lua context & add some docs.Alexander Gavrilov2012-04-171-1/+38
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-0/+13
* Add burrow subcommands to modify burrow unit and tile sets.Alexander Gavrilov2012-04-141-0/+6
* Add unit position and container api.Alexander Gavrilov2012-04-131-1/+7
* Add core api for moving items between ground and containers.Alexander Gavrilov2012-04-121-0/+15
* Update the item owner modification api and export it to lua.Alexander Gavrilov2012-04-111-2/+15
* Add api for manipulating burrows to the core.Alexander Gavrilov2012-04-111-0/+24
* Export a few maps functions to lua.Alexander Gavrilov2012-04-111-0/+27
* Job module api tweaks: add a namespace to match others and some funcs.Alexander Gavrilov2012-04-101-1/+12
* Stop printall(df.global) from breaking if there are unknown addresses.Alexander Gavrilov2012-04-101-0/+4
* Pull a few utility functions into the core and publish to lua.Alexander Gavrilov2012-04-071-1/+7
* Add a generic facility for object finalization during stack unwind.Alexander Gavrilov2012-04-071-1/+21
* Wrap MaterialInfo for lua.Alexander Gavrilov2012-04-061-8/+52
* Export a few more functions to lua.Alexander Gavrilov2012-04-061-0/+23
* Wrap a few utility functions defined on the c++ side for lua.Alexander Gavrilov2012-04-051-0/+58