Age | Commit message (Collapse) | Author |
|
This is a regression from 77c65648b1db8f8b7b245510681eafd856798d26.
|
|
|
|
This eliminates nasty limitation of caping number of flags to 31.
Current code has limitation of 255 flags, though.
Only SCUMM engine is converted, rest do not even compile.
Detection of fan talkie MI is broken as it has to be implemented
differently.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This caused the punctuation mark to be displayed on the next line.
|
|
|
|
|
|
|
|
|
|
|
|
I used astyle and fixed some incorrect changes from it manually.
|
|
Otherwise the plugins fail to run on modern Android because they're set
to run in-process but they're not allowed to do so.
|
|
Android 3.1 changed the default behaviour for broadcasts so that it
doens't wake up non-running receivers, so we need to override that.
|
|
|
|
which depends on the mixer thread for timer calls.
The issues seems to be known. See comments (not by me) in SciMusic::clearPlayList().
For the same reason mentioned there the mutex may also not be locked before calling clearPlayList().
|
|
|
|
|
|
|
|
The engine detects it, so it might as well put a name to it.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
If we leave it for OSystem, the DefaultTimerManager destructor tries
constructing a StackLock which, predictably, calls a pure virtual
function, because OSystem_Android's destructor is finished.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
another bug
|
|
Adding examples to getBits() and addBit().
|
|
Shifting a 32-bit value by more than 31 is undefined.
|
|
|
|
|