summaryrefslogtreecommitdiff
path: root/src/decompress.c
AgeCommit message (Collapse)Author
2017-02-13Began inevetable rewrite.jakob
2017-01-17Improved readability.jakob
2017-01-13Removed debugging information and fixed filenames from being cut off.jakob
2017-01-12Finished implementation of file decryption. There are still many memory ↵jakob
corruption bugs and a segfault is not uncommon.
2017-01-09Significant progress on implementing file decryption. Offsets as of now are ↵jakob
trying to go from within the table, which is incorrect. A working commit should come tomorrow.
2017-01-08Large commit. Filenames are now converted from UTF-16LE and placed into a ↵jakob
linked list. Parsers also exist for every entry in the XP3 format.