smoogipoo
|
00a36c388c
|
Fix tests
|
2019-12-26 19:18:39 +09:00 |
|
Dean Herbert
|
a041f32072
|
Use cleaner solution via cancellation of older schedule
|
2019-12-26 19:05:32 +09:00 |
|
Dean Herbert
|
74d875a2e0
|
Give empty archives a hash based on archive name to avoid duplicate imports
|
2019-12-26 18:44:50 +09:00 |
|
Dan Balasescu
|
f005784070
|
Merge pull request #7360 from huoyaoyuan/mod-typo
Fix name typo of OsuModObjectScaleTween
|
2019-12-26 18:29:10 +09:00 |
|
smoogipoo
|
8903f286ef
|
Fix escape not continuing to results screen
|
2019-12-26 18:27:48 +09:00 |
|
smoogipoo
|
d45556eb6a
|
Remove whitespace
|
2019-12-26 17:57:16 +09:00 |
|
smoogipoo
|
35f64d9aae
|
More comments
|
2019-12-26 17:54:31 +09:00 |
|
smoogipoo
|
7ee0370d23
|
Add some tests
|
2019-12-26 17:48:46 +09:00 |
|
smoogipoo
|
f5dbd57d55
|
Refactor drain calculation for resiliency
|
2019-12-26 17:36:40 +09:00 |
|
smoogipoo
|
662ec2d812
|
Refactor gameplay-time drain limitation
|
2019-12-26 15:46:07 +09:00 |
|
smoogipoo
|
429272b864
|
Clean up + document taiko health processor
|
2019-12-26 15:28:30 +09:00 |
|
Huo Yaoyuan
|
9a013acb26
|
Fix name typo of OsuModObjectScaleTween
|
2019-12-26 14:25:41 +08:00 |
|
smoogipoo
|
96a4f9ae53
|
Fix nub position getting offset by size changes
|
2019-12-26 15:14:19 +09:00 |
|
smoogipoo
|
e0c1072ab2
|
Add xmldocs
|
2019-12-26 15:01:19 +09:00 |
|
smoogipoo
|
eba6371526
|
Re-implement taiko's accumulating health processor
|
2019-12-26 15:01:19 +09:00 |
|
smoogipoo
|
3b07c3913d
|
Add perfect and ok values, move to base Judgement
|
2019-12-26 15:00:59 +09:00 |
|
smoogipoo
|
0454c5022d
|
Fix some maps potentially starting with 0 health
|
2019-12-26 15:00:59 +09:00 |
|
smoogipoo
|
90a0569660
|
Tweak drain values
|
2019-12-26 15:00:58 +09:00 |
|
smoogipoo
|
522847987b
|
Implement break/gameplay start times
|
2019-12-26 15:00:58 +09:00 |
|
smoogipoo
|
b348abcd07
|
Only drain health in non-break times
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
977fb3d1bf
|
Make processors and break overlay frame-stable
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
85c44b5a5a
|
Disable list additions during gameplay
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
bd74d086fb
|
Remove adjustment factor
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
70d2d8a2fa
|
Add adjustable target percentage
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
a4b1c79e18
|
Initial implementation of HP drain
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
985277da79
|
Add time elapsation to judgement simulation
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
90cb9d9162
|
Simplify scoreprocesor/healthprocessor implementations
|
2019-12-26 14:59:49 +09:00 |
|
smoogipoo
|
7414a6aadd
|
Merge remote-tracking branch 'huoyaoyuan/master' into health-processor
# Conflicts:
# osu.Game.Rulesets.Catch/CatchRuleset.cs
# osu.Game.Rulesets.Mania/ManiaRuleset.cs
# osu.Game.Rulesets.Taiko/TaikoRuleset.cs
|
2019-12-26 14:56:54 +09:00 |
|
Dean Herbert
|
f603dd82bc
|
Fix difficulty adjust mod not correctly reading settings while leaderboard visible
|
2019-12-26 14:52:08 +09:00 |
|
Dan Balasescu
|
5a11fe9a84
|
Merge pull request #7347 from peppy/fix-sample-lookup
Fix sample lookup not working correctly for custom rulesets
|
2019-12-26 12:40:55 +09:00 |
|
Salman Ahmed
|
89fa1be2c8
|
Fix download manager potentially not handling cancel requests
|
2019-12-25 22:55:14 +03:00 |
|
Andrei Zavatski
|
bb4d02a1f8
|
Fix incorrect icon offset
|
2019-12-25 22:09:14 +03:00 |
|
Andrei Zavatski
|
c77679e36c
|
Naming fixes for overlays using ScreenTitle
|
2019-12-25 21:57:22 +03:00 |
|
Andrei Zavatski
|
3e34155114
|
Update ScreenTitle with the new design
|
2019-12-25 21:56:43 +03:00 |
|
Dean Herbert
|
a47e5aeead
|
Fix sample lookup not working correctly for custom rulesets
|
2019-12-26 00:51:44 +09:00 |
|
Dan Balasescu
|
19ce3eba28
|
Merge pull request #7338 from peppy/remove-legacy-id
Fix missing ruleset IDs in non-legacy rulesets
|
2019-12-25 21:41:46 +09:00 |
|
Dean Herbert
|
9b0af901ef
|
Merge branch 'master' into remove-legacy-id
|
2019-12-25 21:25:33 +09:00 |
|
Dean Herbert
|
3862bbfa25
|
Allow ctrl-tabbing on more tab controls (#7319)
Allow ctrl-tabbing on more tab controls
|
2019-12-25 21:09:27 +09:00 |
|
Dan Balasescu
|
9702cc9809
|
Merge branch 'master' into remove-legacy-id
|
2019-12-25 21:01:12 +09:00 |
|
Dean Herbert
|
41d99df73c
|
Merge branch 'master' into allow-ctrl-tabbing-on-more-tab-controls
|
2019-12-25 20:49:45 +09:00 |
|
Dean Herbert
|
1b1c255394
|
Make the Easy mod's extra life count customizable (#7331)
Make the Easy mod's extra life count customizable
|
2019-12-25 20:19:08 +09:00 |
|
Dean Herbert
|
0e1eca6c0b
|
Simplify/improve beatmap conversion precheck (#7328)
Simplify/improve beatmap conversion precheck
|
2019-12-25 20:08:47 +09:00 |
|
Dean Herbert
|
504a55e803
|
Merge branch 'master' into better-beatmap-conversion
|
2019-12-25 19:52:06 +09:00 |
|
Dean Herbert
|
871f594061
|
Update framework (#7342)
Update framework
|
2019-12-25 19:51:49 +09:00 |
|
Dean Herbert
|
4e419cabdc
|
Merge branch 'master' into update-framework
|
2019-12-25 19:32:17 +09:00 |
|
Dan Balasescu
|
c63963fbd9
|
Merge pull request #7303 from peppy/settings-source-value-changed
Update song select statistics when mod changes settings
|
2019-12-25 19:16:42 +09:00 |
|
Dean Herbert
|
81c330ec26
|
Update framework
|
2019-12-25 18:51:44 +09:00 |
|
Dan Balasescu
|
38219255c7
|
Merge branch 'master' into settings-source-value-changed
|
2019-12-25 18:03:36 +09:00 |
|
Dean Herbert
|
6d89fe97e9
|
Merge pull request #7157 from LeNitrous/adjustable-map-settings
Add difficulty adjustment mod
|
2019-12-25 17:37:37 +09:00 |
|
Dan Balasescu
|
a265a0c7c5
|
Merge branch 'master' into settings-source-value-changed
|
2019-12-25 17:23:08 +09:00 |
|