| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | More maps api refactoring and renaming. | Alexander Gavrilov | 2012-04-11 | 1 | -5/+2 |
| | | | | | getBlockAbs is a very confusing name; getTileBlock is better. | ||||
| * | Tweaks! | Petr Mrázek | 2012-03-29 | 1 | -1/+0 |
| | | | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags | ||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -8/+10 |
| | | | | | | | | | This is an incompatible change to the plugin ABI. The Console is not thread-safe unless used indirectly via color_ostream_proxy, so everything should use their per-thread stream. | ||||
| * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -1/+0 |
| | | |||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -4/+1 |
| | | |||||
| * | 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 | -4/+4 |
| | | |||||
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -2/+2 |
| | | |||||
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -6/+5 |
| | | |||||
| * | Only skip refilling tiles beneath non-featstone tiles if said tiles don't ↵ | Quietust | 2012-01-19 | 1 | -4/+10 |
| | | | | | already have floors; also skip tiles filled with liquid | ||||
| * | Optimize tubefill, and also try to handle the floors above newly filled ↵ | Quietust | 2012-01-19 | 1 | -49/+35 |
| | | | | | tiles (as well as tiles which were floors to begin with) | ||||
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -20/+11 |
| | | |||||
| * | Significant cleanup of Maps module - next step will be to kill it properly | Quietust | 2012-01-19 | 1 | -1/+1 |
| | | |||||
| * | Only use #include <> for system libraries - for everything else, use "" | Quietust | 2012-01-15 | 1 | -7/+7 |
| | | |||||
| * | Header changes/cleanup. | Petr Mrázek | 2011-12-31 | 1 | -8/+8 |
| | | |||||
| * | Many tweaks to plugins, reorganized the build system and removed more cruft. | Petr Mrázek | 2011-08-14 | 1 | -1/+10 |
| | | |||||
| * | Port tubefill tool. | Petr Mrázek | 2011-08-02 | 1 | -0/+120 |
