smatz 
							
						 
					 
					
						
						
							
						
						d4c5c2d29a 
					 
					
						
						
							
							(svn r19085) -Codechange: simplify hooking of console commands  
						
						
						
						
					 
					
						2010-02-10 18:18:08 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						6582d54700 
					 
					
						
						
							
							(svn r19083) -Cleanup: remove support for modifying variables from console  
						
						
						
						
					 
					
						2010-02-10 17:32:39 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						e7278ecf7a 
					 
					
						
						
							
							(svn r19082) -Codechange: make 'developer' a regular setting  
						
						
						
						
					 
					
						2010-02-10 17:01:03 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1c494c6f71 
					 
					
						
						
							
							(svn r19081) -Codechange: make it possible to disable compilation of the AI+Squirrel  
						
						
						
						
					 
					
						2010-02-10 16:24:05 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						72acd65d4f 
					 
					
						
						
							
							(svn r19079) -Codechange: use _debug_console_level instead of _stdlib_con_developer  
						
						
						
						
					 
					
						2010-02-10 16:10:05 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						223aaf88a4 
					 
					
						
						
							
							(svn r19077) -Codechange: remove company_pw from console vars  
						
						
						
						
					 
					
						2010-02-10 15:26:47 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						c736bbb875 
					 
					
						
						
							
							(svn r19075) -Codechange: unhackify NetworkChangeCompanyPassword()  
						
						
						
						
					 
					
						2010-02-10 15:17:27 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						85c856a3ac 
					 
					
						
						
							
							(svn r19074) -Change: when filtering list of settings and console commands, use strstr() instead of strncmp()  
						
						
						
						
					 
					
						2010-02-10 13:52:10 +00:00 
						 
				 
			
				
					
						
							
							
								matthijs 
							
						 
					 
					
						
						
							
						
						bace545c37 
					 
					
						
						
							
							(svn r18979) -Fix: Typo in console save command output.  
						
						
						
						
					 
					
						2010-02-01 12:29:49 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						f5212de089 
					 
					
						
						
							
							(svn r18944) -Change [FS#3232]: use the highest version of an AI that can load the AI data from a savegame instead of the exact same version  
						
						
						
						
					 
					
						2010-01-29 00:03:31 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						504cf35de0 
					 
					
						
						
							
							(svn r18943) -Feature [FS#2885]: make it possible to change newgame settings from within a game via the console (use setting_newgame instead of setting)  
						
						
						
						
					 
					
						2010-01-28 23:17:28 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9467b7c6d6 
					 
					
						
						
							
							(svn r18809) -Codechange/Cleanup: remove unneeded headers from some files, if a header require a header make it include that header  
						
						
						
						
					 
					
						2010-01-15 16:41:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						42d7f30dcc 
					 
					
						
						
							
							(svn r18608) -Change: add the concept of music sets  
						
						
						
						
					 
					
						2009-12-22 21:40:29 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						0da7a4dc91 
					 
					
						
						
							
							(svn r18546) -Codechange: make making the screenshot not asynchronious; just do it at the moment it's requested.  
						
						
						
						
					 
					
						2009-12-19 19:21:37 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1c3a99fe4c 
					 
					
						
						
							
							(svn r18469) -Fix (r17139): possible invalid reads when listing content on the console  
						
						
						
						
					 
					
						2009-12-12 21:56:13 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						da30e736ca 
					 
					
						
						
							
							(svn r18330) -Cleanup: remove some unneeded includes  
						
						
						
						
					 
					
						2009-11-28 20:35:25 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						8894008ed7 
					 
					
						
						
							
							(svn r18155) -Codechange: in MakeScreenshotName(), don't return pointer to local static variable - use global one instead  
						
						
						
						
					 
					
						2009-11-17 23:08:55 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3cd5d566cd 
					 
					
						
						
							
							(svn r18053) -Codechange: remove the manual pause/unpause limitation with min_active_clients  
						
						
						
						
					 
					
						2009-11-12 20:38:52 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						c7eb1c97dd 
					 
					
						
						
							
							(svn r17941) -Fix: close BMP file when making screenshot fails  
						
						
						
						
					 
					
						2009-11-01 20:40:36 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						a80f582a8a 
					 
					
						
						
							
							(svn r17938) -Feature: non-automatic screenshot name can be entered in console  
						
						
						
						
					 
					
						2009-11-01 18:15:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						982b8ee5fc 
					 
					
						
						
							
							(svn r17693) -Cleanup: remove some unneeded includes  
						
						
						
						
					 
					
						2009-10-04 17:16:41 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ed8788d581 
					 
					
						
						
							
							(svn r17682) -Codechange: remove erroneous space before some commas  
						
						
						
						
					 
					
						2009-10-02 15:13:15 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						f85b8c4e09 
					 
					
						
						
							
							(svn r17596) -Codechange: constify some tables  
						
						
						
						
					 
					
						2009-09-20 23:11:01 +00:00 
						 
				 
			
				
					
						
							
							
								frosch 
							
						 
					 
					
						
						
							
						
						0e36260337 
					 
					
						
						
							
							(svn r17532) -Codechange: Rename several Invalidate functions to SetDirty for more consistency and distinguishability.  
						
						
						
						
					 
					
						2009-09-13 19:15:59 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2aa84f7973 
					 
					
						
						
							
							(svn r17466) -Feature: reconnect console command (based on patch of bilbo)  
						
						
						
						
					 
					
						2009-09-07 21:03:41 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						8a2e1011b2 
					 
					
						
						
							
							(svn r17298) -Fix [FS#3153]: reloading an AI started a new AI in the first available company slot causing other AIs to be started  
						
						
						
						
					 
					
						2009-08-28 15:23:11 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						99d46e0ad7 
					 
					
						
						
							
							(svn r17248) -Fix: add GPL license notice where appropriate  
						
						
						
						
					 
					
						2009-08-21 20:21:05 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e918be12f2 
					 
					
						
						
							
							(svn r17097) -Fix [FS#3092] (r13256): make restart command work again and make the help show how it works and how it doesn't work  
						
						
						
						
					 
					
						2009-08-06 22:00:32 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e448ef9d10 
					 
					
						
						
							
							(svn r16773) -Fix (r16014): forgot to remove obsoleted aliases  
						
						
						
						
					 
					
						2009-07-09 11:32:38 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						54cbd17bd8 
					 
					
						
						
							
							(svn r16634) -Codechange: use Company::IsHumanID() instead of IsHumanCompany()  
						
						
						
						
					 
					
						2009-06-23 12:11:35 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						795231995d 
					 
					
						
						
							
							(svn r16432) -Feature(tte): use 'scrollto x y' in console to scroll to tile with given coordinates  
						
						
						
						
					 
					
						2009-05-26 13:16:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						49235963aa 
					 
					
						
						
							
							(svn r16420) -Fix [FS#2919]: don't allow content download via the console when there's no zlib as it's done for the GUI already  
						
						
						
						
					 
					
						2009-05-24 17:49:08 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						d6e203ebe2 
					 
					
						
						
							
							(svn r16379) -Codechange: remove GetNumTowns(), GetNumIndustries() and GetActiveCompanyCount(), use PoolItem::GetNumItems() instead  
						
						
						
						
					 
					
						2009-05-22 15:23:47 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						789999ecf3 
					 
					
						
						
							
							(svn r16360) -Codechange: don't use _network_playas as a 'second' _local_company, but only as a storage location for the company you want to join in MP.  
						
						
						
						
					 
					
						2009-05-19 21:20:14 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						512db5248e 
					 
					
						
						
							
							(svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get()  
						
						
						
						
					 
					
						2009-05-18 16:21:28 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						0c10daa243 
					 
					
						
						
							
							(svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index)  
						
						
						
						
					 
					
						2009-05-17 01:00:56 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						d495dc5dbc 
					 
					
						
						
							
							(svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index)  
						
						
						
						
					 
					
						2009-05-16 23:34:14 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						ce7dff4acc 
					 
					
						
						
							
							(svn r16269) -Codechange: use gcc's ability to check parameters sent to printf-like functions  
						
						... 
						
						
						
						-Fix: wrong number of parameters or wrong parameter types sent to printf-like functions at several places 
						
						
					 
					
						2009-05-10 17:27:25 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						241af768f0 
					 
					
						
						
							
							(svn r16242) -Codechange: rework pausing  
						
						... 
						
						
						
						-Fix [FS#2864]: autopause and manual pausing conflict with eachother
-Fix: new game + pause on new game + autopause make the game not unpause on the first join 
						
						
					 
					
						2009-05-06 15:06:57 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						965b8196fb 
					 
					
						
						
							
							(svn r16176) -Fix: forbid joining AI companies via the 'move' and 'join' console commands.  
						
						
						
						
					 
					
						2009-04-26 20:01:14 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5c5b357043 
					 
					
						
						
							
							(svn r16118) -Change/cleanup: remove the hexadecimal 'in TTD the string had this ID' from 'some' strings and replace the string name with something more sensible.  
						
						
						
						
					 
					
						2009-04-21 23:40:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						875a629aff 
					 
					
						
						
							
							(svn r16096) -Fix [FS#2849]: connect tried to validate too much of the company ID with too little information on hand  
						
						
						
						
					 
					
						2009-04-19 22:24:34 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a76218eab9 
					 
					
						
						
							
							(svn r15947) -Codechange: replace uint32 client_ip with NetworkAddress client_address.  
						
						
						
						
					 
					
						2009-04-04 00:48:48 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						bc7a870a61 
					 
					
						
						
							
							(svn r15931) -Codechange: let the host and ban lists use of SmallVector.  
						
						
						
						
					 
					
						2009-04-03 12:49:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c3e87f345d 
					 
					
						
						
							
							(svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too  
						
						
						
						
					 
					
						2009-03-15 00:32:18 +00:00 
						 
				 
			
				
					
						
							
							
								smatz 
							
						 
					 
					
						
						
							
						
						154b4da4cc 
					 
					
						
						
							
							(svn r15628) -Fix [FS#2705]: kicking/banning a client from the Client list window crashed the server  
						
						
						
						
					 
					
						2009-03-06 12:42:01 +00:00 
						 
				 
			
				
					
						
							
							
								yexo 
							
						 
					 
					
						
						
							
						
						7e818f0456 
					 
					
						
						
							
							(svn r15576) -Codechange: rename SwitchModes to SwitchMode and don't hardcode the values for that enum.  
						
						
						
						
					 
					
						2009-02-25 00:45:52 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2b8dd76cfa 
					 
					
						
						
							
							(svn r15514) -Fix: make the join/spectate command require to be connected to a network game; in SP it could lead to crashes.  
						
						
						
						
					 
					
						2009-02-18 15:17:27 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						7603f77f3c 
					 
					
						
						
							
							(svn r15411) -Feature(ttette): make 'set' a alias for the setting/patch console command  
						
						
						
						
					 
					
						2009-02-08 12:42:45 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						283b3d16ab 
					 
					
						
						
							
							(svn r15410) -Cleanup: get rid of most of the references to the 'patches' except where it's used for backward compatability.  
						
						
						
						
					 
					
						2009-02-08 12:25:13 +00:00