Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Biome editor is now opened by a button in the sidebar | Kevin Chabowski | 2013-11-04 |
| | |||
* | Started working on the biome info editor | Kevin Chabowski | 2013-11-03 |
| | |||
* | New menu items | Kevin Chabowski | 2013-11-02 |
| | |||
* | New biome infos are now passed to mapwidget | Kevin Chabowski | 2013-11-02 |
| | |||
* | New Biomes are now displayed in the sidebar. | Kevin Chabowski | 2013-11-02 |
| | |||
* | Preparing editable biomes. | Kevin Chabowski | 2013-10-31 |
| | | | | Most stuff doesnt update correctly now... | ||
* | biomed now runs on windows. | Kevin Chabowski | 2013-08-19 |
| | | | | Also fixed some spelling mistakes and updated the README | ||
* | Renamed project to biomed | Kevin Chabowski | 2013-08-18 |
| | |||
* | A small help dialog. | Kevin Chabowski | 2013-08-18 |
| | |||
* | Feedback after saving & a friendly reminder to backup savegames. | Kevin Chabowski | 2013-08-18 |
| | |||
* | Menu item "Save" is now deactivated, if no map is loaded. | Kevin Chabowski | 2013-08-18 |
| | |||
* | Restructured code. | Kevin Chabowski | 2013-08-18 |
| | | | | Most non-GUI code was moved out of mapwidget.go | ||
* | We're now Beta. | Kevin Chabowski | 2013-08-17 |
| | |||
* | fixsnowice -> fixSnowIce | 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 |
| | |||
* | Renamed Toolbox to Sidebar. | Kevin Chabowski | 2013-08-17 |
| | |||
* | Improved main window layout. | Kevin Chabowski | 2013-08-17 |
| | | | | | * Radio buttons for tools are now aligned properly. * Removed spacing in the main VBox (looked rather strange IMHO). | ||
* | Enabled saving | Kevin Chabowski | 2013-08-17 |
| | |||
* | Enabled setting the Biome of the MapWidget | Kevin Chabowski | 2013-08-16 |
| | |||
* | Preparing for tool usage | Kevin Chabowski | 2013-08-15 |
| | |||
* | Undo will not be implemented at the moment | 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. | ||
* | Added Tools | Kevin Chabowski | 2013-08-14 |
| | | | | | | * tool is now Tool and is defined as an interface * toolFill and toolDraw implemented * Updated toolbar | ||
* | Added spin button for draw radius. | Kevin Chabowski | 2013-08-14 |
| | |||
* | Added undo to menu bar. | Kevin Chabowski | 2013-08-14 |
| | |||
* | Initial commit | Kevin Chabowski | 2013-08-14 |
General idea of GUI is already there. |