-
Notifications
You must be signed in to change notification settings - Fork 194
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
Custom Resolution 3/?, Config 4/? #2922
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This allows rendering the game at 16:9 (Widescreen) or 21:9 (Ultrawide) This can obviously cause visual glitches in some games.
This forces e.g. pictures in a 320x240 fake-viewport to enhance game compatibility. This is obviously not perfect but better than no faking.
Ghabry
added
RPG_RT Patches
Has PR Dependencies
This PR depends on another PR
Settings
All about customizable features, storing and applying them
labels
Mar 15, 2023
Ghabry
force-pushed
the
resolution-config
branch
3 times, most recently
from
March 16, 2023 21:51
8bb063f
to
f8057c7
Compare
Ghabry
force-pushed
the
resolution-config
branch
from
March 16, 2023 21:56
f8057c7
to
e0250e5
Compare
Ghabry
force-pushed
the
resolution-config
branch
from
March 16, 2023 23:24
010a6ee
to
f3ebd9b
Compare
fdelapena
added
the
Awaiting Rebase
Pull requests with conflicting files due to former merge
label
Mar 18, 2023
Ghabry
force-pushed
the
resolution-config
branch
from
March 20, 2023 14:01
f3ebd9b
to
be6945f
Compare
Is for managing game specific patch settings. They must be provided in a "EasyRPG.ini" with the game. A visual configuration in the settings scene later is possible. Fix EasyRPG#1627 Fix EasyRPG#2182 Fix EasyRPG#2766
Adopt old settings to new names
Ghabry
force-pushed
the
resolution-config
branch
from
March 20, 2023 14:18
be6945f
to
b99232f
Compare
…on platforms that do not support it
Ghabry
force-pushed
the
resolution-config
branch
from
March 20, 2023 18:45
d49c5f8
to
733255c
Compare
Ghabry
removed
the
Awaiting Rebase
Pull requests with conflicting files due to former merge
label
Mar 20, 2023
Rebased and reapplied a commit that somehow got lost (was originally in "fixes" branch, must have deleted it by accident) |
fdelapena
approved these changes
Mar 21, 2023
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Appreciated features, and per-game ini settings is going to be so useful for game developers 👍.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Enhancement
Refactor
RPG_RT Patches
Settings
All about customizable features, storing and applying them
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
draft because:
Android part is missing / brokenhelp/manual page update neededDepends on #2913Commits explained:
Possible keys in EasyRPG.ini @florianessl