Commit Graph

115 Commits

Author SHA1 Message Date
a32dac00dd Introduce IHasCatchObjectState implemented by DHO and CaughtObject 2020-12-08 21:29:26 +09:00
c301223d8c Make object on the catcher plate separate CaughtObject class 2020-12-08 21:11:40 +09:00
4d5c242d35 Use virtual property instead of a field for optional pieces 2020-12-08 17:15:40 +09:00
603cecb2eb Make CatchHitObjectPiece abstract class 2020-12-08 17:02:57 +09:00
17d48c82f6 Use switch statement instead of an array 2020-12-08 16:59:06 +09:00
4da6717d0e Rename things in PulpFormation 2020-12-08 10:33:18 +09:00
3cbdaf5960 Make resolved properties protected 2020-12-08 10:30:23 +09:00
b2e5658d23 Merge branch 'master' into fruit-piece-in-place 2020-12-07 18:57:42 +09:00
7f1ad1040d Don't inherit DrawableFruit from DrawableBanana
- A banana cannot be hyper
2020-12-07 14:08:50 +09:00
c0f39514b9 Fix legacy droplet scale 2020-12-07 14:00:22 +09:00
d51d2c5331 Don't recreate pieces when catch DHO is reused 2020-12-07 12:59:03 +09:00
87189452d1 Refactor legacy skin piece to allow texture update 2020-12-07 12:57:24 +09:00
d18397acad Adjust namespace 2020-12-07 12:35:24 +09:00
b4b9312e0f Move piece files of Catch ruleset 2020-12-07 12:34:38 +09:00
4cd234ea05 Fix null reference of LegacyFruitPiece 2020-11-30 19:56:12 +09:00
323533d945 Add hiding Palpable HitObject property 2020-11-25 08:07:59 +09:00
ab7251d742 Move members to PalpableCatchHitObject 2020-11-24 19:57:37 +09:00
8a3bce3cc3 Fix osu!catch showing two combo counters for legacy skins 2020-10-16 18:20:17 +09:00
899bac6ca5 Rename catch combo counter for clarity 2020-10-14 19:16:34 +09:00
1b261f177f Disable rewind handling 2020-09-22 13:17:53 +09:00
1c58f568d6 Simplify and reformat rewind/transform logic 2020-09-22 12:54:21 +09:00
ffd4874ac0 Remove unnecessary double suffixes 2020-09-22 12:37:18 +09:00
08d8975566 Remove DisplayInitialCombo method for simplicity 2020-09-22 12:35:18 +09:00
92cda6bccb Adjust xmldoc slightly 2020-09-22 12:27:47 +09:00
a27a65bf03 Don't recreate explosion counter each increment 2020-09-22 12:25:40 +09:00
f629c33dc0 Make explosion additive to match stable 2020-09-22 12:14:31 +09:00
bfe332909c Remove "hide combo counter on break time" feature for being too complex
The combo counter will be hidden at most one second after the break has started anyways, so why not just remove this feature if the way of implementing it is complicated to be merged within the legacy counter implementation.
2020-09-21 14:32:14 +03:00
3db0e7cd75 Generalise LegacyRollingCounter 2020-09-12 22:40:32 +02:00
99a68e880a Merge remote-tracking branch 'upstream/master' into catch-combo-counter 2020-09-01 20:46:38 +03:00
a0a4501008 Merge remote-tracking branch 'upstream/master' into catch-combo-counter 2020-09-01 20:17:25 +03:00
ab8d9be095 Move out into a separate method 2020-08-25 15:16:41 +09:00
0e9242ee9a Move combo font retrieval inside the legacy component 2020-08-23 10:29:01 +03:00
7ae45b29db Finish internal counter transformation regardless of the combo 2020-08-22 12:20:50 +03:00
eaba323353 Update catch with legacy colour setters 2020-08-22 00:17:35 +09:00
af52b73b06 Fill out missing documentation 2020-08-19 08:39:40 +03:00
885f8104f5 Always use public accessors even on legacy classes
Because of https://github.com/ppy/osu-framework/issues/3727
2020-08-19 08:00:57 +03:00
422100192c Move HasFont to legacy skin extensions class instead 2020-08-19 07:58:23 +03:00
65c269e473 Hide combo counter on gameplay break
Intentionally inside LegacyComboCounter and not in CatchComboDisplay, to avoid conflicting with how the legacy combo counter fades away after 1 second of no combo update, can move to parent once a DefaultComboCounter design is decided and code is shareable between.
2020-08-03 22:17:11 +03:00
f37ba49f7f Add catch-specific combo counter with its legacy design 2020-08-03 22:13:02 +03:00
29053048ff Add support to use legacy combo fonts for the counter on legacy skins 2020-08-03 21:40:20 +03:00
ad85c5f538 Add base legacy skin transformer 2020-06-21 23:06:55 +02:00
b161aa72b7 Merge remote-tracking branch 'upstream/master' into catch-legacy-skin-decoding 2020-05-14 07:22:01 +03:00
5f13dc81be Remove no longer necessary extensions 2020-04-14 04:38:18 +03:00
d27d8671ab Convert all static getter-only properties to static readonly fields 2020-04-08 14:23:29 +03:00
7f3ad6d5be Move default colour fallback to the extension methods itself 2020-04-05 22:15:11 +03:00
42ac0c72ea Fix grammer issue and more rewording
Co-authored-by: Bartłomiej Dach <dach.bartlomiej@gmail.com>
2020-04-05 00:46:52 +03:00
b8327ed877 Add test for osu!catch skin colour decoding
Tests the skin configuration CatchTheBeat section's colours decoding part
2020-04-05 00:30:10 +03:00
55d076d6f3 Transform CatchSkinColour lookup to skin configuration custom colours lookup 2020-04-05 00:10:25 +03:00
0014a8404e GetHyperDashEndGlowColour() -> GetHyperDashCatcherAfterImageColour() 2020-04-04 23:12:42 +03:00
f3bcb0628c Add helper methods for retrieving other skin hyper-dash colours 2020-04-04 19:09:52 +03:00