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

Minor change in nmos file writing process #74

Merged
merged 3 commits into from
Dec 1, 2019
Merged

Minor change in nmos file writing process #74

merged 3 commits into from
Dec 1, 2019

Conversation

rihi
Copy link
Collaborator

@rihi rihi commented Oct 25, 2019

This is a minor change of how nmos files from the game 'No More Room in Hell' are written.
Instead of first writing to a fixed size ByteBuffer, this takes advantage of the DataWriter class and directly writes to the file.

rihi and others added 3 commits October 10, 2019 03:26
This commit changes the writeAsNmos(Path path) in NmoFile to use a
DataWriter instead of first writing to a ByteBuffer. As a result the
calculateNmosFileSize() is no longer needed.
@ata4 ata4 merged commit 5651fbd into ata4:master Dec 1, 2019
@rihi rihi deleted the nmrih branch December 1, 2019 12:30
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.

2 participants