Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
Dreamweb: Remove more dead stuff, advance DreamBase <-> DreamGenContext split
|
|
|
|
|
|
All are empty and unused, except for soundStartup() which was called
but was empty and soundCheckInt which unconditionally set kTestResult
to 1 (assumed to be "Test Pass"), but this value is not used anywhere
and the function was not called anyway, so safe to remove.
|
|
|
|
|
|
|
|
And not as SegmentPtr.
|
|
|
|
The idea is to slowly transfer converted methods into this new base class.
This transition then proves that the method does not access or modify
any of the emulation context.
for eaiser step-by-step migration away from Context
|
|
|
|
|
|
|
|
|
|
|
|
'usepoolreader' ported to C++
|
|
|
|
Apparently it is effectively empty...
|
|
Also fix syntax error in tasm-recover
|
|
'opentomb' ported to C++
|
|
'usewinch' ported to C++
|
|
|
|
'reexfromopen', 'useplate' ported to C++
|
|
'errormessage3', 'train' ported to C++
|
|
|
|
|
|
|
|
C++. textForMonk() has been converted to C++, too.
|
|
'useladder', 'useladderb', ported to C++
|
|
|
|
|
|
|
|
|
|
'opensarters', 'openyourneighbour' ported to C++
|
|
|
|
'redrawmainscrn', 'selectslot2', 'walkintoroom' ported to C++
|
|
|
|
|
|
|
|
'usebalcony', 'usechurchhole', 'usecoveredbox', 'useelevator2', 'useelevator5', 'usedryer', 'userailing', 'usewindow', 'wearwatch', 'wearshades' ported to C++
|
|
|
|
This function was already implemented in C++, but it's header is now in
stubs.h rather than dreamgen.h
|
|
|
|
|
|
'fadescreendown', 'fadescreendowns' ported to C++
|