Commit Graph

7179 Commits

Author SHA1 Message Date
c9c65cab53 CreateReplayFrame -> CreateConvertibleReplayFrame 2018-03-01 02:28:14 +09:00
ab4d7fa46e Remove IScoreParser interface
It's too early for this.
2018-03-01 02:28:14 +09:00
a3c7755ade Implement a conversion process for ReplayFrames 2018-03-01 02:28:14 +09:00
b8ea4b11ab Adjust range further
This is not a great idea.
2018-03-01 00:39:59 +09:00
e2f57ae346 Merge branch 'master' into parser-sanity-checks 2018-03-01 00:38:44 +09:00
46dfb761c5 basic volume meter and testcase 2018-02-28 16:14:52 +01:00
eacb9ba743 Merge branch 'master' into user-profile-recent 2018-02-28 23:49:33 +09:00
36beaffa7a Merge branch 'master' into editor-hitobject-overlays 2018-02-28 23:48:54 +09:00
bda673e6fe Merge branch 'master' into player-reduced-parallax 2018-02-28 23:15:25 +09:00
572d3b1316 Move bpm clamping to TimingControlPoint, adjust range to 1-10000bpm
In line with stable editor restrictions
2018-02-28 22:53:28 +09:00
33a64cb497 Merge branch 'master' into fix-multiple-tracks-playing 2018-02-28 22:53:02 +09:00
25c748ed45 Merge branch 'master' into fix-player-exit 2018-02-28 22:05:44 +09:00
f9faf8e3d8 Localise offset clock usage out of Player as much as possible 2018-02-28 22:01:52 +09:00
01fcf9c813 Update in line with framework changes 2018-02-28 22:01:48 +09:00
b898226a91 Merge branch 'master' into fix-mod-select 2018-02-28 21:52:07 +09:00
a3d26d7d55 Merge branch 'master' into fix-song-select-iteration 2018-02-28 21:40:25 +09:00
2e535afb84 Remove redundant subsection title.
- Also handle opening UserProfile in LinkFlowContainer similar to how
beatmaps and channels are handled
2018-02-28 15:25:29 +05:30
5b4fef0180 Add bare minimum sanity checking of beatmap input values to make broken maps load
Resolves ppy/osu#1988.
2018-02-28 18:12:24 +09:00
968291c61e Sort hitobjects imported from legacy beatmps
Apaprently some ranked maps contain unordered hitobjects. We probably never want to allow for this.
2018-02-28 18:11:28 +09:00
6f44db6de0 Clamp at DifficultyControlPoint
This is what stable did.
2018-02-28 18:10:38 +09:00
08497427fd Merge branch 'master' into fix-multiple-tracks-playing 2018-02-28 15:32:16 +09:00
bc0bbd2e3b Merge branch 'master' into reduce-transforms 2018-02-28 14:39:31 +09:00
4a52db14d1 Fix depth of already-visible panels not being updates after a sorting change 2018-02-28 14:18:25 +09:00
dd6cf1379e Reduce parallax effect during gameplay
This also cleans up some shared code in OsuScreen.
2018-02-28 11:42:47 +09:00
0cd049c6b0 Rely less on zero-duration transform helpers
They have huge overheads.

See ppy/osu-framework#1411.
2018-02-28 11:00:54 +09:00
62913163e0 Fix long recent activity text overlapping timestamp.
- Also remove unnecessary fallback from absolute URL helper
2018-02-27 21:21:53 +05:30
510ecd7c87 Ensure selection is finalised before exiting song select
Resolves #2080.
2018-02-28 00:07:28 +09:00
f64afc738d Fix incorrect exit block conditional
Resolves #2130.
2018-02-27 23:59:34 +09:00
84a8fbe0b3 Fix null ref 2018-02-27 21:26:06 +09:00
034875be47 Fix bindings not being unbound on ModSelect
Resolves #2018.
Closes #2079.
2018-02-27 20:45:32 +09:00
9b44f447ca Fix song select iteration when all panels are filtered
Resolves #2069.
2018-02-27 17:52:12 +09:00
cff17f1864 Update in line with inverse ShoudProcessClock default 2018-02-27 17:23:38 +09:00
8e78a7b114 Fix HUD using incorrect clock for time display 2018-02-27 17:23:38 +09:00
37d2a2c3cc Rename clock types to match across classes 2018-02-27 17:23:38 +09:00
3d52ead213 Rename sourceClock 2018-02-27 17:23:38 +09:00
fee258f2f2 Rework PauseContainer to better pause 2018-02-27 17:23:38 +09:00
d4f1723ae6 Remove unnecessary secondary argument from HUDOverlay 2018-02-27 17:23:38 +09:00
0635ae2293 Include missing offset 2018-02-27 17:23:38 +09:00
9c0dfb7c8c Avoid creating an extra framed clock in SkipButton 2018-02-27 17:23:38 +09:00
73fb185132 Change the way ShouldProcessClock is specified in line with framework changes 2018-02-27 17:23:38 +09:00
d2f98642a1 Merge branch 'master' into confine-mode-reset 2018-02-26 20:59:53 +09:00
bdd88303b3 Merge branch 'master' into editor-hitobject-overlays 2018-02-26 17:53:50 +09:00
a77d1eedae Fix achievements parsing and add badges to recent activity. 2018-02-26 13:08:12 +05:30
a20e4bc2c3 Fix typos and missing fields in JSON mappings. 2018-02-26 11:46:16 +05:30
9cbed461c4 Merge branch 'master' into sliderbody-rework 2018-02-26 15:00:18 +09:00
5724618b2a Add license headers and sanitise open profile argument. 2018-02-26 09:58:11 +05:30
1ad45b0941 R# fixes. 2018-02-26 01:21:31 +05:30
75fdca928e Handle links correctly and don't re-open profile if the user is same. 2018-02-26 01:21:29 +05:30
bb40919f9c Add link handling to recent activities.
- Add a show user action to link handling
2018-02-26 01:21:27 +05:30
7e4bd36391 Create drawable and add response to profile.
- Add missing JSON fields to response model
- Add missing enum value
2018-02-26 01:21:24 +05:30