summaryrefslogtreecommitdiff
path: root/plugins/liquids.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Support permaflow in liquids, including the gui.Alexander Gavrilov2012-08-261-12/+62
|
* Expose the liquids plugin engine to lua, and make a wrapper gui script.Alexander Gavrilov2012-08-251-126/+202
|
* Initial changes to get dfhack building on the MacTimothy Collett2012-05-241-9/+9
|
* Merge https://github.com/jaxad0127/dfhackPetr Mrázek2012-05-191-24/+15
|\
| * Merge remote-tracking branch 'upstream/master'Jared Adams2012-05-081-0/+8
| |\
| * | Fix range on tiletypes and make it saner for both plugins.Jared Adams2012-04-211-16/+2
| | |
| * | Improve the range function of tiletypes a bit and add the functionality to ↵Jared Adams2012-04-191-25/+30
| | | | | | | | | | | | liquids.
* | | Add api for enabling liquid and temperature updates for blocks.Alexander Gavrilov2012-05-121-36/+47
| |/ |/| | | | | Now updates also have to be enabled for the z level to work.
* | Add api to check the walkable cache, and update flow_forbid in liquids.Alexander Gavrilov2012-04-261-0/+4
| |
* | Make liquids and tiletypes force rebuild of pathfinding data.Alexander Gavrilov2012-04-251-0/+4
|/
* 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
* Get rid of some obsolete api functions, and restructure MapCache.Alexander Gavrilov2012-04-101-8/+8
|
* Tweaks!Petr Mrázek2012-03-291-1/+0
| | | | | Strip commands.clear() from all plugins Fix changeitem - a variable name has changed in item flags
* liquids vs liquidsgo: FIGHT!Petr Mrázek2012-03-241-361/+279
| | | | liquidsgo WINS, renamed to liquids to not confuse users.
* fixed memory leak in liquids.cppRobert Heinrich2012-03-211-0/+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-3/+1
|
* New plugin interfacePetr Mrázek2012-02-211-23/+20
|
* DFhackCExport is only needed on the plugin_* functionsQuietust2012-02-131-2/+2
|
* Move TileTypes to XML, part 1 - a bunch of stuff is now brokenQuietust2012-02-131-6/+6
|
* Merge branch 'export-plugin' of https://github.com/espenhw/dfhackPetr Mrázek2012-02-051-0/+67
|\
| * Track upstream changesEspen Wiborg2012-01-271-2/+3
| |
| * Merge git://github.com/peterix/dfhackEspen Wiborg2012-01-261-26/+25
| |\
| * \ Merge branch 'master' of git://github.com/peterix/dfhackEspen Wiborg2012-01-231-8/+8
| |\ \
| * | | Make gcc happy, tooEspen Wiborg2012-01-061-1/+1
| | | |
| * | | Add flood-fill brush to liquids (for wclean)Espen Wiborg2012-01-061-0/+66
| | | |
* | | | In all loops that iterate across a vector, use a size_t as the indexQuietust2012-01-311-1/+1
| |_|/ |/| |
* | | Merge https://github.com/mikestewart/dfhackPetr Mrázek2012-01-261-2/+0
|\ \ \
| * | | Made liquids not crash when a map isn't loaded.Mike Stewart2012-01-221-2/+0
| | | |
* | | | Tweak showmood, add a few validity checks, commit a dfhack.init example.Alexander Gavrilov2012-01-241-0/+7
|/ / /
* | | Use CoreSuspender and namespace df::enumsQuietust2012-01-211-7/+6
| | |
* | | Kill the Maps moduleQuietust2012-01-191-8/+4
| | |
* | | Significant cleanup of Maps module - next step will be to kill it properlyQuietust2012-01-191-13/+12
| |/ |/|
* | 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
|
* Fix liquids bug with block brush, fix liquids bug with out-of-map painting.Petr Mrázek2011-10-251-5/+12
|
* Add a salt/stagnant flag removal command to the liquids tool.Petr Mrázek2011-09-021-0/+18
|
* Fix crash bugs in liquids and tiletypes.Petr Mrázek2011-08-151-3/+2
|
* Command history separated from Console.Petr Mrázek2011-08-131-4/+12
|
* Add 'help' options to a bunch of commands.Petr Mrázek2011-08-091-0/+10
|
* Fix problem with running interactive commands from hotkeys.Petr Mrázek2011-08-061-1/+1
|
* Quick and dirty liquids port, some work on tiles.Petr Mrázek2011-07-281-0/+502
|
* More plugin workPetr Mrázek2011-07-261-506/+0
|
* Ported mode, probe. Some changes required for that.Petr Mrázek2011-07-251-0/+506