Dean Herbert
|
c580ec865f
|
APIBeatmapSet.Covers is never null
|
2021-10-21 19:34:01 +09:00 |
|
Dean Herbert
|
0fe0b5dc09
|
APIBeatmap implements IBeatmapInfo
|
2021-10-21 19:14:31 +09:00 |
|
Dean Herbert
|
40a176e86e
|
APIBeatmapSet implements IBeatmapSetInfo
|
2021-10-21 19:14:19 +09:00 |
|
Dean Herbert
|
69e7810dad
|
Enable nullable and switch classes to structs
|
2021-10-21 18:54:36 +09:00 |
|
Dan Balasescu
|
8ae05ee8f7
|
Merge branch 'master' into online-info-as-interface
|
2021-10-21 17:14:57 +09:00 |
|
Dean Herbert
|
0335ed6f27
|
Add missing licence header
|
2021-10-21 17:14:29 +09:00 |
|
Dean Herbert
|
ff674ca913
|
Remove unnecessary access modifiers from interface
|
2021-10-21 17:01:57 +09:00 |
|
Dean Herbert
|
b73bd54ab2
|
Split out individual pieces into own files
|
2021-10-21 16:58:42 +09:00 |
|
Dean Herbert
|
32d01f022f
|
Rename usages which rely on online backing
|
2021-10-21 16:58:42 +09:00 |
|
Dean Herbert
|
0706ad70fb
|
Move BeatmapSetOnlineInfo to an interface type
|
2021-10-21 16:58:42 +09:00 |
|
Dean Herbert
|
a5c155bc87
|
Remove APIPlaylistBeatmap subclass
|
2021-10-21 16:43:46 +09:00 |
|
Dean Herbert
|
7bc8f5cd5c
|
Change selection colour to also match the colour provider scheme
|
2021-10-21 13:01:13 +09:00 |
|
Bartłomiej Dach
|
9ad9465020
|
Remove online-screen-local textbox recolours
|
2021-10-20 22:49:25 +02:00 |
|
Bartłomiej Dach
|
1ec881ce1d
|
Recolour focused text box variant
|
2021-10-20 22:49:25 +02:00 |
|
Bartłomiej Dach
|
addcef4f5d
|
Recolour text box using OverlayColourProvider
|
2021-10-20 22:49:25 +02:00 |
|
Dan Balasescu
|
08f3bc3f44
|
Merge pull request #15120 from peppy/realm-importer
Implement realm beatmap importer
|
2021-10-20 16:44:16 +09:00 |
|
Dean Herbert
|
da750a74fc
|
Add xmldoc mention of valid OnlineID values
|
2021-10-20 15:24:27 +09:00 |
|
smoogipoo
|
c8cdc38efd
|
Always compare OnlineIds by >0
|
2021-10-20 15:20:34 +09:00 |
|
smoogipoo
|
2c979d6420
|
Merge branch 'master' into localise-toasts
|
2021-10-20 15:04:07 +09:00 |
|
smoogipoo
|
a06f624a4a
|
Fix possible exception with "invalid" key
Triggered by toggling Shift+Tab during gameplay.
|
2021-10-20 15:03:16 +09:00 |
|
Dean Herbert
|
4b2eb7736c
|
Move helper method to bottom of file
|
2021-10-20 12:52:38 +09:00 |
|
Dean Herbert
|
37841ca3aa
|
Remove incorrect ToString calls causing localisation to not actually apply
|
2021-10-20 10:41:34 +09:00 |
|
Bartłomiej Dach
|
f29eb08d93
|
Improve contrast in default OverlayColourProvider -themed appearance
|
2021-10-19 22:55:49 +02:00 |
|
Bartłomiej Dach
|
80da153697
|
Recolour a few other existing dropdowns with same hover & selection colours
|
2021-10-19 22:47:18 +02:00 |
|
Bartłomiej Dach
|
61127a389c
|
Fix tab dropdown receiving accent colour too early
|
2021-10-19 22:09:51 +02:00 |
|
Bartłomiej Dach
|
ef03787fe0
|
Split dropdown accent colour into hover and selection colours
|
2021-10-19 22:09:51 +02:00 |
|
Dean Herbert
|
8672b3325a
|
Fix a couple more weird variable names
|
2021-10-19 17:22:50 +09:00 |
|
Dean Herbert
|
61670a70b6
|
Tidy up tracked settings code syntax and fix remaining issue
|
2021-10-19 17:21:07 +09:00 |
|
Dean Herbert
|
192cfe8717
|
Replace unnecessary ToString call
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2021-10-19 16:42:07 +09:00 |
|
Dean Herbert
|
c97cfdd978
|
Merge branch 'master' into localise-toasts
|
2021-10-19 16:37:14 +09:00 |
|
Dean Herbert
|
7cf4395875
|
Merge branch 'master' into default-value-indicator
|
2021-10-19 16:23:02 +09:00 |
|
Dean Herbert
|
d3ab45084d
|
Fix realm migration potentially failing from older releases
|
2021-10-19 14:19:58 +09:00 |
|
sh0ckR6
|
e7b280fc81
|
Comment out RankDisplay
Commented out as it may be revisited at a later time.
Also currently unused.
|
2021-10-18 23:12:33 -04:00 |
|
Dean Herbert
|
ff2eae4597
|
Rename confusing variable
|
2021-10-19 11:37:46 +09:00 |
|
Dan Balasescu
|
30af27e561
|
Merge branch 'master' into realm-importer
|
2021-10-19 11:06:11 +09:00 |
|
Dan Balasescu
|
4fcdeffbd9
|
Merge pull request #15176 from peppy/realm-indexed-online-id
Change `OnlineID` to non-nullable to allow for indexing in Realm
|
2021-10-19 11:05:34 +09:00 |
|
Bartłomiej Dach
|
8db2fc439d
|
Change ruleset ID assert in player to null-check
|
2021-10-18 23:45:06 +02:00 |
|
Bartłomiej Dach
|
6d9d85685f
|
Fix settings item having zero height
|
2021-10-18 23:30:38 +02:00 |
|
Bartłomiej Dach
|
cc9727ec11
|
Merge branch 'master' into default-value-indicator
|
2021-10-18 22:07:58 +02:00 |
|
Bartłomiej Dach
|
88a1b31fae
|
Remove grid usage in SettingsItem
|
2021-10-18 22:07:32 +02:00 |
|
Bartłomiej Dach
|
6c3637a62a
|
Remove grid usage in KeyBindingRow
|
2021-10-18 22:07:30 +02:00 |
|
Bartłomiej Dach
|
830f49bca6
|
Remove doubled-up opacity specification
|
2021-10-18 19:43:48 +02:00 |
|
Dean Herbert
|
b3219bb592
|
Update usages of OnlineID
|
2021-10-18 16:16:36 +09:00 |
|
Dean Herbert
|
6904938dc1
|
Merge branch 'realm-indexed-online-id' into realm-importer
|
2021-10-18 16:14:37 +09:00 |
|
Dean Herbert
|
88a575462c
|
Work around weird null inspection
|
2021-10-18 16:11:55 +09:00 |
|
Dean Herbert
|
2c5ba1d8e2
|
Change OnlineID to non-nullable to allow for indexing in Realm
|
2021-10-18 15:53:40 +09:00 |
|
Dan Balasescu
|
8643c725cc
|
Merge pull request #15175 from peppy/fail-animation-flash-controlled-by-setting
Don't flash screen red on fail if the user has disabled red tinting
|
2021-10-18 15:27:10 +09:00 |
|
Dan Balasescu
|
f2f9872718
|
Merge pull request #15173 from peppy/fix-epilepsy-warning-fade-out
Fix epilepsy warning not being faded out on an early exit during gameplay load
|
2021-10-18 15:18:38 +09:00 |
|
Dean Herbert
|
b2f9f8b8da
|
Update logic surrounding removal of previous OnlineID s when running a new import
|
2021-10-18 15:14:13 +09:00 |
|
Dean Herbert
|
264fa703f2
|
Remove some forgotten temporary code from BeatmapImporter
And make the online queue not `dynamic`, at very least.
|
2021-10-18 14:43:50 +09:00 |
|