Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
This was causing a GCC Compiler Warning when -Wunused-private-field is
set.
|
|
|
|
|
|
|
|
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.
|
|
|
|
Fixes corrupt save games in Hoyle5, bug #11174
|
|
Trac #11174
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These were from -Wignored-qualifiers. Adding the const keyword to the
cast does not do anything since the assignment target is qualified by
const in any case hence this is ignored and generates a warning.
|
|
|
|
|
|
Steam also allows other languages to be downloaded. Those have the same MD5.
|
|
|
|
|
|
|
|
|
|
Closes gh-1871
|
|
|
|
|
|
|
|
This was causing an MSVC warning.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Calling the engine a different name than it's namespace was just
causing confusion. Better to simply call it Glk, even if it will
be both the underlying API as well as the overall engine name
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Bug #11051
|
|
|