Age | Commit message (Collapse) | Author |
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
|
|
This reverts commit a328e49dc549295c14b188d158d18b288d8a0c45 thus
reinstating commit 31c3b4cd3276f9fa40adef6380951903189de796
Details in #1904
|
|
This reverts commit 31c3b4cd3276f9fa40adef6380951903189de796.
The engine is nut enabled by default, so there is no point for these
flags.
|
|
|
|
|
|
|
|
This _should_ fix the remaining issues with signed vs. unsigned
warnings in the TransparentSurface blit method calls.
|
|
|
|
|
|
|
|
When a game sets camera position with aimCamera, the background should
move together with all the objects above it.
|
|
The check was inverted - it failed when everything was alright and
succeded on error...
|
|
numPolygons wasn't getting reset to 0, so the next invocation was
trying to delete non-existent polygons
|
|
|
|
|
|
|
|
- Fix invalid check with empty()
- Change float suffixes to uppercase
- Fix potentially uninitialized variables
|
|
Variable "n" was not initialized if "stillToGo" was non-zero
|
|
Also-By: Matthew Hoops <clone2727@gmail.com>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ENGINES: Return unknown game variants with the list of detected games
|
|
|
|
|