Age | Commit message (Collapse) | Author |
|
|
|
avi raw reader.
|
|
|
|
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
|
|
Instead of being global variables.
|
|
|
|
|
|
|
|
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.
|
|
|
|
It was accidentally returning a raw stream for a ZorkStream and a ZorkStream for a raw
|
|
|
|
|
|
|
|
Moved it to the factory method for creating Audio Streams
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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.
|