Commit Graph

479 Commits

Author SHA1 Message Date
a14481acca Merge pull request #22440 from peppy/argon-hit-lighting-v2
Adjust argon hit lighting further
2023-01-30 19:34:58 +01:00
2b55e05b10 Adjust argon hit lighting further 2023-01-27 13:31:21 +09:00
de1d473d29 Fix kiai flash being visible and incorrectly sized during hit animation 2023-01-26 15:24:10 +09:00
73f53328cf Merge branch 'master' into argon-kiai 2023-01-25 22:21:26 +01:00
3daa9e6295 Merge branch 'master' into argon-hit-lighting-peppy-take 2023-01-25 21:44:43 +01:00
48d68b0f4f Add very basic kiai flash to argon hit circles 2023-01-25 18:59:26 +09:00
9499d3a20a Add support for disabling "hit lighting" with osu! argon skin 2023-01-25 15:50:49 +09:00
d8365f4fca Reverse order of application to match DrawableHitObject 2023-01-25 11:47:15 +09:00
3a47be6e00 Fix argon hit circles occasionally going missing during editor seeking 2023-01-24 17:43:14 +09:00
7483967157 Merge branch 'master' into SliderEnd-Snap 2023-01-23 21:33:16 +01:00
7e466e1eba Fix SPM calculation division by zero 2023-01-20 21:00:01 +09:00
00f15d19f9 fix double newlines 2023-01-17 21:11:21 +01:00
e9571be4ab Fix incorrect application layer causing completely discoloured circles 2023-01-11 19:29:17 +09:00
0d1046ed83 Add full colour application to kiai sprites 2023-01-11 19:29:17 +09:00
98ffcd33c7 Merge branch 'ppy:master' into SliderEnd-Snap 2023-01-10 21:22:13 +01:00
38bb7ac0c7 add fields for path's end location 2023-01-10 21:16:34 +01:00
760b2d98df Tint "argon" slider follow circle with combo colour 2023-01-04 16:19:30 +03:00
d70df08f45 Tint "argon" slider ball with combo colour 2023-01-04 16:19:16 +03:00
5e9fb1063a Move judgement text creation to base class and tidy things up 2022-12-24 12:22:36 +08:00
03603f8b54 Don't show great or higher judgements when using argon "pro" skin 2022-12-24 03:35:44 +08:00
727ac00f6d Combine base class for JudgementPiece 2022-12-24 03:32:13 +08:00
7bc8908ca9 Partial everything 2022-11-27 00:00:27 +09:00
815cd56f13 Add support for nonsquare smoke textures 2022-11-20 16:50:15 -08:00
9ef43ebd83 Fix compilation after framework-side PR updates 2022-11-12 21:24:12 +09:00
fa8e38d9d6 Target rounded fragment shader
Compatibility with osu-framework change https://github.com/ppy/osu-framework/pull/5512
2022-11-12 17:18:23 +09:00
e19ba65f91 Remove LookupName from base ISkinComponentLookup 2022-11-09 17:46:43 +09:00
1aa0e40f2f Add "Component" prefix to lookup naming 2022-11-09 17:46:43 +09:00
c908969d9b Rename ISkinComponent to ISkinLookup 2022-11-09 17:46:43 +09:00
82ff142b1b Apply nullability to osu! skinning classes 2022-11-09 13:37:09 +09:00
5e7dc34d05 Move some non-default skin files to correct namespace 2022-11-09 13:31:52 +09:00
710c224de4 Remove unused IHasMainCirclePiece interface 2022-11-09 13:31:50 +09:00
e89d3840fc Adjust completion animation 2022-11-03 15:12:30 +09:00
0868c00ee8 Fix spinner centre size being updated every frame using transforms 2022-11-03 14:36:16 +09:00
62660ec92f Reorganise drawables and transforms to make more sequential sense 2022-11-03 14:21:22 +09:00
304f6f0418 Merge branch 'master' into argon-spinner-sides 2022-11-03 13:21:22 +09:00
947e6d41c0 Merge pull request #21056 from peppy/fix-argon-explosion-size
Fix argon hit circle outer gradient getting smaller each state application
2022-11-01 20:03:22 +09:00
ff60eebe21 Fix large transform retention when adjusting accent colour of hitobject during pause 2022-11-01 19:12:59 +09:00
c179f0bb52 Fix argon hit circle outer gradient getting smaller each state application 2022-11-01 18:31:30 +09:00
995216cced Merge pull request #20819 from Joppe27/taiko-kiai-flashing
Implement taiko hitobject kiai flashing
2022-10-24 15:31:13 +09:00
c0709a59f5 Merge branch 'master' into argon-spinner-sides 2022-10-23 18:44:04 +02:00
bcd65f3c3c Merge pull request #20827 from goodtrailer/smoke-uncapped-v3
Remove smoke point maximum
2022-10-21 19:58:49 +09:00
23b7b9013e Change smoke quadbatch growth factor to 2 from 1.5 2022-10-20 23:37:05 -07:00
7dbd6e2469 Merge branch 'master' into taiko-kiai-flashing 2022-10-21 12:48:35 +09:00
e577a87618 Merge pull request #20825 from peppy/fix-argon-editor-combo-colour-change
Fix some argon circle layers not getting correct colour updates in editor
2022-10-20 12:56:34 +09:00
7d31eaea54 Move ball tinting logic to overwrite SliderBall colour 2022-10-20 03:55:53 +03:00
eb386d4bd5 Enable slider ball tint in default legacy skin 2022-10-20 03:29:25 +03:00
ba37daa456 Bring back removed newline 2022-10-20 01:18:10 +03:00
1852714d2d Fix existing alpha transform cleared on accent colour change
Clearing it causes its start value to be lost.
2022-10-20 01:16:27 +03:00
aca0d04834 Forcefully remove transforms before reapplying to avoid old accent colour getting rewound 2022-10-19 15:52:25 +09:00
9356a40a39 Remove redundant flash layer colour logic
In a previous iteration, the flash layer was white on the initial hit,
but this seems to have been removed for the final implementation.
2022-10-19 15:13:22 +09:00