Age | Commit message (Collapse) | Author |
|
|
|
There are 10 file name conflicts as a result, but the conflicts are byte identical.
|
|
|
|
|
|
|
|
setRenderState
|
|
I did not realize the intended behavior of error() is to close the application
|
|
|
|
Aka, creating the lookup tables, storing the current render state, and eventually doing
the image mutations.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
instead of an intermediate buffer
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|