-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: various refactoring and fixing
* refactor(io): rename IO primitives to follow .NET BCL BinaryPrimitives naming convention, althought the endianness situation will always be confusing * fix(io): revert broken varint "optimization", it's not even that hot path lol * refactor(lingo): rename NewArgList instruction to PushUint * refactor(lingo): throw unsupported exception for 80-bit extended precision floating points in the constants * fix(afterburner): fix FileCompressionTypes reading. credits to projectorrays * fix(afterburner): fixed some incomplete logic I have left while messing around * refactor(shockwavefile): invert ifs in the main parsing entrypoint to reduce nesting
- Loading branch information
1 parent
426c321
commit 3d729c6
Showing
62 changed files
with
928 additions
and
891 deletions.
There are no files selected for viewing
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 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 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 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 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 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 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
Oops, something went wrong.