Commit Graph

6441 Commits

Author SHA1 Message Date
81d160c85a Add test covering expected UX of range selection 2021-09-26 19:27:47 +02:00
0de7db5840 Add test coverage for timeline selection logic 2021-09-26 19:20:55 +02:00
7caa0a81ec Rename TestScene{Editor -> Composer}Selection
In line with an upcoming split in functionality between the composer
blueprint container and the timeline blueprint container.
2021-09-26 17:22:58 +02:00
dcadf3b81d Add failing test coverage of some dialogs being held on to 2021-09-23 19:18:51 +09:00
60c9e9f704 Merge pull request #14805 from bdach/rectangular-snap-grid
Add rectangular snap grid to osu! editor composer
2021-09-22 00:12:03 +09:00
761548e533 Merge branch 'master' into 14470-ur-not-updating 2021-09-20 22:07:33 +02:00
4e094b2127 Implement grid size toggling matching stable 2021-09-19 20:26:02 +02:00
93ca615c02 Add tests for clearing HitErrorMeter
Works with both `BarHitErrorMeter` and `ColourHitErrorMeter`
2021-09-19 14:15:22 -04:00
56e80a0706 Add rectangular position snap grid 2021-09-19 18:07:19 +02:00
366dbf5c3d Add test for time jumps 2021-09-19 15:35:03 +02:00
761da45f6a Revert af4c3727d77a16e2534df9bbf452336b5c544342 2021-09-19 14:00:56 +02:00
1d7d779f66 Merge branch 'master' into add-legacy-star-particles 2021-09-19 04:34:35 +02:00
3f8454cb76 Remove abstract from ParticleSpewer 2021-09-19 03:19:16 +02:00
ef530ed87c Normalize particle velocity based on max duration 2021-09-18 23:45:58 +02:00
846cde53b3 Add RelativePositionAxes support 2021-09-18 22:54:12 +02:00
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
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
e49d8d0878 Add test coverage of login dialog 2021-09-17 18:36:09 +09:00
a1f587f2c5 Add failing test coverage of password entry textbox not regaining focus 2021-09-17 18:25:25 +09:00
2ab235ebe7 Use new temporary folder storage for beatmap import tests 2021-09-17 16:24:21 +09:00
e0bbc677d2 Fix TestRollbackOnFailure not cleaning up after itself 2021-09-17 16:23:09 +09:00
fde7c88999 Merge branch 'master' into update-framework 2021-09-16 22:49:02 +09:00
b399f910e4 Merge branch 'fix-osu-game-test-scene' into update-framework 2021-09-16 22:46:52 +09:00
df786afb24 Merge pull request #14763 from kj415j45/localisation-settings-GlobalAction
Add localisation for Settings-KeyBindings-GlobalActions
2021-09-16 21:08:00 +09:00
f9d5abff8a Update with keybinding changes 2021-09-16 18:26:12 +09:00
18e7d86dd4 Resolve test failure after localizing 2021-09-16 17:08:19 +08:00
2df4073946 SpawnParticle -> CreateParticle (and set time outside of virtual call)
Allows easier overriding (no need to call the `base.CreateParticle` call
and worry about overwriting the time value.
2021-09-16 16:52:46 +09:00
da0667365b Merge branch 'master' into inheritable-allow-track-adjust 2021-09-16 16:35:11 +09:00
fa693bb8a8 Move MusicController adjustment set to inside OsuScreen itself (and result nullable) 2021-09-16 16:08:09 +09:00
43379a2eaa Merge pull request #14752 from peppy/realm-settings
Move (ruleset) settings to realm
2021-09-16 14:05:41 +09:00
9057be1a02 Remove unused usings 2021-09-16 01:30:53 +03:00
3cd3e133ce Move AllowTrackAdjustments test to TestSceneOsuScreenStack 2021-09-16 01:24:50 +03:00
30c458c662 Oops, fix not compiling test 2021-09-15 21:34:41 +03:00
931e873a7e Merge branch 'master' into inheritable-allow-track-adjust 2021-09-15 22:26:13 +09:00
1181317c72 Fix issues found by code quality ci 2021-09-15 12:01:56 +03:00
9b101ea9eb Add a test for AllowTrackAdjustments 2021-09-15 11:40:23 +03:00
cdb44d7239 Fix match footer test scene not working in visual testing 2021-09-15 17:16:11 +09:00
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
ac377a2e3c Remove unused SettingsStore 2021-09-15 16:31:13 +09:00
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
623377772c Merge branch 'master' into fix-spectator-random-mod 2021-09-15 13:55:28 +09:00
a2dcef7c0a Use local (or barebones BeatmapInfo) where feasible 2021-09-15 13:40:05 +09:00
4b3ab42ffd Ensure beatmap is populated 2021-09-15 13:18:46 +09:00
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
7b9e501fa0 Merge branch 'master' into 14421-multi-password-error-handling 2021-09-14 22:58:20 +02:00
67750e6e1a Fix subsequent navigation tests failing due to escape key not being released 2021-09-14 15:08:43 +09:00
6851e0000d Add test coverage 2021-09-14 14:06:24 +09:00
b009772206 Fix code inspect failure 2021-09-13 21:44:28 +02:00
224244801f Remove Particles namespace 2021-09-13 21:44:27 +02:00
7327603fc8 Fix outdated test step description 2021-09-13 21:44:26 +02:00