Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
correct scale.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Format is:
common/scummsys.h (Only if a .cpp file)
header file for this file (Only if a .cpp file)
zengine includes
other includes, grouped by module
|
|
|
|
|
|
|
|
In order to make the ZVision constructor as lightweight as possible
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is part of a series of commits converting all game assets to RBG 565 from
RBG 555. The argument is that certain backends do not support RGB 555. AVI
videos are already in RGB 565, so we just need to remove the code that switched
the pixelFormat during videos.
|
|
This ensures the background will be rendered before anything from Puzzles or Controls
|
|
been registered with SearchMan
|
|
a backbuffer
This makes wrapped warping much easier as well as allowing changeLocation offsets to
work properly
|
|
|
|
|
|
The working window is a Rect centered inside the actual window edges. All in-game
coordinates are in the working window coordinate system. Also, all images in-game
are clipped to the edges of the working window.
|
|
|
|
The launcher can do some extra changes within SearchMan after engine constructor.
This makes sure everything is set before registering more directories
|
|
Then make the individual update functions private
|