| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add a script to reclassify 'individual choice' weapons based on unit skill. | Alexander Gavrilov | 2012-09-29 | 1 | -0/+21 |
| * | Overhaul the concept of lua 'class' initialization yet again. | Alexander Gavrilov | 2012-09-18 | 5 | -83/+227 |
| * | Reindent to remove tabs. | Alexander Gavrilov | 2012-09-09 | 1 | -43/+43 |
| * | Added ListBox to gui.dialogs | warmist | 2012-09-09 | 1 | -0/+95 |
| * | Support setting the target area for the siege engine. | Alexander Gavrilov | 2012-09-08 | 1 | -5/+24 |
| * | Start the siege engine plugin with code to highlight obstacles on screen. | Alexander Gavrilov | 2012-09-07 | 2 | -6/+64 |
| * | Implement a pressure plate sensitive to machine power. | Alexander Gavrilov | 2012-09-06 | 3 | -9/+7 |
| * | Support renaming some buildings, and arbitrary units, via gui script. | Alexander Gavrilov | 2012-09-05 | 1 | -3/+6 |
| * | Add stock MessageBox and InputBox dialog screens for lua scripts. | Alexander Gavrilov | 2012-09-05 | 3 | -2/+198 |
| * | Provide a partial application utility function to lua. | Alexander Gavrilov | 2012-09-05 | 1 | -1/+7 |
| * | Expose the liquids plugin engine to lua, and make a wrapper gui script. | Alexander Gavrilov | 2012-08-25 | 2 | -3/+54 |
| * | Pull some minor stuff from mechanisms into main libs. | Alexander Gavrilov | 2012-08-24 | 2 | -0/+22 |
| * | Try using the Objective-C 'alloc + init' idiom for lua screen objects. | Alexander Gavrilov | 2012-08-24 | 3 | -28/+72 |
| * | Tweak the API for current viewscreen, and dispatch show/dismiss from C++. | Alexander Gavrilov | 2012-08-24 | 1 | -7/+4 |
| * | Track lua event listener count, and let the C++ host know. | Alexander Gavrilov | 2012-08-23 | 1 | -6/+3 |
| * | Improve viewport manipulation utilities and support scroll in mechanisms. | Alexander Gavrilov | 2012-08-22 | 2 | -60/+166 |
| * | Put some compatibility features into the base dfhack viewscreen. | Alexander Gavrilov | 2012-08-22 | 2 | -8/+7 |
| * | Add yet one more frame style. | Alexander Gavrilov | 2012-08-22 | 1 | -1/+13 |
| * | Implement a policy of marking DFHack-owned screens with a signature. | Alexander Gavrilov | 2012-08-22 | 2 | -0/+16 |
| * | More work on utilities for making lua viewscreens. | Alexander Gavrilov | 2012-08-21 | 2 | -73/+128 |
| * | Add a Painter class for lua viewscreens, and extract other utilities. | Alexander Gavrilov | 2012-08-21 | 3 | -31/+234 |
| * | Add a script that implements a linked mechanism browser. | Alexander Gavrilov | 2012-08-20 | 2 | -3/+181 |
| * | Add a stupid example of a lua-controlled viewscreen. | Alexander Gavrilov | 2012-08-19 | 2 | -0/+80 |
| * | Implement support for lua-backed viewscreens. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+6 |
| * | Merge branch 'master' of git://github.com/angavrilov/dfhack | jj | 2012-07-06 | 1 | -6/+6 |
| |\ |
|
| | * | Add documentation for some utility functions implemented in lua. | Alexander Gavrilov | 2012-06-24 | 1 | -6/+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 | 3 | -2/+6 |
| * | Move formatting newly-found globals for symbols.xml to lua code. | Alexander Gavrilov | 2012-06-21 | 1 | -0/+10 |
| * | Add finders for enabler, gps and init. | Alexander Gavrilov | 2012-06-21 | 1 | -1/+28 |
| * | Add a searcher for current_weather, using a prepared save. | Alexander Gavrilov | 2012-06-20 | 1 | -1/+1 |
| * | Add ui_menu_width finder, tweak instructions, and add a case for win exe. | Alexander Gavrilov | 2012-06-18 | 1 | -1/+2 |
| * | Add more offset finders to the script. | Alexander Gavrilov | 2012-06-17 | 2 | -33/+71 |
| * | Add an interactive script finding a limited subset of linux offsets. | Alexander Gavrilov | 2012-06-16 | 2 | -0/+463 |
| * | Make dfhack.run_script usable from other scripts, and document it. | Alexander Gavrilov | 2012-06-14 | 1 | -4/+9 |
| * | Support creating rollers and stops with dfhack.buildings.constructBuilding. | Alexander Gavrilov | 2012-05-17 | 1 | -2/+16 |
| * | Support custom buildings in dfhack.buildings.getFiltersByType. | Alexander Gavrilov | 2012-05-13 | 2 | -8/+119 |
| * | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 1 | -3/+5 |
| * | Change xml submodule pointer. | Alexander Gavrilov | 2012-05-08 | 1 | -1/+1 |
| * | Add more lua scripts. | Alexander Gavrilov | 2012-05-08 | 2 | -5/+402 |
| * | Support default building inputs in dfhack.buildings.constructBuilding. | Alexander Gavrilov | 2012-05-06 | 2 | -5/+368 |
| * | Add code for adding abstract buildings and removing constructions. | Alexander Gavrilov | 2012-05-06 | 1 | -3/+7 |
| * | 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 | 2 | -0/+100 |
| * | 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 |
| * | Support sorting units in many more ui contexts. | Alexander Gavrilov | 2012-04-22 | 1 | -2/+3 |
| * | Preserve the original lua global environment for modules. | Alexander Gavrilov | 2012-04-21 | 1 | -1/+10 |