8000 Replay Importing / Spinner by fluddokt · Pull Request #99 · itdelatrisu/opsu · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Replay Importing / Spinner #99

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 8 commits into from
Jun 29, 2015
Merged

Conversation

fluddokt
Copy link

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
@@ -296,10 +296,6 @@ public HitObjectResult(int time, int result, float x, float y, Color color,
/** The difficulty multiplier used in the score formula. */
private int difficultyMultiplier = 2;

/** Beatmap HPDrainRate value. (0:easy ~ 10:hard) */
@SuppressWarnings("unused")
private float drainRate = 5f;
Copy link
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
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
0