Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The Cinematic variables are defined. cineSetCamera,
cineMoveCamera and cineResetCamera are defined.
cineStart is stubbed out
|
|
|
|
This allows us to easily to call functions
defined in the Lua scripts.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
copyRectToSurface expects that graphics won't
touch the edge of the screen. Hence, when they do
touch the edge, the draw call is ignored.
|
|
|
|
Modify drawMan to use _globalSurface as a copy of
the whole screen
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|