Age | Commit message (Collapse) | Author |
|
settings
|
|
|
|
|
|
|
|
|
|
|
|
pausePrinceEngine()
|
|
|
|
Fix compilation on gcc
|
|
Update detection file to allow English language with both PL and DE data files. Add setMobTranslationTexts() to update mob names to translated ones in each location
|
|
|
|
|
|
There are kMaxTexts text slots, so kMaxTexts itself is not valid.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Engine::runDialog()
|
|
WRITE_LE_UINT32 for endian-safety fix
|
|
Change all of READ_UINT16 to READ_LE_UINT16 and all READ_UINT32 to READ_LE_UINT32 for endian-safety
|
|
To beconsistent and to keep just one of them
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|