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.

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

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 9148
(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 9147
(svn r13009) -Codechange: move more tile highlighting related functions/types to tilehighlight_*.h.

Thu, 08 May 2008 13:20:54 +0000(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings
glx [Thu, 08 May 2008 13:20:54 +0000] rev 9146
(svn r13008) -Fix [FS#1997]: silence some MSVC x64 warnings

Thu, 08 May 2008 13:06:12 +0000(svn r13007) -Fix: some files in source.list where in the wrong category.
rubidium [Thu, 08 May 2008 13:06:12 +0000] rev 9145
(svn r13007) -Fix: some files in source.list where in the wrong category.

Thu, 08 May 2008 12:59:47 +0000(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there.
rubidium [Thu, 08 May 2008 12:59:47 +0000] rev 9144
(svn r13006) -Codechange: GetMenuItemIndex is only used for the toolbar, so move it to there.

Thu, 08 May 2008 11:50:34 +0000(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.
rubidium [Thu, 08 May 2008 11:50:34 +0000] rev 9143
(svn r13005) -Codechange: prepare AllocateWindowDescFront for subclassing of Window.

Thu, 08 May 2008 11:31:41 +0000(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.
rubidium [Thu, 08 May 2008 11:31:41 +0000] rev 9142
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.