Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
associated offsets in the data blob
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'usepoolreader' ported to C++
|
|
|
|
|
|
|
|
|
|
'opentomb' ported to C++
|
|
'usewinch' ported to C++
|
|
|
|
|
|
|
|
'reexfromopen', 'useplate' ported to C++
|
|
|
|
|
|
'useladder', 'useladderb', ported to C++
|
|
|
|
'opensarters', 'openyourneighbour' ported to C++
|
|
'usebalcony', 'usechurchhole', 'usecoveredbox', 'useelevator2', 'useelevator5', 'usedryer', 'userailing', 'usewindow', 'wearwatch', 'wearshades' ported to C++
|
|
|
|
'useelevator3', 'useelevator4', 'usehatch', 'wheelsound' ported to C++
|