aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/lzss_read_stream.cpp
AgeCommit message (Expand)Author
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-10-02ZVISION: Fix curly braces formattingRichieSams
2013-08-04ZVISION: Convert _blockSize to an anonymous enumrichiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
2013-08-04ZVISION: Remove extraneous member variablerichiesams
2013-08-04ZVISION: LZSSReadStream - Decompress directly to the destination buffer inste...richiesams
2013-08-04ZVISION: Add underscore prefix to public static variable namesrichiesams
2013-08-04ZVISION: Fix eos checking in LzssReadStreamrichiesams
2013-08-04ZVISION: Move early break out above the for loop. LzssReadStream::decompressB...richiesams
2013-08-04ZVISION: Create class for decompressing and reading LZSSrichiesams