51050ec4ef
Add per-result type pooling
2020-07-06 12:54:39 +09:00
c18ca19c9d
Add NewsPost api response
2020-07-06 05:31:34 +03:00
7a4f7a6e9b
Merge pull request #9435 from mcendu/mania-custom-stage-path
2020-07-05 23:57:20 +09:00
5c2959eeb6
allow lookup of stage decoration paths and add test images
2020-07-05 13:02:50 +08:00
ec689ce824
add support for custom mania skin paths for stage decorations
2020-07-05 12:31:16 +08:00
52b313f290
change textures
2020-07-04 19:06:26 +02:00
02871c960b
Update framework
2020-07-04 23:25:06 +09:00
ffec4298a7
Use DrawablePool for DrawableJudgements
2020-07-04 16:45:50 +09:00
4ded6d1913
Change background path with resource change
2020-07-03 11:36:03 +02:00
0cd49d81f1
Merge branch 'master' into fix-rank-badge-hd-fl-score-panel
2020-07-03 17:30:16 +09:00
cb69d1a865
Fix crash when changing tabs in changelog
2020-07-03 16:47:34 +09:00
d66b97868c
Adjust rank when flashlight is enabled
2020-07-02 12:39:37 -07:00
718f06c690
Use Mod.AdjustRank() instead
2020-07-02 12:35:32 -07:00
e80a5a085a
Make backgroundName local
2020-07-02 19:45:18 +02:00
18e30a7fc4
Implement background switching based on the intro
...
Only the Welcome intro has its own unique background right now
2020-07-02 19:23:13 +02:00
9801563ad3
Merge branch 'master' into catch-coordinate
2020-07-02 22:32:21 +09:00
32a023e333
Merge branch 'master' into custom-storage-startup-exception
2020-07-02 11:13:38 +09:00
fc8c345ad7
Merge branch 'master' into custom-game-storage
2020-07-02 09:55:33 +09:00
f0c8c87e08
Merge pull request #9409 from smoogipoo/improve-sequential-algo-perf
2020-07-02 09:54:57 +09:00
fa252d5e95
Fix score panel not showing silver s/ss badges on hd/fl plays
2020-07-01 17:37:38 -07:00
5c1f1ab622
Fix avatar in score panel being unclickable when statistics panel is visible
2020-07-01 14:31:06 -07:00
3278a1d7d8
Standardize osu!catch coordinate system
...
There were two coordinate systems used:
- 0..512 (used in osu!stable)
- 0..1 (relative coordinate)
This commit replaces the usage of
the relative coordinate system to
the coordinate system of 0..512.
2020-07-02 00:21:45 +09:00
640050977b
Merge pull request #9419 from peppy/expose-skinnable-sound-transform-helpers
...
Expose transform helpers in SkinnableSound
2020-07-01 20:28:44 +09:00
3374cb4cad
Merge branch 'master' into improve-sequential-algo-perf
2020-07-01 19:25:09 +09:00
ec55c80990
Merge branch 'master' into custom-game-storage
2020-07-01 18:59:05 +09:00
49aa839872
Update RulesetInputManager to use new method
2020-07-01 18:54:11 +09:00
6f6376d53c
Update framework
2020-07-01 18:52:05 +09:00
ed20bdf2e9
Merge pull request #9403 from smoogipoo/fix-results-ui-scale
...
Fix scroll container height on smaller ui scales
2020-07-01 18:45:49 +09:00
5f577797a7
Expose transform helpers in SkinnableSound
2020-07-01 18:41:00 +09:00
4ae70f2679
Merge pull request #9393 from smoogipoo/improve-wedge-quality
...
Improve quality of song select beatmap wedge
2020-07-01 18:25:14 +09:00
cdcad94e9f
Handle exception thrown due to custom stoage on startup
2020-07-01 17:47:29 +09:00
ab15b6031d
Update with framework-side storage changes
2020-07-01 17:12:07 +09:00
508d34fd3a
Fix notification redirecting to the old log folder when game installation has been migrated to another location.
2020-06-30 19:51:10 +02:00
85c42456f2
Improve performance of sequential scrolling algorithm
2020-06-30 21:41:27 +09:00
1701c844a6
Fix scroll container height on smaller ui scales
2020-06-30 16:36:53 +09:00
0e80d6629b
Merge branch 'master' into red-tint
2020-06-30 15:44:22 +09:00
51f5083c2d
Bump Sentry from 2.1.3 to 2.1.4
...
Bumps [Sentry](https://github.com/getsentry/sentry-dotnet ) from 2.1.3 to 2.1.4.
- [Release notes](https://github.com/getsentry/sentry-dotnet/releases )
- [Commits](https://github.com/getsentry/sentry-dotnet/compare/2.1.3...2.1.4 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com >
2020-06-29 17:17:52 +00:00
bb81f908fb
Exclude EmptyHitWindow from being considered in TimingDistributionGraph
2020-06-29 15:53:56 +08:00
af7494b232
Improve quality of song select beatmap wedge
2020-06-29 13:58:35 +09:00
444504f2b9
Expose MainMenu Track as internal get private set
2020-06-29 02:10:40 +02:00
24dceb9f84
Make only "Welcome" loop
2020-06-29 01:41:47 +02:00
270384e71e
Remove redundant get set
2020-06-29 00:59:44 +02:00
5689f27987
Make sure it only loops for themed intros if true
2020-06-29 00:54:06 +02:00
ffbce61ca8
Add the option to loop the intro in the main menu
2020-06-29 00:42:47 +02:00
678767918e
Centralise logic further
2020-06-28 23:32:04 +02:00
79eca8e1bf
remove unneeded "base."
2020-06-28 17:55:01 +02:00
820056cc4e
update colours/transformations
2020-06-28 17:53:53 +02:00
6547e07e56
Merge pull request #9377 from smoogipoo/fix-unsafe-mod-deserialisation
...
Fix crash due to unsafe mod deserialisation
2020-06-29 00:02:29 +09:00
006adf0fb5
Change logic to ignore rooms completely after first error
2020-06-28 22:45:13 +09:00
e5a901cec7
Merge branch 'master' into results-screen-statistics-overlapping-transition
2020-06-28 22:14:22 +09:00