Commit Graph

10 Commits

Author SHA1 Message Date
ea701302ac WIP: Make portable to Win32 (VC++ 2013) 2015-07-06 14:37:33 +02:00
818c0821fe Added ResourceManager; WIP: Decoder for SHAP chunks 2015-06-10 17:42:32 +02:00
ed32a1290e Add Resource as interface for in-memory resources 2015-06-08 22:44:07 +02:00
1221f19b67 Added BitReader to util; Implement LZW decompression 2015-05-17 20:18:26 +02:00
82ee2586d3 Treat data files as uint8_t, not char 2015-04-30 16:33:45 +02:00
d6bbdabaa6 Generalized LZ-style decompression; extend MveDecoder to decode in-flight MVEs 2015-04-29 14:43:28 +02:00
962bfed0cb Simplify read[LB]E* functions; better frame timing in MveDecoder; misc. fixed 2015-04-28 15:27:06 +02:00
c8d635c5de Seperate exceptions; Use proper endian-aware int parsing routines 2015-04-25 13:30:36 +02:00
ae51cd24c4 MmapFile helper; MveDecoder WIP
Added an MmapFile helper and changed iffexplore and treexplore to use it.
WIP: MveDecoder
Misc. changes/fixes
2015-04-24 22:13:32 +02:00
c87836468d iffexplore: Put IFF parsing logic in own class
Created an IffFile class which contains the IFF parsing logic, changed
iffexplore to use this class.
2015-04-22 17:18:43 +02:00