| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -1/+1 |
| * | Trivial siege engine aiming at units, with logic in lua. | Alexander Gavrilov | 2012-09-11 | 1 | -0/+5 |
| * | Track lua event listener count, and let the C++ host know. | Alexander Gavrilov | 2012-08-23 | 1 | -11/+26 |
| * | Implement support for lua-backed viewscreens. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+10 |
| * | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 1 | -2/+6 |
| * | Request designation rescan in auto-growing burrows. | Alexander Gavrilov | 2012-05-12 | 1 | -0/+14 |
| * | Fix some things that confuse MSVC. | Alexander Gavrilov | 2012-05-05 | 1 | -3/+3 |
| * | Implement timeouts in the core lua context, and quicksave script. | Alexander Gavrilov | 2012-05-04 | 1 | -0/+2 |
| * | Expose builtin commands to dfhack-run, and add lua script support. | Alexander Gavrilov | 2012-05-04 | 1 | -0/+3 |
| * | Allow both coordinate object and (x,y,z) as arguments to getTileBlock. | Alexander Gavrilov | 2012-05-02 | 1 | -3/+22 |
| * | Add api to check the walkable cache, and update flow_forbid in liquids. | Alexander Gavrilov | 2012-04-26 | 1 | -0/+5 |
| * | Support sorting units in many more ui contexts. | Alexander Gavrilov | 2012-04-22 | 1 | -2/+28 |
| * | Export the onStateChange event to core lua context & add some docs. | Alexander Gavrilov | 2012-04-17 | 1 | -0/+3 |
| * | Add a template to make using lua_pcallk a bit more convenient. | Alexander Gavrilov | 2012-04-16 | 1 | -0/+26 |
| * | Integrate coroutines with table-based error handling. | Alexander Gavrilov | 2012-04-16 | 1 | -2/+22 |
| * | Try working around some msvc problems. | Alexander Gavrilov | 2012-04-16 | 1 | -1/+7 |
| * | Implement a way to do prompts from core context. | Alexander Gavrilov | 2012-04-15 | 1 | -1/+9 |
| * | Add an official core lua context, and allow plugins to send events to it. | Alexander Gavrilov | 2012-04-15 | 1 | -2/+172 |
| * | A few more utility functions for lua. | Alexander Gavrilov | 2012-04-03 | 1 | -0/+23 |
| * | Add functions for checking validity of lua wrapper objects. | Alexander Gavrilov | 2012-04-02 | 1 | -0/+23 |
| * | Pull console output support and REPL out of dfusion into core lib. | Alexander Gavrilov | 2012-03-31 | 1 | -0/+92 |