opsu-dance/src/itdelatrisu/opsu/states
Jeffrey Han 90295eefb8 GameOption overhaul - moved more scattered bits into the enum.
- Added overridden methods read() and write() for reading from and writing to the options file within the GameOption enum, so that only 1 section needs to be changed when adding new options (instead of 3).
- Added 'displayName' field to the GameOption enum, instead of repeating it in the parseOptions() and saveOptions() methods.
- Added internal options (directories, port, theme song) into the GameOption enum for consistency.
- Removed GameOption.NULL.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-06-12 15:04:20 -05:00
..
ButtonMenu.java Moved "UI" and "MenuButton" classes to new package "opsu.ui". 2015-05-29 01:55:57 -04:00
DownloadsMenu.java Renamed "OsuParser" to "BeatmapParser"; moved into "opsu.beatmaps". 2015-05-29 03:07:58 -04:00
Game.java Fixed an infinite loop on beatmaps starting at time 0. (blame: 18e57fd) 2015-06-08 18:13:49 -04:00
GamePauseMenu.java Cursor refactoring. 2015-05-29 04:48:03 -04:00
GameRanking.java Cursor refactoring. 2015-05-29 04:48:03 -04:00
MainMenu.java Moved "UI" and "MenuButton" classes to new package "opsu.ui". 2015-05-29 01:55:57 -04:00
OptionsMenu.java GameOption overhaul - moved more scattered bits into the enum. 2015-06-12 15:04:20 -05:00
SongMenu.java Renamed "OsuParser" to "BeatmapParser"; moved into "opsu.beatmaps". 2015-05-29 03:07:58 -04:00
Splash.java Fixed a bug where sounds weren't reloaded when changing skins. 2015-06-03 06:23:23 -04:00