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...

Thu, 08 May 2008 13:30:50 +0000(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions.
rubidium [Thu, 08 May 2008 13:30:50 +0000] rev 10468
(svn r13011) -Codechange: move PlaceProc_BuyLand out of rail_gui.cpp to the place where it is used and remove some unneeded globalisations of some other PlaceProc functions.

Thu, 08 May 2008 13:29:35 +0000(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
rubidium [Thu, 08 May 2008 13:29:35 +0000] rev 10467
(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.

Thu, 08 May 2008 13:21:55 +0000(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.
rubidium [Thu, 08 May 2008 13:21:55 +0000] rev 10466
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.