rubidium [Wed, 10 Jan 2007 18:24:48 +0000] rev 5585
(svn r8034) -Fix (r8033): aircraft_cmd.c was not renamed.
KUDr [Wed, 10 Jan 2007 18:12:09 +0000] rev 5584
(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)
rubidium [Wed, 10 Jan 2007 16:31:40 +0000] rev 5583
(svn r8030) -Fix: segmentation fault when removing a town in the scenario editor while having the query tool window open for one of the town's tiles.
rubidium [Wed, 10 Jan 2007 15:03:47 +0000] rev 5582
(svn r8029) -Fix (7759): somehow the old configure script was not removed.
rubidium [Wed, 10 Jan 2007 15:00:20 +0000] rev 5581
(svn r8028) -Fix: overflow of ticks was not handled properly, possibly resulting a non-reacting gameserver/gameclient.
celestar [Wed, 10 Jan 2007 14:52:10 +0000] rev 5580
(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:22:49 +0000] rev 5579
(svn r8026) -Fix (r2441) When taking up cargo that is transferring, trains will now also have the virtual profit deducted.
rubidium [Wed, 10 Jan 2007 10:39:45 +0000] rev 5578
(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'.
maedhros [Tue, 09 Jan 2007 21:43:32 +0000] rev 5577
(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.
Darkvater [Tue, 09 Jan 2007 21:25:13 +0000] rev 5576
(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.