Skip to content
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

Use all-in-one blorbs that contain story + graphics/sound #16

Merged
merged 1 commit into from
Sep 1, 2024

Conversation

dfabulich
Copy link
Contributor

Apropos #15, this PR uses all-in-one blorbs containing the story + graphics/sound for all games.

It's buggy, though. I believe we're seeing https://gitlab.com/DavidGriffith/frotz/-/issues/287 in action. I'll file a PR on https://github.com/curiousdannii/frotz to address it.

image

@dfabulich
Copy link
Contributor Author

I've filed curiousdannii/frotz#1 … once that merges, this PR should no longer be buggy.

@curiousdannii curiousdannii merged commit 8654c40 into curiousdannii:master Sep 1, 2024
1 check passed
@curiousdannii
Copy link
Owner

Even with your fix to Frotz, it still shows an error message for sounds, and doesn't play the sound. So I've switched the sound games back to having separate blorbs.

Ah, I see that the sound code prints an error and returns, unlike the graphics code which continues to try to draw it.
https://github.com/curiousdannii/frotz/blob/453412f374021c75147cda167fc5d7c8fb538230/src/common/sound.c#L190

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants