-
Notifications
You must be signed in to change notification settings - Fork 41
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add incremental BK loading #760
base: master
Are you sure you want to change the base?
Conversation
One issue is, on scene transition without a "crossfade" it flickers a bit |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OMF logo to main menu crossfade repeats four times
Other cross fades seem unaffected
EDIT: OpenOMF.bk to intro.bk transition can also repeat four times
2024-11-07.13-07-03.mp4
This should be resolved now. |
8bc3af7
to
959ef9e
Compare
On slow hardware, the blocking bk loading can cause the audio to stutter because it blocks the engine loop. This PR makes loading BK files incremental, so the game loop can keep ticking and loading the BK file incrementally during scene transitions.