* commit 47f682352dd65cb322fb02907af219ba5e882472 | Author: Jeffrey Han | Date: Sat Jul 4 23:29:46 2015 -0500 | | Updating to version 0.10.0. | | Signed-off-by: Jeffrey Han | * commit 2167698740086dd06ffb242bf203a6f14eeb09e8 | Author: Jeffrey Han | Date: Thu Jul 2 22:16:14 2015 -0500 | | Follow-up to #99: replay seeking improvements. | - Added on/off option for replay seeking in the "custom" menu. | - Mute sounds while seeking. | - Draw a bar on the left of the screen during replays for seeking (instead of just clicking near the top of the screen). | | Signed-off-by: Jeffrey Han | * commit 495a7e7f8b01116307c81e3767d68e19c30a8361 | Author: Jeffrey Han | Date: Mon Jun 29 20:18:28 2015 -0500 | | Follow-up to d860a30: replay importing fixes. | - Move failed imports to a "failed" subdirectory so that errors aren't generated each time the program is launched. | - Importing now overwrites files. | - Add "ReplayImportDirectory" option to config file. | - Fixed a bug with scores not being properly added. | | Signed-off-by: Jeffrey Han | * commit d860a30aed3dcca31ac15e700e09bb93f2db51a1 | Author: Jeffrey Han | Date: Mon Jun 29 19:22:38 2015 -0500 | | Follow-up to #99. | - Many code style changes. | - Don't increment combo if missing the last slider circle. | - Added player name in ranking screen. | - Don't show null/default player names. | - Only import replays with .osr extension. | - Display loading status for importing replays. | - Moved MD5InputStreamWrapper to package "opsu.io". | | Signed-off-by: Jeffrey Han | * commit 7d08a7d39128a3d0d14485a888adadb3714630d5 |\ Merge: 52cb5d2 5562803 | | Author: Jeffrey Han | | Date: Sun Jun 28 21:14:10 2015 -0500 | | | | Merge pull request #99 from fluddokt/ReplayTest | | | | Replay importing, spinner fixes (fixes #67), replay seeking, in-place MD5 calculation, pitch change time sync (fixes #86). | | | * commit 55628038feb5390b37061cd5778eb22e53fb9bbf | | Author: fd | | Date: Sun Jun 21 22:57:30 2015 -0400 | | | | Restores drainRate | | | | Single file read md5 | | | | pitch change synctime | | | * commit df07c626095eb8b7c9054a4715bd5ba8acc2f4ed | |\ Merge: 3675a25 81d9421 | | | Author: fd | | | Date: Sun Jun 21 20:05:36 2015 -0400 | | | | | | Merge remote-tracking branch 'org/master' into ReplayTest | | | | | | Conflicts: | | | src/itdelatrisu/opsu/GameData.java | | | src/itdelatrisu/opsu/states/Game.java | | | | * | commit 3675a25c44dcf527a6f0a19871ba58c69d1d16b4 | | | Author: fd | | | Date: Sun Jun 21 19:45:38 2015 -0400 | | | | | | Spinner Test 3 | | | | | | Clean up | | | | * | commit 038a5d57799d1d8899afaf64a12199478f01f634 | | | Author: fd | | | Date: Sat Jun 13 21:16:27 2015 -0400 | | | | | | WIPTest Merge Fixes | | | | * | commit fd3f7fdabe3aede7037c33d38625e2f0bac193ef | |\ \ Merge: 40e67ce 85c2328 | | | | Author: fd | | | | Date: Sat Jun 13 20:28:30 2015 -0400 | | | | | | | | Merge remote-tracking branch 'org/master' into ReplayTest | | | | | | | | Conflicts: | | | | src/itdelatrisu/opsu/GameData.java | | | | src/itdelatrisu/opsu/Options.java | | | | src/itdelatrisu/opsu/OsuFile.java | | | | src/itdelatrisu/opsu/OsuGroupList.java | | | | src/itdelatrisu/opsu/OsuHitObject.java | | | | src/itdelatrisu/opsu/OsuParser.java | | | | src/itdelatrisu/opsu/UI.java | | | | src/itdelatrisu/opsu/db/OsuDB.java | | | | src/itdelatrisu/opsu/objects/Circle.java | | | | src/itdelatrisu/opsu/objects/HitObject.java | | | | src/itdelatrisu/opsu/objects/Slider.java | | | | src/itdelatrisu/opsu/objects/Spinner.java | | | | src/itdelatrisu/opsu/states/Game.java | | | | src/itdelatrisu/opsu/states/Splash.java