Wed, 10 Jan 2007 15:00:20 +0000(svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient.
rubidium [Wed, 10 Jan 2007 15:00:20 +0000] rev 5832
(svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient.

Wed, 10 Jan 2007 14:52:10 +0000(svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the game even if shift is pressed instead of giving a cost estimate of 0. This fixes a problem where the server does not pause_on_join when the player on the interactive server has the shift button pressed. (Thanks to pvz for the report and the fix)
celestar [Wed, 10 Jan 2007 14:52:10 +0000] rev 5831
(svn r8027) -Fix (FS#486) If a pause command is issues, it will now pause the game even if shift is pressed instead of giving a cost estimate of 0. This fixes a problem where the server does not pause_on_join when the player on the interactive server has the shift button pressed. (Thanks to pvz for the report and the fix)

Wed, 10 Jan 2007 14:22:49 +0000(svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted.
celestar [Wed, 10 Jan 2007 14:22:49 +0000] rev 5830
(svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted.

Wed, 10 Jan 2007 10:39:45 +0000(svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'.
rubidium [Wed, 10 Jan 2007 10:39:45 +0000] rev 5829
(svn r8019) -Fix (r7759): if libfreetype was not found (and not forced to be used), the configure script aborted instead of marking it a 'not found'.

Tue, 09 Jan 2007 21:43:32 +0000(svn r8014) -Codechange (r7573): When a tile is cleared, empty the general purpose bits in
maedhros [Tue, 09 Jan 2007 21:43:32 +0000] rev 5828
(svn r8014) -Codechange (r7573): When a tile is cleared, empty the general purpose bits in
extra as well, unless they are (or could be) used for bridges. This means these
bits don't have to be cleared seperately when non-bridgeable tiles are removed.

Tue, 09 Jan 2007 21:25:13 +0000(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
Darkvater [Tue, 09 Jan 2007 21:25:13 +0000] rev 5827
(svn r8013) -Codechange (r6921, rUnknown): Show the error message of corrupt or missing (own) files
through a ShowInfo(F). This way windows users also see this message and bugs such as
FS#528 will not happen anymore. Put ShowInfo(F) error output to stderr and not stdout.

Tue, 09 Jan 2007 19:43:46 +0000(svn r8012) WebTranslator2 update to 2007-01-09 20:43:03
miham [Tue, 09 Jan 2007 19:43:46 +0000] rev 5826
(svn r8012) WebTranslator2 update to 2007-01-09 20:43:03
bulgarian - 3 fixed, 68 changed by groupsky (71)
danish - 45 changed by ThomasA (4), MiR (41)
finnish - 2 fixed by pallokala (2)
frisian - 2 changed by talzaroff (2)
greek - 40 fixed, 1 changed by Kesnar (41)
italian - 2 changed by sidew (2)
swedish - 2 fixed, 1 deleted, 55 changed by ChrillDeVille (58)

Tue, 09 Jan 2007 16:27:25 +0000(svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehicle*. This removes the need for look ups by index. Also declare the array static.
peter1138 [Tue, 09 Jan 2007 16:27:25 +0000] rev 5825
(svn r8007) -Codechange: Change _vehicle_position_hash from VehicleID to Vehicle*. This removes the need for look ups by index. Also declare the array static.

Tue, 09 Jan 2007 15:26:43 +0000(svn r8002) -Change: do not copy lang/english.txt when it is not needed.
rubidium [Tue, 09 Jan 2007 15:26:43 +0000] rev 5824
(svn r8002) -Change: do not copy lang/english.txt when it is not needed.

Tue, 09 Jan 2007 14:48:21 +0000(svn r8000) -Codechange: drop UDP packets when their internal size does not match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet.
rubidium [Tue, 09 Jan 2007 14:48:21 +0000] rev 5823
(svn r8000) -Codechange: drop UDP packets when their internal size does not match the received size. If that is the case, the packet was not received in one piece (or got somehow mangled with another packet), which will cause us to drop the packet later on because we are (for example) trying to read beyond the end of the packet.