Dean Herbert
|
aca19a005e
|
Add versioning to difficulty calculators
|
2022-07-21 18:15:25 +09:00 |
|
Salman Ahmed
|
6ce6f6f7df
|
Merge branch 'master' into remove-score-multiplier-on-custom-mod-settings
|
2022-07-20 08:57:43 +03:00 |
|
Dan Balasescu
|
ec789c2f71
|
Merge pull request #19128 from peppy/default-follow-circle-improvements
Adjust default follow circle animations to feel nicer
|
2022-07-20 14:57:03 +09:00 |
|
Salman Ahmed
|
4210ec6502
|
Merge branch 'master' into remove-score-multiplier-on-custom-mod-settings
|
2022-07-19 19:21:26 +03:00 |
|
Dean Herbert
|
06ae30a7d2
|
Fix slider velocity not using previous value if slider is not adjacent
|
2022-07-19 22:54:11 +09:00 |
|
Dan Balasescu
|
cfb2adfd27
|
Merge branch 'master' into velocitychanges
|
2022-07-19 19:57:47 +09:00 |
|
Dean Herbert
|
e346624b14
|
Fix animation changes incorrectly applying to successful completion of sliders
|
2022-07-19 15:51:02 +09:00 |
|
Dean Herbert
|
101d270615
|
Merge branch 'master' into default-follow-circle-improvements
|
2022-07-19 15:50:47 +09:00 |
|
Salman Ahmed
|
d8cce5fe36
|
Fix OsuHitObject not using property wrapper properly
|
2022-07-19 07:52:12 +03:00 |
|
Salman Ahmed
|
8f80a22ef9
|
Fix osu! and catch hitobjects no longer scaled to 1 by default
|
2022-07-19 07:00:13 +03:00 |
|
Salman Ahmed
|
1051009827
|
Change bindable properties in all HitObject s to be lazily initialised
|
2022-07-19 05:39:10 +03:00 |
|
Salman Ahmed
|
32ba58109b
|
Remove score multiplier on difficulty-increasing mods with customised settings
|
2022-07-18 07:29:03 +03:00 |
|
Salman Ahmed
|
0ac3391d54
|
Merge branch 'master' into cinema-repel-incompatible
|
2022-07-18 06:55:43 +03:00 |
|
tsunyoku
|
83429d2f22
|
make cinema incompatible with repel
|
2022-07-17 20:45:17 +01:00 |
|
tsunyoku
|
491558261f
|
remove unnecessary type-specification
|
2022-07-17 20:44:06 +01:00 |
|
tsunyoku
|
e13c1254e5
|
make perfect incompatible with autopilot
|
2022-07-17 20:41:43 +01:00 |
|
Dean Herbert
|
b93b6ba2ca
|
Change "single tap" mod acronym to not conflict with "strict tracking"
|
2022-07-16 17:19:55 +09:00 |
|
Salman Ahmed
|
887f2721b0
|
Merge branch 'master' into default-follow-circle-improvements
|
2022-07-15 18:39:57 +03:00 |
|
Dean Herbert
|
775c6c8374
|
Fix potential crash in editor from transform time going below zero
|
2022-07-15 19:29:37 +09:00 |
|
Dean Herbert
|
afec7941ff
|
Adjust default follow circle animations to feel nicer
|
2022-07-15 17:28:42 +09:00 |
|
Dean Herbert
|
23a0e25c8c
|
Merge branch 'master' into stable-slider-followcircle-anims
|
2022-07-15 17:27:48 +09:00 |
|
Dean Herbert
|
7ed4eb5815
|
Adjust transform logic to match osu-stable (and add TODOs for remaining oversights)
|
2022-07-15 17:17:55 +09:00 |
|
Dean Herbert
|
0ade8db550
|
Tidy up nullability and casting
|
2022-07-15 16:40:48 +09:00 |
|
Alden Wu
|
1581f1a0ff
|
Convert constructor in abstract class to protected
|
2022-07-14 17:11:01 -07:00 |
|
Alden Wu
|
4453b0b3e8
|
Replace comment pointer with actual comment
|
2022-07-14 17:11:01 -07:00 |
|
Alden Wu
|
66932f1af6
|
Move shared followcircle code into abstract base class
|
2022-07-14 17:11:01 -07:00 |
|
Dean Herbert
|
e2f2d5f794
|
Rename last action to better represent that it is only captured actions
|
2022-07-14 01:40:44 +09:00 |
|
Dean Herbert
|
0bc42ef67d
|
Merge branch 'master' into stable-slider-followcircle-anims
|
2022-07-14 00:24:33 +09:00 |
|
James
|
4d9494d3b3
|
change LastPressedAction to have a private setter
|
2022-07-13 14:42:45 +01:00 |
|
James
|
af03002495
|
make flash duration and ruleset private
|
2022-07-13 14:31:09 +01:00 |
|
James
|
0da1bd393c
|
privatise checkCorrectAction, add abstract CheckValidNewAction function
|
2022-07-13 14:29:27 +01:00 |
|
Dean Herbert
|
be3187c3a4
|
Remove remnant nullable disables
|
2022-07-13 22:05:56 +09:00 |
|
Dean Herbert
|
33dd9562cc
|
Privatise some fields
|
2022-07-13 22:04:57 +09:00 |
|
Dean Herbert
|
5e6b9b96b0
|
Apply NRT to new InputBlockingMod class
|
2022-07-13 22:02:46 +09:00 |
|
tsunyoku
|
6755a771b4
|
make Cinema incompatible with InputBlockingMod
|
2022-07-13 07:49:08 +01:00 |
|
tsunyoku
|
e9b0a3e4fa
|
make alternate and singletap incompatible with eachother
|
2022-07-13 07:35:53 +01:00 |
|
James
|
20d2b86193
|
make Single Tap incompatible with Autoplay, Cinema and Relax
|
2022-07-12 23:18:20 +01:00 |
|
James
|
c05263c3c3
|
add Single Tap mod
|
2022-07-12 23:15:18 +01:00 |
|
James
|
f90f93a43c
|
abstract OsuModAlternate into InputBlockingMod
|
2022-07-12 23:15:18 +01:00 |
|
Gabe Livengood
|
b96734e31a
|
fix mod incompatibility between repel and relax
|
2022-07-12 08:43:48 -04:00 |
|
Dan Balasescu
|
7ab75606a1
|
Merge branch 'master' into velocitychanges
|
2022-07-12 16:52:57 +09:00 |
|
Dean Herbert
|
fa626a82b3
|
Add missed incompatilibity rules
|
2022-07-12 15:19:06 +09:00 |
|
Gabe Livengood
|
28278e2554
|
enable NRT again
|
2022-07-11 17:27:25 -04:00 |
|
Gabe Livengood
|
54fe84350c
|
reciprocate mod incompatibility
|
2022-07-11 17:23:32 -04:00 |
|
Alden Wu
|
48911b956a
|
Remove ClearTransformsAfter call
A bit weird only having one call on its own; probably deserves an
entire PR dedicated to adding ClearTransformsAfter calls
|
2022-07-10 17:07:21 -07:00 |
|
Gabe Livengood
|
6443338251
|
use cursor position instead of destination for dampLength calculation
the destination vector is clamped within playfield borders, we want dampLength to be based on distance from the cursor.
|
2022-07-10 01:22:22 -04:00 |
|
Gabe Livengood
|
a606d545c1
|
update new usage of CalculatePossibleMovementBounds
|
2022-07-08 12:00:07 -04:00 |
|
Dean Herbert
|
36f129a9b6
|
Merge branch 'master' into osu-mod-repel
|
2022-07-09 00:26:49 +09:00 |
|
Dean Herbert
|
8071335f3a
|
Merge pull request #18596 from hlysine/fix-random-mod-slider
Fix random mod generating off-screen sliders
|
2022-07-08 19:28:34 +09:00 |
|
goodtrailer
|
84dcd042f4
|
Protect duration calculations against unstable fps
|
2022-07-07 20:30:31 -07:00 |
|