Dean Herbert
|
5e9a7532d3
|
Add basic implementation of new beatmap carousel
|
2025-01-11 01:43:47 +09:00 |
|
Dean Herbert
|
a868c33380
|
Remove BeatmapCarousel testing backdoor
|
2024-12-11 16:28:51 +09:00 |
|
Dean Herbert
|
d707e29ff7
|
Merge branch 'master' into beatmap-info-purge
|
2024-07-23 12:09:32 +09:00 |
|
Bartłomiej Dach
|
8757e08c2c
|
Fix test failures due to automatic break generation kicking in
|
2024-06-19 11:32:08 +02:00 |
|
Bartłomiej Dach
|
04527f3c9d
|
Fix TestBeatmap not transferring newly migrated properties
|
2024-06-13 09:30:09 +02:00 |
|
Dean Herbert
|
fd3f4a9e7b
|
Preserve storyboard events when saving a beatmap in the editor
Until we have full encoding support for storyboards, this stop-gap
measure ensures that storyboards don't just disappear from existence.
|
2024-04-30 00:01:56 +08:00 |
|
Dean Herbert
|
f0aeeeea96
|
...in a safer way
|
2024-01-04 17:13:21 +09:00 |
|
Dean Herbert
|
df99a37254
|
Fix another realm null inspection
|
2024-01-04 17:11:40 +09:00 |
|
Dean Herbert
|
0ab0c52ad5
|
Automated pass
|
2023-06-24 01:00:03 +09:00 |
|
Dean Herbert
|
a842f79ad4
|
Refactor IWorkingBeatmap.Background to GetBackground()
|
2023-06-08 16:19:32 +09:00 |
|
Dean Herbert
|
dd9a418549
|
Fix assembly location lookups
|
2022-12-16 19:19:59 +09:00 |
|
Dean Herbert
|
27c497145f
|
Fix the MOTHERLOAD of undetected issues that are now visible thanks to net6.0
|
2022-12-16 18:16:26 +09:00 |
|
Dean Herbert
|
61c702c02e
|
Add new IDependencyInjectionCandidate interface to non-drawable cached classes
|
2022-11-29 14:45:26 +09:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
andy840119
|
4c9c65856c
|
Remove the nullable disable annotation in the testing beatmap and mark some of the properties as nullable.
This class will be used in some check test cases.
|
2022-10-30 17:03:54 +08:00 |
|
Dan Balasescu
|
b4e55f7309
|
Apply IRenderer changes
|
2022-08-02 19:50:57 +09:00 |
|
Dean Herbert
|
628a30193f
|
Remove incorrect TrackLoaded override from TestWorkingBeatmap
|
2022-07-28 17:49:17 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Joseph Madamba
|
389020b497
|
Fix scores container test failures
|
2022-05-26 20:58:47 -07:00 |
|
Dan Balasescu
|
32e55e7d78
|
Merge branch 'master' into osu-diff-calc-max-combo
|
2022-03-31 15:08:08 +09:00 |
|
Dean Herbert
|
078288a616
|
Make "skin.ini" the default skin filename and remove redundant parameters
|
2022-03-23 15:05:01 +09:00 |
|
Dean Herbert
|
7a1909bf97
|
Change parameter order of LegacySkin to put IStorageResourceProvider first
The optional resource store should not be before the (basically)
required resource provider.
|
2022-03-23 15:02:04 +09:00 |
|
Dean Herbert
|
6c405f1dee
|
Remove storage override from LegacyBeatmapSkin
|
2022-03-23 14:57:42 +09:00 |
|
Dean Herbert
|
b48aa1d8fa
|
Ensure HitObjectSampleTest 's TestWorkingBeatmap provides the marking resource store correctly
|
2022-03-23 14:57:42 +09:00 |
|
Dean Herbert
|
a5acd38fd5
|
Fix HitObjectSampleTest adding null files to realm models
|
2022-03-23 14:57:42 +09:00 |
|
Dean Herbert
|
a7f63fb034
|
Make providing a custom ResourceStore to LegacyBeatmapSkin optional (for tests only)
|
2022-03-23 14:57:42 +09:00 |
|
Dan Balasescu
|
567da9214e
|
Merge branch 'master' into osu-diff-calc-max-combo
|
2022-02-18 18:35:24 +09:00 |
|
Dean Herbert
|
5288eedd31
|
Update all usages of RulesetID and Ruleset.ID to use Ruleset.OnlineID
|
2022-01-27 15:38:03 +09:00 |
|
Dean Herbert
|
6eb2c28e41
|
Rename RealmContextFactory to RealmAccess
|
2022-01-24 20:38:07 +09:00 |
|
Henry Lin
|
44311c1f4e
|
Add tests for diffcalc max combo
|
2022-01-23 11:25:22 +08:00 |
|
Dean Herbert
|
51251e3204
|
Fix CI reported warnings
|
2022-01-12 22:39:00 +09:00 |
|
Dean Herbert
|
00e3af3366
|
Update model manager and many related classes to get things compiling again
|
2022-01-12 17:00:00 +09:00 |
|
Dean Herbert
|
b8cd3cdbbc
|
Various updates to ruleset and primary key usages to move closer to realm support
|
2022-01-12 16:57:13 +09:00 |
|
Dean Herbert
|
00177a3ae1
|
Update usages to new naming
|
2022-01-06 22:54:43 +09:00 |
|
Dean Herbert
|
3ea7588a91
|
Update continuation usages to use GetCompletedResult
|
2022-01-06 22:53:07 +09:00 |
|
Dean Herbert
|
f9713b8895
|
Replace usage of TimeoutAttribute to fix beatmap conversion test failures
|
2022-01-04 11:51:41 +09:00 |
|
Bartłomiej Dach
|
1040590844
|
Add cancellation support to game-side IResourceStore s
|
2021-12-23 10:33:17 +01:00 |
|
Dean Herbert
|
f9a2db5ec6
|
Add accessibility to realm factory via IStorageResourceProvider
We might need to rename this class..
|
2021-12-14 14:19:49 +09:00 |
|
Dean Herbert
|
2a9c7c00c8
|
Update tests and file access code
|
2021-11-29 18:28:25 +09:00 |
|
Dean Herbert
|
ddbd4f9473
|
Merge branch 'master' into remove-model-file-list-inits
|
2021-11-24 18:39:01 +09:00 |
|
Dan Balasescu
|
5ff62a8e04
|
Merge pull request #15779 from peppy/remaining-misc-fixes
Apply some various code quality fixes that don't fit elsewhere
|
2021-11-24 16:59:49 +09:00 |
|
Dean Herbert
|
2dabedebff
|
Remove unnecessary user assign in HitObjectSampleTest
|
2021-11-24 16:30:00 +09:00 |
|
Dean Herbert
|
cb093e1e01
|
Remove reundant self-sets of metadata
|
2021-11-24 15:08:04 +09:00 |
|
Dean Herbert
|
c2f8d9f677
|
Update tests which set Files lists directly
|
2021-11-24 14:00:14 +09:00 |
|
Dean Herbert
|
8c60f37508
|
Fix cases of dynamically assigning Beatmap s to BeatmapSetInfo using list assignment
|
2021-11-24 13:27:37 +09:00 |
|
Dean Herbert
|
fabf253381
|
Update difficulty calculator tests to also use IWorkingBeatmap
|
2021-11-15 19:16:49 +09:00 |
|
Dean Herbert
|
692e846acd
|
Rename BeatmapSetInfo.OnlineBeatmapSetID to OnlineID to match interface
|
2021-11-12 17:52:44 +09:00 |
|
Dean Herbert
|
6a098a8634
|
Rename BeatmapInfo.OnlineBeatmapID to OnlineID to match interface
|
2021-11-12 17:46:24 +09:00 |
|
Dean Herbert
|
0ecf5f201c
|
Rename User to APIUser and move to correct namespace
|
2021-11-07 11:26:01 +09:00 |
|
Dean Herbert
|
9c926e5514
|
Remove BeatmapSetInfo.OnlineInfo and all usages
|
2021-11-04 15:23:04 +09:00 |
|