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

KYRA: Add support for Chinese EOB2 #4940

Merged
merged 45 commits into from
Apr 29, 2023
Merged

KYRA: Add support for Chinese EOB2 #4940

merged 45 commits into from
Apr 29, 2023

Conversation

phcoder
Copy link
Contributor

@phcoder phcoder commented Apr 26, 2023

No description provided.

@athrxx
Copy link
Contributor

athrxx commented Apr 26, 2023

Wow, that's a great addition :-) . At first glance, the code changes seem unlikely to cause regressions to other versions. But it is too much to be sure, so we'll have to do some testing...

Compared with the original in order to look as same as possible
This is more in line with the original
It's needed for EOB2 Chinese chargen to keep all the possibilities on
the screen
Currently buttons have to be 8-aligned on x axis. In Chinese version it's
only 4-aligned. Change code no to require any alignment.
This makes it needed for cleaning of the field when buttons are
moved as needed for Chinese EOB2
It's now always zero and hence is redundant
#ifndef GRAPHICS_FONTS_DOSFONT_H
#define GRAPHICS_FONTS_DOSFONT_H

#include <graphics/font.h>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll fix this after the merge

@sev-
Copy link
Member

sev- commented Apr 29, 2023

Thank you!

@sev- sev- merged commit fb5071e into scummvm:master Apr 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants