| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| | * | Move formatting newly-found globals for symbols.xml to lua code. | Alexander Gavrilov | 2012-06-21 | 1 | -0/+2 |
| * | | Move back to using interposition to be more portable | Timothy Collett | 2012-06-29 | 2 | -0/+13 |
| * | | Merge branch 'master' of https://github.com/angavrilov/dfhack | Timothy Collett | 2012-06-18 | 1 | -24/+7 |
| |\ \
| |/ |
|
| | * | Sync to the change in gamemode/gametype globals. | Alexander Gavrilov | 2012-06-16 | 1 | -24/+7 |
| * | | Merge branch 'master' of github.com:peterix/dfhack | Timothy Collett | 2012-06-14 | 8 | -12/+620 |
| |\ \
| |/ |
|
| | * | Re-add fake SDL headers, get rid of real SDL use. | Petr Mrázek | 2012-06-14 | 5 | -9/+605 |
| | * | Merge https://github.com/danaris/dfhack | Petr Mrázek | 2012-06-14 | 6 | -606/+15 |
| | |\ |
|
| | * \ | Merge https://github.com/jjyg/dfhack | Petr Mrázek | 2012-06-13 | 1 | -3/+3 |
| | |\ \ |
|
| | | * \ | Merge branch 'master' of git://github.com/angavrilov/dfhack | jj | 2012-06-11 | 2 | -11/+11 |
| | | |\ \ |
|
| | | * | | | export openplugin/lookupplugin from plugin manager | jj | 2012-06-02 | 1 | -3/+3 |
| | * | | | | Support casting references and allocating arrays of numbers in lua wrapper. | Alexander Gavrilov | 2012-06-13 | 1 | -0/+1 |
| | | |/ /
| |/| | |
|
| | * | | | Support 7-argument vmethods. | Alexander Gavrilov | 2012-06-05 | 1 | -0/+11 |
| * | | | | Disable a whole bunch of no-longer-necessary debug output | Timothy Collett | 2012-06-14 | 1 | -6/+6 |
| | |_|/
|/| | |
|
| * | | | Trying to set up an autorelease pool, but not yet succeeding. | Timothy Collett | 2012-05-26 | 1 | -0/+7 |
| * | | | More work on getting dfhack building & compiling on Mac OS X | Timothy Collett | 2012-05-25 | 2 | -8/+8 |
| * | | | Merge git://github.com/quietust/dfhack | Timothy Collett | 2012-05-24 | 1 | -11/+0 |
| |\ \ \
| |/ / |
|
| | * | | Cleanup World module to use df::global, and fix crashes when control_mode/gam... | Quietust | 2012-05-23 | 1 | -11/+0 |
| | |/ |
|
| * | | Initial changes to get dfhack building on the Mac | Timothy Collett | 2012-05-24 | 5 | -612/+14 |
| |/ |
|
| * | 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 |
| * | | | Support using focus strings to limit keybinding scope. | Alexander Gavrilov | 2012-05-19 | 1 | -0/+1 |
| * | | | Add a mechanism converting ui focus to a string representation. | Alexander Gavrilov | 2012-05-19 | 3 | -0/+52 |
| |/ / |
|
| * | | Merge https://github.com/warmist/dfhack | Petr Mrázek | 2012-05-18 | 1 | -1/+3 |
| |\ \ |
|
| | * | | Added df::Items::moveToBuilding. Moved item from ground to building, usefull ... | Warmist | 2012-05-18 | 1 | -1/+3 |
| * | | | Support trade viewscreens in Items::getSelectedItem. | Alexander Gavrilov | 2012-05-18 | 1 | -0/+2 |
| |/ / |
|
| * | | Add central locations for onUpdate and onStateChange handling in core. | Alexander Gavrilov | 2012-05-17 | 2 | -10/+14 |
| * | | Improve lua api for tile biome access. | Alexander Gavrilov | 2012-05-13 | 2 | -2/+18 |
| * | | Request designation rescan in auto-growing burrows. | Alexander Gavrilov | 2012-05-12 | 2 | -0/+31 |
| * | | 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 |
| * | Move some things that won't work in dfhack-client to a separate file. | Alexander Gavrilov | 2012-05-05 | 2 | -3/+3 |
| * | 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 | 3 | -1/+15 |
| * | Update dfhack for specific_ref. | Alexander Gavrilov | 2012-05-03 | 2 | -0/+15 |
| * | Allow both coordinate object and (x,y,z) as arguments to getTileBlock. | Alexander Gavrilov | 2012-05-02 | 1 | -3/+22 |
| * | 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 | 4 | -0/+67 |
| * | Add api to check the walkable cache, and update flow_forbid in liquids. | Alexander Gavrilov | 2012-04-26 | 2 | -0/+7 |
| * | 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 |
| * | Support sorting units in many more ui contexts. | Alexander Gavrilov | 2012-04-22 | 1 | -2/+28 |
| * | Add a hotkey command that sorts units in lists using lua comparators. | Alexander Gavrilov | 2012-04-21 | 2 | -0/+3 |
| * | Enable warnings correctly on linux and fix a lot of them. | Alexander Gavrilov | 2012-04-20 | 3 | -9/+9 |
| * | Fix lua wrapper sizeof for static arrays. | Alexander Gavrilov | 2012-04-20 | 2 | -2/+4 |