098b3ac294
Merge branch 'master' into present-replay-from-ss
2020-02-03 16:28:38 +09:00
1d1a5b26ab
Merge pull request #7678 from peppy/perform-from-screen
...
Refactor performFromMenu to work with multiple screen targets
2020-02-03 16:28:01 +09:00
93952d438f
Merge pull request #7677 from peppy/decouple-mod-select-bindable
...
Decouple ModSelectOverlay from global SelectedMods
2020-02-03 16:27:47 +09:00
591c7b6250
Merge pull request #7682 from peppy/fix-timeline-tick-overrun
...
Fix too many ticks being displayed on beatmaps with multiple timing sections
2020-02-03 16:16:23 +09:00
9183c78319
Fix crash on exiting song select with ctrl-enter autoplay
2020-02-03 16:04:32 +09:00
7676185bb6
Merge branch 'master' into perform-from-screen
2020-02-03 15:55:45 +09:00
d9d8712360
Refactor class layout for readability
2020-02-03 15:13:21 +09:00
fae5bf0f18
Merge branch 'master' into overlay-ruleset-selector
2020-02-03 13:48:28 +09:00
c20b14868b
Merge branch 'master' into profile-page-corrections
2020-02-03 13:29:37 +09:00
9680c0941f
Move private helper methods to botom of file
2020-02-03 12:46:11 +09:00
c9143275be
Merge branch 'master' into profile-recent-info
2020-02-03 12:03:00 +09:00
98ccfe612b
Merge branch 'master' into no-comments-placeholder
2020-02-03 11:10:06 +09:00
ff17c76a20
Fix modifiers for performance_background_width
2020-02-03 08:26:12 +07:00
c479d0efa4
Simplify show/hide logic
2020-02-02 17:41:42 +01:00
72107c27c9
Only add newline if necessary
2020-02-02 17:39:58 +01:00
3cc1b811ef
Make dates non-italic to match osu-web
2020-02-02 17:22:48 +01:00
d15942d127
Revert containers merge and rework bottomLinkContainer visibility logic
2020-02-02 17:21:22 +01:00
030d02594c
Allow non-italic DrawableDate
2020-02-02 17:10:11 +01:00
878489651c
Make performance_background_width readonly
2020-02-02 23:04:11 +07:00
1f53778d62
Add explanation to comment
2020-02-02 16:59:17 +01:00
0a186fe722
Avoid calculating constants in load()
2020-02-02 22:37:58 +07:00
bd3d7a285b
Merge branch 'adjust-profile-scores' of https://github.com/recapitalverb/osu into adjust-profile-scores
2020-02-02 21:39:04 +07:00
aa13b605a4
Fix inconsistent local variable naming
2020-02-02 21:34:35 +07:00
2a463e2893
Merge branch 'master' into adjust-profile-scores
2020-02-02 21:14:20 +07:00
79efcbd6f3
Fix performance background width
2020-02-02 21:08:16 +07:00
30a5835bdb
Combine link flows and simplify new line addition
2020-02-02 23:07:53 +09:00
a641069ec2
Change profile score background colour
2020-02-02 21:07:23 +07:00
122fd63ac4
Inline single-use constants
2020-02-02 21:05:20 +07:00
aa1daa0ad5
Merge pull request #7703 from bdach/beatmap-stats-precision
...
Apply precision when determining bar colour in difficulty statistics
2020-02-02 22:31:52 +09:00
c7e281348a
Merge branch 'master' into profile-page-corrections
2020-02-02 13:36:21 +01:00
52aae68411
Adjust profile scores to closer match osu-web
2020-02-02 17:52:34 +07:00
a70385f2b2
Simplify getRulesetName
2020-02-02 12:19:09 +03:00
36116f8c45
Refactor ruleset presentation
2020-02-02 12:03:51 +03:00
8786d6264f
Merge remote-tracking branch 'refs/remotes/ppy/master' into profile-recent-info
2020-02-02 12:03:33 +03:00
434c0d92e4
Use Bindable{Float,Double}s everywhere
...
To avoid further floating-point comparison bugs, remove all usages of
Bindable<{float,double}>, replacing them with their
Bindable<Float,Double> counterparts.
2020-02-01 22:50:29 +01:00
e894acf53c
Make star filter range bindables BindableDoubles
...
Due to using Bindable<double>s previously, song select's filter control
would not apply tolerance when checking IsDefault, therefore wrongly
hiding maps with star ratings above 10.1.
2020-02-01 22:48:46 +01:00
0bfadfbbf1
Apply precision when comparing adjusted values
...
In some cases, applying the Difficulty Adjust mod without actually
changing any of the settings previously caused the bar in song select
beatmap details to appear red/blue instead of staying white.
This was caused by not accounting for floating-point imprecisions when
determining bar colour in AdvancedStats. To resolve, first check
equality with tolerance, and only then apply blue/red colours if that
equality check does not hold.
2020-02-01 16:16:15 +01:00
a74d22d9e5
Extract beatmap stats test to separate scene
2020-02-01 15:50:33 +01:00
5e834b64cd
Merge branch 'master' into use_ElementAtOrDefault
2020-02-01 10:42:40 +09:00
6d30e425a1
Revert change to avoid conflict with another PR
2020-01-31 18:51:29 +01:00
9596030e1d
Make use of ElementAtOrDefault() when possible
2020-01-31 18:32:47 +01:00
5312586351
Merge remote-tracking branch 'origin/perform-from-screen' into present-replay-from-ss
2020-02-01 02:14:17 +09:00
3291d7b6c9
Merge branch 'master' into present-replay-from-ss
2020-02-01 02:08:00 +09:00
c5422743e2
Merge branch 'master' into decouple-mod-select-bindable
2020-02-01 02:06:23 +09:00
90caa61245
Reverse comparison for readability
...
Co-Authored-By: Bartłomiej Dach <dach.bartlomiej@gmail.com >
2020-02-01 02:05:26 +09:00
8db1a8ddb9
Merge branch 'master' into perform-from-screen
2020-02-01 02:04:30 +09:00
b3e63d8869
Merge branch 'master' into fix-chat-tab-shortcuts
2020-02-01 02:03:43 +09:00
e728d2be17
Use ElementAtOrDefault
2020-02-01 01:19:04 +09:00
c4331f34d5
Consume TearDownSteps
2020-01-31 22:09:39 +09:00
3e15265a53
Update framework
2020-01-31 22:09:02 +09:00