opsu-dance/src/itdelatrisu/opsu/downloads
Jeffrey Han 7536056a59 Initial replay writing support.
- Added Replay.save() method to save replays to a file.
- Separated Replay loading from the constructor into a load() method.
- Added OsuWriter class to write replays.
- Parse replay seeds (what do they do?).
- Added Updater.getBuildDate() method to retrieve the current build date (for the replay 'version' field).
- Added osu! mode constants in OsuFile.
- Added methods to retrieve raw ReplayFrame coordinates.
- Added replay fields/methods to GameData and Game state.
- Added jponge/lzma-java dependency for LZMA compression, since it isn't implemented in Apache commons-compress...

Signed-off-by: Jeffrey Han <itdelatrisu@gmail.com>
2015-03-10 18:10:51 -04:00
..
BloodcatServer.java Added an automatic updater for new releases. 2015-03-07 04:17:19 -05:00
Download.java Added error() method to DownloadListener interface. 2015-03-07 23:57:18 -05:00
DownloadList.java Added an automatic updater for new releases. 2015-03-07 04:17:19 -05:00
DownloadNode.java Added error() method to DownloadListener interface. 2015-03-07 23:57:18 -05:00
DownloadServer.java Implemented an internal beatmap downloader (using Bloodcat). 2015-02-01 02:10:17 -05:00
ReadableByteChannelWrapper.java Implemented an internal beatmap downloader (using Bloodcat). 2015-02-01 02:10:17 -05:00
Updater.java Initial replay writing support. 2015-03-10 18:10:51 -04:00