opsu-dance/src/itdelatrisu/opsu/states
Jeffrey Han ce15f25ca1 Added score-viewing components to the song menu. [Completes 0bd72e7]
Added a scrollable score history area in the song menu.  Clicking on any score button will open the ranking screen.

Details:
- All drawing is performed by ScoreData.
- Store scores for the current focus node, and display up to "MAX_SCORE_BUTTONS" at a time; "startScore" is the starting index.
- When hovered over the score area, show scroll bar if needed.  When hovered over individual score buttons, change colors and show the rank.
- Scrolling with the mouse in the score area overrides song scrolling.
- Store scaled grade images as a Grade field.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-01-28 19:23:02 -05:00
..
Game.java Save game scores to an SQLite database. [Incomplete!] 2015-01-28 03:47:24 -05:00
GamePauseMenu.java Cursor updates. 2015-01-24 22:23:49 -05:00
GameRanking.java Added score-viewing components to the song menu. [Completes 0bd72e7] 2015-01-28 19:23:02 -05:00
MainMenu.java Comment format changes. 2015-01-22 00:44:45 -05:00
MainMenuExit.java Comment format changes. 2015-01-22 00:44:45 -05:00
OptionsMenu.java Comment format changes. 2015-01-22 00:44:45 -05:00
SongMenu.java Added score-viewing components to the song menu. [Completes 0bd72e7] 2015-01-28 19:23:02 -05:00
Splash.java Quick fix: 'Esc' key not properly checked in splash screen. 2015-01-27 15:20:03 -05:00