Dan Balasescu
|
ac9de336db
|
Merge branch 'master' into fix-mania-conversion
|
2018-03-09 16:09:14 +09:00 |
|
tgi74000
|
1f48cfb79a
|
Added Mirror Mod for Mania
|
2018-03-08 17:35:20 +01:00 |
|
Dean Herbert
|
fe3ab94afb
|
Fix mania judgement regression
|
2018-03-07 19:19:56 +09:00 |
|
Dean Herbert
|
b62ed004f2
|
Remove judgements when deciding a new judgement for a HitObject
Generally happens when rewinding.
|
2018-03-07 19:14:42 +09:00 |
|
Dean Herbert
|
e82cadc811
|
Make LegacyID nullable
The -1 default was getting stored to the database.
|
2018-03-06 17:40:14 +09:00 |
|
Poyo
|
e187c6453d
|
Added mania-difficulty mod support
|
2018-03-05 18:19:06 -08:00 |
|
smoogipoo
|
02265ad686
|
Enable mania's basic conversion testcase
|
2018-03-05 20:20:46 +09:00 |
|
smoogipoo
|
27a510aad8
|
The endtime-object pattern is never checked against
|
2018-03-05 20:20:42 +09:00 |
|
smoogipoo
|
4be478d38e
|
Fix LowProbability conversions happening during kiai time
|
2018-03-05 20:20:22 +09:00 |
|
smoogipoo
|
356d353cea
|
Fix ConversionDifficulty never actually being calculated
|
2018-03-05 20:20:18 +09:00 |
|
smoogipoo
|
675c7d0dfd
|
Invert Max/Mins
|
2018-03-05 20:20:14 +09:00 |
|
smoogipoo
|
dfeee79a24
|
Fix incorrect probability
|
2018-03-05 20:20:10 +09:00 |
|
smoogipoo
|
2bd58e5421
|
Re-order RNG call to match osu-stable
|
2018-03-05 20:20:06 +09:00 |
|
smoogipoo
|
4da30c6940
|
Fix missing conversion case
|
2018-03-05 20:20:00 +09:00 |
|
Dean Herbert
|
0e928429d4
|
Merge branch 'master' into ruleset-replayframes
|
2018-03-04 01:57:43 +09:00 |
|
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 |
|
Dean Herbert
|
c54c1699bf
|
Merge branch 'master' into ruleset-replayframes
|
2018-03-01 22:26:16 +09:00 |
|
smoogipoo
|
8cfb119383
|
Fix FastRandom using uint instead of int for NextDouble()
|
2018-03-01 16:17:01 +09:00 |
|
smoogipoo
|
c783a19e41
|
Fix mania frame conversion not working at all
|
2018-03-01 02:28:15 +09:00 |
|
smoogipoo
|
195b6642e6
|
Reimplement important frames
|
2018-03-01 02:28:15 +09:00 |
|
smoogipoo
|
cf42d5bbd5
|
Remove mostly-unused Score parameter
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
c9c65cab53
|
CreateReplayFrame -> CreateConvertibleReplayFrame
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
a7e6c19e61
|
Remove todo (probably not a consideration going forward)
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
222ae70062
|
Populate rulesets with their replay frames
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
a02eaf0e94
|
Use StageDefinition to determine special column in ManiaReplayFrame
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
b8b869e8b7
|
Remove now unused property
|
2018-03-01 02:28:14 +09:00 |
|
smoogipoo
|
a3c7755ade
|
Implement a conversion process for ReplayFrames
|
2018-03-01 02:28:14 +09:00 |
|
Poyo
|
96f416fef3
|
Update code style
Sorry, bot overlords.
|
2018-02-26 00:18:54 -08:00 |
|
Poyo
|
31cf00e3b8
|
Implement mania star difficulty calculation
|
2018-02-25 23:52:38 -08: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
|
b500b76407
|
Merge branch 'master' into update-branch
|
2018-02-08 23:35:48 +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 |
|