| 
							
							
								 michi_cc | 351da038eb | (svn r23416) -Add: [NoAI] API for querying infrastructure costs. | 2011-12-03 23:40:57 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 36ca7fea79 | (svn r23399) -Fix (r23362): a randomizer should return a random value, not always the first | 2011-12-02 23:40:32 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | ac0f5398c2 | (svn r23386) -Fix: debug script related events to 'script' (removes 'ai') | 2011-12-01 12:04:10 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | bf803e40cc | (svn r23384) -Remove: no longer allow a binary to be without AI support; the parts some compilers failed at, are integrated in other parts of the code now too | 2011-12-01 12:03:34 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | cb8eef45c9 | (svn r23377) -Fix: compilation failure when networking is disabled | 2011-11-30 06:20:14 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 0c83901a2b | (svn r23374) -Add: Doxygen files for the NoAI API (Yexo) | 2011-11-29 23:31:55 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | bef1451f18 | (svn r23373) -Add: move the AI API to script/api/ai, and move the Squirrel C++ glue templates to script/api/template | 2011-11-29 23:29:20 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 6ba935b347 | (svn r23372) -Move: move squirrel export script to script/api/ | 2011-11-29 23:29:12 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 967d3baf04 | (svn r23371) -Change: rename the DOXYGEN_AI_DOCS tag to DOXYGEN_API | 2011-11-29 23:27:34 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 8d2df694a1 | (svn r23370) -Add: support @api tag in API header files, to select which API should receive the defined classes and functions | 2011-11-29 23:27:26 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 275670b55d | (svn r23368) -Codechange: move FindLibrary down a few layers, so there is no layer violation anymore | 2011-11-29 23:27:08 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | fe41ceb477 | (svn r23367) -Codechange: refactor GetSetting to ScriptInstance, to avoid global variable in script_controller | 2011-11-29 23:27:01 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | bfbadccf69 | (svn r23366) -Codechange: move most of the Dummy code to script/, unifying it | 2011-11-29 23:26:52 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 7050650354 | (svn r23365) -Codechange: move constants to a single place, to avoid duplication (and in time, different values) | 2011-11-29 23:26:44 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | e7c77353ce | (svn r23364) -Codechange: refactor AIConfig, moving it mostly to Scriptconfig | 2011-11-29 23:26:35 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 906045c457 | (svn r23362) -Codechange: refactor AIScanner, splitting it in AIScannerInfo and AIScannerLibrary | 2011-11-29 23:21:52 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | ff5775638c | (svn r23361) -Codechange: move multiplayer DoCommand callback code so other script users can call their own | 2011-11-29 23:21:42 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | a3768b109b | (svn r23360) -Codechange: move AIInstance to ScriptInstance, making it reusable by other script API instances | 2011-11-29 23:21:33 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 6f874962cd | (svn r23359) -Codechange: move AI_VMSuspend to Script_Suspend (and to its own file) | 2011-11-29 23:21:24 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 1e13fa3dee | (svn r23358) -Codechange: move AI_FatalError to Script_FatalError (and to its own file) | 2011-11-29 23:21:13 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | b4112dcf8e | (svn r23357) -Codechange: move AIStorage to ScriptStorage | 2011-11-29 23:21:04 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | af1b3cc070 | (svn r23355) -Codechange: rename all AI* to Script* (Rubidium) | 2011-11-29 23:15:35 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | eab012ec8b | (svn r23354) -Codechange: move all src/ai/api/ai_*.[hc]pp files to src/script/api/script_* (Rubidium) | 2011-11-29 23:07:38 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | da6a9704cf | (svn r23353) -Fix (r23350): somehow one file slipped through as unmodified | 2011-11-29 22:30:41 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 1ced96bb3c | (svn r23352) -Add: support dynamically adding an API prefix when returning a C++ class to Squirrel | 2011-11-29 22:24:30 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | cb76833b6c | (svn r23351) -Add: generate the correct API type when creating Squirrel glue (Rubidium) | 2011-11-29 22:24:04 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | d413dcabbf | (svn r23350) -Add: support different ScriptTypes in the helper functions for GetClassName (Rubidium) | 2011-11-29 22:23:33 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 32c53a6812 | (svn r23349) -Fix (r23210): one remaining unneeded GetClassName | 2011-11-29 22:23:04 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | a6551698c3 | (svn r23307) -Revert (r23306): committed one file too many :s | 2011-11-23 16:29:34 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 5af7516425 | (svn r23306) -Fix (r23302): forgot to mention AITownEffectList in the Changelog | 2011-11-23 16:25:38 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7df6a9217a | (svn r23305) -Fix (r23298): warning about comparing different enums | 2011-11-23 16:17:13 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | ad5830e42d | (svn r23302) -Add: [NoAI] AITown::GetCargoGoal and AITown::GetGrowthRate to query statistics about a town regarding its growing | 2011-11-23 16:09:46 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 3d80ed07cc | (svn r23299) -Codechange: remove silly comments from AI documentation | 2011-11-23 16:05:59 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 19791d3189 | (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 |  | 
			
				
					| 
							
							
								 truebrain | 2e731592c4 | (svn r23295) -Codechange: put ImportLibrary in AIController (and document the parameters for NoAI docs) | 2011-11-23 13:39:36 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 7700e274de | (svn r23293) -Codechange: make LoadScript/LoadFile non-static | 2011-11-23 13:37:48 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | b2ae274a5d | (svn r23262) -Fix: one annoying typo in a squirrel_export marker line | 2011-11-19 15:42:40 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | c1f0332015 | (svn r23261) -Codechange: Squirrel glue templates were not inline (tnx to michi_cc) | 2011-11-19 15:41:29 +00:00 |  | 
			
				
					| 
							
							
								 michi_cc | 56a592dcbd | (svn r23233) -Codechange: Refactor maximum and actually transported cargo amount of towns into a reusable struct. | 2011-11-15 20:47:53 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 023d530ead | (svn r23222) -Codechange: reduce tar scanning calls to the bare minimum | 2011-11-14 21:40:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9bf2cb0e86 | (svn r23216) -Codechange: introduce the concept of having different tar lists | 2011-11-14 21:28:43 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4e91548f71 | (svn r23210) -Codechange: generate the GetClassName function for the AI classes programmatically | 2011-11-13 20:52:39 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | cbe453eab0 | (svn r23209) -Codechange: track the current active script instance directly, instead of assuming the current company points you to the right one. | 2011-11-13 20:43:48 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | e35a1d7843 | (svn r23208) -Codechange: mark function with /* static */ in the source file, which are defined static in the header file | 2011-11-13 20:42:24 +00:00 |  | 
			
				
					| 
							
							
								 truebrain | 5e7bae46f8 | (svn r23207) -Codechange: make functions private/protected/public depending on their current usage (and reorder functions a bit) | 2011-11-13 20:41:17 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | ca22f6be80 | (svn r23204) -Fix (r23201): if you rename a constant, then also rename it in the helper scripts that use it | 2011-11-13 17:11:42 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 7229e955fa | (svn r23201) -Doc: [NoAI] Hide all contents of AIObject from the API documentation as AIs were never able to use it anyway | 2011-11-12 18:48:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 33d71b45fe | (svn r23198) -Codechange: introduce a free that takes const pointers so we don't need to cast to void/non-const before being able to free | 2011-11-12 13:00:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 215452b911 | (svn r23195) -Codechange: if we really need to cast away constness, use const_cast | 2011-11-12 08:37:12 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 78b6431eab | (svn r23170) -Doc (r23169): add he new value to the AI changelog | 2011-11-08 21:51:53 +00:00 |  |