f80b183777
Add localisation for DashboardOverlayHeader
2021-07-18 02:45:16 +08:00
f588607ed9
Add localisation for BeatmapListingHeader
2021-07-18 02:45:01 +08:00
3b48975f1e
Add localisation for RankingOverlayHeader
2021-07-18 02:44:46 +08:00
93e79d122f
Move strings together
2021-07-18 02:24:59 +08:00
224c37bdc3
Add localisation for RankingOverlay
2021-07-18 02:24:39 +08:00
53fe61504c
Add localisation for ChangelogHeader
2021-07-18 01:35:54 +08:00
1b4bff0d9f
Optimize code style
...
Co-authored-by: frenzibyte <frenzibyte@gmail.com >
Co-authored-by: bdach <dach.bartlomiej@gmail.com >
2021-07-18 01:29:53 +08:00
51742da89a
Add localisation for NewsHeader
...
Co-authored-by: huoyaoyuan <huoyaoyuan@hotmail.com >
2021-07-17 19:28:27 +08:00
ba9b51c12d
Add localisation for WikiHeader
...
Co-authored-by: huoyaoyuan <huoyaoyuan@hotmail.com >
2021-07-17 19:25:25 +08:00
4b4c341fb8
Merge pull request #13884 from peppy/remove-read-from-difficulty
...
Remove `IApplicableToDifficulty.ReadFromDifficulty`
2021-07-14 13:10:34 +09:00
8d49118320
Merge pull request #13867 from frenzibyte/fix-orange-hue
...
Update hue of certain colour schemes
2021-07-14 13:10:20 +09:00
95d767bd0c
Merge branch 'master' into fix-orange-hue
2021-07-14 12:32:45 +09:00
ed29646291
Remove IApplicableToDifficulty.ReadFromDifficulty
...
This was added specifically for `ModDifficultyAdjust`, but turned out to
be more of a headache than we expected. We have since removed usage and
would hope that this is not required by any other mods.
Opting for complete removal rather than obsoletion, as we discovered
this was already broken in multiple cases, with fixes being quite
logically complex.
If you happen to be a ruleset developer relying on this, open an issue
and we'll talk you through a better approach (or check what
`ModDifficultyAdjust` is doing now for an example).
2021-07-14 12:32:16 +09:00
48d5a3f94f
Merge pull request #13866 from frenzibyte/remove-duplicates
...
Reference `OverlayColourProvider` static colours in `OsuColour`'s definitions xmldocs
2021-07-14 12:06:47 +09:00
80636be767
Link Lime1
and Orange1
to their OverlayColourProvider
's alternative
2021-07-14 03:22:00 +03:00
b4961cd12e
Revert "Remove duplicated colour definitions"
...
This reverts commit 9869986c59
.
2021-07-14 03:18:13 +03:00
b183b1e3dd
Merge pull request #13688 from Henry-YSLin/osu-random-mod-improvements
...
Improve osu random mod
2021-07-13 22:17:55 +09:00
94dc25837f
Merge branch 'master' into osu-random-mod-improvements
2021-07-13 20:39:23 +08:00
8d82412b39
Merge pull request #13851 from gagahpangeran/autolink-md
...
Add autolink support in osu markdown container
2021-07-13 19:40:53 +09:00
4314946e10
Reorganise functions to order more logically (hitcircle before slider methods)
2021-07-13 19:37:17 +09:00
6b663037e4
Use switch
for pattern matching
2021-07-13 19:37:02 +09:00
db8ffc6316
Merge branch 'master' into osu-random-mod-improvements
2021-07-13 19:31:37 +09:00
2436ebb6d3
Merge pull request #13874 from Naxesss/short-object-checks
...
Add object duration checks
2021-07-13 19:01:02 +09:00
9e1f929d52
Merge pull request #13873 from peppy/fix-match-screen-buttons-no-user
...
Fix multiplayer screen buttons showing no text when local user not available
2021-07-13 19:00:00 +09:00
4ce96109b7
Merge branch 'master' into fix-match-screen-buttons-no-user
2021-07-13 18:20:23 +09:00
0557761e51
Merge pull request #13862 from peppy/fix-multiplayer-create-game-failure-crash
...
Fix crash when multiplayer server join fails during game creation
2021-07-13 18:00:47 +09:00
e791669c40
Fix multiplayer screen buttons showing no text when local user not available
2021-07-13 17:59:58 +09:00
80e33065c6
Merge pull request #13872 from peppy/fix-multiplayer-exit-blocking
...
Fix disconnected-from-server multiplayer exit sequence being blocked by confirmation dialog
2021-07-13 17:57:43 +09:00
3a5912e35e
Add new checks to verifiers
2021-07-13 10:53:25 +02:00
53c0298b5e
Add too short spinners check and tests
2021-07-13 10:51:40 +02:00
fec9448301
Add too short sliders check and tests
2021-07-13 10:50:41 +02:00
6da2a3d51f
Add zero-length objects check and tests
2021-07-13 10:50:11 +02:00
28ff92e34e
Add test
2021-07-13 17:31:28 +09:00
60e17fc2b7
Fix disconnected-from-server multiplayer exit sequence being blocked by confirmation dialog
2021-07-13 17:12:35 +09:00
1c69da09d3
Merge branch 'master' into autolink-md
2021-07-13 15:04:36 +07:00
5cffaf4d3b
Add extra explanatory comment to avoid any confusion
2021-07-13 14:34:56 +09:00
c7c691078a
Merge branch 'master' into fix-multiplayer-create-game-failure-crash
2021-07-13 14:34:42 +09:00
e70744ee37
Merge pull request #13870 from bdach/fix-difficulty-bindable-bind-order
...
Fix reset to default logic failing for difficulty adjust mod
2021-07-13 14:12:22 +09:00
35841fa4f7
Merge branch 'master' into fix-difficulty-bindable-bind-order
2021-07-13 13:42:53 +09:00
5cff379cd9
Merge pull request #13860 from smoogipoo/fix-bindable-ctor
...
Fix DifficultyBindable not binding correctly and not having default ctor
2021-07-13 13:42:44 +09:00
5af2190246
Merge branch 'master' into fix-bindable-ctor
2021-07-13 12:46:01 +09:00
ac15dae930
Update framework
2021-07-13 12:35:25 +09:00
351a46b379
Merge pull request #13823 from ekrctb/catch-editor-tests
...
Add some tests for catch editor blueprints
2021-07-13 08:27:41 +09:00
ba5d884ab0
Merge pull request #13856 from peppy/fix-line-break
...
Fix one new incorrect formatting inspection from EAP6
2021-07-13 07:46:39 +09:00
cce4a4dc31
Fix incorrect value copy order in BindTo()
2021-07-12 22:27:36 +02:00
f3fe472a33
Add failing test case for reset to defaults
2021-07-12 22:25:21 +02:00
821c1b5335
Update hue of green colour scheme
2021-07-12 19:11:40 +03:00
62a00a82de
Revert completely irrelevant changes
...
This reverts commit b2b966463a
.
2021-07-12 19:11:28 +03:00
b2b966463a
Update hue of green colour scheme
2021-07-12 19:05:36 +03:00
c96a76df67
Update specified link
2021-07-12 18:21:10 +03:00