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

Fix Branch being overwritten less precisely #1874

Merged
merged 6 commits into from
Aug 22, 2024

Conversation

Jacky720
Copy link
Contributor

Description

The method TestForCommonGMSVersions estimates the version of a WAD based on which chunks are present. This is invoked twice: once at the start of deserialization, and once while parsing the GEN8 (General Info) chunk. The second case is... actually, it's completely redundant, so this PR removes it. This fixes the identification of non-LTS 2023.1 in TGIN and therefore closes #1873.

Caveats

N/A

Notes

N/A

Copy link

github-actions bot commented Aug 17, 2024

@colinator27
Copy link
Member

Tested on a wide range of GameMaker versions, seems to be pretty stable.

UndertaleModLib/Models/UndertaleGeneralInfo.cs Outdated Show resolved Hide resolved
@colinator27 colinator27 changed the base branch from stable-0.6 to master August 17, 2024 15:30
@colinator27 colinator27 linked an issue Aug 18, 2024 that may be closed by this pull request
@Miepee Miepee merged commit 7715977 into UnderminersTeam:master Aug 22, 2024
5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

UndertaleTextureGroupInfo in chunk TGIN
3 participants