Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
There's no point in copying the String since it's just being parsed
|
|
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
|
|
|
|
|
|
|
|
|
|
This is needed for sound file differentiation
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ScriptManager does a unique-fication of a container of Puzzles using
a sort with some other logic. The sort uses operator<
|
|
|
|
|
|
|
|
|
|
This class encases actions that happen over time (timer, animations, etc)
Each frame, the engine calls process() on each active ActionNode
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The pixel format for videos is not the same as for the rest of the game.
(Game: RGB 555, Video: RGB 565)
|
|
|
|
TGA's aren't required to have a magic number in the header, but TGZ are.
Therefore it's easier to identify TGZ files.
|
|
|
|
|
|
|
|
LzssReadStream::decompressBytes()
The other code would go through each of the for loops and do nothing due to EOS.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|