Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
Conflicts:
engines/dreamweb/dreamgen.cpp
engines/dreamweb/stubs.cpp
|
|
|
|
|
|
Note that the two fade methods are currently unused; the only calls to them
are commented out in the asm version of the code.
This change also removes showGroup()
|
|
|
|
|
|
|
|
|
|
|
|
the data blob
Note that the string processing logic in signOn is a bit different from
the original, but the end result is the same (with cleaner code)
|
|
data blob
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|