Darkvater [Sat, 14 Oct 2006 22:22:48 +0000] rev 4849
(svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as
these are used intermixed often.
Darkvater [Sat, 14 Oct 2006 15:49:43 +0000] rev 4848
(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and
put it into player.h where it belongs (instead of map.h)
Darkvater [Sat, 14 Oct 2006 15:44:28 +0000] rev 4847
(svn r6773) -eh...I had to test it didn't i, just forgot to save
Darkvater [Sat, 14 Oct 2006 15:43:37 +0000] rev 4846
(svn r6772) -Codechange: Do not abuse OWNER_SPECTATOR as the "owner" of the industry for
the minimap. This also saves us from having this huge _owner_colors table.
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