Age | Commit message (Collapse) | Author |
|
|
|
|
|
settings
|
|
Also block saving during dialogbox and inventory drawing
|
|
the game state
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Since _opcodes[] has kNumOpcodes elements, kNumOpcodes itself is
not a valid index.
|
|
Since heroSetTable[] is an array of int, use >= ARRAYSIZE() instead
of > sizeof().
|
|
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
|
|
|
|
|
|
|