-
Notifications
You must be signed in to change notification settings - Fork 14
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
No Highlight on Menu #30
Comments
Which interpreter? Remglk is just going to pass along what it was given. |
True. I compiled against Frotz. |
Oh, I see... using bocfel shows this:
So, it must be a frotz issue |
I've never tried compiling this against Frotz. My general approach to Frotz has been to not get it too close to GLK to avoid problems with V6 games and to preserve extreme backward compatibility. How did you get it compiled against Frotz? I'll continue with this issue at https://gitlab.com/DavidGriffith/frotz/issues/109, but please leave this open until we have conclusively identified where the bug is. |
I think was a project to have all terps ready to being build for different implementations. There's a list on Github and I've managed to build them for x64 and for armhf :) |
That version of Frotz is quite a bit removed from the current codebase. I suppose what I can do is fold in the changes from glkFrotz as a new interface and see if the bug remains. |
It looks quite old to be honest but I couldn't find any more modern version. |
Having glk support upstream would be good, then Garglk, SCUMM, and all the others could both contribute any changes they have, as well as pull down the current code. |
@dreammaster of ScummVM has very graciously contributed to Unix Frotz. He figured out how to correctly rewrite the palettes of pictures in V6 games where this is needed, first for his GLK interface and then for my SDL interface. I was having loads of trouble translating how it was done in C++ for Windows Frotz into straight C. |
Using Beyond Zork the first menu doesn't show any difference between highlighted and not-highlighted item, when moving through the menu this is the json answered:
Is this a bug?
The text was updated successfully, but these errors were encountered: