Dean Herbert
|
686afa9697
|
Merge branch 'master' into fix-combo-handling
|
2023-11-24 10:30:52 +09:00 |
|
Dean Herbert
|
039f8e6242
|
Add note about shared code
|
2023-11-24 10:25:23 +09:00 |
|
Dan Balasescu
|
10e16e4b04
|
Fix handling of combo offset without new combo, and incorrect lazer tests
|
2023-11-24 09:46:06 +09:00 |
|
Dean Herbert
|
9a6857bfad
|
Merge pull request #25530 from yesseruser/FlagHUD
Fix skin element "PlayerFlag" responding to clicks/hovers
|
2023-11-23 16:51:09 +09:00 |
|
Dean Herbert
|
191e8c5487
|
Add note about skin editor reload jank
|
2023-11-23 16:39:05 +09:00 |
|
Dan Balasescu
|
7bc2d6e6cd
|
Merge branch 'master' into fix-combo-handling
|
2023-11-23 16:22:01 +09:00 |
|
Dean Herbert
|
5d367c247c
|
Merge pull request #25547 from bdach/skin-editor-paste-catching-fire
Fix skin editor crashing when pasting with nothing in clipboard
|
2023-11-23 16:15:11 +09:00 |
|
Dean Herbert
|
c0d24fe177
|
Merge pull request #25549 from bdach/editor-drag-length
Fix slider length not updating when adding new anchor via ctrl-click
|
2023-11-23 16:13:56 +09:00 |
|
Bartłomiej Dach
|
3da8a0cbed
|
Fix undo being broken when ctrl-click and dragging new point
|
2023-11-23 14:01:17 +09:00 |
|
Dan Balasescu
|
7998204cfe
|
Fix combo/combo colouring issues around spinners
|
2023-11-23 13:54:05 +09:00 |
|
Bartłomiej Dach
|
e8d3d26d16
|
Fix slider length not updating when adding new anchor via ctrl-click
|
2023-11-23 10:07:40 +09:00 |
|
Bartłomiej Dach
|
abbcdaa7f7
|
Fix skin editor crashing when pasting with nothing in clipboard
|
2023-11-23 09:55:27 +09:00 |
|
Bartłomiej Dach
|
4edaaa3083
|
Add test coverage of skin editor copy-paste
|
2023-11-23 09:55:16 +09:00 |
|
Dan Balasescu
|
30309cdf11
|
Merge pull request #25415 from Poyo-SSB-forks/unify-ur
Change unstable rate calculation to account for rate-change mods
|
2023-11-23 09:53:28 +09:00 |
|
Dean Herbert
|
cad2e2a8e4
|
Merge pull request #25544 from Frederisk/patch-1
Remove manual changes to Xcode versions in CI
|
2023-11-23 09:47:35 +09:00 |
|
Bartłomiej Dach
|
81816e303c
|
Merge pull request #25540 from peppy/editor-test-failures
Attempt to fix intermittent failures on new tests
|
2023-11-23 09:42:34 +09:00 |
|
Dan Balasescu
|
5b0f8ee9c2
|
Merge pull request #25546 from bdach/classic-score-overflow
Fix classic scoring overflowing in osu! ruleset due to integer multiplication overflow
|
2023-11-23 09:03:43 +09:00 |
|
Bartłomiej Dach
|
e28e0ef1cc
|
Fix classic scoring overflowing in osu! ruleset due to integer multiplication overflow
Closes https://github.com/ppy/osu/issues/25545.
|
2023-11-23 08:16:25 +09:00 |
|
Bartłomiej Dach
|
3441a9a5b5
|
Add test coverage for classic scoring overflowing in osu! ruleset
|
2023-11-23 08:12:34 +09:00 |
|
Rowe Wilson Frederisk Holme
|
9fd0641238
|
Remove manual changes to Xcode versions in CI
|
2023-11-23 01:18:55 +08:00 |
|
Dean Herbert
|
52dc02fd32
|
Merge pull request #25418 from smoogipoo/hp-drain-v1-2
Add `OsuHealthProcessor` that uses the legacy drain rate algorithm
|
2023-11-23 00:08:20 +09:00 |
|
yesseruser
|
82fec4194d
|
Disabled RecievePositionalInputAtSubTree in PlayerFlag.
|
2023-11-22 15:45:32 +01:00 |
|
yesseruser
|
08e0279d72
|
Revert "Renamed UpdateableFlag to ClickableUpdateableFlag."
This reverts commit 671177e871 .
|
2023-11-22 15:25:43 +01:00 |
|
yesseruser
|
be8b59e59d
|
Revert "Created and implemened a BaseUpdateableFlag."
This reverts commit cd7e0bf620 .
|
2023-11-22 15:25:35 +01:00 |
|
yesseruser
|
7bc304f20e
|
Revert "Added a BaseDrawableFlag without a tooltip, and used it."
This reverts commit b2f74325ef .
|
2023-11-22 15:25:17 +01:00 |
|
yesseruser
|
33de27499a
|
Merge branch 'master' into FlagHUD
|
2023-11-22 14:36:20 +01:00 |
|
Dean Herbert
|
aa8dc6bd80
|
Attempt to fix intermittent failures on new tests
See https://github.com/ppy/osu/pull/25418/checks?check_run_id=18886372597.
|
2023-11-22 21:46:35 +09:00 |
|
Dan Balasescu
|
cb4568c4a1
|
Fix first object after break not starting a new combo
|
2023-11-22 17:22:48 +09:00 |
|
Bartłomiej Dach
|
f1f820bec3
|
Merge pull request #25523 from peppy/save-skin-on-screen-change
Save any unsaved changes in the skin editor when game changes screens
|
2023-11-22 14:19:57 +09:00 |
|
Dean Herbert
|
b30a4ab3a9
|
Merge pull request #25536 from peppy/combo-commenting
Improve commenting around `IHasCombo` interfaces
|
2023-11-22 13:28:03 +09:00 |
|
Dean Herbert
|
34a2545d9c
|
Merge pull request #25510 from Stedoss/login-state-changes-user-profile-overlay
Handle login API state changes in `UserProfileOverlay`
|
2023-11-22 12:41:11 +09:00 |
|
Dean Herbert
|
d86e743745
|
Merge branch 'master' into login-state-changes-user-profile-overlay
|
2023-11-22 12:13:49 +09:00 |
|
Dean Herbert
|
ad6af1d9b7
|
Ensure only run once
|
2023-11-22 12:03:42 +09:00 |
|
Dean Herbert
|
fe15b26bd2
|
Refactor to use API state instead of logged in user state
|
2023-11-22 12:02:37 +09:00 |
|
Dean Herbert
|
04640b6fb0
|
Improve commenting around IHasCombo interfaces
Following discusion with smoogi IRL.
|
2023-11-22 10:44:29 +09:00 |
|
Dean Herbert
|
7bdee96c07
|
Merge pull request #25533 from bdach/aaaannndddrroooiiiddd
|
2023-11-22 08:44:43 +09:00 |
|
Poyo
|
3a0586a8f5
|
Rewrite backwards assertion
|
2023-11-21 15:19:04 -08:00 |
|
Poyo
|
0cf925dadf
|
Use better fallback
Seems better to use the rate from a non-gameplay clock than to arbitrarily apply 1.
|
2023-11-21 15:18:04 -08:00 |
|
Bartłomiej Dach
|
aa72407065
|
Fix android compile failures due to invalid java version
See https://github.com/ppy/osu-framework/pull/6057.
|
2023-11-22 07:55:41 +09:00 |
|
Bartłomiej Dach
|
c98be5823d
|
Update framework
|
2023-11-22 07:52:28 +09:00 |
|
yesseruser
|
b2f74325ef
|
Added a BaseDrawableFlag without a tooltip, and used it.
The BaseDrawableFlag is used in a BaseUpdateableFlag so the tooltip is not shown, the ClickableUpdateableFlag still shows the tooltip.
|
2023-11-21 19:51:35 +01:00 |
|
yesseruser
|
cd7e0bf620
|
Created and implemened a BaseUpdateableFlag.
The tooltip still shows.
|
2023-11-21 19:27:33 +01:00 |
|
yesseruser
|
671177e871
|
Renamed UpdateableFlag to ClickableUpdateableFlag.
|
2023-11-21 19:02:23 +01:00 |
|
Dan Balasescu
|
8302ebcf1a
|
Remove default DrainRate value
|
2023-11-21 19:18:02 +09:00 |
|
Dan Balasescu
|
4b5ef8328b
|
Merge pull request #25521 from Syriiin/fix/refactor-miss
Fix implicitly used method being named incorrectly
|
2023-11-21 18:00:19 +09:00 |
|
Dean Herbert
|
aa749aeb73
|
Save any unsaved changes in the skin editor when game changes screens
Closes https://github.com/ppy/osu/issues/25494.
|
2023-11-21 17:49:57 +09:00 |
|
Dean Herbert
|
21bf288277
|
Merge pull request #25520 from peppy/context-menu-spacers
Allow context menus to have visible spacers
|
2023-11-21 16:56:36 +09:00 |
|
Bartłomiej Dach
|
bf972a04ee
|
Merge pull request #25409 from Tom94/bspline-sliders
Add free-hand drawing of sliders to the editor
|
2023-11-21 16:28:14 +09:00 |
|
Bartłomiej Dach
|
ed38746823
|
Fix spacer appearing on top of menu
|
2023-11-21 16:14:41 +09:00 |
|
Bartłomiej Dach
|
d83b2e24e7
|
Merge pull request #25371 from RatinFX/open-editor-timestamp
Implement opening editor timestamp links
|
2023-11-21 15:48:36 +09:00 |
|