| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | | | Remove references to never implemented commands... | Petr Mrázek | 2012-03-12 | 1 | -2/+0 |
| * | | | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -10/+26 |
| | |/
|/| |
|
| * | | Fixed up formatting, debug messages in new Windows Hotkey stuff. | Clayton Hughes | 2012-03-09 | 1 | -31/+25 |
| * | | Windows now detects hotkeys using the correct keyboard layout. | Clayton Hughes | 2012-03-09 | 1 | -4/+53 |
| * | | Use tile buffers! | Petr Mrázek | 2012-03-05 | 1 | -1/+1 |
| * | | First pass at windowing, track df2mc, stonesense | Petr Mrázek | 2012-03-05 | 1 | -23/+8 |
| * | | Sort layer materials in prospector by depth. | Petr Mrázek | 2012-03-03 | 1 | -0/+1 |
| * | | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -11/+8 |
| * | | Fix horrible errors and make MSVC shut upt about non-issues. | Petr Mrázek | 2012-03-01 | 1 | -22/+5 |
| * | | Paint DFHack in corner if supported. | Petr Mrázek | 2012-02-28 | 1 | -1/+21 |
| * | | Fix normal hooks. | Petr Mrázek | 2012-02-28 | 1 | -0/+8 |
| * | | Add eggy hooks (linux only for now) | Petr Mrázek | 2012-02-28 | 1 | -4/+5 |
| |/ |
|
| * | move sortable to top level | Petr Mrázek | 2012-02-22 | 1 | -15/+16 |
| * | Fix more MSVC fail, make console recognize 'man' command. | Petr Mrázek | 2012-02-22 | 1 | -3/+3 |
| * | Fix stonesense, MSVC fail | Petr Mrázek | 2012-02-21 | 1 | -2/+3 |
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -1/+2 |
| * | Update submodules, sort 'ls' output. | Petr Mrázek | 2012-02-21 | 1 | -4/+22 |
| * | Update to use the new symbols file. | Petr Mrázek | 2012-02-11 | 1 | -5/+5 |
| * | Merge branch 'master' into purge | Petr Mrázek | 2012-02-11 | 1 | -1/+1 |
| |\ |
|
| | * | Use globals defined by the latest codegen. | Alexander Gavrilov | 2012-02-11 | 1 | -1/+1 |
| * | | Make it build and run on linux (no stonesense, df2mc, dfusion) | Petr Mrázek | 2012-02-09 | 1 | -3/+3 |
| |/ |
|
| * | Added missing keybinding mention to 'ls', DFusion hotfix. | Petr Mrázek | 2012-02-06 | 1 | -0/+1 |
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -12/+12 |
| * | Cleanup code to get rid of MSVC warning C4482 | Quietust | 2012-01-31 | 1 | -1/+2 |
| * | Modify a number of commands to use CR_WRONG_USAGE for displaying help. | Alexander Gavrilov | 2012-01-28 | 1 | -0/+1 |
| * | Remove UTF-8 BOMs | Quietust | 2012-01-27 | 1 | -1/+1 |
| * | Strip out old offsets from Gui module and use df::global vars where available | Quietust | 2012-01-24 | 1 | -6/+5 |
| * | Kill the Constructions module | Quietust | 2012-01-24 | 1 | -2/+1 |
| * | Kill the Vegetation module, replacing it with the same 3 simple methods used ... | Quietust | 2012-01-24 | 1 | -1/+0 |
| * | Kill the Engravings module | Quietust | 2012-01-24 | 1 | -1/+0 |
| * | Kill the Units module, and add another pair of methods to the Items module to... | Quietust | 2012-01-24 | 1 | -1/+0 |
| * | Goodbye, Translation module | Quietust | 2012-01-24 | 1 | -1/+0 |
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -1/+0 |
| * | Kill the Items module | Quietust | 2012-01-16 | 1 | -1/+0 |
| * | Dissolve vermin module. | Petr Mrázek | 2012-01-08 | 1 | -1/+0 |
| * | Buildings aren't a module anymore, fix probe segfaults. | Petr Mrázek | 2012-01-08 | 1 | -1/+0 |
| * | Update structure definitions & add the fixwagons plugin from Q. | Alexander Gavrilov | 2012-01-01 | 1 | -1/+1 |
| * | Merge https://github.com/angavrilov/dfhack | Petr Mrázek | 2011-12-31 | 1 | -7/+60 |
| |\ |
|
| | * | Implement context-sensitive keybinding support. | Alexander Gavrilov | 2011-12-31 | 1 | -25/+242 |
| * | | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -18/+18 |
| * | | Implement context-sensitive keybinding support. | Alexander Gavrilov | 2011-12-30 | 1 | -25/+189 |
| |/ |
|
| * | Execute commands from the dfhack.init file on startup. | Alexander Gavrilov | 2011-12-30 | 1 | -35/+71 |
| * | Allow specifying parameters in hotkey commands. | Alexander Gavrilov | 2011-12-30 | 1 | -2/+11 |
| * | Notify plugins about game being loaded or unloaded. | Alexander Gavrilov | 2011-12-30 | 1 | -0/+19 |
| * | Add a plugin to rename squads and hotkeys (without the 9 char limit). | Alexander Gavrilov | 2011-12-29 | 1 | -3/+29 |
| * | Use the updated code generator with support for vtables & constructors. | Alexander Gavrilov | 2011-12-29 | 1 | -1/+1 |
| * | Add infrastructure necessary to use the generated headers. | Alexander Gavrilov | 2011-12-24 | 1 | -0/+5 |
| * | Graphic module | Petr Mrázek | 2011-12-07 | 1 | -0/+2 |
| * | Renaming Creatures to Units | Petr Mrázek | 2011-12-02 | 1 | -1/+1 |
| * | No nullptr, propector -> prospect | Petr Mrázek | 2011-11-14 | 1 | -1/+1 |