Tue, 17 Oct 2006 14:52:55 +0000(svn r6795) - NewGRF: Add support for cargo-specific wagon overrides.
peter1138 [Tue, 17 Oct 2006 14:52:55 +0000] rev 4869
(svn r6795) - NewGRF: Add support for cargo-specific wagon overrides.

Tue, 17 Oct 2006 07:33:05 +0000(svn r6794) - Fix: In the train detail window, split up articulated parts if they can contain cargo. This allows us to show the full cargo contents.
peter1138 [Tue, 17 Oct 2006 07:33:05 +0000] rev 4868
(svn r6794) - Fix: In the train detail window, split up articulated parts if they can contain cargo. This allows us to show the full cargo contents.

Tue, 17 Oct 2006 03:39:30 +0000(svn r6793) -Fix(5464): When checking items on an array, make sure to respect boundaries(jez).
belugas [Tue, 17 Oct 2006 03:39:30 +0000] rev 4867
(svn r6793) -Fix(5464): When checking items on an array, make sure to respect boundaries(jez).
Made some comments code style compliant

Mon, 16 Oct 2006 21:30:08 +0000(svn r6792) -Cleanup: improved the English used in STR_VEH_WITH_SHARED_ORDERS_LIST_TIP (jez)
bjarni [Mon, 16 Oct 2006 21:30:08 +0000] rev 4866
(svn r6792) -Cleanup: improved the English used in STR_VEH_WITH_SHARED_ORDERS_LIST_TIP (jez)
The meaning should remain the same and there is no need to retranslate this string

Mon, 16 Oct 2006 19:17:30 +0000(svn r6791) -Fix: [YAPF] YapfFindNearestRailDepotTwoWay() did not work for train inside tunnel.
KUDr [Mon, 16 Oct 2006 19:17:30 +0000] rev 4865
(svn r6791) -Fix: [YAPF] YapfFindNearestRailDepotTwoWay() did not work for train inside tunnel.

Mon, 16 Oct 2006 11:46:47 +0000(svn r6790) WebTranslator2 update to 2006-10-16 13:46:16
miham [Mon, 16 Oct 2006 11:46:47 +0000] rev 4864
(svn r6790) WebTranslator2 update to 2006-10-16 13:46:16
catalan - 3 changed by arnaullv (3)
danish - 6 fixed, 61 changed by ThomasA (67)
italian - 5 fixed by sidew (5)

Mon, 16 Oct 2006 10:29:29 +0000(svn r6789) - Codechange: Tidy up VehicleNameSorter() to use no global vars, and match the style of EngineNameSorter(). This also removes a bug where _internal_name_sorter_id was never set properly for anything other than trains.
peter1138 [Mon, 16 Oct 2006 10:29:29 +0000] rev 4863
(svn r6789) - Codechange: Tidy up VehicleNameSorter() to use no global vars, and match the style of EngineNameSorter(). This also removes a bug where _internal_name_sorter_id was never set properly for anything other than trains.

Mon, 16 Oct 2006 10:26:22 +0000(svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name.
peter1138 [Mon, 16 Oct 2006 10:26:22 +0000] rev 4862
(svn r6788) - Codechange: Add and use a function to test if a string ID is a custom name.

Sun, 15 Oct 2006 23:48:34 +0000(svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishing to become a
Darkvater [Sun, 15 Oct 2006 23:48:34 +0000] rev 4861
(svn r6787) -Codechange: Use PLAYER_NEW_COMPANY as a player identifier wishing to become a
new player instead of a 0.

Sun, 15 Oct 2006 23:42:18 +0000(svn r6786) -Codechange: To join a new company CMD_PLAYER_CTRL is executed with so far a
Darkvater [Sun, 15 Oct 2006 23:42:18 +0000] rev 4860
(svn r6786) -Codechange: To join a new company CMD_PLAYER_CTRL is executed with so far a
local spectator (awaiting assignment from server). Since a spectator cannot
execute any commands, a local player is impersonated. Move this impersonation
to the server side where CMD_PLAYER_CTRL is handled specially anyways.

Sun, 15 Oct 2006 23:37:15 +0000(svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. This function
Darkvater [Sun, 15 Oct 2006 23:37:15 +0000] rev 4859
(svn r6785) -Cleanup: Remove unused _network_playas from NetworkAddServer. This function
only adds favourite servers to the list, does nothing with regards to connection

Sun, 15 Oct 2006 23:35:26 +0000(svn r6784) -Codechange: Change invalid PlayerID type into ClientID which it is in CmdPlayerCtrl
Darkvater [Sun, 15 Oct 2006 23:35:26 +0000] rev 4858
(svn r6784) -Codechange: Change invalid PlayerID type into ClientID which it is in CmdPlayerCtrl

Sun, 15 Oct 2006 23:31:22 +0000(svn r6783) -Codechange: Allow ParseConnectionString to allow players with more than one digit
Darkvater [Sun, 15 Oct 2006 23:31:22 +0000] rev 4857
(svn r6783) -Codechange: Allow ParseConnectionString to allow players with more than one digit

Sun, 15 Oct 2006 20:46:10 +0000(svn r6782) - Fix (r3947): Invalidate depot & vehicle windows when reversing a single engine with ctrl-click.
peter1138 [Sun, 15 Oct 2006 20:46:10 +0000] rev 4856
(svn r6782) - Fix (r3947): Invalidate depot & vehicle windows when reversing a single engine with ctrl-click.

Sun, 15 Oct 2006 19:01:40 +0000(svn r6781) - Fix (r5926): Some house introduction dates were incorrectly adjusted in the move to 32bit dates.
peter1138 [Sun, 15 Oct 2006 19:01:40 +0000] rev 4855
(svn r6781) - Fix (r5926): Some house introduction dates were incorrectly adjusted in the move to 32bit dates.

Sun, 15 Oct 2006 17:01:19 +0000(svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP).
Darkvater [Sun, 15 Oct 2006 17:01:19 +0000] rev 4854
(svn r6780) -Codechange: Remove GPMI leftovers (-b impersonisation of AI in MP).

Sun, 15 Oct 2006 16:56:58 +0000(svn r6779) -Fix r6631: waypoint selector now correctly shows the current selected waypoint type (thx Maedhros)
glx [Sun, 15 Oct 2006 16:56:58 +0000] rev 4853
(svn r6779) -Fix r6631: waypoint selector now correctly shows the current selected waypoint type (thx Maedhros)

Sun, 15 Oct 2006 13:28:20 +0000(svn r6778) WebTranslator2 update to 2006-10-15 15:27:37
miham [Sun, 15 Oct 2006 13:28:20 +0000] rev 4852
(svn r6778) WebTranslator2 update to 2006-10-15 15:27:37
brazilian_portuguese - 1 changed by tucalipe (1)
catalan - 15 changed by arnaullv (15)
estonian - 6 fixed by vermon (6)
german - 4 fixed by Neonox (4)
polish - 5 fixed, 2 changed by meush (7)
portuguese - 7 fixed by izhirahider (7)
spanish - 5 fixed by eusebio (5)

Sun, 15 Oct 2006 03:40:53 +0000(svn r6777) -GuiChange: When painting a lowered button on CargoPaymentsRates, displace the content of one pixel to the right and to the bottom. This will make it look like a normal button
belugas [Sun, 15 Oct 2006 03:40:53 +0000] rev 4851
(svn r6777) -GuiChange: When painting a lowered button on CargoPaymentsRates, displace the content of one pixel to the right and to the bottom. This will make it look like a normal button

Sat, 14 Oct 2006 22:31:18 +0000(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
Darkvater [Sat, 14 Oct 2006 22:31:18 +0000] rev 4850
(svn r6776) -Codechange: Use IsValidPlayer() function to determine of a PlayerID is an
actual playable player (< MAX_PLAYERS) or not.

Sat, 14 Oct 2006 22:22:48 +0000(svn r6775) -Codechange: Use some more proper types, especially Owner and PlayerID as
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.

Sat, 14 Oct 2006 15:49:43 +0000(svn r6774) -Codechange: Rename the badly named OWNER_SPECTATOR to PLAYER_SPECTATOR and
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)

Sat, 14 Oct 2006 15:44:28 +0000(svn r6773) -eh...I had to test it didn't i, just forgot to save
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

Sat, 14 Oct 2006 15:43:37 +0000(svn r6772) -Codechange: Do not abuse OWNER_SPECTATOR as the "owner" of the industry for
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.

Sat, 14 Oct 2006 15:15:56 +0000(svn r6771) -Codechange: Replace two macros with functions. IS_HUMAN_PLAYER and
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

Sat, 14 Oct 2006 10:26:13 +0000(svn r6770) -Codechange: Make the airport checking a bit stricter...fix unnoticed errors:
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)

Sat, 14 Oct 2006 09:51:04 +0000(svn r6769) -Codechange: Minor syntax, const correctness, variable localization, coding
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.

Fri, 13 Oct 2006 23:08:55 +0000(svn r6768) -Cleanup: For airports change *Airport to *apc (variable naming coding style
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.

Fri, 13 Oct 2006 17:55:56 +0000(svn r6767) WebTranslator2 update to 2006-10-13 19:54:10
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)

Fri, 13 Oct 2006 15:52:22 +0000(svn r6766) -Codechange: Move _openttd_revision[] into the functions that use it instead of global
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