aboutsummaryrefslogtreecommitdiff
path: root/engines/zvision/zork_raw.cpp
AgeCommit message (Expand)Author
2013-10-02ZVISION: Standardize includes order and formatRichieSams
2013-10-02ZVISION: Move two lookup tables inside the RawZorkStream classRichieSams
2013-10-02ZVISION: Convert all for-loops to use pre-increment instead of post-incrementRichieSams
2013-09-29ZVISION: Rename ZVisionGameIds to use standard formatRichieSams
2013-08-04ZVISION: Make the return from makeRawZorkStream more specificrichiesams
2013-08-04ZVISION: Optimize integer type usagesrichiesams
2013-08-04ZVISION: Fix the error causing distortions in the soundrichiesams
2013-08-04ZVISION: Fix logic concerning whether a stream is packed or notrichiesams
2013-08-04ZVISION: Fix incorrect assumptions about a file being stereorichiesams
2013-08-04ZVISION: Convert _stereo to a byte since it is used for a bitwise andrichiesams
2013-08-04ZVISION: Use individual initialization instead of inline.richiesams
2013-08-04ZVISION: Removed 'packed' audio handling from RawZorkStream.richiesams
2013-08-04ZVISION: Create logic to decode sound rate and isStereo from fileNamerichiesams
2013-08-04ZVISION: Add stereo/mono handling for Zork soundrichiesams
2013-08-04ZVISION: Modify RawZorkStream to use a modified ADPCM codecrichiesams
2013-08-04ZVISION: Normalize remaining CRLF to LF for the remoterichiesams
2013-08-04ZVISION: Fix code formatting to follow the conventionrichiesams
2013-08-04ZVISION: Clean up includesrichiesams
2013-08-04ZVISION: Create zvision bare structurerichiesams