Dean Herbert
|
e23b10e6a5
|
Update remaining cases of clashing variable name in realm.Run(realm..
|
2022-01-25 13:04:05 +09:00 |
|
Dean Herbert
|
3e5c9e8436
|
Fix cases of Access instead of Realm
|
2022-01-25 12:58:15 +09:00 |
|
Dean Herbert
|
f30894840c
|
Update terminology to realm "instance" rather than "context"
This matches the terminology used by realm themselves, which feels
better.
|
2022-01-24 20:38:38 +09:00 |
|
Dean Herbert
|
6eb2c28e41
|
Rename RealmContextFactory to RealmAccess
|
2022-01-24 20:38:07 +09:00 |
|
Dean Herbert
|
d7db6fa918
|
Merge branch 'master' into custom-meter
|
2022-01-24 15:46:44 +09:00 |
|
Dean Herbert
|
6581e8c2d3
|
Merge pull request #16549 from Susko3/LoginPanel-flag
Hide the login panel when clicking the country flag
|
2022-01-24 15:38:50 +09:00 |
|
Bartłomiej Dach
|
e236f5d604
|
Add failing test coverage for correct beatmap filename generation on save
|
2022-01-23 20:28:19 +01:00 |
|
Salman Ahmed
|
1ea5a2e6a7
|
Fix incorrect assert step name
|
2022-01-23 10:11:12 +03:00 |
|
Bartłomiej Dach
|
f39f2c93b5
|
Add control for arbitrary-numerator time signatures
|
2022-01-22 20:50:31 +01:00 |
|
Bartłomiej Dach
|
735414bc49
|
Replace TimeSignatures enum with struct for storage of arbitrary meter
|
2022-01-22 20:50:31 +01:00 |
|
Susko3
|
9b63f15e68
|
Add failing test
|
2022-01-21 13:58:30 +01:00 |
|
Dean Herbert
|
114c9e8c1f
|
Update all usages of CreateContext to use either Run or Write
|
2022-01-21 17:27:08 +09:00 |
|
Dan Balasescu
|
4f86a2cb61
|
Merge pull request #16525 from bdach/beatmap-listing-overflow-and-scrolling
Improve usability of expanded card content on beatmap listing
|
2022-01-20 14:14:44 +09:00 |
|
Bartłomiej Dach
|
4cad5890c6
|
Add test coverage for news sidebar showing wrong headers
|
2022-01-19 23:12:35 +01:00 |
|
Bartłomiej Dach
|
d925e44b40
|
Add test coverage for beatmap card expanded content clipping
|
2022-01-19 22:08:52 +01:00 |
|
Dan Balasescu
|
581873f944
|
Merge pull request #16497 from peppy/top-local-rank-optimisation
Rewrite `TopLocalRank` to use realm subscriptions
|
2022-01-19 14:22:12 +09:00 |
|
Dan Balasescu
|
3e5d29ed00
|
Merge pull request #16505 from peppy/remove-base-difficulty-usage
Remove all usage of `BaseDifficulty` (and access `Difficulty` instead)
|
2022-01-19 13:53:55 +09:00 |
|
Dean Herbert
|
201f2d7813
|
Add comprehensive test coverage for TopLocalRank
|
2022-01-19 13:48:00 +09:00 |
|
Dan Balasescu
|
f6f44029e8
|
Merge pull request #16507 from peppy/more-ingore-rules
Add some missing `IgnoredAttributes` to reduce automapper overhead
|
2022-01-19 12:26:37 +09:00 |
|
Bartłomiej Dach
|
7df18c7767
|
Merge branch 'master' into playlist-test-coverage
|
2022-01-18 20:17:48 +01:00 |
|
Dean Herbert
|
67bf95bc91
|
Remove all usage of AuthorString
|
2022-01-18 23:30:40 +09:00 |
|
Dean Herbert
|
7f65f3a47f
|
Remove all usage of BaseDifficulty (and access Difficulty instead)
|
2022-01-18 22:57:39 +09:00 |
|
Dean Herbert
|
02baad30d7
|
Merge branch 'master' into global-bindable-thread-safety
|
2022-01-18 18:12:00 +09:00 |
|
Dan Balasescu
|
73a1f27ce5
|
Merge branch 'master' into realm-integration/score-and-beatmaps
|
2022-01-18 17:31:37 +09:00 |
|
Dean Herbert
|
3e9e7a8fb6
|
Fix PLaylistsResultsScreen tests falling over due to missing beatmap
|
2022-01-18 16:48:27 +09:00 |
|
Dean Herbert
|
8978b88f69
|
Add test coverage of startup ruleset being non-default
|
2022-01-18 16:22:15 +09:00 |
|
Dean Herbert
|
1b62a685f3
|
Merge branch 'master' into realm-integration/score-and-beatmaps
|
2022-01-18 15:07:59 +09:00 |
|
Dean Herbert
|
d26f4d50bd
|
Add test coverage of aggregate room scores displaying correctly
|
2022-01-18 14:00:12 +09:00 |
|
Dean Herbert
|
c3d3c03f0f
|
Fix TestScenePlaylistsScreen crashing on entering room
|
2022-01-18 13:42:41 +09:00 |
|
Dean Herbert
|
da9a60a695
|
Update broken test scenes to match new OsuTestScene logic
|
2022-01-18 13:41:50 +09:00 |
|
Dan Balasescu
|
e9c96908d5
|
Merge pull request #16481 from peppy/fix-scores-container-tests
Rewrite `TestSceneScoresContainer` to work again
|
2022-01-17 20:39:14 +09:00 |
|
Dean Herbert
|
0ba0b5f11a
|
Fix test step not being until when it needs to be
|
2022-01-17 19:45:32 +09:00 |
|
Dan Balasescu
|
f6b9d36acf
|
Remove unused using
|
2022-01-17 17:06:04 +09:00 |
|
Dean Herbert
|
a80e461000
|
Add better test coverage of user top scores
|
2022-01-17 16:23:58 +09:00 |
|
Dean Herbert
|
12fd279b7d
|
Add test to check full flow of rebinding gameplay key bindings
Addresses a regression found in realm PR that was not covered by tests.
|
2022-01-17 16:00:17 +09:00 |
|
Dean Herbert
|
6436b6186f
|
Rewrite TestScenScoresContainer to work again
|
2022-01-17 15:15:39 +09:00 |
|
Dean Herbert
|
5dc7425b2c
|
Fix incorrect realm (non-isolated instance) being used in two test scenes
|
2022-01-17 14:55:23 +09:00 |
|
Dean Herbert
|
90166829c3
|
Update tests which were importing scores without a valid beatmap
|
2022-01-17 14:47:19 +09:00 |
|
Bartłomiej Dach
|
03e4ec4214
|
Merge branch 'master' into realm-integration/score-and-beatmaps
|
2022-01-15 14:45:42 +01:00 |
|
Susko3
|
19467e58c1
|
Remove unused params from BDL methods
|
2022-01-15 01:06:39 +01:00 |
|
Susko3
|
9af9155e66
|
Fix osu.Game.Tests.Android not building
|
2022-01-14 17:37:58 +01:00 |
|
Dean Herbert
|
8d4a3cc569
|
Remove pointless Metadata set
|
2022-01-14 23:27:33 +09:00 |
|
Dean Herbert
|
9900a3f408
|
Remove outdated comment
|
2022-01-14 21:40:35 +09:00 |
|
Dean Herbert
|
289ae7c72f
|
Update one more mismatched test implementation
|
2022-01-14 21:39:42 +09:00 |
|
Dean Herbert
|
a59dcccab7
|
Add local ContextFactory caching to all remaining test scenes that create local managers
|
2022-01-14 19:59:21 +09:00 |
|
Dean Herbert
|
eb5f15a77e
|
Merge pull request #16420 from bdach/slider-paste-parsing-failures-2
Fix pasted sliders having sample points with time at infinity
|
2022-01-13 23:28:49 +09:00 |
|
Dean Herbert
|
4f8d29c1c0
|
Merge branch 'master' into realm-integration/score-and-beatmaps
|
2022-01-13 18:25:09 +09:00 |
|
Dean Herbert
|
7147799895
|
Merge pull request #16273 from Joehuu/fix-remaining-identifier-names
Normalise more identifier names
|
2022-01-13 17:06:57 +09:00 |
|
Dean Herbert
|
e1f5acd689
|
Remove names from user dictionary
|
2022-01-13 12:40:19 +09:00 |
|
Dan Balasescu
|
672c1d36dc
|
Fix intermitten screen navigation tests
|
2022-01-13 05:52:04 +09:00 |
|