glx [Thu, 08 May 2008 20:05:32 +0000] rev 9156
(svn r13019) -Fix [FS#1997]: silence some more MSVC x64 warnings (michi_cc)
rubidium [Thu, 08 May 2008 19:26:55 +0000] rev 9155
(svn r13018) -Codechange: make a class of the LandInfo Window.
smatz [Thu, 08 May 2008 16:48:29 +0000] rev 9154
(svn r13016) -Codechange: unify the detection if rail catenary should be drawn
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.
glx [Thu, 08 May 2008 14:04:52 +0000] rev 9152
(svn r13014) -Fix (r13008): mingw revealed some signed/unsigned warnings
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.
rubidium [Thu, 08 May 2008 13:48:34 +0000] rev 9150
(svn r13012) -Fix (r13011): the PlaceProc that was moved depended on another function...
rubidium [Thu, 08 May 2008 13:30:50 +0000] rev 9149
(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:29:35 +0000] rev 9148
(svn r13010) -Codechange: move the tree building GUI out of misc_gui.cpp.
rubidium [Thu, 08 May 2008 13:21:55 +0000] rev 9147
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.