michi_cc
|
9e85c8da66
|
(svn r17705) -Fix: [OSX] Re-enable signal handling on OSX 10.3.9. Trying to 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 21:08:25 +00:00 |
|
michi_cc
|
e2ef24919e
|
(svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker)
|
2009-10-04 20:53:30 +00:00 |
|
michi_cc
|
1c7e5658cd
|
(svn r17704) -Codechange: [OSX] Improve detection of OS X version. (planetmaker)
|
2009-10-04 20:53:30 +00:00 |
|
michi_cc
|
10ca710e98
|
(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases.
-Codechange: [OSX] Improve conditional defines for OS version dependant code.
|
2009-10-04 20:53:22 +00:00 |
|
michi_cc
|
e583861798
|
(svn r17702) -Change: [OSX] Assure that the minimal OSX version is defined in all cases.
-Codechange: [OSX] Improve conditional defines for OS version dependant code.
|
2009-10-04 20:53:22 +00:00 |
|
rubidium
|
d6cded5380
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
982b8ee5fc
|
(svn r17693) -Cleanup: remove some unneeded includes
|
2009-10-04 17:16:41 +00:00 |
|
rubidium
|
a807026336
|
(svn r17487) -Fix: silence some MSVC warnings
|
2009-09-09 12:41:51 +00:00 |
|
rubidium
|
69a13877c3
|
(svn r17487) -Fix: silence some MSVC warnings
|
2009-09-09 12:41:51 +00:00 |
|
rubidium
|
99af06dd30
|
(svn r17479) -Fix: silence compile warning that's only triggered when you're using a broken iconv.
|
2009-09-08 21:43:47 +00:00 |
|
rubidium
|
00b147eb92
|
(svn r17479) -Fix: silence compile warning that's only triggered when you're using a broken iconv.
|
2009-09-08 21:43:47 +00:00 |
|
glx
|
458e7876d3
|
(svn r17475) -Codechange: show path to crash.log and crash.dmp in crash window. Also tells the user where crash.sav is when saving succeeded.
|
2009-09-08 14:58:15 +00:00 |
|
glx
|
0ab291391e
|
(svn r17475) -Codechange: show path to crash.log and crash.dmp in crash window. Also tells the user where crash.sav is when saving succeeded.
|
2009-09-08 14:58:15 +00:00 |
|
frosch
|
fe7032a7a6
|
(svn r17463) -Change (r17453): Retrigger the abort signal after writing the crashlog, so the next one can catch it again (e.g. to write a core dump).
|
2009-09-07 20:30:45 +00:00 |
|
frosch
|
bb5a31faab
|
(svn r17463) -Change (r17453): Retrigger the abort signal after writing the crashlog, so the next one can catch it again (e.g. to write a core dump).
|
2009-09-07 20:30:45 +00:00 |
|
rubidium
|
d916400521
|
(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations
|
2009-09-07 12:14:45 +00:00 |
|
rubidium
|
a595d3f8c3
|
(svn r17453) -Add: crash logger for all Unixy OSes; should work for all, but I don't have all exotic machines so it might break compilation on the more exotic configurations
|
2009-09-07 12:14:45 +00:00 |
|
rubidium
|
46e5625278
|
(svn r17452) -Fix (r17450): emergency savegames weren't rejected by the crash logger anymore
|
2009-09-07 12:13:33 +00:00 |
|
rubidium
|
4d75bebbe4
|
(svn r17452) -Fix (r17450): emergency savegames weren't rejected by the crash logger anymore
|
2009-09-07 12:13:33 +00:00 |
|
rubidium
|
2b144e2ea6
|
(svn r17450) -Codechange: refactor the windows crash logger so parts of it can be reused by other crash logger implementations
|
2009-09-07 11:10:49 +00:00 |
|
rubidium
|
1d7619fdb5
|
(svn r17450) -Codechange: refactor the windows crash logger so parts of it can be reused by other crash logger implementations
|
2009-09-07 11:10:49 +00:00 |
|
rubidium
|
a1f49db54d
|
(svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled
|
2009-09-04 20:31:49 +00:00 |
|
rubidium
|
06d4507f5f
|
(svn r17416) -Codechange: move the build date/time 'determination' to rev.cpp as that's the file most likely to be regularly recompiled
|
2009-09-04 20:31:49 +00:00 |
|
rubidium
|
c9a1f33418
|
(svn r17410) -Codechange: use the same define for determining whether windows does crash reports instead of using several that aren't necessarily equal
|
2009-09-03 22:32:08 +00:00 |
|
rubidium
|
fab411abdc
|
(svn r17410) -Codechange: use the same define for determining whether windows does crash reports instead of using several that aren't necessarily equal
|
2009-09-03 22:32:08 +00:00 |
|
rubidium
|
b92143b53e
|
(svn r17409) -Codechange: split the crash log and other windows 'glue' code
|
2009-09-03 21:56:29 +00:00 |
|
rubidium
|
22192d96c2
|
(svn r17409) -Codechange: split the crash log and other windows 'glue' code
|
2009-09-03 21:56:29 +00:00 |
|
glx
|
88bb0e1b7b
|
(svn r17408) -Codechange: remove unused win32 stuff
|
2009-09-03 20:04:15 +00:00 |
|
glx
|
042391ce63
|
(svn r17408) -Codechange: remove unused win32 stuff
|
2009-09-03 20:04:15 +00:00 |
|
rubidium
|
bc8e66c202
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |
|
rubidium
|
19b83eb5aa
|
(svn r17336) -Codechange: move some os specific files into src/os/
|
2009-08-31 22:38:37 +00:00 |
|
rubidium
|
7fbc33dae1
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
99d46e0ad7
|
(svn r17248) -Fix: add GPL license notice where appropriate
|
2009-08-21 20:21:05 +00:00 |
|
rubidium
|
6f0d8acf55
|
(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too; no guarantees ofcourse...
|
2009-07-14 17:16:32 +00:00 |
|
rubidium
|
6cf59514d1
|
(svn r16828) -Codechange: attempt at making OSX compile with the 10.6 SDK too; no guarantees ofcourse...
|
2009-07-14 17:16:32 +00:00 |
|
rubidium
|
e3c7a77b40
|
(svn r16827) -Codechange: make OSX specific files include stdafx.h always as the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
2009-07-14 16:43:45 +00:00 |
|
rubidium
|
2f6f510452
|
(svn r16827) -Codechange: make OSX specific files include stdafx.h always as the first file. Also unify OSX specific stuff into osx_stdafx.h and remove unused includes.
|
2009-07-14 16:43:45 +00:00 |
|
bjarni
|
41827de1f8
|
(svn r16177) -Fix (r15892): [OSX] fixed linking error regarding _select$1050 (only present on some systems)
|
2009-04-27 00:39:15 +00:00 |
|
bjarni
|
b51215fe37
|
(svn r16177) -Fix (r15892): [OSX] fixed linking error regarding _select$1050 (only present on some systems)
|
2009-04-27 00:39:15 +00:00 |
|
rubidium
|
8f831ceebc
|
(svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if !__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-04-01 02:58:38 +00:00 |
|
rubidium
|
221bf711bd
|
(svn r15909) -Fix (r15892): Apple, PLEASE do not fill your API with #if !__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-04-01 02:58:38 +00:00 |
|
rubidium
|
8293be426c
|
(svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes.
|
2009-03-29 19:55:08 +00:00 |
|
rubidium
|
6ceeb47c8b
|
(svn r15892) -Codechange: [OSX] some type fixes so OpenTTD likes more of the 3.1.x Xcodes.
|
2009-03-29 19:55:08 +00:00 |
|
rubidium
|
b25a4f8231
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
c3e87f345d
|
(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too
|
2009-03-15 00:32:18 +00:00 |
|
rubidium
|
a231ab7560
|
(svn r15648) -Fix (r14773): hack around an OSX stupidity in < 10.4 w.r.t. signals by not having any signal handling support for OSX < 10.4. Thanks to PearPC and TrueBrain's OSX compiler.
|
2009-03-08 23:06:41 +00:00 |
|
rubidium
|
236ca3ae17
|
(svn r15648) -Fix (r14773): hack around an OSX stupidity in < 10.4 w.r.t. signals by not having any signal handling support for OSX < 10.4. Thanks to PearPC and TrueBrain's OSX compiler.
|
2009-03-08 23:06:41 +00:00 |
|
rubidium
|
11da45ee55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
28ea38ae55
|
(svn r14949) -Cleanup: pointer coding style
|
2009-01-10 00:31:47 +00:00 |
|
rubidium
|
6b86de13d6
|
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
|
2008-08-31 11:51:09 +00:00 |
|