smoogipoo
|
a2c239d5e3
|
Rename to IBeatmapConverter, move to separate file
|
2018-03-02 20:19:47 +09:00 |
|
smoogipoo
|
71755f5363
|
Prettyfy some JSON
|
2018-03-02 20:12:29 +09:00 |
|
smoogipoo
|
820a852caf
|
Remove unnecessary .osu properties
|
2018-03-02 18:37:38 +09:00 |
|
smoogipoo
|
cdca7371a3
|
Replace testcases with a basic test suite
|
2018-03-02 18:20:33 +09:00 |
|
smoogipoo
|
1f21ccffb0
|
Add lenience to start times
|
2018-03-02 18:20:12 +09:00 |
|
Dan Balasescu
|
4aff659272
|
Merge branch 'master' into beatmap-conversion-testcases
|
2018-03-02 16:04:32 +09:00 |
|
smoogipoo
|
3d5fefae8c
|
Add TestFixtureAttribute to all tests
|
2018-03-02 15:34:31 +09:00 |
|
smoogipoo
|
6fff6da751
|
Ignore broken testcases
|
2018-03-02 14:01:34 +09:00 |
|
smoogipoo
|
0145ef5277
|
Fix mania using the wrong validation data
|
2018-03-02 13:13:01 +09:00 |
|
smoogipoo
|
573d6d1b5f
|
Allow multiple mappings to be generated for a single hitobject
|
2018-03-02 13:13:01 +09:00 |
|
smoogipoo
|
9d035fc5d0
|
Add a mania beatmap conversion testcase
|
2018-03-02 13:13:01 +09:00 |
|
smoogipoo
|
8cfb119383
|
Fix FastRandom using uint instead of int for NextDouble()
|
2018-03-01 16:17:01 +09:00 |
|
smoogipoo
|
5faec5c2f1
|
Add a separate property to control playfield area
|
2018-02-21 20:54:33 +09:00 |
|
smoogipoo
|
cd2c9a9de6
|
Adjust xmldoc and rename to GetAspectAdjustedSize
|
2018-02-19 17:04:18 +09:00 |
|
Dan Balasescu
|
9f7736fab3
|
Merge branch 'master' into restore-ruleset-tests
|
2018-02-14 22:48:29 +09:00 |
|
smoogipoo
|
46284c61ae
|
Return HitResult.None instead of null
|
2018-02-08 14:25:59 +09:00 |
|
smoogipoo
|
802aaefe35
|
Give rulesets a way to disable/enable perfect/ok hit results
|
2018-02-08 13:54:08 +09:00 |
|
smoogipoo
|
beaecbafbd
|
Merge branch 'master' into unified-hitwindows
|
2018-02-08 13:22:44 +09:00 |
|
smoogipoo
|
6810948a6f
|
Fix mania testcase
|
2018-02-08 13:16:53 +09:00 |
|
smoogipoo
|
ccc948a0b9
|
Update framework (testing)
|
2018-02-08 12:45:51 +09:00 |
|
Dean Herbert
|
dfc344b47a
|
Update OpenTK version
|
2018-02-06 13:47:54 +09:00 |
|
Dean Herbert
|
6b35ef7063
|
Update OpenTK version
|
2018-02-05 16:13:30 +09:00 |
|
smoogipoo
|
15fe1a7966
|
Remove mania's custom storage of HitWindows
|
2018-02-02 18:53:18 +09:00 |
|
smoogipoo
|
acf20c079c
|
General improvements around usage of HitWindows for mania
|
2018-02-02 18:47:54 +09:00 |
|
smoogipoo
|
a0c1662fb7
|
Move mania's HitWindows to osu.Game
|
2018-02-02 17:52:55 +09:00 |
|
FreezyLemon
|
8f0ab2040f
|
Add Jetbrains.Annotations NuGet package
|
2018-01-26 12:46:28 +01:00 |
|
smoogipoo
|
5742e61e68
|
Merge remote-tracking branch 'origin/master' into ruleset-configs
|
2018-01-26 15:39:09 +09:00 |
|
Dean Herbert
|
03154dbc63
|
Fix incorrect initial migration
Also adds variant to settings
|
2018-01-25 23:41:03 +09:00 |
|
smoogipoo
|
45e8a2b69b
|
Remove ManiaPlayfield local scrollTime bindable
Now not needed due to having this databased.
|
2018-01-25 20:49:25 +09:00 |
|
smoogipoo
|
b77f08941c
|
Make mania play the next note's sounds if no note is hit
Fixes #1911.
This follows what osu!stable does, which is rather unfortunate, since it just plays _every_ sound for the note :|.
|
2018-01-24 20:05:37 +09:00 |
|
Dean Herbert
|
5a00ae36d1
|
Add database-based configuration for rulesets
|
2018-01-24 17:45:28 +09:00 |
|
Dean Herbert
|
1fda45fe10
|
Fix broken formatting
|
2018-01-23 16:40:18 +09:00 |
|
Dean Herbert
|
c01f67b0d8
|
Merge remote-tracking branch 'upstream/master' into ruleset-configs
|
2018-01-23 16:23:25 +09:00 |
|
smoogipoo
|
d37844c068
|
Clean up off-by-one offsets from repeat-related properties
|
2018-01-23 13:37:25 +09:00 |
|
Dan Balasescu
|
9b471dea33
|
Back to max 10 special keys for now, change xmldoc to normal comment
|
2018-01-23 10:51:01 +09:00 |
|
Dan Balasescu
|
2bc67629b8
|
Improve xmldoc + remove explicit Special2 value
Special2 value is implicit at Special1 + 1 (2).
|
2018-01-23 10:03:34 +09:00 |
|
smoogipoo
|
68a6323168
|
Remove SpecialColumnPosition for now
This needs to be re-implemented in the future, perhaps in a way that allows it to be dynamically changed.
|
2018-01-22 16:19:05 +09:00 |
|
smoogipoo
|
8a8b3f25e7
|
SpecialColumn -> SpecialColumnPosition
|
2018-01-22 16:12:45 +09:00 |
|
smoogipoo
|
351be4308f
|
Oops, forgot to commit OnJudgement change
|
2018-01-22 16:12:35 +09:00 |
|
smoogipoo
|
90d8ee8d36
|
Fix stage background being too transparent
This is the original colour for the background. Not sure why this was changed.
|
2018-01-22 16:12:15 +09:00 |
|
smoogipoo
|
3d36fd3676
|
Update xmldoc to be more descriptive of single/dual stages
|
2018-01-22 16:11:26 +09:00 |
|
smoogipoo
|
0ef6384de0
|
Fix hitexplosions not working in the testcase
|
2018-01-22 16:11:06 +09:00 |
|
smoogipoo
|
c1331cef1b
|
Disallow DualStages for non-converted beatmaps
|
2018-01-22 15:52:54 +09:00 |
|
smoogipoo
|
ba58b25f01
|
Fix showing too many keybindings
|
2018-01-22 15:47:31 +09:00 |
|
smoogipoo
|
1350b68f15
|
DualStages always doubles the column count in lazer
|
2018-01-22 15:18:39 +09:00 |
|
smoogipoo
|
eede8333ba
|
getVariantType -> getPlayfieldType
|
2018-01-22 15:18:11 +09:00 |
|
smoogipoo
|
17d75b349d
|
Dual stages is not ranked ಠ_ಠ
|
2018-01-22 15:11:45 +09:00 |
|
smoogipoo
|
77c4da5f0f
|
KeyCoop -> DualStages
|
2018-01-22 15:11:15 +09:00 |
|
smoogipoo
|
583aa9922f
|
IKeyBindingMod -> IPlayfieldTypeMod
|
2018-01-22 15:07:14 +09:00 |
|
smoogipoo
|
65a2e09593
|
Privatise VariantMappingGenerator to ManiaRuleset
|
2018-01-22 15:03:05 +09:00 |
|