| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -2/+2 |
| * | Search for cur_season and cur_season_tick in devel/find-offsets. | Alexander Gavrilov | 2012-09-22 | 1 | -1/+3 |
| * | Add stock MessageBox and InputBox dialog screens for lua scripts. | Alexander Gavrilov | 2012-09-05 | 1 | -0/+3 |
| * | Provide a partial application utility function to lua. | Alexander Gavrilov | 2012-09-05 | 1 | -0/+34 |
| * | Track lua event listener count, and let the C++ host know. | Alexander Gavrilov | 2012-08-23 | 1 | -16/+158 |
| * | Extract the color enum from color_ostream to toplevel. | Alexander Gavrilov | 2012-08-19 | 1 | -1/+1 |
| * | Support controllable error presentation verbosity in lua code. | Alexander Gavrilov | 2012-06-22 | 1 | -6/+72 |
| * | Move formatting newly-found globals for symbols.xml to lua code. | Alexander Gavrilov | 2012-06-21 | 1 | -1/+4 |
| * | Add Lua API for access to some contextual and low-level info. | Alexander Gavrilov | 2012-06-13 | 1 | -3/+3 |
| * | Support testing and modifying pending timeout callbacks. | Alexander Gavrilov | 2012-05-16 | 1 | -31/+60 |
| * | Fix some things that confuse MSVC. | Alexander Gavrilov | 2012-05-05 | 1 | -1/+1 |
| * | Implement timeouts in the core lua context, and quicksave script. | Alexander Gavrilov | 2012-05-04 | 1 | -0/+129 |
| * | Expose builtin commands to dfhack-run, and add lua script support. | Alexander Gavrilov | 2012-05-04 | 1 | -4/+16 |
| * | Allow both coordinate object and (x,y,z) as arguments to getTileBlock. | Alexander Gavrilov | 2012-05-02 | 1 | -33/+95 |
| * | Preserve the original lua global environment for modules. | Alexander Gavrilov | 2012-04-21 | 1 | -6/+39 |
| * | Export the onStateChange event to core lua context & add some docs. | Alexander Gavrilov | 2012-04-17 | 1 | -11/+47 |
| * | Make dfhack.lineedit automatically interact with RunCoreQueryLoop. | Alexander Gavrilov | 2012-04-16 | 1 | -7/+55 |
| * | Add a template to make using lua_pcallk a bit more convenient. | Alexander Gavrilov | 2012-04-16 | 1 | -32/+22 |
| * | Integrate coroutines with table-based error handling. | Alexander Gavrilov | 2012-04-16 | 1 | -54/+214 |
| * | Try working around some msvc problems. | Alexander Gavrilov | 2012-04-16 | 1 | -2/+2 |
| * | Implement a way to do prompts from core context. | Alexander Gavrilov | 2012-04-15 | 1 | -87/+112 |
| * | Add an official core lua context, and allow plugins to send events to it. | Alexander Gavrilov | 2012-04-15 | 1 | -4/+266 |
| * | Allow plugins to export functions to lua with safe reload support. | Alexander Gavrilov | 2012-04-14 | 1 | -0/+17 |
| * | Add a generic facility for object finalization during stack unwind. | Alexander Gavrilov | 2012-04-07 | 1 | -25/+142 |
| * | Split LuaTools.cpp to separate core utils from general dfhack api. | Alexander Gavrilov | 2012-04-06 | 1 | -275/+3 |
| * | Export a few more functions to lua. | Alexander Gavrilov | 2012-04-06 | 1 | -3/+32 |
| * | Wrap a few utility functions defined on the c++ side for lua. | Alexander Gavrilov | 2012-04-05 | 1 | -1/+47 |
| * | Experimental: try wrapping a dfhack api function. | Alexander Gavrilov | 2012-04-05 | 1 | -0/+6 |
| * | Upgrade lua errors to structures when attaching stack trace. | Alexander Gavrilov | 2012-04-04 | 1 | -37/+156 |
| * | Add color output and input prompt support to core lua api. | Alexander Gavrilov | 2012-04-04 | 1 | -14/+76 |
| * | A few more utility functions for lua. | Alexander Gavrilov | 2012-04-03 | 1 | -18/+81 |
| * | Finish documenting the DFHack core lua api existing so far. | Alexander Gavrilov | 2012-04-03 | 1 | -2/+23 |
| * | Add dfhack.with_suspend(f[, args...]) that calls f with core suspended. | Alexander Gavrilov | 2012-04-01 | 1 | -0/+32 |
| * | Only print the shortcut help once in the lua interactive mode. | Alexander Gavrilov | 2012-04-01 | 1 | -6/+11 |
| * | Improve performance of the persistent data api, and wrap it for lua. | Alexander Gavrilov | 2012-04-01 | 1 | -0/+212 |
| * | Lua tweaks: a couple of functions, dfusion tweak, backtrace metadata. | Alexander Gavrilov | 2012-04-01 | 1 | -1/+1 |
| * | Pull console output support and REPL out of dfusion into core lib. | Alexander Gavrilov | 2012-03-31 | 1 | -0/+364 |