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 |
|
rubidium
|
a773d45885
|
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
2007-12-23 10:56:02 +00:00 |
|
rubidium
|
507463e420
|
(svn r11684) -Codechange: split gfx.h in a type and functional header.
|
2007-12-23 10:56:02 +00:00 |
|
bjarni
|
18e96ab49f
|
(svn r11678) -Fix (r11674): [OSX] fixed compilation
|
2007-12-21 22:08:59 +00:00 |
|
bjarni
|
c32c07e238
|
(svn r11678) -Fix (r11674): [OSX] fixed compilation
|
2007-12-21 22:08:59 +00:00 |
|
glx
|
65754b8d12
|
(svn r11676) -Fix (r11674): some references to macros.h were left
|
2007-12-21 21:16:14 +00:00 |
|
glx
|
a122971ae2
|
(svn r11676) -Fix (r11674): some references to macros.h were left
|
2007-12-21 21:16:14 +00:00 |
|
bjarni
|
6b68c6557b
|
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
|
2007-11-30 14:49:13 +00:00 |
|
bjarni
|
13aa24f1ae
|
(svn r11542) -Fix r11540: [OSX] presumed 10.3 style strings when using GetCurrentLocale nomatter what OSX the target was
|
2007-11-30 14:49:13 +00:00 |
|
bjarni
|
5fcbb8f59b
|
(svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX 10.3. It will fail
|
2007-11-30 13:26:24 +00:00 |
|
bjarni
|
40cb6922bd
|
(svn r11540) -Fix: [OSX] Don't try to compile the quartz video driver on OSX 10.3. It will fail
|
2007-11-30 13:26:24 +00:00 |
|
egladil
|
1d5010edf9
|
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
|
2007-11-25 14:43:16 +00:00 |
|
egladil
|
35159d5db3
|
(svn r11521) -Codechange: [OSX] Check what the running os version is in a cleaner way.
|
2007-11-25 14:43:16 +00:00 |
|
egladil
|
cd5597dddf
|
(svn r11389) -Fix [FS#1386]: Replace calls to deprecated API with newer ones and handle broken iconv declaration in OSX 10.5.
|
2007-11-07 21:35:33 +00:00 |
|
egladil
|
4e518e3ceb
|
(svn r11389) -Fix [FS#1386]: Replace calls to deprecated API with newer ones and handle broken iconv declaration in OSX 10.5.
|
2007-11-07 21:35:33 +00:00 |
|
bjarni
|
18096c4e3c
|
(svn r11351) -Fix (r11342): [OSX] killed a warning
|
2007-10-27 11:26:19 +00:00 |
|
bjarni
|
e6116d11b8
|
(svn r11351) -Fix (r11342): [OSX] killed a warning
|
2007-10-27 11:26:19 +00:00 |
|