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.

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 10465
(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 10464
(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 10463
(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 10462
(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 10461
(svn r13004) -Codechange: replace AllocateWindow and AllocateWindowDesc with a Window constructor.

Wed, 07 May 2008 23:00:11 +0000(svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a pointer to the front vehicle in certain cases
bjarni [Wed, 07 May 2008 23:00:11 +0000] rev 10460
(svn r13002) -Fix (r13001): [autoreplace] previous fix broke updating of a pointer to the front vehicle in certain cases
Now it's updated when it's the front vehicle and it's every time it's the front vehicle and only if it's the front vehicle (nomatter if the replacement works or not)

Wed, 07 May 2008 22:08:20 +0000(svn r13001) -Fix [FS#1994](r12913): [autoreplace] we should stop working on vehicles right away if we fail to replace them and certainly not presume their data is valid
bjarni [Wed, 07 May 2008 22:08:20 +0000] rev 10459
(svn r13001) -Fix [FS#1994](r12913): [autoreplace] we should stop working on vehicles right away if we fail to replace them and certainly not presume their data is valid