Commit Graph

5 Commits (a9dfdf184d92ef7ac2193344eba791b6e0faaa58)

Author SHA1 Message Date
Stefan Dollase a9dfdf184d replaced all occurrences: biome color profile -> biome profile
This enables us to store more biome related information in the profiles in the future.

I also changed the default biome profiles directory name back to 'biome' to keep backwards compatibility with Amidst v3.7.
2016-02-15 19:40:17 +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 75770b9c83 added the methods AmidstMenu.setWorld and AmidstMenu.clearWorld 2016-01-11 16:36:39 +01:00
Stefan Dollase 05b24c85d5 refactored the settings and the layers menu
* switched linux to use the java look and feel, because the system look and feel does not show menu separators
* removed special setting implementations
* made the class SettingBase more flexible
* added a set of factory methods for settings
* added a set of factory methods for menus
* settings no longer contain a button model
2016-01-11 10:15:01 +01:00
Stefan Dollase 5e24994fa5 renamed the class Settings to AmidstSettings 2016-01-11 05:57:27 +01:00