| Commit message (Expand) | Author | Age | Files | Lines |
| * | Overhaul the concept of lua 'class' initialization yet again. | Alexander Gavrilov | 2012-09-18 | 1 | -18/+6 |
| * | Start the siege engine plugin with code to highlight obstacles on screen. | Alexander Gavrilov | 2012-09-07 | 1 | -0/+17 |
| * | Implement a pressure plate sensitive to machine power. | Alexander Gavrilov | 2012-09-06 | 1 | -1/+1 |
| * | Provide a partial application utility function to lua. | Alexander Gavrilov | 2012-09-05 | 1 | -1/+7 |
| * | Try using the Objective-C 'alloc + init' idiom for lua screen objects. | Alexander Gavrilov | 2012-08-24 | 1 | -15/+11 |
| * | Track lua event listener count, and let the C++ host know. | Alexander Gavrilov | 2012-08-23 | 1 | -6/+3 |
| * | Add a stupid example of a lua-controlled viewscreen. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+17 |
| * | Implement support for lua-backed viewscreens. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+6 |
| * | add SC_PAUSED / SC_UNPAUSED onStateChange events | jj | 2012-07-05 | 1 | -0/+2 |
| * | Update the Lua API document with info about scripts. | Alexander Gavrilov | 2012-06-22 | 1 | -0/+2 |
| * | Support controllable error presentation verbosity in lua code. | Alexander Gavrilov | 2012-06-22 | 1 | -0/+4 |
| * | Make dfhack.run_script usable from other scripts, and document it. | Alexander Gavrilov | 2012-06-14 | 1 | -4/+9 |
| * | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 1 | -3/+5 |
| * | Expose builtin commands to dfhack-run, and add lua script support. | Alexander Gavrilov | 2012-05-04 | 1 | -0/+18 |
| * | Update building creation code with new knowledge, and fix zone. | Alexander Gavrilov | 2012-05-01 | 1 | -0/+5 |
| * | Implement unconstructed building instance creation and linking into world. | Alexander Gavrilov | 2012-04-29 | 1 | -13/+21 |
| * | Split off the burrows api from Maps and Units. | Alexander Gavrilov | 2012-04-26 | 1 | -0/+8 |
| * | Add a few more lua api functions, documentation, and unit sort orders. | Alexander Gavrilov | 2012-04-23 | 1 | -17/+39 |
| * | Preserve the original lua global environment for modules. | Alexander Gavrilov | 2012-04-21 | 1 | -1/+10 |
| * | Export the onStateChange event to core lua context & add some docs. | Alexander Gavrilov | 2012-04-17 | 1 | -0/+11 |
| * | Multiline interpreter. | Warmist | 2012-04-16 | 1 | -5/+17 |
| * | Make dfhack.lineedit automatically interact with RunCoreQueryLoop. | Alexander Gavrilov | 2012-04-16 | 1 | -10/+1 |
| * | Implement a way to do prompts from core context. | Alexander Gavrilov | 2012-04-15 | 1 | -0/+75 |
| * | Add an official core lua context, and allow plugins to send events to it. | Alexander Gavrilov | 2012-04-15 | 1 | -0/+4 |
| * | Allow plugins to export functions to lua with safe reload support. | Alexander Gavrilov | 2012-04-14 | 1 | -0/+4 |
| * | Add core api for moving items between ground and containers. | Alexander Gavrilov | 2012-04-12 | 1 | -0/+15 |
| * | Add api for manipulating burrows to the core. | Alexander Gavrilov | 2012-04-11 | 1 | -0/+6 |
| * | Export a few maps functions to lua. | Alexander Gavrilov | 2012-04-11 | 1 | -0/+10 |
| * | Add a generic facility for object finalization during stack unwind. | Alexander Gavrilov | 2012-04-07 | 1 | -0/+15 |
| * | Wrap MaterialInfo for lua. | Alexander Gavrilov | 2012-04-06 | 1 | -0/+4 |
| * | Export a few more functions to lua. | Alexander Gavrilov | 2012-04-06 | 1 | -3/+4 |
| * | Wrap a few utility functions defined on the c++ side for lua. | Alexander Gavrilov | 2012-04-05 | 1 | -0/+26 |
| * | Upgrade lua errors to structures when attaching stack trace. | Alexander Gavrilov | 2012-04-04 | 1 | -0/+4 |
| * | A few more utility functions for lua. | Alexander Gavrilov | 2012-04-03 | 1 | -0/+2 |
| * | Only print the shortcut help once in the lua interactive mode. | Alexander Gavrilov | 2012-04-01 | 1 | -0/+1 |
| * | Improve performance of the persistent data api, and wrap it for lua. | Alexander Gavrilov | 2012-04-01 | 1 | -0/+11 |
| * | Lua tweaks: a couple of functions, dfusion tweak, backtrace metadata. | Alexander Gavrilov | 2012-04-01 | 1 | -2/+26 |
| * | Pull console output support and REPL out of dfusion into core lib. | Alexander Gavrilov | 2012-03-31 | 1 | -0/+5 |