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 10478
(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 10477
(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 10476
(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 10475
(svn r13018) -Codechange: make a class of the LandInfo Window.

Thu, 08 May 2008 17:30:02 +0000(svn r13017) [0.6] -Backport from trunk (r12629): 0.6
rubidium [Thu, 08 May 2008 17:30:02 +0000] rev 10474
(svn r13017) [0.6] -Backport from trunk (r12629):
- Fix: Vehicles going twice to a depot when the automatic service interfered with the current order [FS#1985] (r12629)

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 10473
(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 10472
(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 10471
(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 10470
(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.

Thu, 08 May 2008 13:48:34 +0000(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function...
rubidium [Thu, 08 May 2008 13:48:34 +0000] rev 10469
(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function...