Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
initialization
|
|
once per game
|
|
|
|
Some of the .scr files don't properly close the last curly brace
|
|
from the actual image dimensions
|
|
|
|
|
|
left corner
|
|
|
|
|
|
|
|
we know the RenderState
|
|
Instead of specifying a subRect. This also reverts the code that rendered to a
backbuffer and then did a full backbuffer warp. Wrapping is done in the RenderTable
|
|
Usually those variables are parsed from the file name
|
|
Since it can be in either the x or the y direction
|
|
|
|
|
|
been registered with SearchMan
|
|
|
|
|
|
returning and skipping everything
|
|
|
|
|
|
Reimplementation of 7a49802c01b0c39be4e86335689db8f3359fde68
This is based on a suggestion made by clone2727, so the original
idea belongs to him.
Engines can now override the common AVI audio track handler with a
custom one. This is needed for the Z-Engine AVI videos, since they
use a custom audio decoder that is only used in the two Z-Engine
games, and has its own fake AVI audio format (17). This clashes with
the MS IMA ADPCM format, and therefore shouldn't pollute the common
AVI video decoder code. The addition of this over-ridable method
allows the Z-Engine to add its own custom AVI decoder while avoiding
code duplication.
|
|
|
|
|
|
a backbuffer
This makes wrapped warping much easier as well as allowing changeLocation offsets to
work properly
|
|
panorama warping
|
|
|
|
Velocity outside the working window is zero
|
|
|
|
|
|
|
|
There is still a discontinuity when wrapping, but I am committing so that
others can look at the code
|
|
|
|
|