| Commit message (Expand) | Author | Age | Files | Lines |
| * | Support permaflow in liquids, including the gui. | Alexander Gavrilov | 2012-08-26 | 1 | -12/+62 |
| * | Expose the liquids plugin engine to lua, and make a wrapper gui script. | Alexander Gavrilov | 2012-08-25 | 1 | -126/+202 |
| * | Initial changes to get dfhack building on the Mac | Timothy Collett | 2012-05-24 | 1 | -9/+9 |
| * | Merge https://github.com/jaxad0127/dfhack | Petr Mrázek | 2012-05-19 | 1 | -24/+15 |
| |\ |
|
| | * | Merge remote-tracking branch 'upstream/master' | Jared Adams | 2012-05-08 | 1 | -0/+8 |
| | |\ |
|
| | * | | Fix range on tiletypes and make it saner for both plugins. | Jared Adams | 2012-04-21 | 1 | -16/+2 |
| | * | | Improve the range function of tiletypes a bit and add the functionality to li... | Jared Adams | 2012-04-19 | 1 | -25/+30 |
| * | | | Add api for enabling liquid and temperature updates for blocks. | Alexander Gavrilov | 2012-05-12 | 1 | -36/+47 |
| | |/
|/| |
|
| * | | Add api to check the walkable cache, and update flow_forbid in liquids. | Alexander Gavrilov | 2012-04-26 | 1 | -0/+4 |
| * | | Make liquids and tiletypes force rebuild of pathfinding data. | Alexander Gavrilov | 2012-04-25 | 1 | -0/+4 |
| |/ |
|
| * | Mass fixage | Petr Mrázek | 2012-04-18 | 1 | -0/+1 |
| * | Get rid of some obsolete api functions, and restructure MapCache. | Alexander Gavrilov | 2012-04-10 | 1 | -8/+8 |
| * | Tweaks! | Petr Mrázek | 2012-03-29 | 1 | -1/+0 |
| * | liquids vs liquidsgo: FIGHT! | Petr Mrázek | 2012-03-24 | 1 | -361/+279 |
| * | fixed memory leak in liquids.cpp | Robert Heinrich | 2012-03-21 | 1 | -0/+4 |
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -23/+27 |
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -3/+1 |
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -23/+20 |
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -2/+2 |
| * | Move TileTypes to XML, part 1 - a bunch of stuff is now broken | Quietust | 2012-02-13 | 1 | -6/+6 |
| * | Merge branch 'export-plugin' of https://github.com/espenhw/dfhack | Petr Mrázek | 2012-02-05 | 1 | -0/+67 |
| |\ |
|
| | * | Track upstream changes | Espen Wiborg | 2012-01-27 | 1 | -2/+3 |
| | * | Merge git://github.com/peterix/dfhack | Espen Wiborg | 2012-01-26 | 1 | -26/+25 |
| | |\ |
|
| | * \ | Merge branch 'master' of git://github.com/peterix/dfhack | Espen Wiborg | 2012-01-23 | 1 | -8/+8 |
| | |\ \ |
|
| | * | | | Make gcc happy, too | Espen Wiborg | 2012-01-06 | 1 | -1/+1 |
| | * | | | Add flood-fill brush to liquids (for wclean) | Espen Wiborg | 2012-01-06 | 1 | -0/+66 |
| * | | | | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -1/+1 |
| | |_|/
|/| | |
|
| * | | | Merge https://github.com/mikestewart/dfhack | Petr Mrázek | 2012-01-26 | 1 | -2/+0 |
| |\ \ \ |
|
| | * | | | Made liquids not crash when a map isn't loaded. | Mike Stewart | 2012-01-22 | 1 | -2/+0 |
| * | | | | Tweak showmood, add a few validity checks, commit a dfhack.init example. | Alexander Gavrilov | 2012-01-24 | 1 | -0/+7 |
| |/ / / |
|
| * | | | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -7/+6 |
| * | | | Kill the Maps module | Quietust | 2012-01-19 | 1 | -8/+4 |
| * | | | Significant cleanup of Maps module - next step will be to kill it properly | Quietust | 2012-01-19 | 1 | -13/+12 |
| | |/
|/| |
|
| * | | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -8/+8 |
| |/ |
|
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -9/+9 |
| * | Fix liquids bug with block brush, fix liquids bug with out-of-map painting. | Petr Mrázek | 2011-10-25 | 1 | -5/+12 |
| * | Add a salt/stagnant flag removal command to the liquids tool. | Petr Mrázek | 2011-09-02 | 1 | -0/+18 |
| * | Fix crash bugs in liquids and tiletypes. | Petr Mrázek | 2011-08-15 | 1 | -3/+2 |
| * | Command history separated from Console. | Petr Mrázek | 2011-08-13 | 1 | -4/+12 |
| * | Add 'help' options to a bunch of commands. | Petr Mrázek | 2011-08-09 | 1 | -0/+10 |
| * | Fix problem with running interactive commands from hotkeys. | Petr Mrázek | 2011-08-06 | 1 | -1/+1 |
| * | Quick and dirty liquids port, some work on tiles. | Petr Mrázek | 2011-07-28 | 1 | -0/+502 |
| * | More plugin work | Petr Mrázek | 2011-07-26 | 1 | -506/+0 |
| * | Ported mode, probe. Some changes required for that. | Petr Mrázek | 2011-07-25 | 1 | -0/+506 |