Commit Graph

13 Commits (969f26e4066c230d74e07926aac9d4a1f7b400bd)

Author SHA1 Message Date
Treer 969f26e406 Minetest support - initial commit
Rivers don't match the game, but Amidst can now draw maps made with a different engine than Minecraft
2018-03-10 18:48:03 +11:00
Treer 754b3ae195
Revert "Infinite zoom" 2018-03-08 23:39:14 +11:00
Badel2 048793a838 Support custom fragment resolution 2017-10-05 22:52:12 +02:00
Stefan Dollase 5fcfe5cb43 removed most of the usages of e.printStrackTrace() and e.getMessage() ...
... by using appropriate logging methods
2016-11-21 03:30:50 +01:00
Stefan Dollase 33f6a5b4b8 removed displaying of the message box from the logger 2016-11-21 02:47:05 +01:00
Stefan Dollase dc1a6fdfb3 rename refactorings 2016-11-20 23:48:53 +01:00
Stefan Dollase c772f9a05f initial application of the new code formatter 2016-04-11 14:29:06 +02:00
Stefan Dollase 7dd9f22835 cleaned up the widgets
* null lines are not supported
* simplified width and height calculation
2016-02-29 18:42:13 +01:00
Stefan Dollase ac8064fe62 reworked the layers
* layer declaration contains logic to calculate the isEnabled and isVisible state
* these states are used by the layer loaders
* fragment loader thread updates these properties and reads the dimension setting at a defined point in the loading cycle
* layer menu uses the same code to calculate the isEnabled state
2016-01-13 00:11:40 +01:00
Stefan Dollase d0751ec43e fixed player position for the nether
* player position was not displayed correctly, when the player was in the nether
* added code to read player dimension from the nbt file
* added code to adjust player coordinates when player is currently in the nether
* added dimension to all world icons
* added dimension to text for world icons
* the world icon text for world icons in the nether still contains both coordinates
2016-01-09 00:40:10 +01:00
Stefan Dollase cd0b81acf7 renamed the biome "Sky" to "The End"
* this was also done in Minecraft Version 14w17a
2016-01-08 22:11:53 +01:00
Stefan Dollase a966a1d5a3 added the end dimension
* taken from AmidstExporter
* displays the end islands
* displays end cities
2016-01-08 19:20:30 +01:00
Stefan Dollase 4a9343c980 renamed WorldSurroundings to ViewerFacade
WorldSurroundings was always a placeholder, because I was not able to come up with something better. I think ViewerFacade is a better name.
2016-01-05 17:00:25 +01:00