Age | Commit message (Collapse) | Author |
|
|
|
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.
|