| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Merge further changes (???) | Timothy Collett | 2012-09-10 | 1 | -1/+1 |
| | | |||||
| * | Merge remote-tracking branch 'upstream/master' | Jared Adams | 2012-05-08 | 1 | -0/+3 |
| |\ | |||||
| | * | Make liquids and tiletypes force rebuild of pathfinding data. | Alexander Gavrilov | 2012-04-25 | 1 | -0/+3 |
| | | | |||||
| * | | Add a missing return in tiletypes | Jared Adams | 2012-05-07 | 1 | -0/+1 |
| | | | |||||
| * | | Fix some issues | Jared Adams | 2012-05-07 | 1 | -6/+14 |
| | | | |||||
| * | | Fix range on tiletypes and make it saner for both plugins. | Jared Adams | 2012-04-21 | 1 | -14/+4 |
| | | | |||||
| * | | Improve the range function of tiletypes a bit and add the functionality to ↵ | Jared Adams | 2012-04-19 | 1 | -30/+6 |
| | | | | | | | | | liquids. | ||||
| * | | Make tiletypes more useful | Jared Adams | 2012-04-19 | 1 | -13/+64 |
| |/ | | | | | | | * Add any option to clear paint/filter * Add aquifer bit * Stop filtering process killing execute early * Filter on all bits, not just dig | ||||
| * | Mass fixage | Petr Mrázek | 2012-04-18 | 1 | -0/+1 |
| | | | | | | | | Updated readme.rst Fixed up some help strings of plugin commands Moved catsplosion and regrass to normal plugin folder Fixed tiletypes and liquids not keeping command history properly | ||||
| * | Fix some issues with last commit | Jared Adams | 2012-04-16 | 1 | -1/+2 |
| | | |||||
| * | Make tiletypes more useful | Jared Adams | 2012-04-15 | 1 | -383/+554 |
| | | | | | | | | | | | | | | | | * Paint, filter, and brush state is now saved between calls. * Added 'all' paint option to set material, shape, special, and variant at the same time. * Added tiletypes-here (like liquids here, except is uses the saved brush settings) * Added tiletypes-here-point (like liquids here, always only the tile under the cursor) * Added tiletypes-command: runs tiletypes commands seperated by ';' tokens (affects saved state) * Make the internal workings match liquids a bit more * Give brush objects a descriptor string * Make Core::cheap_tokenise available | ||||
| * | Remove random bad asserts | Petr Mrázek | 2012-03-29 | 1 | -1/+2 |
| | | |||||
| * | 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 | ||||
| * | Tweaks and cleanups | Petr Mrázek | 2012-03-24 | 1 | -144/+1 |
| | | | | | | | | Removed t_virtual. Made lua use C++ compiler Removed many silly exception types from Error.h and renamed the rest. Removed Brush classes from tiletypes plugin. | ||||
| * | Change to the traits representation of enum and bitfield properties. | Alexander Gavrilov | 2012-03-15 | 1 | -4/+4 |
| | | |||||
| * | Make plugins accept explicit output stream references. | Alexander Gavrilov | 2012-03-10 | 1 | -23/+27 |
| | | | | | | | | | 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 | -4/+2 |
| | | |||||
| * | 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 | -1/+1 |
| | | |||||
| * | DFhackCExport is only needed on the plugin_* functions | Quietust | 2012-02-13 | 1 | -2/+2 |
| | | |||||
| * | Finish conversion, fix compile errors | Quietust | 2012-02-13 | 1 | -27/+44 |
| | | |||||
| * | Move TileTypes to XML, part 1 - a bunch of stuff is now broken | Quietust | 2012-02-13 | 1 | -36/+36 |
| | | |||||
| * | In all loops that iterate across a vector, use a size_t as the index | Quietust | 2012-01-31 | 1 | -1/+1 |
| | | |||||
| * | Use CoreSuspender and namespace df::enums | Quietust | 2012-01-21 | 1 | -5/+3 |
| | | |||||
| * | Kill the Maps module | Quietust | 2012-01-19 | 1 | -7/+4 |
| | | |||||
| * | Significant cleanup of Maps module - next step will be to kill it properly | Quietust | 2012-01-19 | 1 | -3/+4 |
| | | |||||
| * | 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 |
| | | |||||
| * | designed -> designated in tiletypes plugin | Petr Mrázek | 2011-12-30 | 1 | -7/+8 |
| | | |||||
| * | Able to filter tiles via designation. | feng1st | 2011-11-20 | 1 | -5/+57 |
| | | |||||
| * | + Able to set variant attribute. | Feng | 2011-11-05 | 1 | -7/+218 |
| | | | | | | | | + Able to set hidden, light, subterranean and skyview flags. * Paint empty space correctly. * Remove direction from directionless tiles. * Remove liquid from walls correctly. | ||||
| * | Put warning in tiletypes tool. | Petr Mrázek | 2011-08-15 | 1 | -2/+3 |
| | | |||||
| * | Fix crash bugs in liquids and tiletypes. | Petr Mrázek | 2011-08-15 | 1 | -1/+3 |
| | | |||||
| * | Many tweaks to plugins, reorganized the build system and removed more cruft. | Petr Mrázek | 2011-08-14 | 1 | -1/+12 |
| | | |||||
| * | Command history separated from Console. | Petr Mrázek | 2011-08-13 | 1 | -4/+10 |
| | | |||||
| * | Port tiletypes tool. | Petr Mrázek | 2011-08-11 | 1 | -100/+109 |
| | | |||||
| * | Fix problem with running interactive commands from hotkeys. | Petr Mrázek | 2011-08-06 | 1 | -2/+2 |
| | | |||||
| * | Ported autodump tool | Petr Mrázek | 2011-08-04 | 1 | -0/+606 |
