summaryrefslogtreecommitdiff
path: root/plugins/tiletypes.cpp
Commit message (Expand)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 li...Jared Adams2012-04-191-30/+6
* | Make tiletypes more usefulJared Adams2012-04-191-13/+64
|/
* Mass fixagePetr Mrázek2012-04-181-0/+1
* Fix some issues with last commitJared Adams2012-04-161-1/+2
* Make tiletypes more usefulJared Adams2012-04-151-383/+554
* Remove random bad assertsPetr Mrázek2012-03-291-1/+2
* Tweaks!Petr Mrázek2012-03-291-1/+0
* Tweaks and cleanupsPetr Mrázek2012-03-241-144/+1
* 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
* 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
* 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