| 
							
							
								 S. D. Cloudt | 13cc8a0cee | Cleanup: Removed SVN  headers | 2019-11-10 17:59:20 +00:00 |  | 
			
				
					| 
							
							
								 Peter Nelson | 5a5944867d | Add: Add parent_group_id parameter to CreateGroup() | 2019-03-03 09:15:39 +01:00 |  | 
			
				
					| 
							
							
								 SamuXarick | 1e5a6765d9 | Change: Give AI/GSBridge::GetName an extra parameter to refer the vehicle type (#6988) | 2019-01-31 23:08:03 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 6baa58a7d8 | (svn r26407) -Fix: __ln__ never read the script compatibility files. | 2014-03-17 20:05:38 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e6a828def1 | (svn r24006) -Fix [FS#5088]: AI used in names in API for GSOrder | 2012-03-04 16:40:06 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 13c3993e86 | (svn r23397) -Change: remove the AI_ prefix from all AIEvent enums | 2011-12-02 23:40:16 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 229e572663 | (svn r23298) -Add: track statistics of all incoming and outgoing goods. Incoming based on TownEffect, outgoing based on CargoType (based on patch by Terkhen) | 2011-11-23 16:05:19 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 0dc20c7d5f | (svn r22584) -Add: [NoAI] several functions to AICompany to find out performance information (Morloth) | 2011-06-13 15:23:20 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 3057a26fd5 | (svn r21953) -Remove [FS#4456]: the non-uniform stations setting. Support for uniform stations has been broken for over a year | 2011-02-04 14:11:14 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 63857f8487 | (svn r20913) -Fix (r19231): [NoAI] give the correct error message if you try to overbuild an opponont road station with your own while using the 0.7 or 1.0 compatibility layer (fanioz) | 2010-10-10 15:33:22 +00:00 |  | 
			
				
					| 
							
							
								 yexo | b42513a287 | (svn r20564) -Fix (r20562): provide compatibility for AIs using the 0.7/1.0 API and using AIList::ChangeItem | 2010-08-19 15:44:17 +00:00 |  | 
			
				
					| 
							
							
								 yexo | dc303e550b | (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList | 2010-08-19 15:37:28 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 178f74c31c | (svn r20399) -Change: [NoAI] AIIndustry::IsCargoAccepted now returns 3 possible values so AIs can detect a temporaral refusal from an industry to accept some cargo type | 2010-08-07 20:51:53 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 333249ce50 | (svn r19294) -Change: [NoAI] Remove HasNext() from all lists/iterators and add IsEnd() instead. | 2010-02-28 20:25:03 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | a4a66ec1aa | (svn r19231) -Feature: Allow overbuilding of road stops. | 2010-02-24 21:55:03 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 1ed599f5cf | (svn r18725) -Add: [NoAI] AIWaypoint::WaypointType and AIWaypoint::HasWaypointType(). -Change: [NoAI] Constructor of AIWaypoint now takes a WaypointType to also handle buoys.
-Remove: [NoAI] AIBuoyList. | 2010-01-04 19:42:29 +00:00 |  | 
			
				
					| 
							
							
								 yexo | fe67e85700 | (svn r18687) -Add [NoAI]: AIEngine::IsBuildable to check if you can build a certain engine. -Change: AIEngine::IsValidEngine will now also return true when you have at least one vehicle of that type even if you can't build it anymore. | 2010-01-02 15:52:29 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 65642c5878 | (svn r18504) -Remove [NoAI]: AIVehicle::SkipToVehicleOrder as it was a duplicate or AIOrder.SkipToOrder | 2009-12-14 22:17:15 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | dcd6b2096d | (svn r17471) -Change: when removing a station or waypoint keep the rail unless Ctrl is pressed. This makes the behaviour consistent between the two. | 2009-09-08 10:12:13 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f40885ec50 | (svn r17469) -Change: make the AI compatability wrapper not whine about deprecation (yet), but make it clear that the wrapper is running and what (slight) changes there are w.r.t. to 0.7. | 2009-09-07 23:30:31 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 072ce4bb17 | (svn r17293) -Fix [NoAI]: AITown::GetLastMonthTransported didn't work as documented at all, make it return what AITown::GetLastMonthProduction did -Change [NoAI]: mark AITown::GetMaxProduction as deprecated, AITown::GetLastMonthProduction returns now the value GetMaxProduction did | 2009-08-27 13:47:03 +00:00 |  | 
			
				
					| 
							
							
								 yexo | c585e9bcd8 | (svn r17289) -Fix (r17214): for AIs it's STATION_INVALID, not INVALID_STATION | 2009-08-26 16:30:24 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 67106dc063 | (svn r17214) -Add [NoAI]: GetAPIVersion() as optional function in info.nut. Return "0.7" to get an api compatible (as much as possible) with the 0.7 api or "0.8" to get the latest api. -Change [NoAI]: move all deprecated functions to a separate squirrel script that is only loaded if an AI requests an old API version. | 2009-08-18 18:51:42 +00:00 |  |