summaryrefslogtreecommitdiff
path: root/tools.go
Commit message (Collapse)AuthorAge
* rename github accountHEADmasterLaria Carolin Chabowski2016-08-16
|
* Filling area with same biome does now work.Kevin Chabowski2013-08-17
|
* GUI is now locked on slow operations (e.g. Filling).Kevin Chabowski2013-08-17
|
* A faster Fill implementation.Kevin Chabowski2013-08-17
| | | | (Still not super fast, but it's OK, I guess)
* Enabled setting the Biome of the MapWidgetKevin Chabowski2013-08-16
|
* Undo will not be implemented at the momentKevin Chabowski2013-08-15
|
* Added ToolsKevin Chabowski2013-08-14
* tool is now Tool and is defined as an interface * toolFill and toolDraw implemented * Updated toolbar