| Commit message (Expand) | Author | Age | Files | Lines |
| * | Edit docs a bit more. | Alexander Gavrilov | 2012-09-27 | 1 | -1/+1 |
| * | Document the lua class module. | Alexander Gavrilov | 2012-09-21 | 1 | -8/+81 |
| * | Add unit/item/job/building getter hook vmethods to dfhack_viewscreen. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+10 |
| * | Add an API function that returns the selected building. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+3 |
| * | Add an api function for destroying items. | Alexander Gavrilov | 2012-09-14 | 1 | -0/+3 |
| * | Add function for making item projectiles. | Alexander Gavrilov | 2012-09-12 | 1 | -0/+3 |
| * | Clean up the movement speed calculation function and move into the core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+3 |
| * | Move curse-affected attribute value getters to the core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+8 |
| * | Finish the effective skill computation function, and move to core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+15 |
| * | Add an API function for reading tiles from the screen buffers. | Alexander Gavrilov | 2012-09-07 | 1 | -0/+4 |
| * | Experimental creation of map blocks in gui/liquids script. | Alexander Gavrilov | 2012-09-06 | 1 | -0/+3 |
| * | Add stock MessageBox and InputBox dialog screens for lua scripts. | Alexander Gavrilov | 2012-09-05 | 1 | -0/+6 |
| * | Provide a partial application utility function to lua. | Alexander Gavrilov | 2012-09-05 | 1 | -48/+59 |
| * | Add some APIs required by steam engine to the core. | Alexander Gavrilov | 2012-09-02 | 1 | -0/+14 |
| * | Expose a few API functions to lua, and implement a room browser overlay. | Alexander Gavrilov | 2012-08-24 | 1 | -0/+11 |
| * | Tweak the API for current viewscreen, and dispatch show/dismiss from C++. | Alexander Gavrilov | 2012-08-24 | 1 | -4/+18 |
| * | Track lua event listener count, and let the C++ host know. | Alexander Gavrilov | 2012-08-23 | 1 | -4/+10 |
| * | Implement a policy of marking DFHack-owned screens with a signature. | Alexander Gavrilov | 2012-08-22 | 1 | -1/+5 |
| * | Export the tile finder function to lua, and improve mouse event reporting. | Alexander Gavrilov | 2012-08-19 | 1 | -5/+24 |
| * | Implement support for lua-backed viewscreens. | Alexander Gavrilov | 2012-08-19 | 1 | -23/+130 |
| * | Add a utility function for patching read-only memory. | Alexander Gavrilov | 2012-08-17 | 1 | -0/+5 |
| * | Tweak documentation for utils.make_sort_order and devel/prepare-save | Alexander Gavrilov | 2012-06-30 | 1 | -3/+16 |
| * | Add documentation for some utility functions implemented in lua. | Alexander Gavrilov | 2012-06-24 | 1 | -13/+174 |
| * | Update the Lua API document with info about scripts. | Alexander Gavrilov | 2012-06-22 | 1 | -51/+121 |
| * | Support controllable error presentation verbosity in lua code. | Alexander Gavrilov | 2012-06-22 | 1 | -52/+110 |
| * | Move formatting newly-found globals for symbols.xml to lua code. | Alexander Gavrilov | 2012-06-21 | 1 | -1/+2 |
| * | Fix getRebaseDelta: should be signed int. | Alexander Gavrilov | 2012-06-19 | 1 | -2/+2 |
| * | Add an api function to get vtable address from version info. | Alexander Gavrilov | 2012-06-17 | 1 | -0/+3 |
| * | Add lua internal api functions needed for scanning memory. | Alexander Gavrilov | 2012-06-16 | 1 | -0/+16 |
| * | Make dfhack.run_script usable from other scripts, and document it. | Alexander Gavrilov | 2012-06-14 | 1 | -0/+10 |
| * | Version bump and text updates. | Petr Mrázek | 2012-06-14 | 1 | -1/+1 |
| * | Make primitive refs (i.e. pointers to numbers, etc) behave as arrays. | Alexander Gavrilov | 2012-06-13 | 1 | -0/+4 |
| * | Support casting references and allocating arrays of numbers in lua wrapper. | Alexander Gavrilov | 2012-06-13 | 1 | -0/+14 |
| * | Add Lua API for access to some contextual and low-level info. | Alexander Gavrilov | 2012-06-13 | 1 | -10/+42 |
| * | Enhance docs on bitfield refs to cover a question raised on chat recently. | Alexander Gavrilov | 2012-06-13 | 1 | -2/+9 |
| * | Update Units::isCitizen after looking at game-over detection code. | Alexander Gavrilov | 2012-05-22 | 1 | -2/+9 |
| * | Remove stuff that shouldn't be in the core, and expose to lua what's left. | Alexander Gavrilov | 2012-05-20 | 1 | -0/+10 |
| * | Add a mechanism converting ui focus to a string representation. | Alexander Gavrilov | 2012-05-19 | 1 | -0/+7 |
| * | Make Items::getPosition exactly match the DF original in behavior. | Alexander Gavrilov | 2012-05-17 | 1 | -2/+2 |
| * | Support testing and modifying pending timeout callbacks. | Alexander Gavrilov | 2012-05-16 | 1 | -0/+6 |
| * | Support custom buildings in dfhack.buildings.getFiltersByType. | Alexander Gavrilov | 2012-05-13 | 1 | -0/+63 |
| * | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 1 | -1/+4 |
| * | Request designation rescan in auto-growing burrows. | Alexander Gavrilov | 2012-05-12 | 1 | -1/+1 |
| * | Add api for enabling liquid and temperature updates for blocks. | Alexander Gavrilov | 2012-05-12 | 1 | -0/+9 |
| * | Add code for adding abstract buildings and removing constructions. | Alexander Gavrilov | 2012-05-06 | 1 | -0/+14 |
| * | Add a couple more building api functions. | Alexander Gavrilov | 2012-05-06 | 1 | -3/+11 |
| * | Implement timeouts in the core lua context, and quicksave script. | Alexander Gavrilov | 2012-05-04 | 1 | -0/+17 |
| * | Update dfhack for specific_ref. | Alexander Gavrilov | 2012-05-03 | 1 | -0/+6 |
| * | Allow both coordinate object and (x,y,z) as arguments to getTileBlock. | Alexander Gavrilov | 2012-05-02 | 1 | -3/+3 |
| * | Add a convenience function for designating constructions. | Alexander Gavrilov | 2012-05-01 | 1 | -10/+26 |