summaryrefslogtreecommitdiff
path: root/LUA_API.rst
Commit message (Expand)AuthorAgeFilesLines
* Add an API function for reading the nominal skill level.Alexander Gavrilov2012-09-291-0/+5
* Fixed dfhack.interpreter argument orderwarmist2012-09-261-1/+1
* Document the lua class module.Alexander Gavrilov2012-09-211-0/+80
* Add unit/item/job/building getter hook vmethods to dfhack_viewscreen.Alexander Gavrilov2012-09-201-0/+8
* Add an API function that returns the selected building.Alexander Gavrilov2012-09-201-0/+4
* Add an api function for destroying items.Alexander Gavrilov2012-09-141-0/+4
* Add function for making item projectiles.Alexander Gavrilov2012-09-121-0/+4
* Clean up the movement speed calculation function and move into the core.Alexander Gavrilov2012-09-091-0/+4
* Move curse-affected attribute value getters to the core.Alexander Gavrilov2012-09-091-0/+9
* Finish the effective skill computation function, and move to core.Alexander Gavrilov2012-09-091-0/+15
* Add an API function for reading tiles from the screen buffers.Alexander Gavrilov2012-09-071-0/+5
* Experimental creation of map blocks in gui/liquids script.Alexander Gavrilov2012-09-061-0/+4
* Add stock MessageBox and InputBox dialog screens for lua scripts.Alexander Gavrilov2012-09-051-0/+8
* Provide a partial application utility function to lua.Alexander Gavrilov2012-09-051-0/+10
* Add some APIs required by steam engine to the core.Alexander Gavrilov2012-09-021-0/+19
* Expose a few API functions to lua, and implement a room browser overlay.Alexander Gavrilov2012-08-241-0/+14
* Tweak the API for current viewscreen, and dispatch show/dismiss from C++.Alexander Gavrilov2012-08-241-3/+21
* Track lua event listener count, and let the C++ host know.Alexander Gavrilov2012-08-231-4/+12
* Implement a policy of marking DFHack-owned screens with a signature.Alexander Gavrilov2012-08-221-1/+8
* Export the tile finder function to lua, and improve mouse event reporting.Alexander Gavrilov2012-08-191-5/+26
* Implement support for lua-backed viewscreens.Alexander Gavrilov2012-08-191-0/+118
* Add a utility function for patching read-only memory.Alexander Gavrilov2012-08-171-0/+6
* Tweak documentation for utils.make_sort_order and devel/prepare-saveAlexander Gavrilov2012-06-301-2/+14
* Add documentation for some utility functions implemented in lua.Alexander Gavrilov2012-06-241-5/+184
* Update the Lua API document with info about scripts.Alexander Gavrilov2012-06-221-50/+133
* Support controllable error presentation verbosity in lua code.Alexander Gavrilov2012-06-221-22/+66
* Move formatting newly-found globals for symbols.xml to lua code.Alexander Gavrilov2012-06-211-0/+1
* Replace dfhack.internal.getBase with getRebaseDelta.Alexander Gavrilov2012-06-191-2/+2
* Add an api function to get vtable address from version info.Alexander Gavrilov2012-06-171-0/+4
* Add lua internal api functions needed for scanning memory.Alexander Gavrilov2012-06-161-0/+20
* Make dfhack.run_script usable from other scripts, and document it.Alexander Gavrilov2012-06-141-0/+12
* Make primitive refs (i.e. pointers to numbers, etc) behave as arrays.Alexander Gavrilov2012-06-131-0/+6
* Support casting references and allocating arrays of numbers in lua wrapper.Alexander Gavrilov2012-06-131-0/+18
* Add Lua API for access to some contextual and low-level info.Alexander Gavrilov2012-06-131-0/+39
* Enhance docs on bitfield refs to cover a question raised on chat recently.Alexander Gavrilov2012-06-131-1/+10
* Update Units::isCitizen after looking at game-over detection code.Alexander Gavrilov2012-05-221-2/+11
* Remove stuff that shouldn't be in the core, and expose to lua what's left.Alexander Gavrilov2012-05-201-0/+10
* Merge remote-tracking branch 'kmartin/master'Alexander Gavrilov2012-05-201-0/+3
|\
| * Added moveToBuilding to api docs and made a script using it (puts item on table)Warmist2012-05-181-0/+3
* | Add a mechanism converting ui focus to a string representation.Alexander Gavrilov2012-05-191-0/+9
|/
* 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/+7
* Support custom buildings in dfhack.buildings.getFiltersByType.Alexander Gavrilov2012-05-131-0/+74
* Improve lua api for tile biome access.Alexander Gavrilov2012-05-131-1/+5
* 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/+12
* Add code for adding abstract buildings and removing constructions.Alexander Gavrilov2012-05-061-0/+17
* Add a couple more building api functions.Alexander Gavrilov2012-05-061-3/+13
* Implement timeouts in the core lua context, and quicksave script.Alexander Gavrilov2012-05-041-0/+20
* Update dfhack for specific_ref.Alexander Gavrilov2012-05-031-0/+8