summaryrefslogtreecommitdiff
path: root/plugins/tiletypes.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge further changes (???)Timothy Collett2012-09-101-1/+1
|
* Merge remote-tracking branch 'upstream/master'Jared Adams2012-05-081-0/+3
|\
| * Make liquids and tiletypes force rebuild of pathfinding data.Alexander Gavrilov2012-04-251-0/+3
| |
* | Add a missing return in tiletypesJared Adams2012-05-071-0/+1
| |
* | Fix some issuesJared Adams2012-05-071-6/+14
| |
* | Fix range on tiletypes and make it saner for both plugins.Jared Adams2012-04-211-14/+4
| |
* | Improve the range function of tiletypes a bit and add the functionality to ↵Jared Adams2012-04-191-30/+6
| | | | | | | | liquids.
* | Make tiletypes more usefulJared Adams2012-04-191-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 fixagePetr Mrázek2012-04-181-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 commitJared Adams2012-04-161-1/+2
|
* Make tiletypes more usefulJared Adams2012-04-151-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 assertsPetr Mrázek2012-03-291-1/+2
|
* Tweaks!Petr Mrázek2012-03-291-1/+0
| | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
* Tweaks and cleanupsPetr Mrázek2012-03-241-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 Gavrilov2012-03-151-4/+4
|
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-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ázek2012-03-031-4/+2
|
* New plugin interfacePetr Mrázek2012-02-211-4/+1
|
* Fix reveal and tiletypes - RIVER and POOL are no longer tile shapesQuietust2012-02-181-1/+1
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
|
* Finish conversion, fix compile errorsQuietust2012-02-131-27/+44
|
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-36/+36
|
* In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-1/+1
|
* Use CoreSuspender and namespace df::enumsQuietust2012-01-211-5/+3
|
* Kill the Maps moduleQuietust2012-01-191-7/+4
|
* Significant cleanup of Maps module - next step will be to kill it properlyQuietust2012-01-191-3/+4
|
* Only use #include <> for system libraries - for everything else, use ""Quietust2012-01-151-8/+8
|
* Header changes/cleanup.Petr Mrázek2011-12-311-9/+9
|
* designed -> designated in tiletypes pluginPetr Mrázek2011-12-301-7/+8
|
* Able to filter tiles via designation.feng1st2011-11-201-5/+57
|
* + Able to set variant attribute.Feng2011-11-051-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ázek2011-08-151-2/+3
|
* Fix crash bugs in liquids and tiletypes.Petr Mrázek2011-08-151-1/+3
|
* Many tweaks to plugins, reorganized the build system and removed more cruft.Petr Mrázek2011-08-141-1/+12
|
* Command history separated from Console.Petr Mrázek2011-08-131-4/+10
|
* Port tiletypes tool.Petr Mrázek2011-08-111-100/+109
|
* Fix problem with running interactive commands from hotkeys.Petr Mrázek2011-08-061-2/+2
|
* Ported autodump toolPetr Mrázek2011-08-041-0/+606