summaryrefslogtreecommitdiff
path: root/plugins/changevein.cpp
Commit message (Collapse)AuthorAgeFilesLines
* More maps api refactoring and renaming.Alexander Gavrilov2012-04-111-1/+1
| | | | getBlockAbs is a very confusing name; getTileBlock is better.
* Fix bug in changevein - if multiple veins overlap the same tile, pick the ↵Quietust2012-03-291-4/+3
| | | | LAST one rather than the first one
* Make plugins accept explicit output stream references.Alexander Gavrilov2012-03-101-10/+10
| | | | | | | | 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-1/+0
|
* Add "changevein" plugin, lets you change what mineral inclusions are made ofQuietust2012-02-241-0/+96