Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Suggested by Sev as a way to avoid having both arrays and array sizes
|
|
|
|
|
|
In-class initialization of members is a c++11 features
but several ports use compilers that do not support it.
|
|
This caused some random asserts when for example trying to add any
game as Common::Str::hasSuffixIgnoreCase could be called with a null
pointer.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|