forked from scummvm/scummvm
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Branch 2 2 0 #6
Open
wizardmanannan
wants to merge
901
commits into
wizardmanannan:UpgradeScummVm
Choose a base branch
from
scummvm:branch-2-2-0
base: UpgradeScummVm
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Branch 2 2 0 #6
wizardmanannan
wants to merge
901
commits into
wizardmanannan:UpgradeScummVm
from
scummvm:branch-2-2-0
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
These do not exhibit some of the glitches seen with the GNU FreeType fonts in zvision games
This fixes the Operation Stealth EGA French Floppy detection entry from bug #11617. The file in question is PROCS1, not PROCS01.
This adds detection entry for the Operation Stealth German Atari ST version from bug #11466.
This throttles the safe controls in Operation Stealth in the presidential palace after the first labyrinth arcade sequence. The problem was that the safe controls were a bit too fast i.e. by pressing on a single button you might easily get the numbers to change by more than a single digit. This throttles the pressing of safe control buttons in this particular scene to a maximum rate of 4Hz (i.e. at least 250ms has to have passed before a click is registered again). Fixes bug #11621.
This raises the maximum number of savegames from 20 to 100. The original UI could only show 20 on a screen at once so an intermediate selection menu for selecting the group of 20 savegames to be accessed is added in this commit: 0-19 20-39 40-59 60-79 80-99 Those are the values that are shown when selecting "Restore game" or "Save game". After selecting the group of savegames to be accessed that particular group is only shown as those 20 can fit on the screen using the original save/load UI. At least partially if not fully fixes bug #11625.
In French Amiga Future Wars from bug #10643 when walking left from the scene with the open manhole cover a call to renderOverlay with a type 0 (color sprite) overlay happens. The source mask for the overlay is NULL and a memcpy using a NULL pointer as source is initiated. This results in a memory access violation. This fixes that memory access violation by simply setting the destination mask to all zeroes when the source mask is NULL. Seems to work fine at least in this case. Fixes bug #10643.
This reverts commit 0bc61d3. The volume mapping does not match what the original is doing. In the case of this bug, a volume of 127 for the fountain sound would be mapped to 2/255 when standing right in front of it, which is too quiet.
Currently translated at 100.0% (1446 of 1446 strings)
Currently translated at 59.1% (855 of 1446 strings)
Currently translated at 47.9% (693 of 1446 strings)
Currently translated at 67.4% (976 of 1446 strings)
Currently translated at 77.9% (1127 of 1446 strings)
Currently translated at 46.9% (679 of 1446 strings)
Currently translated at 59.1% (856 of 1446 strings)
Currently translated at 99.7% (1442 of 1446 strings)
Currently translated at 50.7% (734 of 1446 strings)
Currently translated at 94.6% (1369 of 1446 strings)
This only works if the running engines can save the game at the time when ScummVM goes to the background. This should partially fix bug #7871.
This is better than using an hardcoded delay for two main reasons. The first one is that the application can terminate as soon as it has finished saving the state, and the second one is that it will still work if saving the state takes longer than the delay that was hardcoded.
This is only relevant for sandboxed environments like Snap and FlatPak, but not for all GNU/Linux distributions. Dropping it since it shouldn't have landed here at all.
Windows XP is not supported by the Discord RPC. Technically, ScummVM still runs with discord-rpc enabled, but it lead to random crashes. Despite that, Discord itself is not supporting Windows XP.
This reverts commit bab33f8. Way too late for the release
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
No description provided.