summaryrefslogtreecommitdiff
path: root/src/os
AgeCommit message (Collapse)Author
2010-01-18(svn r18855) -Codechange: record compiler name and version in the crash logsmatz
2010-01-16(svn r18831) -Change [FS#3537]: do not go into the crashlog handler in case ↵rubidium
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
2010-01-15(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, ↵rubidium
if a header require a header make it include that header
2010-01-01(svn r18678) -Update: happy new yearrubidium
2009-12-25(svn r18627) -Fix: no need to print 'Registers:' twice in win64 crash logssmatz
2009-12-23(svn r18622) -Merge: release changesrubidium
2009-12-09(svn r18446) -Fix (r17450): abort() doesn't trigger crashlog on windowsglx
2009-12-07(svn r18424) -Fix [FS#3327]: [Windows] the help window would be too large in ↵rubidium
some cases
2009-12-07(svn r18423) -Fix (r17336): [Windows] incorrect relative path the the icon ↵rubidium
making the icon not being included in the binary -Fix: [Windows] mention the version of GPL in the metadata
2009-11-29(svn r18350) -Codechange: catch SIGILL under unix-like systems as wellsmatz
2009-11-19(svn r18184) -Codechange: add crash screenshot for win32glx
2009-11-18(svn r18158) -Codechange: add crash screenshot for OSXsmatz
2009-11-14(svn r18074) -Fix [FS#3314]: [OSX] Don't link clipboard support twice when ↵michi_cc
building without Cocoa.
2009-11-09(svn r18028) -Codechange: unglobalise some functionsrubidium
2009-10-25(svn r17872) -Codechange: apply coding style to splash.cppsmatz
-Fix (r17871): missing variable declaration
2009-10-25(svn r17871) -Fix (r11342): memset() accepts only 1-byte argumentsmatz
2009-10-17(svn r17792) -Fix [FS#3261]: [OSX] Fix (bogus) compiler warnings related to ↵michi_cc
printf argument checking.
2009-10-12(svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen.michi_cc
2009-10-04(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and ↵michi_cc
apply more coding style.
2009-10-04(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a ↵michi_cc
Cocoa string.
2009-10-04(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.michi_cc
2009-10-04(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common ↵michi_cc
CrashLog infrastructure.
2009-10-04(svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to ↵michi_cc
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.
2009-10-04(svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker)michi_cc
2009-10-04(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined ↵michi_cc
in all cases. -Codechange: [OSX] Improve conditional defines for OS version dependant code.
2009-10-04(svn r17693) -Cleanup: remove some unneeded includesrubidium
2009-09-09(svn r17487) -Fix: silence some MSVC warningsrubidium
2009-09-08(svn r17479) -Fix: silence compile warning that's only triggered when you're ↵rubidium
using a broken iconv.
2009-09-08(svn r17475) -Codechange: show path to crash.log and crash.dmp in crash ↵glx
window. Also tells the user where crash.sav is when saving succeeded.
2009-09-07(svn r17463) -Change (r17453): Retrigger the abort signal after writing the ↵frosch
crashlog, so the next one can catch it again (e.g. to write a core dump).
2009-09-07(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but ↵rubidium
I don't have all exotic machines so it might break compilation on the more exotic configurations
2009-09-07(svn r17452) -Fix (r17450): emergency savegames weren't rejected by the ↵rubidium
crash logger anymore
2009-09-07(svn r17450) -Codechange: refactor the windows crash logger so parts of it ↵rubidium
can be reused by other crash logger implementations
2009-09-04(svn r17416) -Codechange: move the build date/time 'determination' to ↵rubidium
rev.cpp as that's the file most likely to be regularly recompiled
2009-09-03(svn r17410) -Codechange: use the same define for determining whether ↵rubidium
windows does crash reports instead of using several that aren't necessarily equal
2009-09-03(svn r17409) -Codechange: split the crash log and other windows 'glue' coderubidium
2009-09-03(svn r17408) -Codechange: remove unused win32 stuffglx
2009-08-31(svn r17336) -Codechange: move some os specific files into src/os/rubidium
2009-08-21(svn r17248) -Fix: add GPL license notice where appropriaterubidium
2009-07-14(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK ↵rubidium
too; no guarantees ofcourse...
2009-07-14(svn r16827) -Codechange: make OSX specific files include stdafx.h always as ↵rubidium
the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
2009-04-27(svn r16177) -Fix (r15892): [OSX] fixed linking error regarding _select$1050 ↵bjarni
(only present on some systems)
2009-04-01(svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if ↵rubidium
!__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__...
2009-03-29(svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the ↵rubidium
3.1.x Xcodes.
2009-03-15(svn r15718) -Cleanup: apply some comment coding style on the rest of the ↵rubidium
sources too
2009-03-08(svn r15648) -Fix (r14773): hack around an OSX stupidity in < 10.4 w.r.t. ↵rubidium
signals by not having any signal handling support for OSX < 10.4. Thanks to PearPC and TrueBrain's OSX compiler.
2009-01-10(svn r14949) -Cleanup: pointer coding stylerubidium
2008-08-31(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate ↵rubidium
wrong comments!
2008-08-01(svn r13913) -Fix (r13893): [OSX] fixed a warning about ↵bjarni
MAC_OS_X_VERSION_10_5 not being defined on all systems
2008-07-31(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5bjarni