Dan Balasescu
|
854b797ab5
|
Merge branch 'master' into legacy-tick-not-so-legacy-after-all
|
2023-10-04 10:52:13 +09:00 |
|
Marvin Schürz
|
fe5177fa4f
|
Remove unused import
|
2023-10-04 00:50:48 +02:00 |
|
Marvin Schürz
|
5469d134cb
|
Add missing parameter description to docs.
|
2023-10-04 00:28:01 +02:00 |
|
Marvin Schürz
|
32f69cd0ba
|
Make UserAvatarNotification.user readonly
|
2023-10-04 00:20:07 +02:00 |
|
Marvin Schürz
|
267d1ee7d4
|
Handle cases when player cannot be invited.
|
2023-10-03 22:08:14 +02:00 |
|
Dan Balasescu
|
a120ea8464
|
Merge branch 'master' into fix-legacy-score-multipliers-2
|
2023-10-04 01:19:33 +09:00 |
|
Bartłomiej Dach
|
844a3b6c1b
|
Merge pull request #24980 from frenzibyte/gameplay-hud-redesign/health-display
Implement redesigned health bar display for "Argon" skin
|
2023-10-03 11:26:21 +02:00 |
|
Bartłomiej Dach
|
9c1f5c35d6
|
Merge pull request #24990 from peppy/argon-better-reverse
Add edge highlight to "argon" slider repeat arrow (and improve all skins' reverse arrow animations)
|
2023-10-03 10:55:11 +02:00 |
|
Dean Herbert
|
4f3c433946
|
Move vertex related constants local to method
|
2023-10-03 17:41:52 +09:00 |
|
Dean Herbert
|
32b2ac4974
|
Rename and refactor glow/miss bars to hopefully make more sense
|
2023-10-03 17:41:11 +09:00 |
|
Dean Herbert
|
4f9daa1c14
|
Tidy up ArgonHealthDisplay code quality
|
2023-10-03 17:32:35 +09:00 |
|
Dean Herbert
|
8178cf3a8d
|
Tidy up background colour gradient logic
This changes things visually a touch, but I think it feels better.
And reads better.
|
2023-10-03 17:17:11 +09:00 |
|
Dean Herbert
|
2cbec6dbdf
|
Update resources
|
2023-10-03 17:11:52 +09:00 |
|
Dean Herbert
|
b234a453da
|
Fix legacy beatmap importer not always handling nested paths correctly
Addresses https://github.com/ppy/osu/discussions/24989.
|
2023-10-03 16:01:17 +09:00 |
|
Marvin Schürz
|
a171fa7649
|
Join multiplayer match when clicking the invite notification
|
2023-10-03 01:31:30 +02:00 |
|
Marvin Schürz
|
8e73dbc894
|
Load api room before displaying notification
|
2023-10-03 01:22:25 +02:00 |
|
Marvin Schürz
|
3879775219
|
Add room name to invite notification
|
2023-10-02 23:20:24 +02:00 |
|
Marvin Schürz
|
e81695bcac
|
Display avatar in invitation notification
|
2023-10-02 23:10:51 +02:00 |
|
Marvin Schürz
|
251e4d4de9
|
Add localisation for inviting a player
|
2023-10-02 23:10:29 +02:00 |
|
Marvin Schürz
|
7629b725a2
|
Add invite button to UserPanel context menu
|
2023-10-02 22:55:53 +02:00 |
|
Marvin Schürz
|
574dc67a9e
|
Add Invited task to multiplayer client
|
2023-10-02 22:53:28 +02:00 |
|
Marvin Schürz
|
d19cdbdefb
|
Add InvitePlayer method to multiplayer server
|
2023-10-02 22:31:47 +02:00 |
|
Dean Herbert
|
82ba545358
|
Add initial animation for health bars
|
2023-10-02 17:01:58 +09:00 |
|
Dan Balasescu
|
b9ab4a2b7c
|
Update score conversion to consider legacy multiplier
|
2023-10-02 16:56:15 +09:00 |
|
Dan Balasescu
|
da2a4681d9
|
Add method to retrieve legacy score multiplier
|
2023-10-02 16:52:01 +09:00 |
|
Dan Balasescu
|
b4b7a7ea5e
|
Add LegacyBeatmapConversionDifficultyInfo abstraction
|
2023-10-02 16:52:01 +09:00 |
|
Dean Herbert
|
3a45bcad15
|
Improve flash and glow further
|
2023-10-02 02:11:07 +09:00 |
|
Dean Herbert
|
c4f47974bc
|
Improve glow further
|
2023-10-02 02:11:07 +09:00 |
|
Dean Herbert
|
88d608e1fa
|
Tidy up common animation code
|
2023-10-02 02:11:07 +09:00 |
|
Dean Herbert
|
df51e61234
|
Improve animation
|
2023-10-02 00:42:51 +09:00 |
|
Dean Herbert
|
22aa7ffd06
|
Use additive colour
|
2023-10-01 22:09:59 +09:00 |
|
Salman Ahmed
|
eef099e69d
|
Do not display "miss" bar if health is already zero
|
2023-10-01 15:25:34 +03:00 |
|
Salman Ahmed
|
7825bea959
|
Use interpolation for health bar opacity instead of transforms
|
2023-10-01 15:25:23 +03:00 |
|
Salman Ahmed
|
30d9004ef9
|
Fix small mistake
|
2023-10-01 13:41:11 +03:00 |
|
Salman Ahmed
|
446c9c2efe
|
Apply adjustments on the "miss" bar display
|
2023-10-01 13:39:36 +03:00 |
|
Salman Ahmed
|
9e2b8254d9
|
Add argon-specific health display test scene
|
2023-10-01 13:26:47 +03:00 |
|
Salman Ahmed
|
a331fb993a
|
Adjust health bar outer stroke colour
|
2023-10-01 01:21:37 +03:00 |
|
Salman Ahmed
|
319208ca3d
|
Adjust health bar glow intensity
|
2023-10-01 01:18:05 +03:00 |
|
Salman Ahmed
|
776536e816
|
Add "Argon" health display implementation
|
2023-10-01 00:56:16 +03:00 |
|
Salman Ahmed
|
33b0cb15a8
|
Add handling for miss judgements in HealthDisplay
|
2023-10-01 00:21:25 +03:00 |
|
Salman Ahmed
|
314ecec65b
|
Refactor player max dimensions test scene to actually upscale textures
|
2023-09-30 01:34:49 +03:00 |
|
Salman Ahmed
|
0bcb99f2c4
|
Crop oversized gameplay textures instead of downscaling them
|
2023-09-30 01:34:47 +03:00 |
|
Dean Herbert
|
81485c548c
|
Move LegacyLastTickOffset specification to generation code and stop passing everywhere
|
2023-09-29 14:32:29 +09:00 |
|
Dean Herbert
|
d5472d3524
|
Merge pull request #24957 from bdach/solo-score-info-get-display-score
Add `GetDisplayScore()` extension for `SoloScoreInfo`
|
2023-09-29 13:09:16 +09:00 |
|
Joseph Madamba
|
9e90374a90
|
Flash discard changes dialog popup when force quitting room/playlist creation with changes
|
2023-09-28 17:09:50 -07:00 |
|
Bartłomiej Dach
|
9a49f44db0
|
Use AsOrdered() when presenting mod presets too
|
2023-09-28 18:42:05 +02:00 |
|
Bartłomiej Dach
|
c0728f0b2e
|
Replace local sort with new utility method
|
2023-09-28 18:35:15 +02:00 |
|
Bartłomiej Dach
|
8215c4cb0e
|
Merge branch 'master' into mods-stable-ordering
|
2023-09-28 18:30:56 +02:00 |
|
Bartłomiej Dach
|
39d5025969
|
Update resources
|
2023-09-28 16:58:21 +02:00 |
|
Bartłomiej Dach
|
7638ea36a0
|
Merge branch 'master' into mod-icon-extended
|
2023-09-28 16:57:17 +02:00 |
|