Age | Commit message (Collapse) | Author |
|
|
|
TTS shouldn't be built under MinGW by default, because it causes
a warning at the end of the build. Before this it would still build
TTS on MinGW64.
|
|
|
|
|
|
|
|
|
|
|
|
Currently translated at 48.0% (1322 of 2757 strings)
|
|
This was causing a GCC Compiler Warning when -Wunused-private-field is
set.
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
This _should_ fix the remaining issues with signed vs. unsigned
warnings in the TransparentSurface blit method calls.
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently translated at 47.6% (1312 of 2757 strings)
|
|
Fixes corrupt save games in Hoyle5, bug #11174
|
|
Trac #11174
|
|
|
|
|
|
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
This avoids possible hard to diagnose bugs if the whence int parameter is
accidently set to an unexpected value.
|
|
|
|
|
|
|
|
|
|
Currently translated at 47.2% (1300 of 2757 strings)
|
|
Currently translated at 100.0% (1162 of 1162 strings)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|