Age | Commit message (Collapse) | Author |
|
|
|
gameid -> gameId
guioptions -> guiOptions
|
|
Some backends like GCW0 do no support graphics >320x240 due to
the hardware limitation (downscaling is possible but it will ruin
the pixel hunting which is often part of the gameplay).
Instead of manually updating the list of engines, we now introduce
a new dependency.
I marked all relevant engines, but some, like tinsel, require more
work with putting their relevant high-res games under USE_HIGHRES
define.
|
|
|
|
|
|
|
|
|
|
Thanks to uruk for checking on this.
|
|
|
|
I use float over double here because all the changing values were already
stored in variables of type float. This also silences some float conversion
warnings.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also rename connected function geidaProcs() to follow() and update it's comments.
|
|
|
|
|
|
|
|
|
|
bound) line
|
|
Revise some other parts of the engine during the process.
|
|
|
|
|
|
Rework other pieces of the engine to fit to it's mechanism.
|
|
Also rework connected functions.
|
|
|
|
Rework and implement a lot of connected functions.
|
|
Also rename menuLoadIcons to menuLoadPictures after the unifying.
|
|
Add and implement necessary graphical functions for the main menu during the process.
|
|
|
|
|
|
|
|
|
|
|
|
Rework the existing parts of the function during the process.
|
|
|
|
|
|
|
|
|
|
Now the right and bottom coordinates of the rectangles aren't included in them.
|
|
|
|
|
|
|
|
|