ekrctb
|
7e466e1eba
|
Fix SPM calculation division by zero
|
2023-01-20 21:00:01 +09:00 |
|
Dan Balasescu
|
7bc8908ca9
|
Partial everything
|
2022-11-27 00:00:27 +09:00 |
|
Dean Herbert
|
1aa0e40f2f
|
Add "Component" prefix to lookup naming
|
2022-11-09 17:46:43 +09:00 |
|
Dean Herbert
|
c908969d9b
|
Rename ISkinComponent to ISkinLookup
|
2022-11-09 17:46:43 +09:00 |
|
Dean Herbert
|
82ff142b1b
|
Apply nullability to osu! skinning classes
|
2022-11-09 13:37:09 +09:00 |
|
Dean Herbert
|
5e7dc34d05
|
Move some non-default skin files to correct namespace
|
2022-11-09 13:31:52 +09:00 |
|
Dean Herbert
|
710c224de4
|
Remove unused IHasMainCirclePiece interface
|
2022-11-09 13:31:50 +09:00 |
|
Dean Herbert
|
1e5ff2679b
|
Rename classes to better emphasise that Smoke is a single trail segment
|
2022-10-05 18:29:16 +09:00 |
|
Dean Herbert
|
04abb2ce8f
|
Update default cursor smoke implementation to use a texture
|
2022-10-05 18:26:17 +09:00 |
|
Alden Wu
|
b0a948df45
|
Move LegacySmoke animation implementation to Smoke
|
2022-10-04 00:17:00 -07:00 |
|
Dean Herbert
|
0bac5ef465
|
Merge branch 'master' into smoke
|
2022-10-03 21:29:42 +09:00 |
|
Alden Wu
|
ddbd69dc67
|
Replace LifetimeAfterSmokeEnd with abstract LifetimeEnd
|
2022-09-20 09:44:01 -07:00 |
|
Dan Balasescu
|
c28ed477e1
|
Expose less stuff, clean up implementation
|
2022-09-20 20:54:49 +09:00 |
|
Dan Balasescu
|
9f23210e7e
|
Use British-English
|
2022-09-20 20:40:20 +09:00 |
|
Alden Wu
|
0316e3e706
|
Merge branch 'master' of https://github.com/ppy/osu into smoke
|
2022-09-19 09:07:17 -07:00 |
|
Dean Herbert
|
c8206b747b
|
Fix border / slider body metrics
|
2022-09-19 23:16:46 +09:00 |
|
Dean Herbert
|
cd84503e62
|
Add slider body
|
2022-09-19 23:16:46 +09:00 |
|
Dean Herbert
|
b766493776
|
Add basic argon skin transformer for osu! ruleset
|
2022-09-19 23:16:46 +09:00 |
|
Alden Wu
|
3eb28881e4
|
Temp default smoke scale/rotation anims
|
2022-09-18 22:14:54 -07:00 |
|
Alden Wu
|
a0e31018a1
|
Copy stable smoke's fade/alpha values, blending, scale, and rotation
|
2022-09-18 22:06:07 -07:00 |
|
Alden Wu
|
0138663bdc
|
Fix InspectCode errors
|
2022-09-18 18:32:33 -07:00 |
|
Alden Wu
|
613564b5b9
|
Full legacy smoke implementation and temp default smoke
|
2022-09-18 12:10:01 -07:00 |
|
Alden Wu
|
493efd84a3
|
Basic smoke path implementation
|
2022-09-18 12:08:34 -07:00 |
|
Dean Herbert
|
bc1212f4e6
|
Change NonGameplayAdjustments to GameplayAdjustments and convert TrueGameplayRate to extension method
|
2022-09-06 22:26:46 +09:00 |
|
Dean Herbert
|
c8764cb333
|
Move all usage of GameplayClock to IGameplayClock
|
2022-08-15 18:30:53 +09:00 |
|
Dean Herbert
|
e0940c6c22
|
Update animations to final versions
|
2022-08-01 18:03:32 +09:00 |
|
Alden Wu
|
c2c2c505a4
|
Combine FollowCircle and TickFollowCircle classes
|
2022-07-21 19:46:46 -07:00 |
|
Alden Wu
|
5cb0920cfb
|
Revert OnSliderTail() to OnSliderEnd()
In light of the comment added in the previous commit, slider tail
and end are not actually the same.
|
2022-07-19 02:27:04 -07:00 |
|
Alden Wu
|
d213f56f79
|
Align legacy followcircle anims to slider ticks
|
2022-07-19 02:08:53 -07:00 |
|
Dean Herbert
|
e346624b14
|
Fix animation changes incorrectly applying to successful completion of sliders
|
2022-07-19 15:51:02 +09:00 |
|
Dean Herbert
|
afec7941ff
|
Adjust default follow circle animations to feel nicer
|
2022-07-15 17:28:42 +09: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
|
0bc42ef67d
|
Merge branch 'master' into stable-slider-followcircle-anims
|
2022-07-14 00:24:33 +09:00 |
|
goodtrailer
|
84dcd042f4
|
Protect duration calculations against unstable fps
|
2022-07-07 20:30:31 -07:00 |
|
Salman Ahmed
|
7f94405c9e
|
Rename method and make duration optional
|
2022-07-06 23:38:11 +03:00 |
|
goodtrailer
|
72fb1ae892
|
Add forgotten unsubscribes
|
2022-07-05 21:04:13 -07:00 |
|
goodtrailer
|
1e6def8209
|
Fix spinner accent animation on rewind
|
2022-07-04 22:58:41 -07:00 |
|
goodtrailer
|
e6a05ce3e2
|
Slow down legacy followcircle animations
|
2022-07-03 13:51:30 -07:00 |
|
goodtrailer
|
0e0e9968ac
|
Split ball and followcircle into default/legacy files
|
2022-06-29 01:23:35 -07:00 |
|
Dan Balasescu
|
ede5ca31a1
|
Always track final follow circle size
|
2022-06-21 18:10:11 +09:00 |
|
Dan Balasescu
|
f8830c6850
|
Automated #nullable processing
|
2022-06-17 16:37:17 +09:00 |
|
Dean Herbert
|
c4854d4004
|
Fix slider ball rotation becoming undefined when time is not flowing smoothly
|
2022-05-12 17:55:12 +09:00 |
|
Dean Herbert
|
a1b7bf3986
|
Use a minimum fade length for clamping rather than zero
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
|
2022-03-10 16:47:02 +09:00 |
|
Siim Pender
|
a02adfdbd4
|
Fix crash on super high bpm kiai sections
|
2022-03-07 20:36:09 +02:00 |
|
Susko3
|
19467e58c1
|
Remove unused params from BDL methods
|
2022-01-15 01:06:39 +01:00 |
|
Dean Herbert
|
6944151486
|
Apply batch fixing of built-in types using var
|
2021-10-27 13:04:41 +09:00 |
|
smoogipoo
|
d8f27633a4
|
Fix legacy approach circles accepting alpha
|
2021-09-16 19:35:15 +09:00 |
|
Dean Herbert
|
4f9c3fde07
|
Move alpha adjustment back to LegacySliderBody to correctly handle default legacy skin
|
2021-09-01 15:10:56 +09:00 |
|
Dean Herbert
|
7a447f5128
|
Mark SankingSliderBody as abstract
|
2021-09-01 15:10:24 +09:00 |
|