Darkvater [Sat, 14 Oct 2006 15:15:56 +0000] rev 4845
(svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER and
IS_INTERACTIVE_PLAYER
Darkvater [Sat, 14 Oct 2006 10:26:13 +0000] rev 4844
(svn r6770) -Codechange: Make the airport checking a bit stricter...fix unnoticed errors:
Commuter (20): invalid use of terminal group designator; since all other options
goto position 2 and no additional blocks are checked, simplify state
Intercontinental (23, 30): no extra states are needed since all options go to
position 70 and 31 unconditionally
Intercontinental (31): invalid use of more-options-to-follow (255)
Darkvater [Sat, 14 Oct 2006 09:51:04 +0000] rev 4843
(svn r6769) -Codechange: Minor syntax, const correctness, variable localization, coding
style changes to airport code, and cleanup of airport.c. Should not change
any functionality.
Darkvater [Fri, 13 Oct 2006 23:08:55 +0000] rev 4842
(svn r6768) -Cleanup: For airports change *Airport to *apc (variable naming coding style
conformance (AirportFTAClass), *FA to *apFA (to better reflect its type
AirportFTAbuildup), and ->next_in_chain into ->next.
miham [Fri, 13 Oct 2006 17:55:56 +0000] rev 4841
(svn r6767) WebTranslator2 update to 2006-10-13 19:54:10
american - 5 fixed by WhiteRabbit (5)
brazilian_portuguese - 5 fixed, 8 changed by tucalipe (13)
bulgarian - 136 fixed, 12 changed by groupsky (148)
dutch - 5 fixed by habell (5)
french - 5 fixed by belugas (5)
slovak - 5 fixed by lengyel (5)
Darkvater [Fri, 13 Oct 2006 15:52:22 +0000] rev 4840
(svn r6766) -Codechange: Move _openttd_revision[] into the functions that use it instead of global
peter1138 [Fri, 13 Oct 2006 15:15:22 +0000] rev 4839
(svn r6765) - Fix: Don't add up running cost of articulated engine parts.
Darkvater [Thu, 12 Oct 2006 22:11:18 +0000] rev 4838
(svn r6764) -Fix (r6758): Wrong height difference calculated because invalid drag-type
was passed to the function. Thanks peter1138.
miham [Thu, 12 Oct 2006 16:12:06 +0000] rev 4837
(svn r6761) WebTranslator2 update to 2006-10-12 18:11:37
catalan - 5 fixed, 15 changed by arnaullv (20)
hungarian - 5 fixed by miham (5)
Darkvater [Thu, 12 Oct 2006 15:39:33 +0000] rev 4836
(svn r6760) -Codechange: Do a case insensitive sort of train engine names and just normally
check a boolean; no special magic needed