opsu-dance/src/itdelatrisu/opsu
Jeffrey Han 712cf30e01 Added replay saving/loading and score database auto-updater.
- Added 'info' table to score database to store the database version.  Upon startup, if the stored version is less than the source version, all update queries defined in ScoreDB.getUpdateQueries() will be run.
- Created "Replays" directory to store replay files.  Replay files are created after gameplay.
- Added 'replay' column to the score database to hold replay file names.
- Created a Game.loadOsuFile() method to load game data.

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-03-11 20:52:51 -04:00
..
audio TextField updates, and bug fixes from some recent commits. 2015-03-08 16:34:28 -04:00
db Added replay saving/loading and score database auto-updater. 2015-03-11 20:52:51 -04:00
downloads Initial replay writing support. 2015-03-10 18:10:51 -04:00
objects Initial replay parsing support. 2015-03-09 18:32:43 -04:00
replay Added replay saving/loading and score database auto-updater. 2015-03-11 20:52:51 -04:00
states Added replay saving/loading and score database auto-updater. 2015-03-11 20:52:51 -04:00
Container.java Follow-up to #37. 2015-03-07 15:38:59 -05:00
ErrorHandler.java Added an automatic updater for new releases. 2015-03-07 04:17:19 -05:00
GameData.java Added replay saving/loading and score database auto-updater. 2015-03-11 20:52:51 -04:00
GameImage.java Allow showing a replay after a game. 2015-03-11 15:53:19 -04:00
GameMod.java Initial replay parsing support. 2015-03-09 18:32:43 -04:00
MenuButton.java Added methods to check for transparent pixels in images. 2015-02-19 15:05:55 -05:00
Opsu.java Follow-up to #38: loop tracks on states by default. 2015-03-07 19:04:45 -05:00
Options.java Added replay saving/loading and score database auto-updater. 2015-03-11 20:52:51 -04:00
OsuFile.java Initial replay writing support. 2015-03-10 18:10:51 -04:00
OsuGroupList.java TextField updates, and bug fixes from some recent commits. 2015-03-08 16:34:28 -04:00
OsuGroupNode.java Follow-up to ab1a377: now using Graphics.setClip(). 2015-02-19 23:45:48 -05:00
OsuHitObject.java Initial replay parsing support. 2015-03-09 18:32:43 -04:00
OsuParser.java Initial replay writing support. 2015-03-10 18:10:51 -04:00
OsuReader.java Initial replay parsing support. 2015-03-09 18:32:43 -04:00
OsuTimingPoint.java Added a beatmap cache database. 2015-03-04 21:03:06 -05:00
OsuWriter.java Initial replay recording support. 2015-03-10 22:37:23 -04:00
OszUnpacker.java Added methods to delete songs and song groups. 2015-02-12 02:27:33 -05:00
ScoreData.java Added replay saving/loading and score database auto-updater. 2015-03-11 20:52:51 -04:00
SongSort.java Extracted UI components from Utils into a separate UI class. 2015-03-05 13:27:45 -05:00
UI.java Show the default mouse cursor during replays. 2015-03-09 19:54:28 -04:00
Utils.java Show the default mouse cursor during replays. 2015-03-09 19:54:28 -04:00