Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
Currently translated at 60.6% (1672 of 2757 strings)
|
|
This is emitted from Clang with -Wunused-const-variable.
|
|
|
|
Flagged by GCC -Wunused-private-field
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Previously, we had immediate effect on _currentFrame, which could
affect the scripts, and we were losing event for 'exitFrame'. Now,
instead we're scheduling next frame in those cases.
|
|
|
|
|
|
|
|
|
|
|
|
Fixes bug #11277
|
|
|
|
|
|
|
|
Our method expects length in bytes, not in characters, which is 4x for U32
|
|
This is emitted from -Wsign-compare.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
|
|
Currently translated at 100.0% (1154 of 1154 strings)
|
|
This is for debugging the current buildbot toolchain failures, but
it is a relatively innocuous change which should help debugging if
compilers are failed to be detected for various porters.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
These are flagged by GCC if -Wswitch-default is enabled.
|
|
No functional change.
|
|
|
|
|
|
|
|
|
|
|