| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sync to the change in gamemode/gametype globals. | Alexander Gavrilov | 2012-06-16 | 1 | -5/+5 |
| | | |||||
| * | More maps api refactoring and renaming. | Alexander Gavrilov | 2012-04-11 | 1 | -1/+1 |
| | | | | | 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 | ||||
| * | Update MapCache to allow decoding tiles underneath ice and constructions, ↵ | Quietust | 2012-03-13 | 1 | -22/+29 |
| | | | | | and allow revflood to take those into account | ||||
| * | Add revforget command, lair plugin | Petr Mrázek | 2012-03-11 | 1 | -0/+25 |
| | | | | | | | | | revforget throws away data reveal keeps in order to be able to hide the revealed parts of the map lair allows marking the map as monster lair (or the opposite while using the 'reset' option) | ||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -40/+41 |
| | | | | | | | | | 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. | ||||
| * | Merge branch 'master' of git://github.com/peterix/dfhack | Quietust | 2012-03-03 | 1 | -2/+1 |
| |\ | |||||
| | * | Get rid of Simple namespace, Gui module is now a namespace. | Petr Mrázek | 2012-03-03 | 1 | -2/+1 |
| | | | |||||
| * | | Allow Reveal to be used in Adventurer mode | Quietust | 2012-03-01 | 1 | -10/+35 |
| |/ | |||||
| * | New plugin interface | Petr Mrázek | 2012-02-21 | 1 | -4/+1 |
| | | |||||
| * | Fix reveal and tiletypes - RIVER and POOL are no longer tile shapes | Quietust | 2012-02-18 | 1 | -2/+0 |
| | | |||||
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -9/+9 |
| | | |||||
| * | Finish conversion, fix compile errors | Quietust | 2012-02-13 | 1 | -46/+34 |
| | | |||||
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -6/+6 |
| | | |||||
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -18/+6 |
| | | |||||
| * | Fix unreveal | Quietust | 2012-01-20 | 1 | -1/+1 |
| | | |||||
| * | Optimize reveal - instead of walking the entire map, just iterate across the ↵ | Quietust | 2012-01-19 | 1 | -50/+27 |
| | | | | | list of blocks | ||||
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -35/+23 |
| | | |||||
| * | Significant cleanup of Maps module - next step will be to kill it properly | Quietust | 2012-01-19 | 1 | -6/+6 |
| | | |||||
| * | 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 | -8/+8 |
| | | |||||
| * | Add nopause command. | Petr Mrázek | 2011-11-06 | 1 | -6/+32 |
| | | |||||
| * | Add possibility to reveal hell without pausing. | Petr Mrázek | 2011-10-25 | 1 | -4/+17 |
| | | |||||
| * | Many tweaks to plugins, reorganized the build system and removed more cruft. | Petr Mrázek | 2011-08-14 | 1 | -0/+39 |
| | | |||||
| * | The old unreveal flood fill is now the revflood command. | Petr Mrázek | 2011-08-02 | 1 | -1/+179 |
| | | |||||
| * | Made the linux console super awesome. The dfhack script won't LD_PRELOAD ↵ | Petr Mrázek | 2011-07-15 | 1 | -12/+12 |
| | | | | | dfhack for gdb. | ||||
| * | Windows side of the Console rewrite | Petr Mrázek | 2011-07-14 | 1 | -14/+14 |
| | | |||||
| * | Integrate linenoise into Console - Linux part | Petr Mrázek | 2011-07-13 | 1 | -12/+12 |
| | | |||||
| * | reveal - shorter commands, reversed safe and hell mode (safe is now default) | Petr Mrázek | 2011-07-09 | 1 | -7/+7 |
| | | |||||
| * | Hotkey UI for linux. | Petr Mrázek | 2011-07-09 | 1 | -2/+2 |
| | | |||||
| * | More maps tweaks, function for block event removal, added cleanmap version ↵ | Petr Mrázek | 2011-07-07 | 1 | -11/+9 |
| | | | | | | | that nukes spatter objects instead of rewriting their bitmaps. | ||||
| * | Only warn user when needed. | Petr Mrázek | 2011-07-06 | 1 | -1/+2 |
| | | |||||
| * | Safe version of reveal (no hell) | Petr Mrázek | 2011-07-06 | 1 | -8/+62 |
| | | |||||
| * | sync, some map data structures, commented out some dead code | Petr Mrázek | 2011-07-06 | 1 | -3/+3 |
| | | |||||
| * | Added optional plugin_onupdate function, called each Core update. | Petr Mrázek | 2011-06-27 | 1 | -2/+34 |
| | | |||||
| * | Added destructor code for PluginManager, console color reset funstion. | Petr Mrázek | 2011-06-25 | 1 | -6/+2 |
| | | |||||
| * | Plugin manager, reworked kittens and reveal. | Petr Mrázek | 2011-06-25 | 1 | -18/+92 |
| | | |||||
| * | Console revamp - linux part. | Petr Mrázek | 2011-06-22 | 1 | -7/+8 |
| | | |||||
| * | Very basic plugin system. | Petr Mrázek | 2011-06-20 | 1 | -0/+95 |
