Commit Graph

24356 Commits

Author SHA1 Message Date
smoogipoo 5278236458 Use invariant ToLower() 2019-12-16 17:07:30 +09:00
smoogipoo 27150d6bbc Use char concatenation for performance 2019-12-16 17:06:52 +09:00
smoogipoo 9fa6954ac2 Refactor getSampleBank a bit 2019-12-16 17:05:24 +09:00
smoogipoo 98dd1c2590 Use SingleOrDefault() where possible 2019-12-16 17:03:58 +09:00
smoogipoo d56e99865c Throw not implemented exceptions 2019-12-16 16:57:49 +09:00
smoogipoo 596fda3c1f Refactor switch 2019-12-16 16:57:40 +09:00
smoogipoo 58e3fb0d0f Coalesce to -1 2019-12-16 16:43:20 +09:00
smoogipoo 0d49bc244e Fix test beatmap not being retrievable anymore 2019-12-13 21:30:28 +09:00
smoogipoo ea4eb6b204 CI cleanups 2019-12-13 21:29:10 +09:00
smoogipoo 9bc02f489e Add missing headers 2019-12-13 19:14:49 +09:00
smoogipoo 0ad28a9400 Start at version 128 2019-12-13 19:11:45 +09:00
smoogipoo abf3f341b7 Merge remote-tracking branch 'refs/remotes/origin/master' into legacy-beatmap-saving 2019-12-13 19:01:25 +09:00
smoogipoo c976427206 Refactor test to be more complete 2019-12-13 19:00:28 +09:00
smoogipoo 654499d8b0 Remove whitespace 2019-12-13 17:33:18 +09:00
smoogipoo 97158fce7d Always attach a new combo to spinners 2019-12-13 17:02:10 +09:00
smoogipoo 0b7c4f252c Fix artist being written in place of version 2019-12-13 17:01:59 +09:00
smoogipoo 53a665a034 Fix sound types and banks not being written correctly 2019-12-13 17:01:44 +09:00
Dean Herbert 1cd26a0707
Lighten background during breaks (#7142)
Lighten background during breaks

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-12-12 21:23:07 +09:00
Dean Herbert ecc7fdc561 Ensure a clean run on each test method 2019-12-12 21:04:56 +09:00
Dean Herbert 5e634c1183 Move test values to constants 2019-12-12 20:51:58 +09:00
Dean Herbert 7559012fb7 Merge remote-tracking branch 'upstream/master' into lighten-playfield-during-breaks 2019-12-12 19:55:09 +09:00
smoogipoo ac984423bb Fix only single sound type being written 2019-12-12 19:53:30 +09:00
smoogipoo dedae69db8 Prefer legacy curve format if possible 2019-12-12 19:52:15 +09:00
Dean Herbert 0627c814d6
Refactor DrawableRuleset to be constructed with a converted bea… (#7169)
Refactor DrawableRuleset to be constructed with a converted beatmap
2019-12-12 19:40:44 +09:00
smoogipoo d35d34c01b Fix hanging semicolon for per-node bank output 2019-12-12 19:01:43 +09:00
smoogipoo 4760307bbb Don't output the first slider control point 2019-12-12 19:01:15 +09:00
smoogipoo 60063eefd2 Fix up background/video events 2019-12-12 18:51:05 +09:00
smoogipoo 51bdb73b91 Don't write empty file names 2019-12-12 18:49:47 +09:00
smoogipoo f89042cd0a Add missing section header 2019-12-12 18:48:22 +09:00
smoogipoo e09bbf0315 Implement background/video/break encoding 2019-12-12 18:47:28 +09:00
smoogipoo d1dc3456d1 Fix incorrect repeat point count 2019-12-12 18:42:48 +09:00
smoogipoo c3475a2dde Write control points in absolute coordinates 2019-12-12 18:41:13 +09:00
smoogipoo 8f03599a62 Write default sampleset by name 2019-12-12 18:40:33 +09:00
smoogipoo be000e13e4 Implement initial legacy beatmap encoding support 2019-12-12 18:34:40 +09:00
smoogipoo 1807fc9b61 Fix testcase not converting beatmap 2019-12-12 16:48:33 +09:00
smoogipoo 59345c97e4 Remove now unnecessary editor working beatmap 2019-12-12 15:58:31 +09:00
smoogipoo 5861eca80d Make DrawableRuleset take a converted beatmap 2019-12-12 15:58:11 +09:00
Salman Ahmed 6a539e307a Split into small tests and add more cases 2019-12-12 09:22:35 +03:00
Dan Balasescu d63ab362dc
Merge pull request #6878 from huoyaoyuan/filesafety
Remove usages of FileSafety class
2019-12-12 14:31:22 +09:00
Dean Herbert 76a7e9cde8 Catch file exception in test reset 2019-12-12 14:04:57 +09:00
Dean Herbert b6c86d512a Update framework 2019-12-12 13:28:27 +09:00
Dean Herbert 8168872952 Merge remote-tracking branch 'upstream/master' into filesafety 2019-12-12 13:28:21 +09:00
Dean Herbert a871ec77a0
Use beatmap background in editor (#7167)
Use beatmap background in editor
2019-12-12 13:26:39 +09:00
Dean Herbert 606bd33aa6 Use beatmap background in editor 2019-12-12 13:04:32 +09:00
Dean Herbert 65c8855644
Remove abstract ScoreProcessor class (#7153)
Remove abstract ScoreProcessor class

Co-authored-by: Dean Herbert <pe@ppy.sh>
2019-12-12 12:00:00 +09:00
Dean Herbert a93d57b77e
Merge branch 'master' into lighten-playfield-during-breaks 2019-12-12 11:57:21 +09:00
Dean Herbert d2ada90434
Merge branch 'master' into single-scoreprocessor 2019-12-12 11:36:45 +09:00
Salman Ahmed 035a53cb9e Schedule SetUp() 2019-12-12 01:10:43 +03:00
Salman Ahmed 61265ed452 Increase the waiting steps 2019-12-12 00:52:33 +03:00
Salman Ahmed 4f6b85e5ea Add test ensuring correct break lightening behaviour 2019-12-12 00:32:39 +03:00