Age | Commit message (Collapse) | Author |
|
|
|
|
|
Some project files (iPhone) and backend files (Symbian) still reference m4.dat,
but I know not enough on how to remove that without breaking something.
|
|
|
|
|
|
It seems it wasn't handled properly neither by Git nor by some filesystems,
so we prefer playing on the safe side.
|
|
Otherwise the plugins fail to run on modern Android because they're set
to run in-process but they're not allowed to do so.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It should either use ISO 639-1 or ISO 639-2 codes. Since we use
ISO 639-1 codes for the language part of the po file names I used
the same codes here.
|
|
This should fix bug #3394080 : "MACOSX: Language auto-detection does not
work correctly", though this list should be expanded to include any
languages in po directory which I have missed.
Thanks to LordHoto for indicating the likely cause.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
MACOSX: Add Sparkle support
|
|
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit 97674b66b8f71f3128f5e0b243b44a018529ff11)
|
|
shortcut creation)
|
|
|
|
|
|
|
|
|
|
is empty
|
|
|
|
|
|
the graphics files.
|
|
the graphics files.
|
|
of enabling the console window.
|
|
|
|
We bypass SDL_WM_SetIcon and setup the window icon using the embedded icon, with the default path as a fallback.
This allows us to use an antialised icon with alpha transparency (which the default included icon doesn't have) on Windows XP and later
|