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

Wed, 07 May 2008 21:51:13 +0000(svn r13000) -Fix (r12991): broken win9x compilation
glx [Wed, 07 May 2008 21:51:13 +0000] rev 10458
(svn r13000) -Fix (r12991): broken win9x compilation

Wed, 07 May 2008 21:45:27 +0000(svn r12999) -Fix [FS#1995]: when a Window got deleted on a double click event, we should not send a click event to the now non-existant Window as that causes segfaults.
rubidium [Wed, 07 May 2008 21:45:27 +0000] rev 10457
(svn r12999) -Fix [FS#1995]: when a Window got deleted on a double click event, we should not send a click event to the now non-existant Window as that causes segfaults.