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.
rubidium [Fri, 18 Apr 2008 23:33:51 +0000] rev 10249
(svn r12781) [NoAI] -Sync: with trunk r12711:12780.
rubidium [Fri, 18 Apr 2008 23:32:10 +0000] rev 10248
(svn r12780) -Fix: the null blitter did segfault.
rubidium [Fri, 18 Apr 2008 21:49:38 +0000] rev 10247
(svn r12779) -Codechange: remove a few constants from openttd.h.
smatz [Fri, 18 Apr 2008 21:38:36 +0000] rev 10246
(svn r12778) -Codechange: add the NORETURN attribute to *allocError() functions
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
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.
rubidium [Fri, 18 Apr 2008 21:20:03 +0000] rev 10243
(svn r12775) [NewGRF_ports] -Fix: small missync.
richk [Fri, 18 Apr 2008 19:55:13 +0000] rev 10242
(svn r12774) [NewGRF_ports] -Sync: with trunk r12742:12772.
rubidium [Fri, 18 Apr 2008 19:26:52 +0000] rev 10241
(svn r12773) -Codechange: replace some magic numbers with enums.