Fri, 09 May 2008 07:47:30 +0000(svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- the original values were correct.
peter1138 [Fri, 09 May 2008 07:47:30 +0000] rev 9160
(svn r13023) -Revert (r1444): Revert changes to multihead engine weight -- the original values were correct.

Thu, 08 May 2008 23:26:17 +0000(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated one
smatz [Thu, 08 May 2008 23:26:17 +0000] rev 9159
(svn r13022) -Fix: driver list wasn't freed, replace by statically allocated one

Thu, 08 May 2008 22:53:49 +0000(svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan.
rubidium [Thu, 08 May 2008 22:53:49 +0000] rev 9158
(svn r13021) -Codechange: free data_b for other uses when it is not used to store a second tile to skip to (in news messages). Patch by cirdan.

Thu, 08 May 2008 21:09:21 +0000(svn r13020) -Codechange: make industry directory window horizontally resizable and truncate strings
glx [Thu, 08 May 2008 21:09:21 +0000] rev 9157
(svn r13020) -Codechange: make industry directory window horizontally resizable and truncate strings

Thu, 08 May 2008 20:05:32 +0000(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)
glx [Thu, 08 May 2008 20:05:32 +0000] rev 9156
(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)

Thu, 08 May 2008 19:26:55 +0000(svn r13018) -Codechange: make a class of the LandInfo Window.
rubidium [Thu, 08 May 2008 19:26:55 +0000] rev 9155
(svn r13018) -Codechange: make a class of the LandInfo Window.

Thu, 08 May 2008 16:48:29 +0000(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
smatz [Thu, 08 May 2008 16:48:29 +0000] rev 9154
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn

Thu, 08 May 2008 14:14:16 +0000(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the .cpp files where they are actually used.
rubidium [Thu, 08 May 2008 14:14:16 +0000] rev 9153
(svn r13015) -Codechange: move some 'WP' structs out of window_gui.h to the .cpp files where they are actually used.

Thu, 08 May 2008 14:04:52 +0000(svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warnings
glx [Thu, 08 May 2008 14:04:52 +0000] rev 9152
(svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warnings

Thu, 08 May 2008 13:51:15 +0000(svn r13013) -Fix: GCC 4.3 warning about a clobbering mask due to longjmp. This can't be solved by using exceptions because the longjmp is needed for PNG (C-code) handling.
rubidium [Thu, 08 May 2008 13:51:15 +0000] rev 9151
(svn r13013) -Fix: GCC 4.3 warning about a clobbering mask due to longjmp. This can't be solved by using exceptions because the longjmp is needed for PNG (C-code) handling.