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

feat: add support for reading wad v3.4 #11

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

Crauzer
Copy link
Member

@Crauzer Crauzer commented Nov 8, 2024

No description provided.

@Crauzer Crauzer added the enhancement New feature or request label Nov 8, 2024
@Crauzer Crauzer requested a review from alanpq November 8, 2024 16:30
@Crauzer Crauzer self-assigned this Nov 8, 2024
@Crauzer Crauzer linked an issue Nov 8, 2024 that may be closed by this pull request
@alanpq
Copy link
Contributor

alanpq commented Nov 8, 2024

Only thing left is the wad read test not passing, but LGTM

};
let start_frame = match minor {
..4 => reader.read_u16::<LE>()? as u32,
4.. => reader.read_u24::<LE>()?,
Copy link
Member

Choose a reason for hiding this comment

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

this is a mixed endian in order from first byte to last: hi, lo, mi

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add support for reading Wad v3.4
3 participants