opsu-dance/src/itdelatrisu/opsu
Jeffrey Han 3df08e5357 Write build information to "version" file and auto-fill error forms.
- Maven version and build date are now written to "res/version".
- The GitHub Issues form is auto-filled with error information if available. (reference: fluddokt/opsu@53fe3d9)

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-03-06 15:55:15 -05:00
..
audio Implemented various keyboard shortcuts. 2015-03-06 01:29:50 -05:00
db Deleting beatmaps/groups now also deletes them from the cache. 2015-03-04 21:45:44 -05:00
downloads Added a DownloadListener interface and more bar notifications. 2015-03-05 15:36:36 -05:00
objects Implemented "relax" mod. 2015-03-06 00:25:48 -05:00
states Preload game images directly before a game. (undo 95775d8) 2015-03-06 14:39:49 -05:00
Container.java Beatmap downloader improvements and fixes. 2015-02-02 00:15:16 -05:00
ErrorHandler.java Write build information to "version" file and auto-fill error forms. 2015-03-06 15:55:15 -05:00
GameData.java Implemented "relax" mod. 2015-03-06 00:25:48 -05:00
GameImage.java Preload game images directly before a game. (undo 95775d8) 2015-03-06 14:39:49 -05:00
GameMod.java Implemented "relax" mod. 2015-03-06 00:25:48 -05:00
MenuButton.java Added methods to check for transparent pixels in images. 2015-02-19 15:05:55 -05:00
Opsu.java Extracted UI components from Utils into a separate UI class. 2015-03-05 13:27:45 -05:00
Options.java Write build information to "version" file and auto-fill error forms. 2015-03-06 15:55:15 -05:00
OsuFile.java Added a beatmap cache database. 2015-03-04 21:03:06 -05:00
OsuGroupList.java Deleting beatmaps/groups now also deletes them from the cache. 2015-03-04 21:45:44 -05:00
OsuGroupNode.java Follow-up to ab1a377: now using Graphics.setClip(). 2015-02-19 23:45:48 -05:00
OsuHitObject.java Added options to disable the mouse wheel or mouse buttons during gameplay. 2015-03-02 22:12:57 -05:00
OsuParser.java Added a beatmap cache database. 2015-03-04 21:03:06 -05:00
OsuTimingPoint.java Added a beatmap cache database. 2015-03-04 21:03:06 -05:00
OszUnpacker.java Added methods to delete songs and song groups. 2015-02-12 02:27:33 -05:00
ScoreData.java Extracted UI components from Utils into a separate UI class. 2015-03-05 13:27:45 -05:00
SongSort.java Extracted UI components from Utils into a separate UI class. 2015-03-05 13:27:45 -05:00
UI.java Extracted UI components from Utils into a separate UI class. 2015-03-05 13:27:45 -05:00
Utils.java Extracted UI components from Utils into a separate UI class. 2015-03-05 13:27:45 -05:00