rubidium 
							
						 
					 
					
						
						
							
						
						3f7eb71b17 
					 
					
						
						
							
							(svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically  
						
						
						
						
					 
					
						2011-11-13 20:52:39 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						a7d8195677 
					 
					
						
						
							
							(svn r22762) -Fix (r22584): Update ai_company.hpp.sq  
						
						
						
						
					 
					
						2011-08-19 21:14:51 +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 
							
						 
					 
					
						
						
							
						
						4d67c5ddaf 
					 
					
						
						
							
							(svn r19510) -Codechange: remove superfluous semicolons from *.sq files  
						
						
						
						
					 
					
						2010-03-23 22:48:10 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						a608fbaf7f 
					 
					
						
						
							
							(svn r18557) -Fix: (most of) gcc errors when using lto caused by some structs having different definition in different object files  
						
						
						
						
					 
					
						2009-12-19 23:53:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e7fb5f00e7 
					 
					
						
						
							
							(svn r17697) -Codechange: coding style in the automatically generated squirrel wrapper code  
						
						
						
						
					 
					
						2009-10-04 18:16:44 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						7fbc33dae1 
					 
					
						
						
							
							(svn r17248) -Fix: add GPL license notice where appropriate  
						
						
						
						
					 
					
						2009-08-21 20:21:05 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						5a863925ee 
					 
					
						
						
							
							(svn r17221) -Change [NoAI] [FS#3101]: when the API requests a string as parameter allow every squirrel type and convert to a string  
						
						
						
						
					 
					
						2009-08-19 14:54:52 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						fc03fef4ae 
					 
					
						
						
							
							(svn r17016) -Add [NoAI]: AICompany::Get/Set PresidentGender  
						
						
						
						
					 
					
						2009-08-01 00:28:21 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						ab3fc1d437 
					 
					
						
						
							
							(svn r15535) -Fix (r15460, pre noai merge): use '.' as 'any' for squirrel calls typechecking as stated in squirrel docs  
						
						
						
						
					 
					
						2009-02-21 00:43:18 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						58359b8d6e 
					 
					
						
						
							
							(svn r15484) -Change [API CHANGE]: Remove AICompany::GetCompanyName and SetCompanyName. They've been replaced with GetName and SetName.  
						
						
						
						
					 
					
						2009-02-14 21:06:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						dea3490b2f 
					 
					
						
						
							
							(svn r15460) -Fix [NoAI]: don't require an instance to exist in the scope for static functions and limit exposure of the internal function GetClassName.  
						
						
						
						
					 
					
						2009-02-12 22:25:53 +00:00 
						 
				 
			
				
					
						
							
							
								truebrain 
							
						 
					 
					
						
						
							
						
						94dd36d1ec 
					 
					
						
						
							
							(svn r15101) -Change [API CHANGE]: more consistant naming for consts:  
						
						... 
						
						
						
						INVALID_TOWN_RATING        -> TOWN_RATING_INVALID
   INVALID_TRANSPORT          -> TRANSPORT_INVALID
   INVALID_ORDER              -> ORDER_INVALID
   INVALID_GROUP              -> GROUP_INVALID
   GROUP_ALL/DEFAULT          -> ALL/DEFAULT_GROUP
   VEHICLE_RAIL/ROAD/..       -> VT_RAIL/ROAD/..
   MY_COMPANY                 -> COMPANY_SELF
   FIRST/LAST/INVALID_COMPANY -> COMPANY_FIRST/LAST/INVALID 
						
						
					 
					
						2009-01-16 00:05:26 +00:00 
						 
				 
			
				
					
						
							
							
								truebrain 
							
						 
					 
					
						
						
							
						
						a3dd7506d3 
					 
					
						
						
							
							(svn r15027) -Merge: tomatos and bananas left to be, here is NoAI for all to see.  
						
						... 
						
						
						
						NoAI is an API (a framework) to build your own AIs in. See:
   http://wiki.openttd.org/wiki/index.php/AI:Main_Page 
 With many thanks to:
  - glx and Rubidium for their syncing, feedback and hard work
  - Yexo for his feedback, patches, and AIs which tested the system very deep
  - Morloth for his feedback and patches
  - TJIP for hosting a challenge which kept NoAI on track
  - All AI authors for testing our AI API, and all other people who helped in one way or another
-Remove: all old AIs and their cheats/hacks 
						
						
					 
					
						2009-01-12 17:11:45 +00:00