rubidium 
							
						 
					 
					
						
						
							
						
						98a3b8abfa 
					 
					
						
						
							
							(svn r11014) -Fix (r11011) [FS#1170]: crash when selling the first train of a consist.  
						
						
						
						
					 
					
						2007-08-31 12:57:52 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a0831a35a2 
					 
					
						
						
							
							(svn r11013) -Fix [FS#1171]: MoveGoodsToStation's search area is too small as it assumed a lower maximum catchment area than the real maximum catchment area. Based on a patch by PhilSophus.  
						
						
						
						
					 
					
						2007-08-31 12:45:21 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c19b8c72b7 
					 
					
						
						
							
							(svn r11013) -Fix [FS#1171]: MoveGoodsToStation's search area is too small as it assumed a lower maximum catchment area than the real maximum catchment area. Based on a patch by PhilSophus.  
						
						
						
						
					 
					
						2007-08-31 12:45:21 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						732845440a 
					 
					
						
						
							
							(svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state while being marked const.  
						
						... 
						
						
						
						-Codechange: do not brute force determine the first vehicle in the chain or previous vehicle, but do it by properly accounting the previous and first pointers when updating the next pointer. This gives a performance increase of about 15% when there are a lot of vehicles in the game. 
						
						
					 
					
						2007-08-30 21:11:12 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						aba867d78d 
					 
					
						
						
							
							(svn r11011) -Fix [FS#1129]: GetFirstVehicleInChain did change the game state while being marked const.  
						
						... 
						
						
						
						-Codechange: do not brute force determine the first vehicle in the chain or previous vehicle, but do it by properly accounting the previous and first pointers when updating the next pointer. This gives a performance increase of about 15% when there are a lot of vehicles in the game. 
						
						
					 
					
						2007-08-30 21:11:12 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5ff81aca18 
					 
					
						
						
							
							(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with templates. This gives up to 10% performance increase in games with lots of vehicles.  
						
						
						
						
					 
					
						2007-08-30 20:40:33 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						8a6cc3aa10 
					 
					
						
						
							
							(svn r11009) -Codechange: unvirtualise IsValid as that isn't needed with templates. This gives up to 10% performance increase in games with lots of vehicles.  
						
						
						
						
					 
					
						2007-08-30 20:40:33 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d4290086e8 
					 
					
						
						
							
							(svn r11006) -Fix: spectators are not allowed to issue commands. Issue spotted by SmatZ.  
						
						
						
						
					 
					
						2007-08-30 19:20:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9833639b00 
					 
					
						
						
							
							(svn r11006) -Fix: spectators are not allowed to issue commands. Issue spotted by SmatZ.  
						
						
						
						
					 
					
						2007-08-30 19:20:15 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f4482907da 
					 
					
						
						
							
							(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.  
						
						... 
						
						
						
						-Codechange: barren the rail grounds on terraforming. 
						
						
					 
					
						2007-08-30 17:17:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						b284b5fa92 
					 
					
						
						
							
							(svn r11005) -Codechange: move the tiletype specific terraforming checks to the functions for those tile types.  
						
						... 
						
						
						
						-Codechange: barren the rail grounds on terraforming. 
						
						
					 
					
						2007-08-30 17:17:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						f830699971 
					 
					
						
						
							
							(svn r11004) -Codechange: some reworks of the saveload mechanism to be able to save and load private and protected variables in the vehicle struct.  
						
						
						
						
					 
					
						2007-08-30 13:09:44 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9b65bc430c 
					 
					
						
						
							
							(svn r11004) -Codechange: some reworks of the saveload mechanism to be able to save and load private and protected variables in the vehicle struct.  
						
						
						
						
					 
					
						2007-08-30 13:09:44 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						235ad4ab6b 
					 
					
						
						
							
							(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.  
						
						
						
						
					 
					
						2007-08-30 13:03:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						cb7eaff353 
					 
					
						
						
							
							(svn r11003) -Codechange: replace Vehicle->next to Vehicle->Next() and Vehicle->SetNext() so we can trap instances that change a next pointer and (in the future) update the first/previous pointers based on that.  
						
						
						
						
					 
					
						2007-08-30 13:03:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						6edf2d3a1b 
					 
					
						
						
							
							(svn r11002) -Codechange: unhackify the cargo packet list saving (a little).  
						
						
						
						
					 
					
						2007-08-30 12:10:32 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ac5fde61fb 
					 
					
						
						
							
							(svn r11002) -Codechange: unhackify the cargo packet list saving (a little).  
						
						
						
						
					 
					
						2007-08-30 12:10:32 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						c2dcccae16 
					 
					
						
						
							
							(svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.  
						
						
						
						
					 
					
						2007-08-29 21:49:08 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a407d53d1b 
					 
					
						
						
							
							(svn r11001) -Codechange: unify the way to determine whether a vehicle is in a depot.  
						
						
						
						
					 
					
						2007-08-29 21:49:08 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						3a0e647c0e 
					 
					
						
						
							
							(svn r11000) -Fix r10121: when introducing the new blitter system, smallmap regained an old bug: buffer-overflow when moving window to far bottom-right.  
						
						... 
						
						
						
						-Note: we no longer cheat on not drawing the last line in smallmap, this time we created a more elegant fix 
						
						
					 
					
						2007-08-29 21:30:03 +00:00 
						 
				 
			
				
					
						
							
							
								truelight 
							
						 
					 
					
						
						
							
						
						a28d33b5dc 
					 
					
						
						
							
							(svn r11000) -Fix r10121: when introducing the new blitter system, smallmap regained an old bug: buffer-overflow when moving window to far bottom-right.  
						
						... 
						
						
						
						-Note: we no longer cheat on not drawing the last line in smallmap, this time we created a more elegant fix 
						
						
					 
					
						2007-08-29 21:30:03 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						dc80195754 
					 
					
						
						
							
							(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.  
						
						
						
						
					 
					
						2007-08-29 21:27:16 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3f3b013b99 
					 
					
						
						
							
							(svn r10999) -Codechange: unify the way the running cost of a vehicle is determined. Patch by nycom.  
						
						
						
						
					 
					
						2007-08-29 21:27:16 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						fff12fd22e 
					 
					
						
						
							
							(svn r10998) -Codechange: refactor of the "core" of the terraforming code to make it possible to push the tile type specific terraforming requirements out of the generic part of the terraforming code. Patch by frosch. For more information take a look at FS#1147.  
						
						
						
						
					 
					
						2007-08-29 21:08:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						99409d99d0 
					 
					
						
						
							
							(svn r10998) -Codechange: refactor of the "core" of the terraforming code to make it possible to push the tile type specific terraforming requirements out of the generic part of the terraforming code. Patch by frosch. For more information take a look at FS#1147.  
						
						
						
						
					 
					
						2007-08-29 21:08:35 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a6a9968d16 
					 
					
						
						
							
							(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.  
						
						
						
						
					 
					
						2007-08-29 20:50:58 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5d628e6135 
					 
					
						
						
							
							(svn r10997) -Codechange: unify the vehicle view window. Patch by PhilSophus.  
						
						
						
						
					 
					
						2007-08-29 20:50:58 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						97135f2b7e 
					 
					
						
						
							
							(svn r10996) -Feature: [OSX] added more options for right click emulation (controlled from the interface tab in the patch window)  
						
						... 
						
						
						
						This only works with the cocoa drivers (you will use the cocoa drivers unless you manually switched to SDL and compiled yourself)
  Note: if control-click is selected, then the ingame control-click (like presignals and such) will be command-click
  Requested and tested by ln- (so he should be blamed if this goes wrong :P ) 
						
						
					 
					
						2007-08-29 08:20:04 +00:00 
						 
				 
			
				
					
						
							
							
								bjarni 
							
						 
					 
					
						
						
							
						
						e10361a0eb 
					 
					
						
						
							
							(svn r10996) -Feature: [OSX] added more options for right click emulation (controlled from the interface tab in the patch window)  
						
						... 
						
						
						
						This only works with the cocoa drivers (you will use the cocoa drivers unless you manually switched to SDL and compiled yourself)
  Note: if control-click is selected, then the ingame control-click (like presignals and such) will be command-click
  Requested and tested by ln- (so he should be blamed if this goes wrong :P ) 
						
						
					 
					
						2007-08-29 08:20:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5e5d36d6b4 
					 
					
						
						
							
							(svn r10995) -Codechange: unify the way to get the displayed maxium speed of a vehicle. Patch by nycom.  
						
						
						
						
					 
					
						2007-08-28 06:46:33 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						2179faf5c8 
					 
					
						
						
							
							(svn r10995) -Codechange: unify the way to get the displayed maxium speed of a vehicle. Patch by nycom.  
						
						
						
						
					 
					
						2007-08-28 06:46:33 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						cb3843b820 
					 
					
						
						
							
							(svn r10994) -Codechange: Change some function names to be more representative and more fitting of trunk's naming convention (skidd13)  
						
						
						
						
					 
					
						2007-08-28 01:09:41 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						41a0bd2b74 
					 
					
						
						
							
							(svn r10994) -Codechange: Change some function names to be more representative and more fitting of trunk's naming convention (skidd13)  
						
						
						
						
					 
					
						2007-08-28 01:09:41 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						da58abafe8 
					 
					
						
						
							
							(svn r10993) -Codechange: A few less magical numbers (skidd13)  
						
						
						
						
					 
					
						2007-08-27 23:50:56 +00:00 
						 
				 
			
				
					
						
							
							
								belugas 
							
						 
					 
					
						
						
							
						
						6212b29b23 
					 
					
						
						
							
							(svn r10993) -Codechange: A few less magical numbers (skidd13)  
						
						
						
						
					 
					
						2007-08-27 23:50:56 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						45900925c3 
					 
					
						
						
							
							(svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group. Patch by frosch.  
						
						
						
						
					 
					
						2007-08-27 21:33:26 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						ac838de385 
					 
					
						
						
							
							(svn r10992) -Fix [FS#1132]: huge amount of vehicles in the "ungrouped" group. Patch by frosch.  
						
						
						
						
					 
					
						2007-08-27 21:33:26 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						759255df12 
					 
					
						
						
							
							(svn r10991) -Codechange: add documentation, enumification and some code simplifications to the terraforming code. Patch by frosch.  
						
						
						
						
					 
					
						2007-08-27 21:18:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						5ce935c6eb 
					 
					
						
						
							
							(svn r10991) -Codechange: add documentation, enumification and some code simplifications to the terraforming code. Patch by frosch.  
						
						
						
						
					 
					
						2007-08-27 21:18:04 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						e7b9f597df 
					 
					
						
						
							
							(svn r10986) -Fix (r10985): inconsistency between documentation and actual code... thanks to glx for spotting it.  
						
						
						
						
					 
					
						2007-08-26 21:53:11 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						68d385b77c 
					 
					
						
						
							
							(svn r10986) -Fix (r10985): inconsistency between documentation and actual code... thanks to glx for spotting it.  
						
						
						
						
					 
					
						2007-08-26 21:53:11 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						9e630945b2 
					 
					
						
						
							
							(svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.  
						
						
						
						
					 
					
						2007-08-26 21:21:59 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						3c919e36a7 
					 
					
						
						
							
							(svn r10985) -Codechange: unify/remove duplicate CcClone(Aircraft|RoadVeh|Ship|Train) in favour of CcCloneVehicle.  
						
						
						
						
					 
					
						2007-08-26 21:21:59 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						91d18ebd17 
					 
					
						
						
							
							(svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.  
						
						
						
						
					 
					
						2007-08-26 20:43:22 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a5b32d8d72 
					 
					
						
						
							
							(svn r10984) -Codechange: unify the way one can get the current speed in the same forwat so we can display it.  
						
						
						
						
					 
					
						2007-08-26 20:43:22 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						39f17c9de4 
					 
					
						
						
							
							(svn r10983) -Codechange: use vehstatus & VS_CRASHED instead of some other "methods" custom to each vehicle to determine whether the vehicle is crashed.  
						
						
						
						
					 
					
						2007-08-26 20:16:02 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						a83ccad6bd 
					 
					
						
						
							
							(svn r10983) -Codechange: use vehstatus & VS_CRASHED instead of some other "methods" custom to each vehicle to determine whether the vehicle is crashed.  
						
						
						
						
					 
					
						2007-08-26 20:16:02 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						1a82bd9350 
					 
					
						
						
							
							(svn r10982) -Fix [FS#1162]: some old savegames could be in a state that the current game logic does not like; in the list of vehicles loading at a station when the vehicle is not actually at the station.  
						
						
						
						
					 
					
						2007-08-26 14:38:44 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						cf1d74b41e 
					 
					
						
						
							
							(svn r10982) -Fix [FS#1162]: some old savegames could be in a state that the current game logic does not like; in the list of vehicles loading at a station when the vehicle is not actually at the station.  
						
						
						
						
					 
					
						2007-08-26 14:38:44 +00:00 
						 
				 
			
				
					
						
							
							
								rubidium 
							
						 
					 
					
						
						
							
						
						d5bc4d8b2a 
					 
					
						
						
							
							(svn r10981) -Fix [FS#1156] (r10970): stations gave ratings for accepted cargo too.  
						
						
						
						
					 
					
						2007-08-26 13:55:36 +00:00