Age | Commit message (Collapse) | Author |
|
|
|
|
|
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.
|
|
|
|
logical place and remove about 50% of the includes of 'functions.h'
|
|
|
|
|
|
|
|
|
|
GetCurrentLocale nomatter what OSX the target was
|
|
10.3. It will fail
|
|
cleaner way.
|
|
and handle broken iconv declaration in OSX 10.5.
|
|
|
|
blitter always was 8bpp. Now both 8bpp and 32bpp blitters can be used. The driver will check the blitter screen depth. In fullscreen it will select a proper video mode for this depth, and in windowed mode it will simply skip doing fake 8bpp.
|
|
finder is set to if no config file is found (ln-)
|
|
_pal_count_dirty without updating, so it was of by one
|
|
in fact only a few indexes were needed
-Codechange: allow blitters to handle palette animation internally or even disable it; 8bpp uses video-backend for palette animation
|