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)
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
glx [Wed, 07 May 2008 21:51:13 +0000] rev 10458
(svn r13000) -Fix (r12991): broken win9x compilation
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.
rubidium [Wed, 07 May 2008 21:42:17 +0000] rev 10456
(svn r12998) -Fix: -Wredundant_decls sees "friend" declarations as redundant declarations in GCC 2.95, so only use if for GCC >= 3.
rubidium [Wed, 07 May 2008 21:09:51 +0000] rev 10455
(svn r12997) [NoAI] -Sync: with trunk r12895:12996.
glx [Wed, 07 May 2008 20:10:48 +0000] rev 10454
(svn r12996) -Fix: debugging was not possible with MSVC 2008
smatz [Wed, 07 May 2008 18:31:29 +0000] rev 10453
(svn r12995) -Codechange: use std::vector for EngineList instead of C/C++ wrapper for CBlobT
smatz [Wed, 07 May 2008 18:14:09 +0000] rev 10452
(svn r12994) -Fix (r12976): another case main toolbar wasn't marked dirty
smatz [Wed, 07 May 2008 17:36:28 +0000] rev 10451
(svn r12993) -Fix (r11175): list used for sorting GRFs wasn't freed