Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Restructured code. | Kevin Chabowski | 2013-08-18 |
| | | | | Most non-GUI code was moved out of mapwidget.go | ||
* | Tidied up Ice/Snow fixing. | Kevin Chabowski | 2013-08-17 |
| | |||
* | Snow/Ice can now optionally be removed/added. | Kevin Chabowski | 2013-08-17 |
| | |||
* | GUI is now locked on slow operations (e.g. Filling). | Kevin Chabowski | 2013-08-17 |
| | |||
* | Better panning & some renames. | Kevin Chabowski | 2013-08-17 |
| | | | | | | * Tiles are now redrawn after panning (makes panning smoother). * Renamed mouse status vars. * Added useTool | ||
* | Enabled saving | Kevin Chabowski | 2013-08-17 |
| | |||
* | halfChunkSize is not needed any more | Kevin Chabowski | 2013-08-16 |
| | |||
* | Tools can now be used. | Kevin Chabowski | 2013-08-16 |
| | | | | | | * Mouse button events are now handled. * Panning works a bit different now. * Added cache to make the tools faster (Fill is still very slow). | ||
* | Enabled setting the Biome of the MapWidget | Kevin Chabowski | 2013-08-16 |
| | |||
* | Preparing for tool usage | Kevin Chabowski | 2013-08-15 |
| | |||
* | Fixing checkerboard background | Kevin Chabowski | 2013-08-15 |
| | |||
* | Statusbar now displays current pos and biome | Kevin Chabowski | 2013-08-15 |
| | |||
* | Added MapWidget | Kevin Chabowski | 2013-08-15 |
It already draws the map and the biomes and can be moved with the middle mouse button. |