Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
ALL: Avoid using is* macros from ctype.h
|
|
|
|
|
|
On some systems, passing signed chars to macros like isspace() etc. lead
to a runtime error. Hence, mark these macros as forbidden by default,
and introduce otherwise equivalent alternatives for them.
|
|
|
|
If you turn off the music and then save a game, then turn on the music
again and then load the saved game, the music from the scene continue
to play despite the _music flag being false. So the first time you click on
the music on/off button the music restart and only the second time
does it stop. This fixes the bug by stoping the music before reloading
a game.
|
|
|
|
|
|
scene 14)
|
|
|
|
|
|
loading and changing scene)
|
|
This should allow tsoliman to see the end of the intro
|
|
|
|
|
|
ALTering dice no longer is no longer noisy
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This is because previously after restoring you could no longer move the Chief.
|
|
|
|
|
|
|
|
This makes the name match with the name of the STL function with the same
behavior.
|
|
|
|
|
|
|
|
|
|
Also removed a useless comment
|
|
|
|
This is only available in versions modified or translated by the team
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This caused the punctuation mark to be displayed on the next line.
|
|
|
|
|