Age | Commit message (Collapse) | Author |
|
Also change getAnyAd() behaviour to be consistent between Free/Ex and
Set objects, diverging from the original.
|
|
|
|
|
|
|
|
|
|
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()
|
|
|
|
|
|
|
|
associated offsets in the data blob
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Specifically, I started with openOb() and withWhat() which allowed to
remove offset_commandline and offset_openchangesize. A clean conversion of
these required a conversion of printMessage2 and getOpenedSize.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(thanks wjp)
|