Age | Commit message (Collapse) | Author |
|
|
|
|
|
non-const iconv declaration.
|
|
|
|
|
|
OSes
|
|
|
|
dirty variables into a single structure
|
|
comments in the code. It was silly to name me like that to begin with ;) (based on patch by HackaLittleBit)
|
|
|
|
needing to bundle it first
|
|
on patch by leecbaker)
-Add: [OSX] Support for fullscreen mode when compiled against SDK 10.7. Otherwise fullscreen mode is disabled when OpenTTD is run on OSX Lion
|
|
|
|
|
|
cross-compiling, and strndup is available in the binary for more exotic platforms
|
|
|
|
|
|
the readme. (planetmaker)
|
|
|
|
|
|
missed :)
|
|
|
|
loading a savegame misses with missing NewGRFs. This way the load game crash handler gets better visibility and the user is instructed to find the missing NewGRFs before filing a bug report
|
|
|
|
building without Cocoa.
|
|
-Fix (r17871): missing variable declaration
|
|
|
|
printf argument checking.
|
|
|
|
apply more coding style.
|
|
Cocoa string.
|
|
|
|
CrashLog infrastructure.
|
|
link with an undefined symbols that lives in the system library seems to confuse the loader on 10.3.9. Use a different function to circumvent it.
|
|
|
|
in all cases.
-Codechange: [OSX] Improve conditional defines for OS version dependant code.
|
|
|
|
too; no guarantees ofcourse...
|
|
the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
|
(only present on some systems)
|
|
!__LP64__. Especially when another part of your API depends on whether __LP64__ is defined and thus making it non-trivial to silence the warnings from the undefinedness of __LP64__ in #if !__LP64__...
|
|
3.1.x Xcodes.
|
|
sources too
|
|
signals by not having any signal handling support for OSX < 10.4. Thanks to PearPC and TrueBrain's OSX compiler.
|
|
|
|
wrong comments!
|
|
MAC_OS_X_VERSION_10_5 not being defined on all systems
|
|
|
|
order on LE and BE machines
|
|
something more than whitespace as description of files that don't have a description.
|