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

Various fixes #2913

Merged
merged 24 commits into from
Mar 15, 2023
Merged

Various fixes #2913

merged 24 commits into from
Mar 15, 2023

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Mar 8, 2023

(Do not merge yet, in case there are more simple one-liners :))

Fix #2695

Ghabry added 5 commits March 8, 2023 17:50
There is one warning left in "platform.cpp" about GetEntryType(...) where I'm not sure how to solve it.

Removing it breaks the build on platforms that do not provide d_type.
Because this is just an intermediate library it avoids unnecessary linking
Ghabry added 3 commits March 9, 2023 19:31
Not sure how this is possible but I received a savegame with this issue.

RPG_RT has no problems with this and fixes them.
Ghabry added 2 commits March 11, 2023 19:39
21.08 lacks sdl2main.a and the sdl2-config requires it

Our find module works without it
Ghabry added 2 commits March 13, 2023 14:55
Shift-Jis can have bytes that map to \, corrupting the sequence

Fix EasyRPG#2907
…ow is too small

Resolve some stringpic related warnings

Fix EasyRPG#2920
Copy link
Member Author

Choose a reason for hiding this comment

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

testing new github review feature: File comments (instead of line comments)

@fdelapena fdelapena merged commit 5d153f7 into EasyRPG:master Mar 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Quickload random tile layer corruption
2 participants