Thu, 13 Jan 2005 16:28:47 +0000(svn r1496) -Fix: highscore no longer crashes in network games with a dedicated server. At the end of the game (can only be set by the server) the highscore is shown for the top5 companies of that game
darkvater [Thu, 13 Jan 2005 16:28:47 +0000] rev 998
(svn r1496) -Fix: highscore no longer crashes in network games with a dedicated server. At the end of the game (can only be set by the server) the highscore is shown for the top5 companies of that game
-Fix: fixed some compiler warnings
-Added PF_NETWORK_ONLY flag to settings. Such a setting can only be modified in a network game.

Thu, 13 Jan 2005 09:55:32 +0000(svn r1495) -Fix: Loan does not count against the company value
celestar [Thu, 13 Jan 2005 09:55:32 +0000] rev 997
(svn r1495) -Fix: Loan does not count against the company value
-Feature: New companies receive a 5-year protection period

Wed, 12 Jan 2005 22:10:50 +0000(svn r1494) Give GetNumberBasedOnSeed() a bit more sane name: SeedChance()
tron [Wed, 12 Jan 2005 22:10:50 +0000] rev 996
(svn r1494) Give GetNumberBasedOnSeed() a bit more sane name: SeedChance()
Add SeedChanceBias() which subtracts a bias from SeedChance() to reduce code duplication
While touching the lines anyway sprinkle a bit holy ANSI water (static before inline) and move assignments in the conditions of ifs before the ifs

Wed, 12 Jan 2005 22:09:21 +0000(svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we had most
celestar [Wed, 12 Jan 2005 22:09:21 +0000] rev 995
(svn r1493) -Codechange: Removed redundancy in the order GUI. Currently we had most
of the code written 4 - 8 times in the code.
This currently causes the "non-stop" button to appear for all
vehicles, which is disabled all the time. Don't report this as a bug
please.
This is (hopefully) the first patch in a joint effort to simplify
the order system

Wed, 12 Jan 2005 21:38:49 +0000(svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango)
tron [Wed, 12 Jan 2005 21:38:49 +0000] rev 994
(svn r1492) Reduce strcpy(, "") follwed by strcat() to just strcpy() (Jango)

Wed, 12 Jan 2005 21:33:43 +0000(svn r1491) Fix bracing style and indentation (Jango)
tron [Wed, 12 Jan 2005 21:33:43 +0000] rev 993
(svn r1491) Fix bracing style and indentation (Jango)

Wed, 12 Jan 2005 21:11:26 +0000(svn r1490) Restore original town name generation behavior for german and hungarian (Jango)
tron [Wed, 12 Jan 2005 21:11:26 +0000] rev 992
(svn r1490) Restore original town name generation behavior for german and hungarian (Jango)

Wed, 12 Jan 2005 16:33:33 +0000(svn r1489) -Fix: You fix a GCC warning, you get a MSVC warning.. now fixed both
truelight [Wed, 12 Jan 2005 16:33:33 +0000] rev 991
(svn r1489) -Fix: You fix a GCC warning, you get a MSVC warning.. now fixed both
(which compiler do we break this time?)

Wed, 12 Jan 2005 11:54:51 +0000(svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)
truelight [Wed, 12 Jan 2005 11:54:51 +0000] rev 990
(svn r1488) -Fix: fixed some spelling mistakes (tnx to Tron)
-Fix: fixed some compiler-warnings

Wed, 12 Jan 2005 11:50:41 +0000(svn r1487) -Fix: [1100736] wrong tooltip for place desert button
darkvater [Wed, 12 Jan 2005 11:50:41 +0000] rev 989
(svn r1487) -Fix: [1100736] wrong tooltip for place desert button