1
0
mirror of https://github.com/ppy/osu.git synced 2025-02-04 20:45:08 +08:00
Commit Graph

31277 Commits

Author SHA1 Message Date
Dean Herbert
02871c960b Update framework 2020-07-04 23:25:06 +09:00
Lucas A
8869979599 Trigger hook activation on bind. 2020-07-04 12:30:09 +02:00
Dean Herbert
ffec4298a7 Use DrawablePool for DrawableJudgements 2020-07-04 16:45:50 +09:00
BananeVolante
e8f23e35a5 WIP : replaced TransformBindableTo by VolumeTo
Currently, the VolumeTO calls taht use a fading does not do anything.
calling VolumeTo calls pauseLoop.samplesContainer.TransformBindableTo(....), while i used to call pauseLoop.TransformBindableTo(....)
2020-07-03 14:33:42 +02:00
BananeVolante
3c2870ea4b Merge branch 'master' of https://github.com/ppy/osu into Issue#9170 2020-07-03 14:00:32 +02:00
Dan Balasescu
7e48df3a0d
Merge pull request #9424 from Joehuu/fix-rank-badge-hd-fl-score-panel
Fix score panel not showing silver rank badges on hidden and flashlight plays
2020-07-03 19:52:21 +09:00
Shivam
4ded6d1913 Change background path with resource change 2020-07-03 11:36:03 +02:00
Dan Balasescu
0cd49d81f1
Merge branch 'master' into fix-rank-badge-hd-fl-score-panel 2020-07-03 17:30:16 +09:00
smoogipoo
cb69d1a865 Fix crash when changing tabs in changelog 2020-07-03 16:47:34 +09:00
Joehu
d66b97868c Adjust rank when flashlight is enabled 2020-07-02 12:39:37 -07:00
Joehu
718f06c690 Use Mod.AdjustRank() instead 2020-07-02 12:35:32 -07:00
Shivam
e80a5a085a Make backgroundName local 2020-07-02 19:45:18 +02:00
Shivam
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
BananeVolante
53947faec5 Merge branch 'master' of https://github.com/ppy/osu into Issue#9170
updated local code
2020-07-02 16:26:26 +02:00
Dean Herbert
254b8b926c
Merge pull request #9421 from ekrctb/catch-coordinate
Standardise osu!catch coordinate system to 0..512
2020-07-02 23:17:12 +09:00
Dan Balasescu
9801563ad3
Merge branch 'master' into catch-coordinate 2020-07-02 22:32:21 +09:00
Dan Balasescu
4bf45ea99a
Merge pull request #9420 from peppy/fix-welcome-test-fail
Fix "welcome" intro test failure due to no wait logic
2020-07-02 12:36:24 +09:00
Dean Herbert
32a023e333
Merge branch 'master' into custom-storage-startup-exception 2020-07-02 11:13:38 +09:00
Dean Herbert
1d61a5c695
Merge pull request #9417 from smoogipoo/custom-game-storage 2020-07-02 11:12:59 +09:00
Dean Herbert
fc8c345ad7
Merge branch 'master' into custom-game-storage 2020-07-02 09:55:33 +09:00
Dean Herbert
f0c8c87e08
Merge pull request #9409 from smoogipoo/improve-sequential-algo-perf 2020-07-02 09:54:57 +09:00
Joehu
fa252d5e95 Fix score panel not showing silver s/ss badges on hd/fl plays 2020-07-01 17:37:38 -07:00
Dean Herbert
9f8aadc516
Merge pull request #9422 from Joehuu/fix-avatar-clicking-statistics-panel
Fix avatar in score panel being unclickable when statistics panel is visible
2020-07-02 08:36:59 +09:00
Joehu
5c1f1ab622 Fix avatar in score panel being unclickable when statistics panel is visible 2020-07-01 14:31:06 -07:00
ekrctb
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
Lucas A
fc1eb42a65 Disable windows key while in gameplay. 2020-07-01 17:15:41 +02:00
smoogipoo
1edfac4923 Fix test failing 2020-07-01 23:21:08 +09:00
BananeVolante
ab1eb469af removed unneeded null checks 2020-07-01 13:30:23 +02:00
Dan Balasescu
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
BananeVolante
ab134c0ed7 removed unneeded information in a comment 2020-07-01 13:27:33 +02:00
BananeVolante
946fcf75ac Merge branch 'master' of https://github.com/ppy/osu into Issue#9170
update local code
2020-07-01 13:06:44 +02:00
Dean Herbert
3374cb4cad
Merge branch 'master' into improve-sequential-algo-perf 2020-07-01 19:25:09 +09:00
Dean Herbert
4e839e4f1f Fix "welcome" intro test failure due to no wait logic 2020-07-01 19:02:05 +09:00
Dean Herbert
ec55c80990 Merge branch 'master' into custom-game-storage 2020-07-01 18:59:05 +09:00
Dean Herbert
49aa839872 Update RulesetInputManager to use new method 2020-07-01 18:54:11 +09:00
Dean Herbert
6f6376d53c Update framework 2020-07-01 18:52:05 +09:00
Dean Herbert
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
Dean Herbert
5f577797a7 Expose transform helpers in SkinnableSound 2020-07-01 18:41:00 +09:00
Dean Herbert
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
smoogipoo
cdcad94e9f Handle exception thrown due to custom stoage on startup 2020-07-01 17:47:29 +09:00
smoogipoo
ab15b6031d Update with framework-side storage changes 2020-07-01 17:12:07 +09:00
Dan Balasescu
3fbb2b3f42
Merge pull request #9414 from Game4all/fix-log-redirection
Fix notification redirecting to the old log folder when game installation has been migrated to another location
2020-07-01 15:12:28 +09:00
Dan Balasescu
e1423dff36
Merge pull request #9381 from bdach/mania-conversion-precision
Fix incorrect sample list slicing in mania conversion algorithm
2020-07-01 13:14:24 +09:00
Bartłomiej Dach
b37eb63579 Merge branch 'master' into mania-conversion-precision 2020-06-30 20:16:47 +02:00
Bartłomiej Dach
39cfbb67ad Replace iterated addition with rounding 2020-06-30 20:16:19 +02:00
Lucas A
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
smoogipoo
85c42456f2 Improve performance of sequential scrolling algorithm 2020-06-30 21:41:27 +09:00
Lucas A
641ea5b950 Make the disabling of the win key during gameplay a toggleable setting. 2020-06-30 13:12:33 +02:00
smoogipoo
1701c844a6 Fix scroll container height on smaller ui scales 2020-06-30 16:36:53 +09:00
Dan Balasescu
50ae69b111
Merge pull request #9375 from power9maker/red-tint
Hide red tint when "Show health display even when you can't fail" option is off
2020-06-30 16:09:59 +09:00