Age | Commit message (Collapse) | Author |
|
|
|
card effect
|
|
|
|
|
|
owning an interceptor card
|
|
|
|
|
|
|
|
|
|
|
|
The previous attempt in d32816c0 was broken because it failed
to realize that _pFileLock is only set for directories.
This patch also tries to clarify this by making the root node logic
explicit in isRootNode().
|
|
|
|
This code was used until commit aaf8b58 that reworked the detection
to support French and German versions.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The problem was that the engine used the SFX volume for later parts of speeches longer than one sound file.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Engine::runDialog()
|
|
|
|
|
|
PRINCE: Adding The Prince and the Coward
|
|
The second check was never reached. Using the 'else' block of the previous check fixes the issue.
|
|
|
|
scene 5
|
|
|
|
The bug was a rare skip of turn when playing a counter-attack card. Removing the call to handleNextTurn was introducing a
bug related to the cursor caching as well as an even rarer
eternal loop.
|
|
|
|
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
|
|
UNITY: Fix runtime dependency on glib > 2.36
|
|
|
|
|
|
|