| Commit message (Expand) | Author | Age | Files | Lines |
| * | Update license, add contributors file, bump release number | Petr Mrázek | 2012-09-30 | 18 | -18/+18 |
| * | Add an API function for reading the nominal skill level. | Alexander Gavrilov | 2012-09-29 | 1 | -0/+1 |
| * | Add unit/item/job/building getter hook vmethods to dfhack_viewscreen. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+18 |
| * | Add an API function that returns the selected building. | Alexander Gavrilov | 2012-09-20 | 1 | -0/+4 |
| * | Add a plugin implementing 'add spatter to item' reactions. | Alexander Gavrilov | 2012-09-17 | 1 | -0/+5 |
| * | 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/+4 |
| * | Clean up the movement speed calculation function and move into the core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+2 |
| * | Move curse-affected attribute value getters to the core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+6 |
| * | Finish the effective skill computation function, and move to core. | Alexander Gavrilov | 2012-09-09 | 1 | -0/+12 |
| * | Add an API function for reading tiles from the screen buffers. | Alexander Gavrilov | 2012-09-07 | 1 | -0/+6 |
| * | Experimental creation of map blocks in gui/liquids script. | Alexander Gavrilov | 2012-09-06 | 2 | -0/+12 |
| * | Add some APIs required by steam engine to the core. | Alexander Gavrilov | 2012-09-02 | 2 | -0/+25 |
| * | Follow change in xml again. | Alexander Gavrilov | 2012-08-27 | 1 | -1/+1 |
| * | Expose the liquids plugin engine to lua, and make a wrapper gui script. | Alexander Gavrilov | 2012-08-25 | 1 | -0/+3 |
| * | Expose a few API functions to lua, and implement a room browser overlay. | Alexander Gavrilov | 2012-08-24 | 1 | -0/+5 |
| * | Tweak the API for current viewscreen, and dispatch show/dismiss from C++. | Alexander Gavrilov | 2012-08-24 | 2 | -4/+12 |
| * | Add getProfessionColor and getCasteProfessionColor to Units module | Quietust | 2012-08-22 | 1 | -0/+3 |
| * | Put some compatibility features into the base dfhack viewscreen. | Alexander Gavrilov | 2012-08-22 | 1 | -0/+9 |
| * | manipulator: Inherit from dfhack_viewscreen, and don't use itoa. | Alexander Gavrilov | 2012-08-22 | 1 | -1/+3 |
| * | Add Screen::drawBorder(string), duplicates DF's interfacest::drawborder() | Quietust | 2012-08-21 | 1 | -0/+3 |
| * | Export the tile finder function to lua, and improve mouse event reporting. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+3 |
| * | Implement support for lua-backed viewscreens. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+37 |
| * | Add a module for painting tiles into the gps global. | Alexander Gavrilov | 2012-08-19 | 1 | -0/+116 |
| * | Sync to the change in gamemode/gametype globals. | Alexander Gavrilov | 2012-06-16 | 1 | -24/+7 |
| * | Cleanup World module to use df::global, and fix crashes when control_mode/gam... | Quietust | 2012-05-23 | 1 | -11/+0 |
| * | Remove stuff that shouldn't be in the core, and expose to lua what's left. | Alexander Gavrilov | 2012-05-20 | 1 | -1/+6 |
| * | Merge remote-tracking branch 'kmartin/master' | Alexander Gavrilov | 2012-05-20 | 1 | -1/+2 |
| |\ |
|
| | * | Merge https://github.com/playfordh/dfhack | Petr Mrázek | 2012-05-19 | 1 | -1/+2 |
| | |\ |
|
| | | * | Added new method - Items::moveToInventory(...) | harlanplayford | 2012-05-15 | 1 | -1/+2 |
| * | | | Add a mechanism converting ui focus to a string representation. | Alexander Gavrilov | 2012-05-19 | 1 | -0/+4 |
| |/ / |
|
| * | | Added df::Items::moveToBuilding. Moved item from ground to building, usefull ... | Warmist | 2012-05-18 | 1 | -1/+3 |
| * | | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 1 | -0/+12 |
| * | | Add api for enabling liquid and temperature updates for blocks. | Alexander Gavrilov | 2012-05-12 | 3 | -16/+16 |
| |/ |
|
| * | Add code for adding abstract buildings and removing constructions. | Alexander Gavrilov | 2012-05-06 | 2 | -0/+14 |
| * | Add a couple more building api functions. | Alexander Gavrilov | 2012-05-06 | 1 | -1/+12 |
| * | Update dfhack for specific_ref. | Alexander Gavrilov | 2012-05-03 | 1 | -0/+5 |
| * | Add a convenience function for designating constructions. | Alexander Gavrilov | 2012-05-01 | 3 | -0/+25 |
| * | Update building creation code with new knowledge, and fix zone. | Alexander Gavrilov | 2012-05-01 | 1 | -1/+17 |
| * | Implement unconstructed building instance creation and linking into world. | Alexander Gavrilov | 2012-04-29 | 2 | -0/+52 |
| * | Add api to check the walkable cache, and update flow_forbid in liquids. | Alexander Gavrilov | 2012-04-26 | 1 | -0/+2 |
| * | Split off the burrows api from Maps and Units. | Alexander Gavrilov | 2012-04-26 | 3 | -34/+78 |
| * | Retrieve unit noble position info, and use it in getProfessionName. | Alexander Gavrilov | 2012-04-26 | 1 | -1/+12 |
| * | Add a few more lua api functions, documentation, and unit sort orders. | Alexander Gavrilov | 2012-04-23 | 2 | -1/+7 |
| * | Add a hotkey command that sorts units in lists using lua comparators. | Alexander Gavrilov | 2012-04-21 | 1 | -0/+2 |
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 1 | -6/+6 |
| * | Implement SOIL/STONE substitution logic, and add compat in mapexport. | Alexander Gavrilov | 2012-04-19 | 1 | -0/+5 |
| * | Refactor MapCache: make it parse everything that is known re tiles & mats. | Alexander Gavrilov | 2012-04-19 | 2 | -57/+202 |
| * | Add burrow subcommands to modify burrow unit and tile sets. | Alexander Gavrilov | 2012-04-14 | 2 | -0/+12 |
| * | Add a plugin that makes selected burrows auto-grow on digging. | Alexander Gavrilov | 2012-04-13 | 1 | -4/+4 |