Sat, 30 Dec 2006 01:08:12 +0000(svn r7635) -Fix (r7618, r7621): Guard against recursive deletion. It is possible that when a
Darkvater [Sat, 30 Dec 2006 01:08:12 +0000] rev 5680
(svn r7635) -Fix (r7618, r7621): Guard against recursive deletion. It is possible that when a
parent window is deleted it deletes its child (always) and in turn, through some
code the child initiates the deletion of the parent which, if not guarded
against, deletes the child and so on...

Sat, 30 Dec 2006 00:46:48 +0000(svn r7632) -Codechange: several small code cleanups of texteff, like moving magic values and defines to an enum and fix coding/documentation style.
rubidium [Sat, 30 Dec 2006 00:46:48 +0000] rev 5679
(svn r7632) -Codechange: several small code cleanups of texteff, like moving magic values and defines to an enum and fix coding/documentation style.
-Codechange: make DeleteAnimatedTile a little clearer (pv2b).

Sat, 30 Dec 2006 00:22:03 +0000(svn r7631) -Fix (r1): some pointer arithmetic gave the number of entries instead of the number of bytes to move when removing the animated state from a tile. This caused desyncs between Little and Big Endian machines. Thanks to pv2b for helping me in locating the bug and to Darkvater for figuring out that the arithmetic returned the number of entries instead of bytes.
rubidium [Sat, 30 Dec 2006 00:22:03 +0000] rev 5678
(svn r7631) -Fix (r1): some pointer arithmetic gave the number of entries instead of the number of bytes to move when removing the animated state from a tile. This caused desyncs between Little and Big Endian machines. Thanks to pv2b for helping me in locating the bug and to Darkvater for figuring out that the arithmetic returned the number of entries instead of bytes.

Sat, 30 Dec 2006 00:06:00 +0000(svn r7630) -Fix: At the end of the quarter the old economy numbers were shifted up, and
Darkvater [Sat, 30 Dec 2006 00:06:00 +0000] rev 5677
(svn r7630) -Fix: At the end of the quarter the old economy numbers were shifted up, and
the current economy numbers were moved to economy[0]. This was done in one
memmove which worked because old_economy was behind cur_economy in the struct.
Do not rely on this functionality...

Fri, 29 Dec 2006 23:43:07 +0000(svn r7629) -Fix: the CLI parameter for joining a network game is "-n ip:port#player", not "-n ip#player:port" as the help text suggests.
rubidium [Fri, 29 Dec 2006 23:43:07 +0000] rev 5676
(svn r7629) -Fix: the CLI parameter for joining a network game is "-n ip:port#player", not "-n ip#player:port" as the help text suggests.

Fri, 29 Dec 2006 23:06:00 +0000(svn r7628) -Fix: [YAPF] suppress 'Train is lost' message if pathfinding ended on the first two-way red signal due to yapf.rail_firstred_twoway_eol option.
KUDr [Fri, 29 Dec 2006 23:06:00 +0000] rev 5675
(svn r7628) -Fix: [YAPF] suppress 'Train is lost' message if pathfinding ended on the first two-way red signal due to yapf.rail_firstred_twoway_eol option.

Fri, 29 Dec 2006 21:46:21 +0000(svn r7626) -Fix r7600: [OSX] building release dmg files no longer includes console.txt, since we don't have that file anymore (this made dmg building fail)
bjarni [Fri, 29 Dec 2006 21:46:21 +0000] rev 5674
(svn r7626) -Fix r7600: [OSX] building release dmg files no longer includes console.txt, since we don't have that file anymore (this made dmg building fail)
-Cleanup: [OSX] removed the link files since they aren't needed and broken anyway

Fri, 29 Dec 2006 21:30:31 +0000(svn r7625) * Change debian packaging version to support proper upgrading from/to release versions.
matthijs [Fri, 29 Dec 2006 21:30:31 +0000] rev 5673
(svn r7625) * Change debian packaging version to support proper upgrading from/to release versions.

Fri, 29 Dec 2006 21:26:32 +0000(svn r7624) -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5).
matthijs [Fri, 29 Dec 2006 21:26:32 +0000] rev 5672
(svn r7624) -Fix (FS#470): Also install openttd.32.bmp on make install, used as window icon by SDL (to be ported to 0.5).

Fri, 29 Dec 2006 18:40:02 +0000(svn r7623) - Fix: [YAPF] trains/roadvehs trying to enter the bridge ramp from under bridge rail/road (introduced by bridge merge r7573)
KUDr [Fri, 29 Dec 2006 18:40:02 +0000] rev 5671
(svn r7623) - Fix: [YAPF] trains/roadvehs trying to enter the bridge ramp from under bridge rail/road (introduced by bridge merge r7573)