Age | Commit message (Collapse) | Author |
|
|
|
|
|
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
|
|
|
|
These two games use the same scripts for the Bridge sub-game, so their
workarounds are the same. Fixes bugs #11162, #11183
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|