8 Commits

Author SHA1 Message Date
Michael-Jouanneau
1cd68ab2f0 Added things 2016-12-20 19:02:39 +01:00
Michael-Jouanneau
d79c122687 Added the Minecraft Login stage 2016-12-19 15:23:47 +01:00
Michael-Jouanneau
acb484704e Added the Minecraft Login stage 2016-12-19 15:17:30 +01:00
Michael-Jouanneau
3d88f16506 added things 2016-12-19 14:30:32 +01:00
Michael-Jouanneau
1c1ad5141c added things 2016-12-19 14:16:57 +01:00
Michael-Jouanneau
47477604ee Changed Things 2016-11-14 19:55:39 +01:00
Michael-Jouanneau
7189ea9a46 Changed Things 2016-11-13 14:18:39 +01:00
33677806ef Major update (Stable)
- Update libRefTools library
- Completely rewrote Tabs class
  - Tabs class now uses ShiftingList to ensure that unused resources get recycled
  - Loaded resources can now be unloaded at will
  - Loaded resources can now be reloaded at will
  - Previously loaded, non-recycled resources are loaded from ShiftingList
  - Added implicit sub-tab support by requesting a parent to place tab in
- Added blank settings sub-tab layout asset files
- Fixed some continuity for variables in Main class
- Made css style handling changes to allow for dynamic color change and selection of tabs
  - Id's are no longer used to define style of tabs. That is done by styleClass now
  - StyleClasses are now updated from Main when a tab is selected
  - Selected tabs use regular tab "hover" color to signify selection
  - Selected tabs that are being hovered over are even darker
- Added "local layout" references inside onMouseClicked listeners to continuity
- Made updating currently selected tab easier by moving all the code to a method
2016-11-12 03:40:55 +04:00