rubidium 
							
						 
					 
					
						
						
							
						
						b5dade8098 
					 
					
						
						
							
							(svn r8715) -Codechange/cleanup: replace magic numbers related to state of road vehicles with enums. Original patch by mart3p.  
						
						
						
						
					 
					
						2007-02-13 22:27:27 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b50d995c2c 
					 
					
						
						
							
							(svn r8689) -Fix [FS#613] (r8619): crash when an old savegame had buoys on the northern edge of the map.  
						
						
						
						
					 
					
						2007-02-12 12:52:37 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						750f61012e 
					 
					
						
						
							
							(svn r8675) [PSP] -Fix: don't autosave in networking for PSP, to time expensive  
						
						
						
						
					 
					
						2007-02-11 14:04:40 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						bc5d3ef3b0 
					 
					
						
						
							
							(svn r8631) -Add: added parameter -l ip[:port] to ./openttd, which redirects DEBUG() to a remote connection over TCP  
						
						... 
						
						
						
						For example, launch on 192.168.0.1 with, say, netcat a listener: netcat -l -p 3982
  Launch OpenTTD on a remote host (say, PSP): ./openttd -l 192.168.0.1 -d9
  And you get all debug information on 192.168.0.1. Very useful for debugging Portable systems. 
						
						
					 
					
						2007-02-08 12:27:53 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						a5228fd33c 
					 
					
						
						
							
							(svn r8507) -Codechange/Feature: Don't remove player-owned property on-load in the scenario editor. Add a button to the landscape window to do this.  
						
						
						
						
					 
					
						2007-02-01 12:51:10 +00:00 
						 
				 
			
				
					
						
							
							
								maedhros 
							
						 
					 
					
						
						
							
						
						913558797b 
					 
					
						
						
							
							(svn r8501) -Fix (r7377) [FS#539]: Keep track of how much cargo has been paid for, so that cargo cannot be paid for more than once.  
						
						
						
						
					 
					
						2007-01-31 22:33:24 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						e937ffee0d 
					 
					
						
						
							
							(svn r8498) -Fix  
						
						... 
						
						
						
						-Codechange: Move the update of the oil rig airport type to the recently (r8485) added loop 
						
						
					 
					
						2007-01-31 21:38:09 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						80abfa165e 
					 
					
						
						
							
							(svn r8497) -Codechange: Increase the size of the sound/video/music-drivers to 32 bytes (instead of 16) so their actual parameters can be passed. Sound has for example 'bufsize' and 'hz'. Also use the recently introduced StrEmpty().  
						
						
						
						
					 
					
						2007-01-31 20:20:36 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						c846b28d40 
					 
					
						
						
							
							(svn r8485) -Fix  
						
						... 
						
						
						
						-Fix (since the dawn of time): Remove phantom oil rigs sometimes present in old savegames 
						
						
					 
					
						2007-01-31 10:50:12 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						0f17d25377 
					 
					
						
						
							
							(svn r8478) -Fix  
						
						... 
						
						
						
						Change the structure of the the loop in r8477 to prepare for further changes 
						
						
					 
					
						2007-01-31 09:49:02 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						cb859f4a6a 
					 
					
						
						
							
							(svn r8477) -Fix  
						
						... 
						
						
						
						-Codechange: Remove the unnecessary attributes Station::{bus,lorry}_tile_obsolete by replacing them with a scan of the map for existing road stops when loading old savegames 
						
						
					 
					
						2007-01-31 06:25:46 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						f11163bbb9 
					 
					
						
						
							
							(svn r8422) -Fix  
						
						... 
						
						
						
						-Regression (r8314): Reevaluate the disabled elrail setting after loading because the railtype doesn't get saved anymore 
						
						
					 
					
						2007-01-26 20:22:34 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						7fffe8b3d4 
					 
					
						
						
							
							(svn r8385) -Fix  
						
						... 
						
						
						
						-Regression (r8314): I only did half the necessary changes to move railtype from Engine to RailVehicleInfo. Now do the rest. 
						
						
					 
					
						2007-01-24 07:14:09 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						3afe4b8a7c 
					 
					
						
						
							
							(svn r8240) -Fix (r8013): Put the output of -h to stdout and not to stderr (through ShowInfo)  
						
						
						
						
					 
					
						2007-01-18 14:08:56 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						decd7fbe31 
					 
					
						
						
							
							(svn r8184) if cascade -> switch  
						
						
						
						
					 
					
						2007-01-17 06:54:03 +00:00 
						 
				 
			
				
					
						
							
							
								tron 
							
						 
					 
					
						
						
							
						
						b8ede482a9 
					 
					
						
						
							
							(svn r8183) When iterating over the map in AfterLoadGame() do it the same way for all loops  
						
						
						
						
					 
					
						2007-01-17 06:33:23 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						b10556a90e 
					 
					
						
						
							
							(svn r8155) -Fix: fixed compilation when --disable-network is in use  
						
						
						
						
					 
					
						2007-01-16 15:20:22 +00:00 
						 
				 
			
				
					
						
							
							
								celestar 
							
						 
					 
					
						
						
							
						
						f69794b8c1 
					 
					
						
						
							
							(svn r8144) -Fix: [FS#163] When a station is removed, vehicles do not get excessive payment any longer, as the origin TILE is now stored as long as the origin STATION for the transported cargos. Basically this is only a temporary fix until cargopackets are implemented, but it fixes one of the oldest known bugs (Special Thanks to Darkvater for lots of testing)  
						
						
						
						
					 
					
						2007-01-15 14:42:24 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2352e76a8f 
					 
					
						
						
							
							(svn r8137) -Fix (FS#551, r4259, r4320): roadstop->num_vehicles was wrong for savegames with version 24 or lower and do not calculate roadstop->num_vehicles when reading the roadstops as the vehicles might not be loaded at that moment.  
						
						
						
						
					 
					
						2007-01-14 23:09:25 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						5b19111817 
					 
					
						
						
							
							(svn r8119) -Fix (r8101): Uninitializing windows should be called before freeing dynamic variables as windows could use those variables during cleanup (eg WE_DESTROY calling GetStation(w->window_number).  
						
						... 
						
						
						
						-Merged UnInitializeGame with UnInitializeAirports and UnInitializeDynamicVariables 
						
						
					 
					
						2007-01-14 17:17:30 +00:00 
						 
				 
			
				
					
						
							
							
								glx 
							
						 
					 
					
						
						
							
						
						378194d6fe 
					 
					
						
						
							
							(svn r8111) -Fix r8106: silence warnings  
						
						
						
						
					 
					
						2007-01-13 21:28:46 +00:00 
						 
				 
			
				
					
						
							
							
								Darkvater 
							
						 
					 
					
						
						
							
						
						4f413d1ff4 
					 
					
						
						
							
							(svn r8106) -Feature/Fix: Add the ability to load savegames when you don't have the exact GRF files in your list. GRF files that are found based on GRFID (but not on matching md5sum) are used instead of disabling them. This does not affect MP games, there you still need an exact match.  
						
						... 
						
						
						
						-GRF Window colour-codes changed a bit: Static is now grey, and compatible GRF (found locally only based on GRFID) are shown in orange. Compatible GRF's also have an orange status/warning text saying they're not the original the game was saved with.
-Loaded games with something amiss regarding GRF's will show an appropiate warning message. 
						
						
					 
					
						2007-01-13 17:42:50 +00:00 
						 
				 
			
				
					
						
							
							
								KUDr 
							
						 
					 
					
						
						
							
						
						8ad471c321 
					 
					
						
						
							
							(svn r8095) -Codechange: stuff that is not related to HAL moved from hal.h to gfx.h  
						
						
						
						
					 
					
						2007-01-13 14:43:46 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						cf01dc9b16 
					 
					
						
						
							
							(svn r8078) -Codechange: rewrite UDP part of the network code to make use classes. This is only one of the many steps to really cleanup the network code.  
						
						
						
						
					 
					
						2007-01-12 14:30:01 +00:00 
						 
				 
			
				
					
						
							
							
								KUDr 
							
						 
					 
					
						
						
							
						
						28e969924b 
					 
					
						
						
							
							(svn r8066) - Codechange: MallocT(), CallocT(), ReallocT() now return the pointer to allocated memory instead of modifying the pointer given as parameter  
						
						
						
						
					 
					
						2007-01-11 17:29:39 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a7d0cdf95f 
					 
					
						
						
							
							(svn r8038) -Merge: the cpp branch. Effort of KUDr, Celestar, glx, Smoovius, stillunknown and pv2b.  
						
						
						
						
					 
					
						2007-01-10 18:56:51 +00:00 
						 
				 
			
				
					
						
							
							
								KUDr 
							
						 
					 
					
						
						
							
						
						07c30785ab 
					 
					
						
						
							
							(svn r8033) [cpp] - Prepare for merge from branches/cpp (all .c files renamed to .cpp)  
						
						
						
						
					 
					
						2007-01-10 18:12:09 +00:00