Skip to content

Replay Importing / Spinner#99

Merged
itdelatrisu merged 8 commits intoitdelatrisu:masterfrom
fluddokt:ReplayTest
Jun 29, 2015
Merged

Replay Importing / Spinner#99
itdelatrisu merged 8 commits intoitdelatrisu:masterfrom
fluddokt:ReplayTest

Conversation

@fluddokt
Copy link
Copy Markdown

Imports replays/.osr from the ReplayImport directory into opsu

Slightly improved score accuracy.
Improves Spinner and should fix? #67
but still probably wrong.

Poorly implemented replay seeking. Clicking near the top of the window seeks the position of the replay
where the left is the start and the right is the end.

fd added 7 commits April 2, 2015 19:10
Improves Score accuracy
(still mostly wrong)

inital replay seek
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
Clean up
Conflicts:
	src/itdelatrisu/opsu/GameData.java
	src/itdelatrisu/opsu/states/Game.java
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is going to be used in the health formula eventually, so please leave it there!

Single file read md5

pitch change synctime
itdelatrisu added a commit that referenced this pull request Jun 29, 2015
Replay importing, spinner fixes (fixes #67), replay seeking, in-place MD5 calculation, pitch change time sync (fixes #86).
@itdelatrisu itdelatrisu merged commit 7d08a7d into itdelatrisu:master Jun 29, 2015
@itdelatrisu
Copy link
Copy Markdown
Owner

Sorry it took so long to merge this. Thanks again!

I'll try to come up with a better UI for the replay seeking, but I can't think of anything at the moment. x.x

itdelatrisu added a commit that referenced this pull request Jun 30, 2015
- 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 <itdelatrisu@gmail.com>
itdelatrisu added a commit that referenced this pull request Jul 3, 2015
- 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 <itdelatrisu@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants