Jihoon Yang
|
474f245222
|
Replace nested loop with early return
|
2020-08-18 08:40:29 -07:00 |
|
Jihoon Yang
|
af8f727721
|
Disable LegacyHitExplosion for hold notes
|
2020-08-18 08:28:53 -07:00 |
|
Jihoon Yang
|
138dc5929e
|
Changed MIN_TIME_RANGE as well
|
2020-08-18 01:46:41 -07:00 |
|
Jihoon Yang
|
4ddc04793f
|
Changed MAX_TIME_RANGE instead of the single instance
|
2020-08-18 01:44:30 -07:00 |
|
Jihoon Yang
|
628be66653
|
Updated calculation of mania scroll speed
|
2020-08-18 01:24:56 -07:00 |
|
Dean Herbert
|
f139423786
|
Merge branch 'master' into mania-hitexplosion-pooling
|
2020-07-30 10:40:29 +09:00 |
|
smoogipoo
|
5df406a035
|
Add pooling for mania judgements
|
2020-07-29 16:41:10 +09:00 |
|
smoogipoo
|
00821e7b65
|
Re-implement support for small ticks
|
2020-07-29 16:14:19 +09:00 |
|
smoogipoo
|
7f2e554ad4
|
Fix animations not being reset
|
2020-07-29 15:52:25 +09:00 |
|
smoogipoo
|
0f1f4b2b5c
|
Add pooling for mania hit explosions
|
2020-07-29 15:36:42 +09:00 |
|
smoogipoo
|
375dad0878
|
Increase PERFECT from 320 to 350 score
|
2020-07-28 17:59:52 +09:00 |
|
smoogipoo
|
f7cd6e83aa
|
Adjust mania scoring to be 95% based on accuracy
|
2020-07-28 17:58:58 +09:00 |
|
Dan Balasescu
|
a640541324
|
Merge pull request #9612 from peppy/input-handler-updates
Input handler updates in line with framework changes
|
2020-07-22 20:30:32 +09:00 |
|
Dean Herbert
|
2c62b23d85
|
Update naming
|
2020-07-22 19:53:45 +09:00 |
|
smoogipoo
|
f044c06d08
|
Fix hold notes accepting presses during release lenience
|
2020-07-20 22:26:58 +09:00 |
|
Dean Herbert
|
648e414c14
|
Update InputHandlers in line with framework changes
|
2020-07-19 11:39:11 +09:00 |
|
Dean Herbert
|
56480d1665
|
Merge pull request #9538 from LastExceed/mania-fadein
|
2020-07-17 18:22:13 +09:00 |
|
smoogipoo
|
b3769112fb
|
Fix mania hold note bodies behaving badly with edge alphas
|
2020-07-17 17:08:26 +09:00 |
|
smoogipoo
|
8d9e5db641
|
Use enum values instead of class override
|
2020-07-16 21:29:39 +09:00 |
|
smoogipoo
|
03a7b8a6ef
|
Rename
|
2020-07-16 21:18:24 +09:00 |
|
smoogipoo
|
18d3685023
|
Pass in content
|
2020-07-16 21:17:51 +09:00 |
|
smoogipoo
|
967238e269
|
Add comment explaining scale
|
2020-07-16 17:47:00 +09:00 |
|
smoogipoo
|
74c7d9e67d
|
Use WithChild
|
2020-07-16 17:42:37 +09:00 |
|
smoogipoo
|
02031cea01
|
Add newline
|
2020-07-16 17:42:37 +09:00 |
|
smoogipoo
|
84e2e5677a
|
Add more info to xmldoc
|
2020-07-16 17:42:37 +09:00 |
|
smoogipoo
|
d546db0ec9
|
Fix default coverage
|
2020-07-16 17:35:00 +09:00 |
|
smoogipoo
|
b7f6ae5db9
|
Make the cover into a container
|
2020-07-16 17:26:48 +09:00 |
|
smoogipoo
|
1384e61747
|
Move cover to a separate file, rename
|
2020-07-16 17:26:34 +09:00 |
|
Dean Herbert
|
5049977395
|
Merge pull request #9578 from smoogipoo/accuracy-based-mania
|
2020-07-16 16:12:48 +09:00 |
|
smoogipoo
|
2b39857b8c
|
Make mania 80% acc 20% combo
|
2020-07-16 14:10:52 +09:00 |
|
smoogipoo
|
1a6ae3194e
|
Add test
|
2020-07-15 19:45:48 +09:00 |
|
LastExceed
|
d2e78d080c
|
fix naming convention violation
|
2020-07-15 11:29:13 +02:00 |
|
LastExceed
|
4a2890c054
|
implement FI by flipping HD upside down
|
2020-07-15 11:15:47 +02:00 |
|
LastExceed
|
e12f02a634
|
simplify reversing using rotation
|
2020-07-15 11:07:30 +02:00 |
|
LastExceed
|
b43b1673cc
|
fix leftover parameter name
|
2020-07-15 10:41:34 +02:00 |
|
LastExceed
|
f73fd7ffe9
|
read scroll direction from IScrollingInfo instead of config
|
2020-07-14 17:04:09 +02:00 |
|
LastExceed
|
3b7d52da09
|
rearrange LaneCover members
|
2020-07-14 16:48:14 +02:00 |
|
LastExceed
|
25fb49d59f
|
bind laneCover direction to scroll direction
|
2020-07-14 16:44:29 +02:00 |
|
LastExceed
|
921939f97a
|
extract coverage updating logic to separate method
|
2020-07-14 15:12:00 +02:00 |
|
LastExceed
|
fcda4d9f15
|
move lanecover implementation to ManiaModHidden
|
2020-07-14 15:06:15 +02:00 |
|
LastExceed
|
fec2594ac6
|
reverse LaneCover when playing up-scroll
|
2020-07-14 11:56:31 +02:00 |
|
LastExceed
|
ca39f2aa24
|
only insert BufferedContainer when using FI
|
2020-07-13 13:43:32 +02:00 |
|
LastExceed
|
3178217216
|
remove unnecessary import
|
2020-07-13 13:14:47 +02:00 |
|
LastExceed
|
4b3cffb246
|
expose hitObjectContainer in HitObjectArea
|
2020-07-13 11:55:13 +02:00 |
|
LastExceed
|
bdf680aecb
|
inline single-use constants
|
2020-07-12 14:53:40 +02:00 |
|
LastExceed
|
3606febe31
|
fix case convention violation
|
2020-07-12 14:23:55 +02:00 |
|
LastExceed
|
1cf8b599a1
|
implement fadein
|
2020-07-12 13:57:44 +02:00 |
|
LastExceed
|
06ed5316c4
|
expose hitObectArea in Column
|
2020-07-12 13:57:36 +02:00 |
|
LastExceed
|
0e49bf127b
|
wrap HitObjectContainer in BufferedContainer
|
2020-07-12 13:57:06 +02:00 |
|
Dean Herbert
|
bd5957bc0a
|
Add dynamic compilation exclusion rules for ruleset types
|
2020-07-10 14:49:44 +09:00 |
|