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

Regression fixes #2177

Merged
merged 3 commits into from
Apr 30, 2020
Merged

Regression fixes #2177

merged 3 commits into from
Apr 30, 2020

Conversation

Ghabry
Copy link
Member

@Ghabry Ghabry commented Apr 28, 2020

That's a flaw (well, the structure made sense because there is no way to read stuff from ./, but then "creative" games appeared...) with the FileFinder data structure: The root-directory files are stored in a different location than the submembers, so there must be extra handling for finding files in the root-dir.

Fix #2176

Regression caused by 7de54b6

…t directory.

The FileFinder data structure stores files in the root dir at a different location, call into FindDefault to solve this.

Fix EasyRPG#2176

Regression caused by 7de54b6
@Ghabry Ghabry added this to the 0.6.3 milestone Apr 28, 2020
@Ghabry
Copy link
Member Author

Ghabry commented Apr 28, 2020

Added a small fix here to address Android 10 & 12 if you don't mind.

Though I'm still curious which game causes this. :/

The magic is reported in platform byte order. As this is only error path didn't care to fix this.

…age file has an unsupported magic number.

Fix memleak when creating a Bitmap of a raw buffer fails (unlikely, all this data is app controlled)

This is Android crash 10 & 12
@Ghabry Ghabry changed the title Fix canonical path logic not working anymore when the path is the root directory. Regression fixes Apr 29, 2020
…is used in 2k3<1.10 the top_trans must be copied into bottom_trans.

Regression caused by 1b6b7d9

Fix EasyRPG#2178
@Ghabry
Copy link
Member Author

Ghabry commented Apr 29, 2020

Renamed this to "Regression fixes" now.
2k3E is not affected by this btw because the bottom_trans is ignored in the Picture code.

@carstene1ns
Copy link
Member

I would like to pull this one in the maintenance branch.

@carstene1ns carstene1ns merged commit 869ab30 into EasyRPG:master Apr 30, 2020
@Ghabry
Copy link
Member Author

Ghabry commented May 2, 2020

There is a bug report mail about bad images in VD2 intro: Is fixed my the ShowPicture fix

@carstene1ns carstene1ns added the backport to stable Pull requests with changes backported to our stable, maintenance branch label May 10, 2020
@Ghabry Ghabry deleted the issue-2176 branch February 22, 2022 13:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backport to stable Pull requests with changes backported to our stable, maintenance branch Regression
Development

Successfully merging this pull request may close these issues.

Yume2kki pc_back Wallpaper Doesn't Load in 0.6.2
4 participants