Salman Ahmed
|
2a3ae6bce1
|
Update all TabItem implementations to play select sample on OnActivatedByUser
|
2024-04-17 11:20:17 +03:00 |
|
Salman Ahmed
|
4a4ef91bc9
|
Simplify active mods computation
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2024-02-29 00:42:52 +03:00 |
|
Salman Ahmed
|
3f9fbb9318
|
Introduce the concept of ActiveMods in mod select overlay and rewrite once more
|
2024-02-26 22:25:06 +03:00 |
|
Salman Ahmed
|
fdc0636554
|
General code cleanup
|
2024-02-23 17:31:54 +03:00 |
|
Salman Ahmed
|
9ce07a96b2
|
Rewrite mods flow and remove RoomBeatmapAttributesDisplay
|
2024-02-23 17:30:13 +03:00 |
|
Salman Ahmed
|
323d7f8e2d
|
Change BeatmapAttributesDisplay retrieval to proper method
|
2024-02-23 16:59:43 +03:00 |
|
Salman Ahmed
|
918577d530
|
Compute required mods list once per update
|
2024-02-23 16:53:41 +03:00 |
|
Salman Ahmed
|
f94cd4483c
|
Avoid relying on game-wide ruleset bindable
|
2024-02-23 16:50:33 +03:00 |
|
Salman Ahmed
|
ae9c58be30
|
Remove "multiplayer" references from subclass and move to appropriate place
|
2024-02-23 16:50:33 +03:00 |
|
Givikap120
|
a6b63efe7d
|
Fixed NVika code quality errors
|
2024-02-18 03:28:24 +02:00 |
|
Givikap120
|
2df5787dc7
|
Packed changes into separate class
|
2024-02-18 03:13:57 +02:00 |
|
Givikap120
|
ed819fde15
|
Fixed bugs and added ranked status update
|
2024-02-17 23:01:31 +02:00 |
|
Dan Balasescu
|
b44f77cee1
|
Update R# + fix inspections
|
2024-02-02 21:00:28 +09:00 |
|
Salman Ahmed
|
c514550dfa
|
Fix multiplayer potentially selecting mods of wrong ruleset when starting match
|
2024-01-13 11:17:08 +03: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 |
|
Dean Herbert
|
a639e51ddb
|
Fix value not updating after missing beatmap is imported
|
2023-09-27 18:17:25 +09:00 |
|
Dean Herbert
|
175cf68bd6
|
Avoid re-fetching WorkingBeatmap
|
2023-09-27 18:13:07 +09:00 |
|
Fabian van Oeffelt
|
2040dcabe0
|
Improve Code Quality
|
2023-09-25 17:51:39 +02:00 |
|
Fabian van Oeffelt
|
2a3391d83b
|
Remove unused namepace
|
2023-09-25 16:56:34 +02:00 |
|
Fabian van Oeffelt
|
59d3143645
|
Fix SR/BPM Display in Playlist rooms
|
2023-09-25 16:53:40 +02:00 |
|
Dean Herbert
|
4915b2563c
|
Merge pull request #24366 from Joehuu/supporter-playlist-duration
Always show supporter-only playlist durations
|
2023-08-21 17:46:26 +09:00 |
|
Joseph Madamba
|
0bd34a4f13
|
Always show supporter-only playlist durations
|
2023-07-25 21:14:21 -07:00 |
|
Dean Herbert
|
157b1f301b
|
Rename AllowTrackAdjustments to more understandable ApplyModTrackAdjustments
|
2023-07-25 20:20:53 +09:00 |
|
Dean Herbert
|
e47722565a
|
Clarify guard condition in RoomSubScreen
|
2023-07-19 19:39:10 +09:00 |
|
Dean Herbert
|
18aace177a
|
Fix deadlock when logging out while at the create match screen
Closes https://github.com/ppy/osu/issues/24275.
|
2023-07-19 19:37:38 +09:00 |
|
Bartłomiej Dach
|
e273c223a8
|
Fix some more missed CI inspections
|
2023-06-24 17:11:38 +02:00 |
|
Dean Herbert
|
0ab0c52ad5
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
|
Dean Herbert
|
eb31fdecee
|
Apply osu! side changes in line with FocusedOverlayContainer.PopIn abstract change
See https://github.com/ppy/osu-framework/pull/5834
|
2023-06-18 20:57:32 +09:00 |
|
Bartłomiej Dach
|
894ef15e79
|
Merge branch 'master' into update-framework
|
2022-11-26 16:19:36 +01:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dean Herbert
|
53b03df93d
|
Combine TriangleButton and RoundedButton classes
|
2022-11-24 16:26:57 +09:00 |
|
Dean Herbert
|
bea2acc60e
|
Remove local specifications of triangle colouring
|
2022-11-24 16:18:15 +09:00 |
|
Dean Herbert
|
5fc836d1f0
|
Apply NRT to BeatmapLeaderboard / MatchLeaderboard
|
2022-09-26 16:17:28 +09:00 |
|
Dan Balasescu
|
83c0cb1acc
|
Fix beatmap set to null after exiting song select
|
2022-09-07 21:34:29 +09:00 |
|
Dean Herbert
|
37799e3b31
|
Allow preparing preview point without looping
|
2022-08-17 13:20:24 +09:00 |
|
Salman Ahmed
|
8ca8484f0e
|
Fix failing tests
|
2022-07-30 11:49:33 +03:00 |
|
Salman Ahmed
|
369ab10212
|
Fix exit confirmation dialog not blocking all exit cases
|
2022-07-30 11:00:31 +03:00 |
|
Dean Herbert
|
9d457535c6
|
Add confirmation dialog when about to discard a playlist
The confirmation will only show if items have been added to the
playlist.
Closes https://github.com/ppy/osu/issues/19444.
|
2022-07-29 17:11:37 +09:00 |
|
Dean Herbert
|
8116a4b6f6
|
Fix multiplayer spectator crash due to track potentially not being loaded in time
|
2022-07-11 02:51:40 +09:00 |
|
Dan Balasescu
|
58c9bb031f
|
Apply PR reviews/fixes
|
2022-07-01 16:51:15 +09:00 |
|
Dan Balasescu
|
c22e77e481
|
Fix test sometimes referencing old ModSelect object
|
2022-07-01 16:46:27 +09:00 |
|
Bartłomiej Dach
|
26c5b59f6d
|
Replace usages of string.To{Lower,Upper}()
|
2022-06-24 11:57:45 +02:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Dean Herbert
|
d94315ee3f
|
Fix potential crash from unsafe drawable mutation in scoreboard update code
|
2022-05-27 20:03:30 +09:00 |
|
maromalo
|
fc25d248ad
|
Test coverage + no virtual
|
2022-05-21 18:16:29 -03:00 |
|
maromalo
|
2bd4c126d3
|
Blank line
Forgot to save.
|
2022-05-21 05:07:24 -03:00 |
|
maromalo
|
a7aa36a825
|
Add OnPressed to button
|
2022-05-21 04:55:42 -03:00 |
|
Bartłomiej Dach
|
76c63f1d0a
|
Rename ModSelect{Screen -> Overlay} in place of removed old design
|
2022-05-10 22:56:50 +02:00 |
|
Bartłomiej Dach
|
0caea77176
|
Fix mod selects not hiding when their owner screens exit
|
2022-05-05 22:16:55 +02:00 |
|
Bartłomiej Dach
|
a56eab2c47
|
Extract interface for overlay management
|
2022-05-05 22:16:55 +02:00 |
|