Age | Commit message (Collapse) | Author |
|
|
|
|
|
This is needed for sound file differentiation
|
|
|
|
|
|
|
|
|
|
The pixel format for videos is not the same as for the rest of the game.
(Game: RGB 555, Video: RGB 565)
|
|
|
|
|
|
|
|
|
|
|
|
Create class templates for PlayAnimation, PreloadAnimation, and Attenuate
|
|
|
|
Having the ScriptManager as a member variable forced it to be const,
which prevented any non cont methods to be used. Thus, ScriptManager is
created on the heap and disposed after use.
|
|
|
|
|
|
The goal is to have Engine::Run as clean as possible. Aka mostly method
calls.
|
|
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.
|