Archived
1
Fork 0
Commit graph

4 commits

Author SHA1 Message Date
c78a1ab245 Big refactoring commit pt. 2
Now instead of hammering your working directory, all operations happen
in-memory using two new classes, MemoryBuffer and MemorySpan. This has
already fixed numerous bugs especially around handling model files.

All operations on files inside dat's now happen on memory buffers, with
an option to write them to a file.

A lot of now useless debug messages are removed too, as that made
some operations needlessly bound by the speed of your console output.
2022-04-17 19:08:34 -04:00
fa8fa9093a Add support for excel sheets with subrows
This also fixes strings not loading past another string
column
2022-04-12 14:39:33 -04:00
58cd40912f Add language code support when reading EXD files 2022-04-11 10:36:34 -04:00
d428c6c3f5 Add EXD/EXH file parsing 2022-03-16 00:02:07 -04:00