Age | Commit message (Collapse) | Author |
|
This is needed for English versions of multilingual games, which use
UTF-8 strings, but we can treat them as plain ASCII, since wide and
UTF-8 strings are not yet supported in Wintermute. This allows at least
the English versions of these games to run.
This allows Reversion 2 and Shaban to start
|
|
|
|
|
|
Adding detection for more fan games
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is used by Looky
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixes compilation of sword25's pluto with Visual Studio. The issue
has been revealed with commit 34169a81. The other data types are
defined in scummsys.h, thus only the missing int64 and uint64 defines
are set.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Also, remove a useless actor and replace some class members by local variable.
|
|
compatibility
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|