Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-18 | ZVISION: Attempt to fix compilation on AmigaOS4 | Matthew Hoops | |
2013-10-02 | ZVISION: Standardize includes order and format | RichieSams | |
Format is: common/scummsys.h (Only if a .cpp file) header file for this file (Only if a .cpp file) zengine includes other includes, grouped by module | |||
2013-10-02 | ZVISION: Move two lookup tables inside the RawZorkStream class | RichieSams | |
Instead of being global variables. | |||
2013-10-02 | ZVISION: Convert all for-loops to use pre-increment instead of post-increment | RichieSams | |
2013-09-29 | ZVISION: Rename ZVisionGameIds to use standard format | RichieSams | |
2013-08-04 | ZVISION: Make the return from makeRawZorkStream more specific | richiesams | |
2013-08-04 | ZVISION: Optimize integer type usages | richiesams | |
The general thought is int is faster than int16 or byte. So if you can afford the space, use it over int16 or byte. Also, only use int32 when you specifically need the 32 bits. | |||
2013-08-04 | ZVISION: Fix the error causing distortions in the sound | richiesams | |
2013-08-04 | ZVISION: Fix logic concerning whether a stream is packed or not | richiesams | |
It was accidentally returning a raw stream for a ZorkStream and a ZorkStream for a raw | |||
2013-08-04 | ZVISION: Fix incorrect assumptions about a file being stereo | richiesams | |
2013-08-04 | ZVISION: Convert _stereo to a byte since it is used for a bitwise and | richiesams | |
2013-08-04 | ZVISION: Use individual initialization instead of inline. | richiesams | |
2013-08-04 | ZVISION: Removed 'packed' audio handling from RawZorkStream. | richiesams | |
Moved it to the factory method for creating Audio Streams | |||
2013-08-04 | ZVISION: Create logic to decode sound rate and isStereo from fileName | richiesams | |
2013-08-04 | ZVISION: Add stereo/mono handling for Zork sound | richiesams | |
2013-08-04 | ZVISION: Modify RawZorkStream to use a modified ADPCM codec | richiesams | |
2013-08-04 | ZVISION: Normalize remaining CRLF to LF for the remote | richiesams | |
2013-08-04 | ZVISION: Fix code formatting to follow the convention | richiesams | |
2013-08-04 | ZVISION: Clean up includes | richiesams | |
2013-08-04 | ZVISION: Create zvision bare structure | richiesams | |
Add zvision base engine to engines/zvision as well as modify the necessary engine files (configure.engines, etc.) in order for it to be recognized. |