michi_cc
|
53ce152c7e
|
(svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen.
|
2009-10-12 00:19:07 +00:00 |
|
michi_cc
|
6af205655d
|
(svn r17767) -Fix [FS#3190]: [OSX] Don't check 64bit-ness when compiling strgen.
|
2009-10-12 00:19:07 +00:00 |
|
michi_cc
|
9b54d5bbd7
|
(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style.
|
2009-10-04 21:36:17 +00:00 |
|
michi_cc
|
c477544b92
|
(svn r17713) -Cleanup: [OSX] Move variable definitions to first use and apply more coding style.
|
2009-10-04 21:36:17 +00:00 |
|
michi_cc
|
8484e08ee0
|
(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string.
|
2009-10-04 21:33:31 +00:00 |
|
michi_cc
|
3bf4f13f3b
|
(svn r17711) -Codechange: [OSX] Don't use deprecated methods to construct a Cocoa string.
|
2009-10-04 21:33:31 +00:00 |
|
michi_cc
|
049d62b35c
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
michi_cc
|
d6da4f24ad
|
(svn r17708) -Feature [FS#2053]: [OSX] Implement clipboard support for OS X.
|
2009-10-04 21:08:38 +00:00 |
|
michi_cc
|
5f67762a7f
|
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
|
2009-10-04 21:08:30 +00:00 |
|
michi_cc
|
83e1f7358f
|
(svn r17706) -Codechange: [OSX] Rework the crash handling to use the common CrashLog infrastructure.
|
2009-10-04 21:08:30 +00:00 |
|
michi_cc
|
4f98178fcd
|
(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
|
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
|
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 |
|
rubidium
|
05d9c19226
|
(svn r14200) -Fix (r14199): some OSes failed to compile. Furthermore I hate wrong comments!
|
2008-08-31 11:51:09 +00:00 |
|
bjarni
|
862ba19279
|
(svn r13913) -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems
|
2008-08-01 17:43:11 +00:00 |
|
bjarni
|
2eb3b4e3ae
|
(svn r13913) -Fix (r13893): [OSX] fixed a warning about MAC_OS_X_VERSION_10_5 not being defined on all systems
|
2008-08-01 17:43:11 +00:00 |
|
bjarni
|
61799786d5
|
(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5
|
2008-07-31 14:00:01 +00:00 |
|
bjarni
|
05040910b8
|
(svn r13893) -Fix: [OSX] solved a deprecated warning specific to 10.5
|
2008-07-31 14:00:01 +00:00 |
|
smatz
|
7a7ff65ac5
|
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
|
2008-06-18 21:19:04 +00:00 |
|
smatz
|
5259d13da7
|
(svn r13571) -Codechange: define channels in struct Colour in different order on LE and BE machines
|
2008-06-18 21:19:04 +00:00 |
|
rubidium
|
d03994098b
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
rubidium
|
1ce0b03bf0
|
(svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description.
|
2008-05-06 15:11:33 +00:00 |
|
smatz
|
297f99e100
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
smatz
|
89a8dc8cf7
|
(svn r12944) -Codechange: use rev.h instead of externs at many places
|
2008-05-04 21:53:36 +00:00 |
|
rubidium
|
429521a7d1
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
rubidium
|
81bf9f8503
|
(svn r11692) -Codechange: move some functions from 'functions.h' to a more logical place and remove about 50% of the includes of 'functions.h'
|
2007-12-25 11:26:07 +00:00 |
|
egladil
|
22f79df328
|
(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.
|
2007-12-23 18:08:39 +00:00 |
|
egladil
|
217539ee24
|
(svn r11688) -Fix [FS#1581]: Compilation was broken on OS X again.
|
2007-12-23 18:08:39 +00:00 |
|