summaryrefslogtreecommitdiff
path: root/library/include/LuaTools.h
Commit message (Expand)AuthorAgeFilesLines
* Update license, add contributors file, bump release numberPetr Mrázek2012-09-301-1/+1
* Trivial siege engine aiming at units, with logic in lua.Alexander Gavrilov2012-09-111-0/+5
* Track lua event listener count, and let the C++ host know.Alexander Gavrilov2012-08-231-11/+26
* Implement support for lua-backed viewscreens.Alexander Gavrilov2012-08-191-0/+10
* Improve lua api for tile biome access.Alexander Gavrilov2012-05-131-2/+6
* Request designation rescan in auto-growing burrows.Alexander Gavrilov2012-05-121-0/+14
* Fix some things that confuse MSVC.Alexander Gavrilov2012-05-051-3/+3
* Implement timeouts in the core lua context, and quicksave script.Alexander Gavrilov2012-05-041-0/+2
* Expose builtin commands to dfhack-run, and add lua script support.Alexander Gavrilov2012-05-041-0/+3
* Allow both coordinate object and (x,y,z) as arguments to getTileBlock.Alexander Gavrilov2012-05-021-3/+22
* Add api to check the walkable cache, and update flow_forbid in liquids.Alexander Gavrilov2012-04-261-0/+5
* Support sorting units in many more ui contexts.Alexander Gavrilov2012-04-221-2/+28
* Export the onStateChange event to core lua context & add some docs.Alexander Gavrilov2012-04-171-0/+3
* Add a template to make using lua_pcallk a bit more convenient.Alexander Gavrilov2012-04-161-0/+26
* Integrate coroutines with table-based error handling.Alexander Gavrilov2012-04-161-2/+22
* Try working around some msvc problems.Alexander Gavrilov2012-04-161-1/+7
* Implement a way to do prompts from core context.Alexander Gavrilov2012-04-151-1/+9
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-2/+172
* A few more utility functions for lua.Alexander Gavrilov2012-04-031-0/+23
* Add functions for checking validity of lua wrapper objects.Alexander Gavrilov2012-04-021-0/+23
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-0/+92