Skip to content

Conversation

@FuroYT
Copy link

@FuroYT FuroYT commented Sep 22, 2025

Associated PR

FunkinCrew/flixel#6 (fixes a game crash with this pull request)

Description

Adds a new caching system and adds 2 new classes FunkinCache (extends the base openfl cache) to add a double entry cache
so that are assets used in one state and not reused in a other state are destroyed and if they are getting reused they are recovered from death (true)
and the addition of FunkinGame which now adds the Sound tray and handles all the cache """magic""" on state switch too

@github-actions github-actions bot added status: pending triage Awaiting review. size: large A large pull request with more than 100 changes. pr: haxe PR modifies game code. labels Sep 22, 2025
@AbnormalPoof AbnormalPoof added the type: optimization Involves a performance issue or a bug which causes lag. label Sep 22, 2025
@AbnormalPoof AbnormalPoof added status: reviewing internally Under consideration and testing. and removed status: pending triage Awaiting review. labels Sep 24, 2025
@PurSnake
Copy link
Contributor

todo fix:
Game freezes on first player notehit and image cuz im lazy
image

@FuroYT
Copy link
Author

FuroYT commented Sep 24, 2025

todo fix:

Game freezes on first player notehit and image cuz im lazy

image

So me

@PurSnake
Copy link
Contributor

Doesnt lag anymore 👍

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pr: haxe PR modifies game code. size: large A large pull request with more than 100 changes. status: reviewing internally Under consideration and testing. type: optimization Involves a performance issue or a bug which causes lag.

Development

Successfully merging this pull request may close these issues.

3 participants