Commit Graph

188 Commits

Author SHA1 Message Date
smoogipoo 4642a6093c Add test 2020-04-21 17:15:13 +09:00
Salman Ahmed fc6c245de5 Replace all judged event logic with HasCompleted bindable 2020-04-19 05:36:04 +03:00
Dean Herbert 7f95418262 Fix osu!mania replays actuating incorrect keys when multiple stages are involved 2020-04-14 16:52:17 +09:00
Dean Herbert cb6372acac
Merge branch 'master' into mania-stage-background-skinning 2020-04-09 15:37:48 +09:00
smoogipoo d13231eff7 Use ctor for default width 2020-04-08 18:23:24 +09:00
Dean Herbert e6b87656ba Fix TestSceneColumn columns not getting a width 2020-04-08 18:04:53 +09:00
smoogipoo 83db6cebb6 Implement bottom stage image 2020-04-08 16:20:54 +09:00
smoogipoo e429c274a9 Initial structure 2020-04-08 15:35:37 +09:00
Dean Herbert 3794b55eef Rename ManiaStage to Stage 2020-04-08 14:13:31 +09:00
Dean Herbert 9071bf5cbb Fix mania test scene not using mania skinnable test scene 2020-04-07 16:20:13 +09:00
Dean Herbert 0a340bac5a Ensure the correct (up-to-date) ruleset is retrieved 2020-04-07 16:20:13 +09:00
Dean Herbert 2c840c52a3 Add skinnable test scene per ruleset to better allow dynamic compilation 2020-04-07 16:20:13 +09:00
smoogipoo 1f797207f7 Rework lookups to not require total playfield columns 2020-04-03 12:31:05 +09:00
Dan Balasescu 0f5fd8051c
Merge branch 'master' into mania-hitexplosion-skinning 2020-04-02 23:08:31 +09:00
smoogipoo 9552319732 Fix hold note animation not being reset 2020-04-02 17:09:08 +09:00
smoogipoo 63708532a1 Remove frozen clock from test scenes 2020-04-02 16:36:57 +09:00
smoogipoo 09eb9facdd Add column to test scene 2020-04-02 14:37:29 +09:00
smoogipoo 94031b57ea Split hit explosion positioning from column 2020-04-02 14:37:29 +09:00
smoogipoo aac7709640 Add stage test scene 2020-04-01 13:31:25 +09:00
smoogipoo c10a91a33e Add odd/even type to test scenes 2020-04-01 12:04:33 +09:00
mcendu c9a81e7f71 Merge branch 'column-type3' into mania-skinning-refactor 2020-03-31 22:33:27 +08:00
smoogipoo c4f76ffdaf Implement mania note skinning 2020-03-31 15:29:25 +09:00
smoogipoo 211a8db4c5 Merge branch 'mania-key-area-skinning' into mania-note-skinning 2020-03-31 15:23:59 +09:00
smoogipoo 538dc0c558 Merge branch 'mania-hitobject-area-skinning' into mania-note-skinning 2020-03-31 15:20:56 +09:00
mcendu 275f96791d
add regression tests 2020-03-31 13:57:37 +08:00
smoogipoo 02237133cb Implement mania hit target skinning 2020-03-31 12:17:44 +09:00
smoogipoo cb1513b374 Add mania key area skinning 2020-03-31 11:23:33 +09:00
smoogipoo 44727eb2b8 Implement column background skinning 2020-03-31 10:57:56 +09:00
smoogipoo bd87a4cde8 Re-namespace testscene 2020-03-30 23:21:40 +09:00
smoogipoo 655fab6a97 Add mania skinnable test helpers 2020-03-30 23:21:40 +09:00
Dean Herbert 232c255986 Basic test scene setup 2020-03-23 17:33:02 +09:00
Dean Herbert 0be423183d Rename data class 2020-03-11 00:36:56 +09:00
smoogipoo d11d29c1f7 Adjust namespaces 2020-03-03 15:30:53 +09:00
smoogipoo 6d939e9d41 Add failing test scenes 2020-03-02 12:42:48 +09:00
smoogipoo 239cfddcbb Improve test scenes/cases 2020-03-02 10:50:41 +09:00
smoogipoo a02c5710ac Rename base class 2020-03-02 10:06:49 +09:00
voidedWarranties 089ec4c792 Test scene for mod development 2020-02-29 21:16:28 -08:00
mcendu f7f8622436 make TestSceneDrawableJudgement use scene from osu.Game.Tests 2020-02-17 15:42:52 +08:00
dependabot-preview[bot] 48781e5685 Bump Microsoft.NET.Test.Sdk from 16.4.0 to 16.5.0
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 16.4.0 to 16.5.0.
- [Release notes](https://github.com/microsoft/vstest/releases)
- [Commits](https://github.com/microsoft/vstest/compare/v16.4.0...v16.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-10 08:24:12 +00:00
smoogipoo 91735ff367 Update MathUtils namespace usages 2020-01-09 13:43:44 +09:00
smoogipoo 2688a855a0 Downgrade NUnit to fix discovery issues 2020-01-08 14:14:46 +09:00
dependabot-preview[bot] f91637e7b6
Bump NUnit3TestAdapter from 3.15.1 to 3.16.0
Bumps [NUnit3TestAdapter](https://github.com/nunit/nunit3-vs-adapter) from 3.15.1 to 3.16.0.
- [Release notes](https://github.com/nunit/nunit3-vs-adapter/releases)
- [Commits](https://github.com/nunit/nunit3-vs-adapter/compare/V3.15.1...V3.16)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-06 07:41:37 +00:00
Dean Herbert 3a5015d013
Merge branch 'master' into fix-hold-note-input 2019-12-27 21:48:38 +09:00
mcendu 64381bf4b1
rm unnecessary usings 2019-12-26 22:08:46 +08:00
mcendu 75d1e4cc76
rm TestLegacySkin 2019-12-26 22:06:29 +08:00
mcendu 8ebfe5cfd8
add tests 2019-12-26 21:15:49 +08:00
smoogipoo d5288760a7 Fix test text 2019-12-23 18:50:18 +09:00
smoogipoo 7bb4a08f10 Add failing tests 2019-12-23 18:47:58 +09:00
smoogipoo 78b30a076f Add mania player test scene 2019-12-23 17:48:57 +09:00
Dean Herbert 492a910671 Update missed launch configurations 2019-12-20 19:08:05 +09:00