issues
search
Beherith
/
springrts_smf_compiler
This tool allows the compilation and decompilation of maps to springrts's binary smf map format.
Creative Commons Zero v1.0 Universal
11
stars
9
forks
source link
SMF compilation rework
#33
Open
marengohue
opened
1 year ago
marengohue
commented
1 year ago
THIS PR IS STILL IN PROGRESS
All parts of the SMF file are now packaged up through a use of a typed SMFWriter
SMFWriter is responsible for setting all of the data chunk offsets and for maintaining coherency between headers
Every part of the SMF file now has a class representing it, each responsible for own data validation
Unit test coverage on the compilation process
Additional documentation about the Spring Map Format and the way it is structured (with BAR-specific details)
Overall improvements to code, documentation and modularity
THIS PR IS STILL IN PROGRESS