tron [Mon, 05 Jun 2006 16:31:29 +0000] rev 3969
(svn r5132) s/?/?/
tron [Mon, 05 Jun 2006 16:08:06 +0000] rev 3968
(svn r5131) s/STRING[1-5]/STRING/g
miham [Mon, 05 Jun 2006 15:56:59 +0000] rev 3967
(svn r5130) WebTranslator2 update to 2006-06-05 17:56:46
american - 12 changed by WhiteRabbit (12)
galician - 62 fixed, 10 changed by Condex (72)
italian - 3 changed by sidew (3)
tron [Mon, 05 Jun 2006 15:47:08 +0000] rev 3966
(svn r5129) Accommodate the default AI for the new railtype: It used hard coded numbers instead of enums to calculate prices
tron [Mon, 05 Jun 2006 15:29:47 +0000] rev 3965
(svn r5128) Remove the global variable _cur_ai_player
tron [Mon, 05 Jun 2006 14:54:23 +0000] rev 3964
(svn r5127) Use IsRoadVehInDepotStopped() and IsAircraftInHangarStopped()
tron [Mon, 05 Jun 2006 12:43:41 +0000] rev 3963
(svn r5124) Add IsAircraftInHangar{Stopped,}(), which supersedes CheckStoppedInHangar()
-Fix: Be more strict what it means for an aircraft to be in a hangar: It's not just being stopped on a hangar tile
tron [Mon, 05 Jun 2006 11:28:31 +0000] rev 3962
(svn r5121) Add forgotten file in r5120
tron [Mon, 05 Jun 2006 11:28:00 +0000] rev 3961
(svn r5120) Add IsShipInDepot{Stopped,}() and remove some redundant checks
tron [Mon, 05 Jun 2006 10:26:38 +0000] rev 3960
(svn r5119) -Fix: If a road vehicle is on a road depot tile and stopped doesn't mean it's in the depot. Use the proper test for this