Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The stream class uses free() to automatically dispose of the buffer
so it must be allocated with malloc(), not "new".
|
|
This fixes exit menu.
|
|
Fixes checkbox in options menu in Sword25.
|
|
|
|
|
|
(another attempt to fix SCUMM FM-TOWNS for ANDROID)
|
|
This gets rid of some unused labels. We need to be careful
not be optimize too much, as that could remove the very label
the unbounded block was added for.
|
|
This removes an (empty) 'unbounded code' block in dreamgen.cpp
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PCE on Android
This mostly reverts 5b7754e3f095eb8a469dd4b7de5a6379f8e13c27. Instead, we try to use other 16bit modes after 555 fails.
|
|
|
|
the most ones are gone.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Libraries are now properly detected by configure again.
|
|
DREAMWEB: Merge in engine
|
|
|
|
|
|
|
|
It's still not quite as the original. In the original, Ctrl-<letter>
would be treated as <letter>. Is that worth fixing? Probably not.
|
|
|
|
This is fairly restrictive (just like the original) so we may went
to let through a few more characters eventually. For now, let's be
conservative. It was possible to enter characters that would show
up in the save dialog as weird or underlined characters.
|
|
|