Commit Graph

56616 Commits

Author SHA1 Message Date
c48c9ecb6d Merge pull request #20743 from frenzibyte/improve-beatmap-card-buttons
Improve clickable area of beatmap card icon buttons
2022-11-03 15:47:08 +09:00
e336d486a6 Merge pull request #21093 from peppy/auto-skip-multiple-times
Fix automated skip not skipping more than once when required
2022-11-03 15:46:56 +09:00
94a34071f5 Merge pull request #21094 from smoogipoo/fix-velocity-test
Fix velocity test failing with no audio device
2022-11-03 15:18:49 +09:00
0aa8dfe11c Merge pull request #21092 from peppy/increase-tourney-max-seed
Increase the maximum seed range for tournament client
2022-11-03 14:21:17 +09:00
07bfac40fa Adjust padding to avoid overlap with card border when expanded 2022-11-03 14:03:28 +09:00
66a6084d3f Scale in the background fill alongside the icon 2022-11-03 14:03:19 +09:00
fc191807c6 Fix velocity test failing with no audio device 2022-11-03 13:59:22 +09:00
df9f49eef2 Move hover layer behind icon
Looked bad on the "already downloaded" state where the icon becomes
black.
2022-11-03 13:56:07 +09:00
fb0bc597a0 Merge branch 'master' into improve-beatmap-card-buttons 2022-11-03 13:53:29 +09:00
4154be6cda Adjust auto-skip to skip multiple times if necessary 2022-11-03 13:52:29 +09:00
5f2f6b84b2 Add failing test coverage of automated skip scenarios 2022-11-03 13:52:27 +09:00
aef3c7918c Add total skip count to SkipOverlay 2022-11-03 13:52:24 +09:00
ec4ac77f14 Increase the maximum seed range for tournament client 2022-11-03 13:27:54 +09:00
92dc3a3c02 Merge pull request #21074 from peppy/taiko-clean-up
Clean up taiko classes in preparation for new skin implementation
2022-11-03 12:38:59 +09:00
993439d30b Fix missed nullability 2022-11-03 11:28:39 +09:00
bfa5d41d89 Fix one more case 2022-11-02 17:39:45 +09:00
5dfaf27722 A bit more cleanup 2022-11-02 17:23:45 +09:00
bc3382f373 Apply NRT to many taiko classes 2022-11-02 17:15:25 +09:00
910dd3ad01 Move more default classes to correct namespace 2022-11-02 17:15:25 +09:00
2407eb063d Simplify Circle usage in default CentreHitCirclePiece 2022-11-02 17:15:25 +09:00
9c758e5425 Move DefaultInputDrum to correct location 2022-11-02 17:15:25 +09:00
0689d3845f Fix TestSceneHitExplosion not maintaining aspect ratio 2022-11-02 17:15:25 +09:00
c66064872a Fix DrawableHit test scene not showing rim hits correctly 2022-11-02 17:15:25 +09:00
cb51fc7384 Merge pull request #21071 from peppy/fix-multiple-import-notifications
Fix multiple notifications arriving for imports in edge cases
2022-11-02 16:54:56 +09:00
db34f238c0 Fix inverted condition 2022-11-02 15:47:30 +09:00
e5f53b1ad8 Use Interlocked.Exhange() instead
Increment isn't correct since it returns the post-incremented value. It
also always increments.
2022-11-02 15:18:48 +09:00
22f662a076 Merge pull request #21070 from peppy/standardise-visual-settings-ui-components
Standardise "Visual Settings" components to fix mismatched paddings and labels
2022-11-02 14:53:00 +09:00
e761c0395d Fix multiple notifications arriving for imports in edge cases 2022-11-02 14:47:56 +09:00
4dabb1aa9c Merge pull request #20990 from smoogipoo/socket-client
Generalise `HubClientConnector` into `SocketClientConnector`
2022-11-02 14:17:36 +09:00
37300ba9e2 Standardise "Visual Settings" components to fix mismatched paddings and labels 2022-11-02 14:01:57 +09:00
30800c9252 Add/adjust xmldocs 2022-11-02 13:16:34 +09:00
e59c8b7d24 Use IDisposable instead 2022-11-02 11:49:04 +09:00
c9108ce41b Rename StartAsync -> ConnectAsync 2022-11-02 11:44:16 +09:00
46d1713e28 Rename Socket* -> PersistentEndpoint* 2022-11-02 11:43:22 +09:00
f1138f51f3 Merge pull request #21051 from peppy/fix-directory-selector-breadcrumb
Fix breadcrumb display in directory selector overlapping new "show hidden" button
2022-11-01 15:00:21 +01:00
9f031b55a1 Merge branch 'master' into fix-directory-selector-breadcrumb 2022-11-01 22:28:13 +09:00
e104242864 Update framework 2022-11-01 22:28:06 +09:00
3f48aff09b Merge pull request #21049 from peppy/fix-slider-sv-snap
Fix time snap of sliders not matching when SV is not 1.0x
2022-11-01 13:57:14 +01:00
ac554c644d Merge branch 'master' into fix-slider-sv-snap 2022-11-01 13:19:46 +01:00
5621db8a2e Merge pull request #21052 from peppy/fix-control-point-info
Fix control points not being cloned when running beatmap conversion
2022-11-01 21:04:49 +09:00
e4fb9119b3 Merge pull request #21060 from peppy/rename-target-practice
Rename mod "Target" to "Target Practice"
2022-11-01 20:38:15 +09:00
3fa529c27a Merge pull request #21059 from peppy/fix-combo-colour-application
Fix `DrawableHitObject.AccentColour` not being updated if object entry is not attached
2022-11-01 20:21:17 +09:00
947e6d41c0 Merge pull request #21056 from peppy/fix-argon-explosion-size
Fix argon hit circle outer gradient getting smaller each state application
2022-11-01 20:03:22 +09:00
fcf0ad2b99 Merge pull request #21057 from peppy/fix-accent-colour-change-performance-osu-argon
Fix large transform retention when adjusting accent colour of hitobject during pause
2022-11-01 20:00:48 +09:00
cd8dc9b17b Rename "Target" to "Target Practice" 2022-11-01 19:47:20 +09:00
f014acfc8d Fix DrawableHitObject.AccentColour not being updated if object entry is not attached 2022-11-01 19:34:53 +09:00
ff60eebe21 Fix large transform retention when adjusting accent colour of hitobject during pause 2022-11-01 19:12:59 +09:00
c179f0bb52 Fix argon hit circle outer gradient getting smaller each state application 2022-11-01 18:31:30 +09:00
ddb3d8326e Merge pull request #21054 from smoogipoo/adjust-mod-multipliers
Adjust target and hold off mod multipliers
2022-11-01 18:12:56 +09:00
37407293aa Adjust target and hold off mod multipliers 2022-11-01 17:57:20 +09:00