Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
use listSavefiles() and use Common::strlcopy instead of strncpy
|
|
|
|
The WordRef accessor writes back its value too late. Example: in the
call printDirect(data.word(kLastxpos), .....)
the destructor isn't called until after printDirect returns.
This destroys the modifications to lastXPos that printDirect makes.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
identifyOb()
|
|
|
|
launcher
|
|
|
|
|
|
|
|
|
|
|
|
|
|
associated offsets in the data blob
|
|
|
|
|
|
|
|
Dreamweb cleanup
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is the last of the people-related functions, so the assembly-like
wrappers of addToPeopleList() and showGameReel() have been removed. Also,
madManText() has been simplified
|
|
|
|
|
|
fix tasm-recover
|
|
Dreamweb cleanup
|
|
|
|
|
|
Formerly they always used a height of 240 * scaleFactor, which would for
exmaple make the games requesting a 1x scaler use a height of 240 if AR
is enabled.
This was a regression from b8dcd9a25eb27ef40aa5535fc83879d20db7e10c.
|
|
|
|
|
|
Except for the PSP port, nothing is actually using libpng symbols.
It is being linked against if it is available at compile time.
This needlessly creates a dependency.
|
|
|