opsu-dance/src/itdelatrisu/opsu
Jeffrey Han e2c1f2f937 Small memory optimization: reuse audio File objects in song groups.
Each song group references the same audio file probably 100% of the time, so don't create duplicate objects.

Also, follow-up to 3b13cc7: the up/down arrow keys now change global volume in the main menu and game states (in addition to the scroll wheel).

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-01-20 22:19:14 -05:00
..
audio Follow-up to f98edf8: better checks for application restart. 2015-01-20 19:24:59 -05:00
objects Small GUI tweaks. 2015-01-18 12:39:30 -05:00
states Small memory optimization: reuse audio File objects in song groups. 2015-01-20 22:19:14 -05:00
Container.java Follow-up to f98edf8: better checks for application restart. 2015-01-20 19:24:59 -05:00
ErrorHandler.java More quick fixes. 2015-01-17 00:44:23 -05:00
GameImage.java Enabled application restarts. 2015-01-20 19:01:18 -05:00
GameMod.java Enabled application restarts. 2015-01-20 19:01:18 -05:00
GameScore.java Enabled application restarts. 2015-01-20 19:01:18 -05:00
MenuButton.java Updated copyright notices for 2015. 2015-01-16 12:05:44 -05:00
Opsu.java Enabled application restarts. 2015-01-20 19:01:18 -05:00
OsuFile.java Enabled application restarts. 2015-01-20 19:01:18 -05:00
OsuGroupList.java Follow-up to f98edf8: better checks for application restart. 2015-01-20 19:24:59 -05:00
OsuGroupNode.java Enabled application restarts. 2015-01-20 19:01:18 -05:00
OsuHitObject.java Updated copyright notices for 2015. 2015-01-16 12:05:44 -05:00
OsuParser.java Small memory optimization: reuse audio File objects in song groups. 2015-01-20 22:19:14 -05:00
OsuTimingPoint.java Updated copyright notices for 2015. 2015-01-16 12:05:44 -05:00
OszUnpacker.java Enabled application restarts. 2015-01-20 19:01:18 -05:00
SongSort.java Updated copyright notices for 2015. 2015-01-16 12:05:44 -05:00
Utils.java Enabled application restarts. 2015-01-20 19:01:18 -05:00