Sun, 04 May 2008 22:19:44 +0000(svn r12946) -Fix: do not allocate the OldNames table when creating a new game as it won't be used anyway.
rubidium [Sun, 04 May 2008 22:19:44 +0000] rev 10404
(svn r12946) -Fix: do not allocate the OldNames table when creating a new game as it won't be used anyway.

Sun, 04 May 2008 22:13:47 +0000(svn r12945) -Fix: (small) memory leak when joining/exiting threads.
rubidium [Sun, 04 May 2008 22:13:47 +0000] rev 10403
(svn r12945) -Fix: (small) memory leak when joining/exiting threads.

Sun, 04 May 2008 21:53:36 +0000(svn r12944) -Codechange: use rev.h instead of externs at many places
smatz [Sun, 04 May 2008 21:53:36 +0000] rev 10402
(svn r12944) -Codechange: use rev.h instead of externs at many places

Sun, 04 May 2008 21:47:36 +0000(svn r12943) -Fix: reading/modifying invalid data under some circumstances.
rubidium [Sun, 04 May 2008 21:47:36 +0000] rev 10401
(svn r12943) -Fix: reading/modifying invalid data under some circumstances.

Sun, 04 May 2008 21:36:37 +0000(svn r12942) -Fix [FS#1979]: closing some windows caused recursion in the Window deletion causing the reading invalid/freed data which could cause crashes.
rubidium [Sun, 04 May 2008 21:36:37 +0000] rev 10400
(svn r12942) -Fix [FS#1979]: closing some windows caused recursion in the Window deletion causing the reading invalid/freed data which could cause crashes.

Sun, 04 May 2008 10:05:50 +0000(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.
rubidium [Sun, 04 May 2008 10:05:50 +0000] rev 10399
(svn r12941) -Codechange: don't access wndproc directly. Patch by Alberth.

Sun, 04 May 2008 10:05:35 +0000(svn r12940) -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should include the cargo packets in the vehicle as well
bjarni [Sun, 04 May 2008 10:05:35 +0000] rev 10398
(svn r12940) -Fix [FS#1974](r12913): [autoreplace] a vehicle backup should include the cargo packets in the vehicle as well

Sun, 04 May 2008 09:39:16 +0000(svn r12939) -Codechange: do not use the window proc to determine whether a toolbar is a rail toolbar, but use the window number.
rubidium [Sun, 04 May 2008 09:39:16 +0000] rev 10397
(svn r12939) -Codechange: do not use the window proc to determine whether a toolbar is a rail toolbar, but use the window number.

Sun, 04 May 2008 08:56:59 +0000(svn r12938) -Codechange: coding style fixes. Patch by Alberth.
rubidium [Sun, 04 May 2008 08:56:59 +0000] rev 10396
(svn r12938) -Codechange: coding style fixes. Patch by Alberth.

Sun, 04 May 2008 08:49:57 +0000(svn r12937) -Codechange: split allocating and finding the spot to place a window. Patch by Alberth.
rubidium [Sun, 04 May 2008 08:49:57 +0000] rev 10395
(svn r12937) -Codechange: split allocating and finding the spot to place a window. Patch by Alberth.