| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 1 | -2/+2 |
| * | Add an API function for reading the nominal skill level. | Alexander Gavrilov | 2012-09-29 | 1 | -0/+1 |
| * | Add an API function that returns the selected building. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+1 |
| * | Catch C++ exceptions in dfhack.buildings.setSize | Alexander Gavrilov | 2012-09-18 | 1 | -2/+6 |
| * | Add an api function for destroying items. | Alexander Gavrilov | 2012-09-14 | 1 | -0/+7 |
| * | Add function for making item projectiles. | Alexander Gavrilov | 2012-09-12 | 1 | -0/+8 |
| * | Clean up the movement speed calculation function and move into the core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+2 |
| * | Finish the effective skill computation function, and move to core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+7 |
| * | Add an API function for reading tiles from the screen buffers. | Alexander Gavrilov | 2012-09-07 | 1 | -0/+40 |
| * | Experimental creation of map blocks in gui/liquids script. | Alexander Gavrilov | 2012-09-06 | 1 | -0/+8 |
| * | Add stock MessageBox and InputBox dialog screens for lua scripts. | Alexander Gavrilov | 2012-09-05 | 1 | -0/+2 |
| * | Add some APIs required by steam engine to the core. | Alexander Gavrilov | 2012-09-02 | 1 | -0/+12 |
| * | Follow change in xml again. | Alexander Gavrilov | 2012-08-27 | 1 | -2/+2 |
| * | Expose a few API functions to lua, and implement a room browser overlay. | Alexander Gavrilov | 2012-08-24 | 1 | -0/+3 |
| * | Tweak the API for current viewscreen, and dispatch show/dismiss from C++. | Alexander Gavrilov | 2012-08-24 | 1 | -0/+1 |
| * | Put some compatibility features into the base dfhack viewscreen. | Alexander Gavrilov | 2012-08-22 | 1 | -1/+8 |
| * | Add a Painter class for lua viewscreens, and extract other utilities. | Alexander Gavrilov | 2012-08-21 | 1 | -7/+24 |
| * | Add a script that implements a linked mechanism browser. | Alexander Gavrilov | 2012-08-20 | 1 | -0/+23 |
| * | Export the tile finder function to lua, and improve mouse event reporting. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+21 |
| * | Add a stupid example of a lua-controlled viewscreen. | Alexander Gavrilov | 2012-08-19 | 1 | -1/+9 |
| * | Implement support for lua-backed viewscreens. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+148 |
| * | Add a utility function for patching read-only memory. | Alexander Gavrilov | 2012-08-17 | 1 | -0/+12 |
| * | Move formatting newly-found globals for symbols.xml to lua code. | Alexander Gavrilov | 2012-06-21 | 1 | -3/+3 |
| * | Fix getRebaseDelta: should be signed int. | Alexander Gavrilov | 2012-06-19 | 1 | -1/+1 |
| * | Replace dfhack.internal.getBase with getRebaseDelta. | Alexander Gavrilov | 2012-06-19 | 1 | -2/+3 |
| * | Add an api function to get vtable address from version info. | Alexander Gavrilov | 2012-06-17 | 1 | -0/+12 |
| * | Fix a problem with number to address cast for high-half addresses. | Alexander Gavrilov | 2012-06-16 | 1 | -1/+1 |
| * | Add lua internal api functions needed for scanning memory. | Alexander Gavrilov | 2012-06-16 | 1 | -1/+105 |
| * | Change the field names returned from dfhack.internal.getMemRanges() | Alexander Gavrilov | 2012-06-14 | 1 | -2/+2 |
| * | Add Lua API for access to some contextual and low-level info. | Alexander Gavrilov | 2012-06-13 | 1 | -0/+115 |
| * | Update Units::isCitizen after looking at game-over detection code. | Alexander Gavrilov | 2012-05-22 | 1 | -0/+2 |
| * | Remove stuff that shouldn't be in the core, and expose to lua what's left. | Alexander Gavrilov | 2012-05-20 | 1 | -0/+9 |
| * | Add a mechanism converting ui focus to a string representation. | Alexander Gavrilov | 2012-05-19 | 1 | -0/+3 |
| * | Added df::Items::moveToBuilding. Moved item from ground to building, usefull ... | Warmist | 2012-05-18 | 1 | -0/+7 |
| * | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 1 | -1/+51 |
| * | Add api for enabling liquid and temperature updates for blocks. | Alexander Gavrilov | 2012-05-12 | 1 | -0/+3 |
| * | Add code for adding abstract buildings and removing constructions. | Alexander Gavrilov | 2012-05-06 | 1 | -0/+16 |
| * | Add a couple more building api functions. | Alexander Gavrilov | 2012-05-06 | 1 | -15/+59 |
| * | Fix some things that confuse MSVC. | Alexander Gavrilov | 2012-05-05 | 1 | -2/+2 |
| * | Implement timeouts in the core lua context, and quicksave script. | Alexander Gavrilov | 2012-05-04 | 1 | -1/+6 |
| * | Update dfhack for specific_ref. | Alexander Gavrilov | 2012-05-03 | 1 | -0/+2 |
| * | Allow both coordinate object and (x,y,z) as arguments to getTileBlock. | Alexander Gavrilov | 2012-05-02 | 1 | -3/+21 |
| * | Add a convenience function for designating constructions. | Alexander Gavrilov | 2012-05-01 | 1 | -0/+11 |
| * | Update building creation code with new knowledge, and fix zone. | Alexander Gavrilov | 2012-05-01 | 1 | -6/+30 |
| * | Implement unconstructed building instance creation and linking into world. | Alexander Gavrilov | 2012-04-29 | 1 | -0/+36 |
| * | Add api to check the walkable cache, and update flow_forbid in liquids. | Alexander Gavrilov | 2012-04-26 | 1 | -15/+26 |
| * | Split off the burrows api from Maps and Units. | Alexander Gavrilov | 2012-04-26 | 1 | -23/+32 |
| * | Retrieve unit noble position info, and use it in getProfessionName. | Alexander Gavrilov | 2012-04-26 | 1 | -0/+31 |
| * | Add a few more lua api functions, documentation, and unit sort orders. | Alexander Gavrilov | 2012-04-23 | 1 | -0/+4 |
| * | Add a hotkey command that sorts units in lists using lua comparators. | Alexander Gavrilov | 2012-04-21 | 1 | -0/+1 |