Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
using a broken iconv.
|
|
window. Also tells the user where crash.sav is when saving succeeded.
|
|
crashlog, so the next one can catch it again (e.g. to write a core dump).
|
|
I don't have all exotic machines so it might break compilation on the more exotic configurations
|
|
crash logger anymore
|
|
can be reused by other crash logger implementations
|
|
rev.cpp as that's the file most likely to be regularly recompiled
|
|
windows does crash reports instead of using several that aren't necessarily equal
|
|
|
|
|
|
|
|
|
|
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
|