summaryrefslogtreecommitdiff
path: root/library/lua
Commit message (Expand)AuthorAgeFilesLines
...
* Add a few more unit orderings, and a way to reverse direction.Alexander Gavrilov2012-04-211-2/+9
* Add a hotkey command that sorts units in lists using lua comparators.Alexander Gavrilov2012-04-211-0/+106
* Export the onStateChange event to core lua context & add some docs.Alexander Gavrilov2012-04-171-0/+11
* Multiline interpreter.Warmist2012-04-161-5/+17
* Make dfhack.lineedit automatically interact with RunCoreQueryLoop.Alexander Gavrilov2012-04-161-10/+1
* Implement a way to do prompts from core context.Alexander Gavrilov2012-04-151-0/+75
* Add an official core lua context, and allow plugins to send events to it.Alexander Gavrilov2012-04-151-0/+4
* Allow plugins to export functions to lua with safe reload support.Alexander Gavrilov2012-04-141-0/+4
* Add core api for moving items between ground and containers.Alexander Gavrilov2012-04-121-0/+15
* Add api for manipulating burrows to the core.Alexander Gavrilov2012-04-111-0/+6
* Export a few maps functions to lua.Alexander Gavrilov2012-04-111-0/+10
* Add a generic facility for object finalization during stack unwind.Alexander Gavrilov2012-04-071-0/+15
* Wrap MaterialInfo for lua.Alexander Gavrilov2012-04-061-0/+4
* Export a few more functions to lua.Alexander Gavrilov2012-04-061-3/+4
* Wrap a few utility functions defined on the c++ side for lua.Alexander Gavrilov2012-04-051-0/+26
* Upgrade lua errors to structures when attaching stack trace.Alexander Gavrilov2012-04-041-0/+4
* A few more utility functions for lua.Alexander Gavrilov2012-04-031-0/+2
* Only print the shortcut help once in the lua interactive mode.Alexander Gavrilov2012-04-011-0/+1
* Improve performance of the persistent data api, and wrap it for lua.Alexander Gavrilov2012-04-011-0/+11
* Lua tweaks: a couple of functions, dfusion tweak, backtrace metadata.Alexander Gavrilov2012-04-011-2/+26
* Pull console output support and REPL out of dfusion into core lib.Alexander Gavrilov2012-03-311-0/+5