Dean Herbert
|
6ec2223b5c
|
Catch potential file access exceptions also in async flow
|
2021-10-02 23:01:44 +09:00 |
|
Dean Herbert
|
973c31132b
|
Rename BeatmapInfo variables which were named beatmap for clarity
|
2021-10-02 12:45:34 +09:00 |
|
Susko3
|
6d6fda8337
|
Fix some usages of SettingsTextBox using a bindable with null as default
|
2021-10-01 19:55:22 +02:00 |
|
Dean Herbert
|
32afd3f426
|
Replace all basic usages
|
2021-10-02 02:22:23 +09:00 |
|
Jamie Taylor
|
2a4a376b87
|
Refactor Filter to behave closer to a Transformable
|
2021-10-02 01:32:47 +09:00 |
|
Dean Herbert
|
682fe5be78
|
Merge branch 'master' into realm-context-factory-safer-blocking
|
2021-10-02 00:30:09 +09:00 |
|
Dan Balasescu
|
a620b55d55
|
Merge pull request #14900 from peppy/model-downloader-split
Split `ArchiveModelManager` into two pieces
|
2021-10-01 23:16:09 +09:00 |
|
smoogipoo
|
4e3d9da22d
|
Increase test lenience
|
2021-10-01 22:58:40 +09:00 |
|
Dan Balasescu
|
d24f89fead
|
Merge pull request #14906 from peppy/update-realm-context-factory
Refine `RealmContext` implementation
|
2021-10-01 22:57:03 +09:00 |
|
Dean Herbert
|
b5345235ca
|
Handle window file access errors
|
2021-10-01 10:40:55 +09:00 |
|
Dean Herbert
|
9c0abae2b0
|
Add failing test coverage of realm blocking behaviour
|
2021-10-01 01:20:06 +09:00 |
|
Dean Herbert
|
ca7346e01f
|
Add test coverage
|
2021-10-01 00:34:09 +09:00 |
|
Dean Herbert
|
9fa901f6aa
|
Refine RealmContext implementation API
|
2021-09-30 23:56:38 +09:00 |
|
Dean Herbert
|
a2e61883e3
|
Initial push to use ILive in import process
|
2021-09-30 22:55:25 +09:00 |
|
Dean Herbert
|
3e3b9bc963
|
Split out IModelDownloader and also split apart ScoreManager
|
2021-09-30 18:25:20 +09:00 |
|
Dean Herbert
|
90225f2082
|
Hook up all required interfaces to new BeatmapManager
|
2021-09-30 17:18:39 +09:00 |
|
Jamie Taylor
|
1304b55c41
|
Move visual test to correct namespace
|
2021-09-30 15:19:15 +09:00 |
|
Dean Herbert
|
6ffd9fdcfa
|
Split out BeatmapOnlineLookupQueue from BeatmapManager
|
2021-09-30 14:46:01 +09:00 |
|
smoogipoo
|
18ab6747f7
|
Fix tests
|
2021-09-30 12:01:28 +09:00 |
|
Jamie Taylor
|
909f8d1d98
|
Add visual tests for Filter
|
2021-09-29 20:46:15 +09:00 |
|
smoogipoo
|
67d847fbd3
|
Add room status text to DrawableRoom
|
2021-09-29 20:24:49 +09:00 |
|
smoogipoo
|
d89577b2e7
|
Add host to DrawableRoomParticipantsList
|
2021-09-29 19:34:40 +09:00 |
|
smoogipoo
|
73ee82ee2b
|
Rename RecentParticipantsList -> DrawableRoomParticipantsList
|
2021-09-29 19:15:58 +09:00 |
|
Dan Balasescu
|
f96effb2ea
|
Merge branch 'master' into enable-ipc-test
|
2021-09-29 16:32:53 +09:00 |
|
Dan Balasescu
|
625711e6d2
|
Merge pull request #14776 from peppy/fix-pause-with-audio-offset
Avoid accounting for the pause pitch adjust effect when "fixing" hardware offset adjustments
|
2021-09-28 18:44:22 +09:00 |
|
Dean Herbert
|
46bafb6252
|
Merge branch 'master' into no-more-difficulty-control-points-info
|
2021-09-28 13:53:56 +09:00 |
|
Bartłomiej Dach
|
1a1fc00b44
|
Add failing test case
|
2021-09-27 20:54:29 +02:00 |
|
Dean Herbert
|
41fb3371e5
|
Merge branch 'master' into blueprint-container-sorting
|
2021-09-27 14:12:09 +09:00 |
|
Bartłomiej Dach
|
81d160c85a
|
Add test covering expected UX of range selection
|
2021-09-26 19:27:47 +02:00 |
|
Bartłomiej Dach
|
0de7db5840
|
Add test coverage for timeline selection logic
|
2021-09-26 19:20:55 +02:00 |
|
Bartłomiej Dach
|
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 |
|
Bartłomiej Dach
|
ce70d1082d
|
Add failing test for "ghost timeline blueprint"
|
2021-09-26 15:29:00 +02:00 |
|
Bartłomiej Dach
|
0057400bb7
|
Rename test scene to reflect its new purpose
|
2021-09-26 15:09:30 +02:00 |
|
Bartłomiej Dach
|
4aadff3fd7
|
Add failing test for incorrect composer selection
|
2021-09-26 15:08:43 +02:00 |
|
Dean Herbert
|
dcadf3b81d
|
Add failing test coverage of some dialogs being held on to
|
2021-09-23 19:18:51 +09:00 |
|
Dean Herbert
|
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 |
|
Dean Herbert
|
78e7755df1
|
Re-enable IPC import test
|
2021-09-21 17:54:25 +09:00 |
|
Bartłomiej Dach
|
761548e533
|
Merge branch 'master' into 14470-ur-not-updating
|
2021-09-20 22:07:33 +02:00 |
|
Bartłomiej Dach
|
4e094b2127
|
Implement grid size toggling matching stable
|
2021-09-19 20:26:02 +02:00 |
|
sh0ckR6
|
93ca615c02
|
Add tests for clearing HitErrorMeter
Works with both `BarHitErrorMeter` and `ColourHitErrorMeter`
|
2021-09-19 14:15:22 -04:00 |
|
Bartłomiej Dach
|
56e80a0706
|
Add rectangular position snap grid
|
2021-09-19 18:07:19 +02:00 |
|
Opelkuh
|
366dbf5c3d
|
Add test for time jumps
|
2021-09-19 15:35:03 +02:00 |
|
Opelkuh
|
761da45f6a
|
Revert af4c3727d77a16e2534df9bbf452336b5c544342
|
2021-09-19 14:00:56 +02:00 |
|
Opelkuh
|
1d7d779f66
|
Merge branch 'master' into add-legacy-star-particles
|
2021-09-19 04:34:35 +02:00 |
|
Opelkuh
|
3f8454cb76
|
Remove abstract from ParticleSpewer
|
2021-09-19 03:19:16 +02:00 |
|
Opelkuh
|
ef530ed87c
|
Normalize particle velocity based on max duration
|
2021-09-18 23:45:58 +02:00 |
|
Opelkuh
|
846cde53b3
|
Add RelativePositionAxes support
|
2021-09-18 22:54:12 +02:00 |
|
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
|
45caeb84d3
|
Fix incorrect type specification when restoring bindable value
|
2021-09-17 16:28:47 +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
|
2c071a4d22
|
Add test coverage of pausing with a large audio offset
|
2021-09-17 15:43:38 +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
|
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 |
|
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 |
|
Opelkuh
|
b009772206
|
Fix code inspect failure
|
2021-09-13 21:44:28 +02:00 |
|
Opelkuh
|
224244801f
|
Remove Particles namespace
|
2021-09-13 21:44:27 +02:00 |
|
Opelkuh
|
7327603fc8
|
Fix outdated test step description
|
2021-09-13 21:44:26 +02:00 |
|
Opelkuh
|
cfcb46034c
|
Remove ParticleJet
|
2021-09-13 21:44:23 +02:00 |
|
Opelkuh
|
328c9a5dd0
|
Change ParticleSpewer.Active to a Bindable
|
2021-09-13 21:44:18 +02:00 |
|
Opelkuh
|
1a60ce164e
|
Add ParticleJet
|
2021-09-13 21:44:16 +02: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 |
|
Dean Herbert
|
5f61936700
|
Update legacy encoder tests to only compare pieces we care about
|
2021-09-10 17:29:09 +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 |
|
Dean Herbert
|
309460e505
|
Merge pull request #14675 from ekrctb/featured-artist-markers
Add featured artist markers to beatmap listing and overlay
|
2021-09-10 14:30:33 +09:00 |
|
Dan Balasescu
|
2d2c63dde7
|
Merge branch 'master' into modicon-imod-support
|
2021-09-10 13:30:05 +09:00 |
|
Dan Balasescu
|
78a83e0903
|
Merge pull request #14698 from peppy/fix-beatmap-overlay-hide
Fix beatmap listing overlay not hiding via keyboard control when scrolled
|
2021-09-10 13:18:37 +09:00 |
|
Dan Balasescu
|
80f49ec5fd
|
Merge branch 'master' into cached-all-mods
|
2021-09-10 12:47:22 +09:00 |
|
Dean Herbert
|
464797fecf
|
Allow ModIcon to be constructed using an IMod
|
2021-09-10 12:43:12 +09:00 |
|
Dean Herbert
|
9cf79a80c2
|
Replace many more calls to CreateAllMods with more specific calls
|
2021-09-10 12:04:55 +09:00 |
|
Dean Herbert
|
76e877f160
|
Disable APIMod/Mod cross equality support
|
2021-09-10 11:24:56 +09:00 |
|
Dean Herbert
|
cf633973a9
|
Refactor exposed mod retrieval methods for better safety
|
2021-09-10 11:09:13 +09:00 |
|
Bartłomiej Dach
|
32de13cb96
|
Use consistent assertions for checking placeholder presence
|
2021-09-09 21:33:02 +02:00 |
|
Dean Herbert
|
3865988e48
|
Add test coverage for back button support in password popover
|
2021-09-10 02:15:13 +09:00 |
|
Dean Herbert
|
2e00c71842
|
Add failing test coverage
|
2021-09-10 01:57:33 +09:00 |
|
ekrctb
|
a2c2646230
|
Use a counter instead of RNG
|
2021-09-09 19:36:47 +09:00 |
|
ekrctb
|
210640af09
|
Fix overlay not refreshed in TestSceneBeatmapSetOverlay
|
2021-09-09 12:39:40 +09:00 |
|
Dean Herbert
|
199f5235a3
|
Merge branch 'master' into fix-score-panel-list-keyboard-nav
|
2021-09-09 12:12:16 +09:00 |
|
Dean Herbert
|
6fc46792d3
|
Fix test regressions
|
2021-09-09 00:39:54 +09:00 |
|
Dean Herbert
|
7ed995fbc5
|
Add test with many rooms displayed
|
2021-09-08 20:52:14 +09:00 |
|
ekrctb
|
8745d299dc
|
Add visual tests for featured artist markers
|
2021-09-08 13:27:57 +09:00 |
|
Bartłomiej Dach
|
2097889ce1
|
Add failing test case
|
2021-09-07 21:12:48 +02:00 |
|
Dan Balasescu
|
87434333d2
|
Merge pull request #14659 from peppy/update-framework
Update framework
|
2021-09-07 21:03:37 +09:00 |
|
Dean Herbert
|
c43ac8c946
|
Merge pull request #14660 from ekrctb/search-featured-artists
Add "featured artists" filter to beatmap listing
|
2021-09-07 20:58:13 +09:00 |
|
Dean Herbert
|
fa62c846c5
|
Merge pull request #14603 from smoogipoo/score-ordering
Fix scores not being ordered correctly on leaderboards
|
2021-09-07 19:18:37 +09:00 |
|
Dean Herbert
|
1aa95de530
|
Merge branch 'master' into score-ordering
|
2021-09-07 17:45:38 +09:00 |
|
Dean Herbert
|
91a48084c7
|
Update asserts in line with framework changes to PlaybackPosition
|
2021-09-07 17:25:03 +09:00 |
|
Dean Herbert
|
ff87ad6efc
|
Merge branch 'master' into editor-new-change-diff
|
2021-09-07 17:13:14 +09:00 |
|
Dean Herbert
|
d922210d2f
|
Fix TestSceneDeleteLocalScore not properly comparing post-delete scores
|
2021-09-07 16:46:27 +09:00 |
|
ekrctb
|
b6c80f04b0
|
Add "featured artists" filter to beatmap search
|
2021-09-07 16:44:45 +09:00 |
|
Dean Herbert
|
f3d2d93aa1
|
Remove stray newline
|
2021-09-07 16:09:22 +09:00 |
|
Dean Herbert
|
5b13b566b5
|
Reduce startup overhead during default key binding handling
|
2021-09-07 15:19:23 +09:00 |
|
smoogipoo
|
c9325cc419
|
Fix results screen test scene
|
2021-09-07 14:15:23 +09:00 |
|
Bartłomiej Dach
|
d13e00ed42
|
Merge branch 'master' into editor-new-change-diff
|
2021-09-06 21:42:32 +02:00 |
|
Bartłomiej Dach
|
73f742509a
|
Merge branch 'master' into tablet-area-validity-fix
|
2021-09-06 21:15:17 +02:00 |
|
Dean Herbert
|
1952ebece9
|
Update tests to use more correct control point definitions
|
2021-09-06 22:04:51 +09:00 |
|
Dean Herbert
|
8ffcea2e51
|
Remove unnecessary null checks
|
2021-09-06 21:32:43 +09:00 |
|
Dean Herbert
|
3c7a34bdbd
|
Move mania-specific conversion to converter
|
2021-09-06 21:06:13 +09:00 |
|
Dean Herbert
|
766d789845
|
Rename ApproachRate to ScrollSpeed for now (to reduce complexity/confusion)
|
2021-09-06 21:06:13 +09:00 |
|
Dean Herbert
|
0500cd578a
|
Merge branch 'master' into no-more-difficulty-control-points-info
|
2021-09-06 21:06:12 +09:00 |
|
smoogipoo
|
20100b8894
|
Fix a few test failures
|
2021-09-06 20:20:52 +09:00 |
|
Dean Herbert
|
6f482c3602
|
Add test coverage of sharper aspect ratio
|
2021-09-06 14:14:42 +09:00 |
|
Dean Herbert
|
458cde832d
|
Avoid using SSDQ for validity computation
|
2021-09-06 14:11:13 +09:00 |
|
Bartłomiej Dach
|
7012a1d934
|
Fix issues with main menu -> editor loader transition
|
2021-09-05 21:48:11 +02:00 |
|
Bartłomiej Dach
|
74a129dc27
|
Test switching difficulties after discarding changes
|
2021-09-05 21:48:11 +02:00 |
|
Bartłomiej Dach
|
382269b362
|
Test staying on same difficulty due to unsaved changes
|
2021-09-05 21:48:10 +02:00 |
|
Bartłomiej Dach
|
c72523bc14
|
Add basic test for difficulty switching
|
2021-09-05 21:48:10 +02:00 |
|
Dean Herbert
|
7c60c6a733
|
Merge pull request #14571 from rednir/get-user-from-username
Add ability to open user profile links with username instead of user ID
|
2021-09-06 00:15:09 +09:00 |
|
Davran Dilshat
|
7f9b80e3e5
|
add tests for ShowUser() username overload
|
2021-09-05 15:11:41 +01:00 |
|
Dean Herbert
|
6e4efdd1b1
|
Add test coverage for per-ruleset setup screens
|
2021-09-05 13:40:58 +09:00 |
|
Dean Herbert
|
f76f12d361
|
Fix incorrect test step name
Co-authored-by: PercyDan <50285552+PercyDan54@users.noreply.github.com>
|
2021-09-05 11:14:28 +09:00 |
|
Dean Herbert
|
94b34a5474
|
Add test coverage of invalid cases too
|
2021-09-05 00:46:22 +09:00 |
|
Dean Herbert
|
7b26e480e6
|
Add extended tests
|
2021-09-04 22:55:14 +09:00 |
|
Dean Herbert
|
8d44f059ec
|
Add test coverage of failing validity checks
|
2021-09-04 15:35:54 +09:00 |
|
Dean Herbert
|
b2a14b13dc
|
Update outdated tests
|
2021-09-03 17:11:12 +09:00 |
|
Dean Herbert
|
d587dc6203
|
Populate new approach rate where required
|
2021-09-03 17:11:12 +09:00 |
|
Dean Herbert
|
d4e5a612ea
|
Update IPositionalSnapProvider to take a HitObject as reference, rather than raw time
This allows fetching the correct `DifficultyControlPoint` from the
hitobject. Nothing more.
|
2021-09-03 17:11:12 +09:00 |
|
Dean Herbert
|
a3d9ab1e2e
|
Move approach rate to EffectControlPoint
|
2021-09-03 16:58:16 +09:00 |
|
Dean Herbert
|
071c56e90b
|
Update usages of DifficultyPointAt
|
2021-09-03 16:58:16 +09:00 |
|
Dean Herbert
|
7688ea7057
|
Merge branch 'master' into score-ordering
|
2021-09-02 19:19:52 +09:00 |
|
Dean Herbert
|
cdd0262ca1
|
Merge pull request #14598 from smoogipoo/adjust-classic-scoring
Make classic scoring a constant multiple of standardised scoring
|
2021-09-02 19:18:03 +09:00 |
|
Dan Balasescu
|
6c649b7bbe
|
Merge branch 'master' into no-more-sample-control-points-info
|
2021-09-02 18:09:05 +09:00 |
|
smoogipoo
|
e3ec7e3ddc
|
Adjust test values
|
2021-09-02 17:01:09 +09:00 |
|
Dean Herbert
|
f223be0760
|
Merge branch 'master' into score-ordering
|
2021-09-02 14:45:59 +09:00 |
|
dependabot[bot]
|
5a1eccd8e3
|
Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.10.0 to 16.11.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.10.0...v16.11.0)
---
updated-dependencies:
- dependency-name: Microsoft.NET.Test.Sdk
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2021-09-01 18:17:37 +00:00 |
|
smoogipoo
|
df7480e68c
|
Fix bindable implementation being synchronous
|
2021-09-01 20:56:23 +09:00 |
|
smoogipoo
|
f7c1177cc9
|
Fix ScorePanelList nullref when scores are added too soon
|
2021-09-01 20:35:06 +09:00 |
|
Dean Herbert
|
ef64c05af8
|
Merge pull request #14533 from frenzibyte/move-incompatibility-icon
Move mod incompatibility logic to "local player" mod select overlays
|
2021-09-01 18:12:27 +09:00 |
|
Dean Herbert
|
9e21f5a59c
|
Rename LocalPlayer to User in mod select prefixes
|
2021-09-01 17:22:52 +09:00 |
|
Dean Herbert
|
edf29e405b
|
Merge pull request #14581 from bdach/setup-screen-countdown-settings
Add countdown settings to setup screen
|
2021-09-01 15:35:46 +09:00 |
|
Dean Herbert
|
c70ac5e5c2
|
Merge branch 'master' into privatise-toolbar-offset
|
2021-09-01 14:54:15 +09:00 |
|
Bartłomiej Dach
|
1e4fa87648
|
Merge branch 'master' into setup-screen-countdown-settings
|
2021-08-31 22:43:18 +02:00 |
|
Bartłomiej Dach
|
5dc938cc9f
|
Update tests to match expectations
|
2021-08-31 22:41:47 +02:00 |
|
Bartłomiej Dach
|
b969398e2d
|
Merge branch 'master' into adjust-triangle-speed
|
2021-08-31 20:44:09 +02:00 |
|
Dean Herbert
|
eb21ed08f8
|
Update test to only compare HitObject s
|
2021-08-31 14:51:14 +09:00 |
|
Dean Herbert
|
ce0d7cce2d
|
Merge branch 'remove-ijsonserializable' into no-more-sample-control-points-info
|
2021-08-31 14:40:54 +09:00 |
|
Dean Herbert
|
529a9a6ff8
|
Adjust minimum triangle movement speed to avoid "static" triangles in logo
Closes #14584.
|
2021-08-31 14:08:23 +09:00 |
|
Joseph Madamba
|
570d36fde7
|
Make toolbar handle mouse events instead
|
2021-08-30 20:53:43 -07:00 |
|
Bartłomiej Dach
|
ddf9d2aa6c
|
Add test coverage
|
2021-08-30 22:55:58 +02:00 |
|
Bartłomiej Dach
|
89429021c9
|
Add test scene for labelled dropdowns
|
2021-08-30 21:37:15 +02:00 |
|
Dean Herbert
|
a2cff75fc0
|
Fix editor not cloning control points as expected
|
2021-08-30 21:55:08 +09:00 |
|
Salman Ahmed
|
6154642075
|
Merge branch 'master' into local-popover-containers
|
2021-08-30 15:44:29 +03:00 |
|
Dan Balasescu
|
c4da966ad9
|
Merge pull request #14575 from peppy/add-legacy-convert-encode-stability-tests
Fix multiple conversions of a beatmap to taiko ruleset applying speed multiplier multiple times
|
2021-08-30 18:47:09 +09:00 |
|
Dean Herbert
|
015df282fe
|
Simplify copy operations
|
2021-08-30 18:32:55 +09:00 |
|
Dean Herbert
|
9fae2c350d
|
Fix test regressions
|
2021-08-30 17:25:36 +09:00 |
|
Dean Herbert
|
2115d6f93e
|
Add test coverage of legacy sample point recreation
|
2021-08-30 17:14:53 +09:00 |
|
Dean Herbert
|
ccacf56dd8
|
Move to legacy namespace
|
2021-08-30 17:14:53 +09:00 |
|
Dean Herbert
|
7257aae7f2
|
Move samples to LegacyControlPointInfo
|
2021-08-30 17:14:53 +09:00 |
|
Dean Herbert
|
4adfe9a6dc
|
Add test coverage of double-convert stability
|
2021-08-30 15:30:04 +09:00 |
|
Joseph Madamba
|
7bb2269eba
|
Add overlay closing behavior test
|
2021-08-29 22:27:56 -07:00 |
|
Dean Herbert
|
4dd60e3299
|
Merge branch 'master' into taiko-drum-refacor
|
2021-08-30 14:12:52 +09:00 |
|
Dan Balasescu
|
7be825f470
|
Merge pull request #14488 from frenzibyte/multi-spectator-player-leaving
Gray out and stop player instances who quit during multi-spectator sessions
|
2021-08-30 12:04:19 +09:00 |
|
Bartłomiej Dach
|
2efe82a18d
|
Remove popover container from manual input manager test scene
|
2021-08-28 20:20:42 +02:00 |
|
Salman Ahmed
|
eb90cedc9b
|
Fix editor screen test scenes not updated to show their screens
|
2021-08-28 20:09:35 +03:00 |
|
Salman Ahmed
|
1650fbb8be
|
Add failing test steps
|
2021-08-27 13:24:37 +03:00 |
|
Salman Ahmed
|
b7a0316194
|
Shorten test player count to 4 for less steps
|
2021-08-27 13:14:56 +03:00 |
|
Dean Herbert
|
97f27897b1
|
Add test coverage of mass multiplayer event firing
|
2021-08-27 18:57:35 +09:00 |
|