Commit Graph

9240 Commits

Author SHA1 Message Date
16e3a19738 Fix notification overlay not being in correct place in test scene 2021-06-11 16:18:51 +09:00
f00967388a Refactor tests a bit 2021-06-11 16:17:42 +09:00
33aec57238 Replace 1.0 version in old skin test assets with none 2021-06-11 15:45:34 +09:00
7fd26ff3b0 Merge branch 'master' into more-metadata-fields 2021-06-11 06:35:51 +02:00
fe48ce4bd5 Remove unaccessed field
It was a warning...
2021-06-11 00:58:06 +03:00
ca3c45363a Add test coverage 2021-06-11 00:25:22 +03:00
24c249b17e Add test coverage 2021-06-10 22:40:49 +02:00
417aaacc53 Add test coverage for romanised data transfer 2021-06-10 22:18:39 +02:00
58d71e4aea Remove local "next frame" storage 2021-06-10 22:41:38 +09:00
dde84e5cbd Merge branch 'master' into transformers-per-skin 2021-06-10 11:58:52 +03:00
5e80f454ce Merge branch 'master' into results-screen-sfx 2021-06-10 17:25:35 +09:00
479d6d3fc5 Merge branch 'master' into fix-beatmap-skin-disables 2021-06-10 16:37:58 +09:00
9a3ca09501 Merge pull request #13384 from bdach/fixed-label-width
Align label widths of editor setup screen controls
2021-06-10 14:55:49 +09:00
9044a20120 Merge branch 'master' into realm-key-binding-store 2021-06-10 13:58:08 +09:00
39e1f77d53 add image table with image content test 2021-06-10 09:37:33 +07:00
3d508f9266 Merge branch 'master' into results-screen-sfx 2021-06-10 11:28:35 +09:00
6538d44708 Make SkinProvidingContainer able to perform lookup on multiple skins
Currently `protected` functionality for use in custom `SkinProvidingContainer`s, can be exposed to public constructors if it need to later on, but I'm not sure about doing that opposed to just nesting multiple `SkinProvidingContainer`.
2021-06-09 22:49:31 +03:00
cf40282f1f Convert LegacySkinTransformers to accept raw ISkins rather than a full ISkinSource 2021-06-09 22:49:31 +03:00
266c1e2e25 Merge branch 'master' into fix-beatmap-skin-disables 2021-06-09 18:43:15 +02:00
7fe878299f Merge branch 'master' into wiki-article 2021-06-09 16:24:45 +02:00
b02b8ae2bc Merge pull request #13381 from smoogipoo/improve-hit-error-judgements
Improve hit error judgement displays
2021-06-09 19:40:17 +09:00
8fda04c2d9 Merge branch 'master' into results-screen-sfx 2021-06-09 18:00:11 +09:00
47eeab34e1 Remove redundant string interpolation 2021-06-09 17:34:47 +09:00
38fc9347be Add failing test coverage for beatmap skin disable 2021-06-09 16:19:04 +09:00
5487012060 Add test coverage for default skin background cycling 2021-06-09 07:48:16 +02:00
f628ec25ef Add test coverage for keeping same background instance 2021-06-08 22:31:09 +02:00
d86ace4d11 Add test coverage for skin background source 2021-06-08 22:03:59 +02:00
88266eac63 Add option to fix label width of a LabelledDrawable 2021-06-08 16:57:32 +02:00
c8e14d7710 Ignore non-scorable and bonus judgements 2021-06-08 23:09:23 +09:00
25af4dfa8a Merge pull request #13375 from smoogipoo/fix-multi-nullref
Fix possible nullref when exiting song select too fast
2021-06-08 20:47:40 +09:00
ab9290772b Fix a similar case with online play sub-screens 2021-06-08 17:54:54 +09:00
6017ef3825 Merge branch 'master' into fix-skin-sample-lookup 2021-06-08 17:37:36 +09:00
490ab9e96a Fix typo 2021-06-08 17:09:03 +09:00
7fa0ac6ed7 Fix possible nullref when exiting song select too fast 2021-06-08 17:03:50 +09:00
791855dfa0 Merge branch 'master' into legacy-skin-default-fallback 2021-06-08 16:54:26 +09:00
95852ccdf8 Merge branch 'master' into results-screen-sfx 2021-06-08 15:14:31 +09:00
1b4771655a Adjust test scene to avoid cross-test interference
* Move steps from ctor to a separate basic test.
* Wait for barrage to complete in basic test, as not doing so polluted
  state of other tests.
* Reset score processor after every test.
2021-06-07 13:16:07 +02:00
37d062c7cd Add failing assertions to hit error meter test 2021-06-07 13:16:07 +02:00
122a624b7f Remove bogus CatchHitWindows
`CatchHitWindows` were a vestige from the past, and were not actually
used anywhere except for the hit error meter test, giving off an
appearance that the hit error meter was working properly.
`CatchHitObject` actually specifies empty hit windows.
2021-06-07 13:16:07 +02:00
b192c46316 Merge branch 'master' into wiki-article 2021-06-07 11:19:20 +02:00
729e05241f Add more test coverage 2021-06-07 17:32:10 +09:00
f677f9b5f4 Stop BackgroundScreenDefault from reloading beatmap background when already correct 2021-06-07 17:22:36 +09:00
d26c9a66c2 Merge branch 'legacy-skin-default-fallback' into fix-skin-sample-lookup 2021-06-07 12:01:19 +09:00
248e90df6d Add more request handling code 2021-06-05 15:55:58 +02:00
5e44329e0b Add DummyAPIAccess request handler
Make CreateChannelRequest.channel public
2021-06-05 14:43:26 +02:00
39c3b08fc7 Merge remote-tracking branch 'upstream/master' into chat-mention 2021-06-05 11:18:06 +02:00
6e40af756b Add request handler for dummy API 2021-06-05 11:10:16 +02:00
5febbe4530 rename method add entry 2021-06-04 23:32:42 +07:00
a82eeb6daf tidy up sidebar test 2021-06-04 16:00:26 +07:00
3bf70dea60 fix test to using heading block 2021-06-04 15:51:23 +07:00