rubidium [Sat, 19 Apr 2008 13:28:48 +0000] rev 10258
(svn r12790) -Codechange: code style fixes. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:17:19 +0000] rev 10257
(svn r12789) -Codechange: rename AssignWindowViewport to InitializeWindowViewport because the viewport is now part of the window struct. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:07:37 +0000] rev 10256
(svn r12788) -Codechange: unduplicate some vehicle GUI code. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:05:05 +0000] rev 10255
(svn r12787) -Documentation: add/fix documentation of some functions. Patch by Alberth.
rubidium [Sat, 19 Apr 2008 13:04:29 +0000] rev 10254
(svn r12786) -Change: remove more function from functions.h.
rubidium [Sat, 19 Apr 2008 12:50:02 +0000] rev 10253
(svn r12785) -Codechange: put all news-type related constants in the same array. Patch by cirdan.
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.
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.
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.