Dan Balasescu
|
90f1592d15
|
Merge pull request #14783 from peppy/login-feedback
Move login panel related files to own namespace and tidy up class nesting
|
2021-09-17 19:02:23 +09:00 |
|
Dan Balasescu
|
a591fffdbd
|
Merge pull request #14782 from peppy/refocus-textbox-on-failed-password
Refocus the multiplayer password entry textbox on failed join
|
2021-09-17 18:59:09 +09:00 |
|
Dean Herbert
|
e49d8d0878
|
Add test coverage of login dialog
|
2021-09-17 18:36:09 +09:00 |
|
Dean Herbert
|
a1f587f2c5
|
Add failing test coverage of password entry textbox not regaining focus
|
2021-09-17 18:25:25 +09:00 |
|
Dean Herbert
|
2ab235ebe7
|
Use new temporary folder storage for beatmap import tests
|
2021-09-17 16:24:21 +09:00 |
|
Dean Herbert
|
e0bbc677d2
|
Fix TestRollbackOnFailure not cleaning up after itself
|
2021-09-17 16:23:09 +09:00 |
|
Dean Herbert
|
fde7c88999
|
Merge branch 'master' into update-framework
|
2021-09-16 22:49:02 +09:00 |
|
Dean Herbert
|
b399f910e4
|
Merge branch 'fix-osu-game-test-scene' into update-framework
|
2021-09-16 22:46:52 +09:00 |
|
Dean Herbert
|
df786afb24
|
Merge pull request #14763 from kj415j45/localisation-settings-GlobalAction
Add localisation for Settings-KeyBindings-GlobalActions
|
2021-09-16 21:08:00 +09:00 |
|
smoogipoo
|
f9d5abff8a
|
Update with keybinding changes
|
2021-09-16 18:26:12 +09:00 |
|
kj415j45
|
18e7d86dd4
|
Resolve test failure after localizing
|
2021-09-16 17:08:19 +08:00 |
|
Dean Herbert
|
da0667365b
|
Merge branch 'master' into inheritable-allow-track-adjust
|
2021-09-16 16:35:11 +09:00 |
|
Dean Herbert
|
fa693bb8a8
|
Move MusicController adjustment set to inside OsuScreen itself (and result nullable )
|
2021-09-16 16:08:09 +09:00 |
|
Dan Balasescu
|
43379a2eaa
|
Merge pull request #14752 from peppy/realm-settings
Move (ruleset) settings to realm
|
2021-09-16 14:05:41 +09:00 |
|
AbstractQbit
|
9057be1a02
|
Remove unused usings
|
2021-09-16 01:30:53 +03:00 |
|
AbstractQbit
|
3cd3e133ce
|
Move AllowTrackAdjustments test to TestSceneOsuScreenStack
|
2021-09-16 01:24:50 +03:00 |
|
AbstractQbit
|
30c458c662
|
Oops, fix not compiling test
|
2021-09-15 21:34:41 +03:00 |
|
Dean Herbert
|
931e873a7e
|
Merge branch 'master' into inheritable-allow-track-adjust
|
2021-09-15 22:26:13 +09:00 |
|
AbstractQbit
|
1181317c72
|
Fix issues found by code quality ci
|
2021-09-15 12:01:56 +03:00 |
|
AbstractQbit
|
9b101ea9eb
|
Add a test for AllowTrackAdjustments
|
2021-09-15 11:40:23 +03:00 |
|
smoogipoo
|
cdb44d7239
|
Fix match footer test scene not working in visual testing
|
2021-09-15 17:16:11 +09:00 |
|
Dean Herbert
|
520e550764
|
Bring back SettingsStore to avoid changing ruleset API for now
Also fixes some remaining test failures due to locally constructed
rulesets that are not being tracked by the game.
|
2021-09-15 17:12:02 +09:00 |
|
Dean Herbert
|
ac377a2e3c
|
Remove unused SettingsStore
|
2021-09-15 16:31:13 +09:00 |
|
Dean Herbert
|
a2f1752344
|
Make settings works with current caching structure
Will likely pull out that `RulesetConfigCache` next, but this is an
"everything works" state.
|
2021-09-15 16:31:13 +09:00 |
|
Dean Herbert
|
623377772c
|
Merge branch 'master' into fix-spectator-random-mod
|
2021-09-15 13:55:28 +09:00 |
|
Dean Herbert
|
a2dcef7c0a
|
Use local (or barebones BeatmapInfo ) where feasible
|
2021-09-15 13:40:05 +09:00 |
|
smoogipoo
|
4b3ab42ffd
|
Ensure beatmap is populated
|
2021-09-15 13:18:46 +09:00 |
|
Dean Herbert
|
1ba716d9f1
|
Merge pull request #14737 from bdach/editor-difficulty-switch-shared-state
Preserve current time and clipboard contents when switching between difficulties
|
2021-09-15 12:38:56 +09:00 |
|
Bartłomiej Dach
|
7b9e501fa0
|
Merge branch 'master' into 14421-multi-password-error-handling
|
2021-09-14 22:58:20 +02:00 |
|
Dean Herbert
|
67750e6e1a
|
Fix subsequent navigation tests failing due to escape key not being released
|
2021-09-14 15:08:43 +09:00 |
|
Dean Herbert
|
6851e0000d
|
Add test coverage
|
2021-09-14 14:06:24 +09:00 |
|
Bartłomiej Dach
|
cbb9ff1c49
|
Only run prompt-for-save test logic when relevant
|
2021-09-13 21:04:28 +02:00 |
|
Bartłomiej Dach
|
79d0f4835e
|
Add failing tests for preserving clipboard content
|
2021-09-13 21:03:30 +02:00 |
|
Bartłomiej Dach
|
80e54d51f2
|
Add failing test for preserving editor clock time
|
2021-09-13 20:56:36 +02:00 |
|
Dean Herbert
|
e8d4e2e6da
|
Fix tests being blocked by notification overlay popup
|
2021-09-13 19:38:53 +09:00 |
|
Dean Herbert
|
24ae530a80
|
Add test coverage of double dispose of OsuGame
|
2021-09-13 19:04:13 +09:00 |
|
Dean Herbert
|
aa71e3f3d4
|
Update nested game tests in line with framework changes
|
2021-09-13 19:04:13 +09:00 |
|
Dean Herbert
|
65fdceee79
|
Merge branch 'master' into editor-test-scenes-through-loader
|
2021-09-13 14:02:55 +09:00 |
|
Dan Balasescu
|
d9b4fae4e5
|
Merge branch 'master' into chat-command
|
2021-09-13 13:32:44 +09:00 |
|
Bartłomiej Dach
|
cd181452be
|
Add decoding support for SamplesMatchPlaybackRate
|
2021-09-12 16:45:27 +02:00 |
|
Bartłomiej Dach
|
eae5d62fa5
|
Store editor beatmap locally before editor exit
|
2021-09-12 15:50:41 +02:00 |
|
Bartłomiej Dach
|
22fa9a303e
|
Expose test helper for switching between difficulties
|
2021-09-12 13:55:48 +02:00 |
|
Bartłomiej Dach
|
5ae2f41930
|
Make difficulty switching test scene use EditorTestScene
|
2021-09-12 13:26:05 +02:00 |
|
Bartłomiej Dach
|
3467b1f60c
|
Retouch chat command test slightly
|
2021-09-12 13:00:52 +02:00 |
|
Davran Dilshat
|
eeaa8a8380
|
code quality
|
2021-09-11 16:47:20 +01:00 |
|
Davran Dilshat
|
605933c467
|
typo
|
2021-09-11 16:23:17 +01:00 |
|
Davran Dilshat
|
7924a990a3
|
add tests for /chat command
|
2021-09-11 16:22:35 +01:00 |
|
Bartłomiej Dach
|
addba43e7d
|
Merge branch 'master' into fix-password-popover-back-button
|
2021-09-11 14:18:25 +02:00 |
|
Dean Herbert
|
5a06954665
|
Add test coverage of game exit scenario
|
2021-09-10 18:23:00 +09:00 |
|
Dan Balasescu
|
f4b1d8b9d1
|
Merge pull request #14704 from peppy/modicon-imod-support
Update `LeaderboardModSelector` to avoid creating mod instances
|
2021-09-10 16:43:32 +09:00 |
|