Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
If you turn off the music and then save a game, then turn on the music
again and then load the saved game, the music from the scene continue
to play despite the _music flag being false. So the first time you click on
the music on/off button the music restart and only the second time
does it stop. This fixes the bug by stoping the music before reloading
a game.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
'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.
|
|
|
|
|