Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It causes problems on AmigaOS and Linux/SDL2/Vivante
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This also fixes the tag used for the contact, as per documented on
https://www.freedesktop.org/software/appstream/docs/chap-Quickstart.html
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This reverts commit ea0fb987e042a86b8da683cafa7b9cf04d1636e6.
This issue was discovered during a full build of ScummVM using
Clang 5.
It is UB to call a null pointer. Whatever caller is trying to do
so needs to be fixed instead.
|
|
|
|
Dereferencing an unaligned pointer will cause a memory fault on
at least older ARM and SPARC architectures, and is warned about
starting in Clang 4.
|
|
|
|
|
|
Currently translated at 100.0% (960 of 960 strings)
|
|
|
|
This is avoid confusion with the minimap and map dialog classes
|
|
|
|
Currently translated at 95.1% (913 of 960 strings)
|
|
|
|
|
|
|
|
|