Sat, 19 Apr 2008 10:18:38 +0000(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveload.cpp instead of openttd.cpp.
rubidium [Sat, 19 Apr 2008 10:18:38 +0000] rev 10252
(svn r12784) -Codechange: handle the asynchronious save 'handlers' in saveload.cpp instead of openttd.cpp.

Sat, 19 Apr 2008 08:34:03 +0000(svn r12783) -Codechange: do not statically allocate the 'temporary map3 array' in the oldloader.
rubidium [Sat, 19 Apr 2008 08:34:03 +0000] rev 10251
(svn r12783) -Codechange: do not statically allocate the 'temporary map3 array' in the oldloader.

Sat, 19 Apr 2008 08:21:55 +0000(svn r12782) -Codechange: remove some functions from functions.h and do not statically 'waste' memory when the old name array is not needed anymore.
rubidium [Sat, 19 Apr 2008 08:21:55 +0000] rev 10250
(svn r12782) -Codechange: remove some functions from functions.h and do not statically 'waste' memory when the old name array is not needed anymore.

Fri, 18 Apr 2008 23:33:51 +0000(svn r12781) [NoAI] -Sync: with trunk r12711:12780. noai
rubidium [Fri, 18 Apr 2008 23:33:51 +0000] rev 10249
(svn r12781) [NoAI] -Sync: with trunk r12711:12780.

Fri, 18 Apr 2008 23:32:10 +0000(svn r12780) -Fix: the null blitter did segfault.
rubidium [Fri, 18 Apr 2008 23:32:10 +0000] rev 10248
(svn r12780) -Fix: the null blitter did segfault.

Fri, 18 Apr 2008 21:49:38 +0000(svn r12779) -Codechange: remove a few constants from openttd.h.
rubidium [Fri, 18 Apr 2008 21:49:38 +0000] rev 10247
(svn r12779) -Codechange: remove a few constants from openttd.h.

Fri, 18 Apr 2008 21:38:36 +0000(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functions
smatz [Fri, 18 Apr 2008 21:38:36 +0000] rev 10246
(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functions

Fri, 18 Apr 2008 21:33:21 +0000(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute
smatz [Fri, 18 Apr 2008 21:33:21 +0000] rev 10245
(svn r12777) -Codechange: rename fatal() and error() in strgen, so it can always have the NORETURN attribute

Fri, 18 Apr 2008 21:21:25 +0000(svn r12776) -Fix: [OSX] In some rare cases when using an uncalibrated monitor the system colour space could not be retrieved. Show an error when this happens instead of just trying an assertion.
egladil [Fri, 18 Apr 2008 21:21:25 +0000] rev 10244
(svn r12776) -Fix: [OSX] In some rare cases when using an uncalibrated monitor the system colour space could not be retrieved. Show an error when this happens instead of just trying an assertion.

Fri, 18 Apr 2008 21:20:03 +0000(svn r12775) [NewGRF_ports] -Fix: small missync. NewGRF_ports
rubidium [Fri, 18 Apr 2008 21:20:03 +0000] rev 10243
(svn r12775) [NewGRF_ports] -Fix: small missync.