| 
							
							
								 yexo | 399a9641fe | (svn r21654) -Add: [NoAI] AITown::IsCity() so AIs can find out which towns grow faster than others (Lord Aro) | 2010-12-29 12:19:33 +00:00 |  | 
			
				
					| 
							
							
								 alberth | b633ffaa1d | (svn r21571) -Codechange: Having a break after a return is no good. | 2010-12-21 15:23:54 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 48b7916458 | (svn r21521) -Codechange: Unify some cached values that were present in both road vehicles and trains. | 2010-12-14 21:33:53 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 96b98b392a | (svn r21515) -Codechange: Use cached_total_length where appropiate. | 2010-12-14 21:24:51 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b448b7c98d | (svn r21493) -Codechange: don't use the full 32 bits of the level land command to tell whether to raise, lower or keep the level of the first selected tile | 2010-12-13 11:21:53 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 773b6136a9 | (svn r21488) -Codechange: make use of TILE_AREA_LOOP in the tile list AI API | 2010-12-12 18:47:08 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ea68039718 | (svn r21416) -Codechange: limit vehicle name by amount of characters, not bytes | 2010-12-05 22:25:49 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 44d1c55347 | (svn r21415) -Codechange: limit station/waypoint name by amount of characters, not bytes | 2010-12-05 22:25:36 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 6e69b943d6 | (svn r21413) -Codechange: limit sign name by amount of characters, not bytes | 2010-12-05 22:25:08 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | cf61c2f11f | (svn r21412) -Codechange: limit company name by amount of characters, not bytes | 2010-12-05 22:24:50 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 768da4b48f | (svn r21411) -Codechange: limit group name by amount of characters, not bytes | 2010-12-05 22:24:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f70202bfa8 | (svn r21280) -Merge: documentation updates from 1.0 | 2010-11-20 21:27:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ed18d02e9a | (svn r21142) -Codechange: replace magic bridge length constants with proper constants (uni657) | 2010-11-10 23:43:14 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 7e48d85104 | (svn r21060) -Doc: Improved wording of comments (mostly by __ln__) | 2010-10-30 17:51:07 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 8fceb3f851 | (svn r20810) -Merge: documentation updates from 1.0 | 2010-09-15 22:05:08 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 4d1f24330f | (svn r20798) -Doc [FS#4117]: [NoAI] AITile::HasTransportType doesn't work for TRANSPORT_AIR | 2010-09-13 13:36:36 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ea4b40704b | (svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot | 2010-09-08 21:02:12 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 1ba35972e6 | (svn r20765) -Fix (r17345): AIEventCompanyAskMerger was disguised as AIEventCompanyMerger (fanioz) | 2010-09-08 13:45:26 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 30f2afac9b | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers | 2010-08-26 22:01:16 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1fa98e1695 | (svn r20574) -Codechange: a little over 1 million vehicles should be enough for the forseeable future | 2010-08-19 20:58:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | cc658392eb | (svn r20573) -Codechange: free/reserve some bits in the sell vehicle command to increase the vehicle pool limit | 2010-08-19 20:45:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 646fbb628a | (svn r20572) -Codechange: free/reserve some bits in the wagon move command to increase the vehicle pool limit | 2010-08-19 20:42:00 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e89a0fb7f9 | (svn r20571) -Codechange: free/reserve some bits in the order commands to increase the vehicle pool limit | 2010-08-19 20:39:12 +00:00 |  | 
			
				
					| 
							
							
								 yexo | ca0cd109f2 | (svn r20568) -Codechange: change the value of AIVehicle::VEHICLE_INVALID and use it as return value instead of ::INVALID_VEHICLE | 2010-08-19 20:20:20 +00:00 |  | 
			
				
					| 
							
							
								 yexo | dc303e550b | (svn r20563) -Change: [NoAI] rename AIAbstractList to AIList | 2010-08-19 15:37:28 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 6c7384cabd | (svn r20562) -Change: [NoAI] Move all functions from AIList to AIAbstractList | 2010-08-19 15:19:40 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 55c1af9fb1 | (svn r20560) -Fix: AIs (still/again?) crashing for certain commands | 2010-08-19 14:25:07 +00:00 |  | 
			
				
					| 
							
							
								 yexo | eeca1846d6 | (svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in depot' strings | 2010-08-18 00:30:12 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9b8d7048da | (svn r20533) -Codechange: shuffle a bit with the bits in the sell command | 2010-08-18 00:03:08 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4780cc50b2 | (svn r20532) -Codechange: unify selling of vehicles a bit | 2010-08-17 23:55:22 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 35fec79700 | (svn r20499) -Doc: Spelling fixes, and one doxygen comment addition. | 2010-08-15 14:06:43 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 5933086e61 | (svn r20489) -Fix [FS#4031]: [NoAI] checking whether water tiles are connected failed in some cases | 2010-08-14 09:46:36 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 3da3d131c6 | (svn r20411) -Codechange: rename unmovables as quite a lot of them are actually movable; e.g. HQ and owned land are pretty movable. | 2010-08-08 10:59:30 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | edbadde301 | (svn r20406) -Codechange: make StationClass use the new generic class | 2010-08-07 22:07:07 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2d3ee123af | (svn r20402) -Codechange: rename the airport/station class id to something slightly more generic | 2010-08-07 21:10:57 +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 |  | 
			
				
					| 
							
							
								 rubidium | 90a35d2e5b | (svn r20389) [NoAI] -Add: AIOrder::IsVoidOrder to find void "(Invalid Order)" orders. [NoAI] -Change: AIOrder::GetOrderFlags returns AIOrder::AIOF_INVALID for void orders. | 2010-08-06 19:04:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | fc39a8bec1 | (svn r20348) -Fix [FS#4004]: [NoAI] Ship depots were constructed along the wrong axis | 2010-08-03 16:38:15 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 49cee72fa4 | (svn r20328) -Codechange: unify the unmovable related commands and make building lighthouses/transmitters actually happen via a command | 2010-08-02 22:10:05 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 7b62e4dc8e | (svn r20288) -Doc: add doxygen string to all GetClassName functions (part of all AI api classes) | 2010-08-01 20:41:46 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 4bd32799f1 | (svn r20286) -Codechange: Unify end of doxygen comments. | 2010-08-01 19:44:49 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 99cb47a382 | (svn r20284) -Codechange: use ///< for single-line doxygen comments in the AI code | 2010-08-01 19:36:36 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ed4f806f1d | (svn r20283) -Codechange: Unify start of doygen comments. | 2010-08-01 19:22:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e356cb9405 | (svn r20281) -Codechange: unify case scope closure + break coding style | 2010-08-01 18:53:30 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 33ccd9ada8 | (svn r20272) -Doc: [NoAI] document return value of AIGroup::SetAutoReplace | 2010-07-31 22:46:29 +00:00 |  | 
			
				
					| 
							
							
								 alberth | a825b4fa5f | (svn r20266) -Doc: Mostly typo fixes, a few doxygen-related improvements. | 2010-07-31 21:02:56 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 04242e19cf | (svn r20238) -Doc: [NoAI] clarify the documentation for AIBaseStation::GetLocation | 2010-07-29 13:08:57 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 50c7f60eca | (svn r20160) -Merge: changelog updates from the 1.0 branch | 2010-07-16 08:20:33 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 969c059fea | (svn r20107) -Add: [NoAI] AIIndustryType::INDUSTRYTYPE_TOWN and AIIndustryType::INDUSTRYTYPE_UNKNOWN for AIRail::BuildNewGRFRailStation(). Note that BuildNewGRFRailStation() now checks the passed industry type for validity. | 2010-07-10 10:54:30 +00:00 |  | 
			
				
					| 
							
							
								 frosch | cddd6df252 | (svn r20103) -Fix [FS#3934]: AITown::GetRating() returned wrong values. (Morloth) | 2010-07-09 19:50:06 +00:00 |  |