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 
							
						 
					 
					
						
						
							
						
						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 
							
						 
					 
					
						
						
							
						
						feb91ab5ea 
					 
					
						
						
							
							(svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.  
						
						 
						
						
						
						
					 
					
						2007-07-25 19:06:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						9e3ee0e689 
					 
					
						
						
							
							(svn r10690) -Codechange: use the enum that describes all callback IDs in favor of "just" using an untyped integer.  
						
						 
						
						
						
						
					 
					
						2007-07-25 19:06:29 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						7884a07b43 
					 
					
						
						
							
							(svn r10443) -Fix: randomizing triggers should be called with callback type set to 1  
						
						 
						
						
						
						
					 
					
						2007-07-05 06:35:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						b507907176 
					 
					
						
						
							
							(svn r10443) -Fix: randomizing triggers should be called with callback type set to 1  
						
						 
						
						
						
						
					 
					
						2007-07-05 06:35:09 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						fc201d4ad8 
					 
					
						
						
							
							(svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.  
						
						 
						
						
						
						
					 
					
						2007-06-22 11:58:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						e5c352818d 
					 
					
						
						
							
							(svn r10266) -Codechange: keep track of the origin, time of travel and accumulated feeder share (transfers) of individual pieces of cargo. This means that cargo isn't thrown on a big pile when it's put in a station or unloaded at a station, however the GUI does not reflect these changes yet so you will not actually see it.  
						
						 
						
						
						
						
					 
					
						2007-06-22 11:58:59 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						0d8e82b7d7 
					 
					
						
						
							
							(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.  
						
						 
						
						
						
						
					 
					
						2007-06-21 14:32:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						f806b46cc9 
					 
					
						
						
							
							(svn r10246) -Fix (r10297): some forgotten money conversions and truncation issues. Thanks to benc for providing the patch.  
						
						 
						
						
						
						
					 
					
						2007-06-21 14:32:27 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						3efca64a94 
					 
					
						
						
							
							(svn r10165) -Fix [FS#874]: crash when trying to get the aircraft movement state of an aircraft going to a just deleted airport.  
						
						 
						
						
						
						
					 
					
						2007-06-15 08:05:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						d6267f5539 
					 
					
						
						
							
							(svn r10165) -Fix [FS#874]: crash when trying to get the aircraft movement state of an aircraft going to a just deleted airport.  
						
						 
						
						
						
						
					 
					
						2007-06-15 08:05:24 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						c186f91cbd 
					 
					
						
						
							
							(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for  
						
						 
						
						... 
						
						
						
						road vehicles for those who prefer the technical explanation. 
						
						
					 
					
						2007-06-11 14:00:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						3e326085fa 
					 
					
						
						
							
							(svn r10097) -Feature: Add support for articulated road vehicles, or callbacks 11 and 17 for  
						
						 
						
						... 
						
						
						
						road vehicles for those who prefer the technical explanation. 
						
						
					 
					
						2007-06-11 14:00:16 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						906385eb3d 
					 
					
						
						
							
							(svn r10061) -Codechange: [NewGRF] Add common cargo subtype support to vehicle var 42  
						
						 
						
						
						
						
					 
					
						2007-06-08 06:27:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						29f6ae952c 
					 
					
						
						
							
							(svn r10061) -Codechange: [NewGRF] Add common cargo subtype support to vehicle var 42  
						
						 
						
						
						
						
					 
					
						2007-06-08 06:27:58 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						08be68e0b4 
					 
					
						
						
							
							(svn r9841) -Codechange: add a little more type strictness to the vehicle types.  
						
						 
						
						
						
						
					 
					
						2007-05-15 11:28:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						23492f1f34 
					 
					
						
						
							
							(svn r9841) -Codechange: add a little more type strictness to the vehicle types.  
						
						 
						
						
						
						
					 
					
						2007-05-15 11:28:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						acf5496681 
					 
					
						
						
							
							(svn r9819) -Codechange: Take account of AMED_HOLD in OTTD/TTDP state translation (bulb)  
						
						 
						
						
						
						
					 
					
						2007-05-10 09:21:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						9643fd7638 
					 
					
						
						
							
							(svn r9819) -Codechange: Take account of AMED_HOLD in OTTD/TTDP state translation (bulb)  
						
						 
						
						
						
						
					 
					
						2007-05-10 09:21:22 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						fe5830c4b7 
					 
					
						
						
							
							(svn r9818) -Codechange: Cache wagon override sprite set whenever consist is changed, instead of 'recalculating' it every time it is used or just tested.  
						
						 
						
						
						
						
					 
					
						2007-05-10 06:42:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						dc2073b96e 
					 
					
						
						
							
							(svn r9818) -Codechange: Cache wagon override sprite set whenever consist is changed, instead of 'recalculating' it every time it is used or just tested.  
						
						 
						
						
						
						
					 
					
						2007-05-10 06:42:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						b159fb0898 
					 
					
						
						
							
							(svn r9803) -Feature(tte): support for "curvature info", Action 2 for train, variable 45 (mart3p).  
						
						 
						
						
						
						
					 
					
						2007-05-06 20:05:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						b46e37774d 
					 
					
						
						
							
							(svn r9803) -Feature(tte): support for "curvature info", Action 2 for train, variable 45 (mart3p).  
						
						 
						
						
						
						
					 
					
						2007-05-06 20:05:10 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						9763b5bf8b 
					 
					
						
						
							
							(svn r9703) -Codechange: support callback 36 in vehicle purchase lists  
						
						 
						
						
						
						
					 
					
						2007-04-20 21:42:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						1052b0e8f1 
					 
					
						
						
							
							(svn r9703) -Codechange: support callback 36 in vehicle purchase lists  
						
						 
						
						
						
						
					 
					
						2007-04-20 21:42:06 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						9861db8596 
					 
					
						
						
							
							(svn r9702) -Codechange: Add livery support to newgrf vehicle var 43  
						
						 
						
						
						
						
					 
					
						2007-04-20 21:21:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						15bfaba259 
					 
					
						
						
							
							(svn r9702) -Codechange: Add livery support to newgrf vehicle var 43  
						
						 
						
						
						
						
					 
					
						2007-04-20 21:21:47 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						0d32783f87 
					 
					
						
						
							
							(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.  
						
						 
						
						
						
						
					 
					
						2007-04-18 18:37:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						41cf2fa69b 
					 
					
						
						
							
							(svn r9671) -Codechange: Implement NewGRF callback 36, which allows changing of various properties which were previously static. Vehicle max speed and train power/te/running costs are adjustable.  
						
						 
						
						
						
						
					 
					
						2007-04-18 18:37:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								belugas 
							
						 
					 
					
						
						
							
						
						097b3b3c7b 
					 
					
						
						
							
							(svn r9662) -Documentation: Doxygen corrections and @file omissions  
						
						 
						
						
						
						
					 
					
						2007-04-17 20:23:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								belugas 
							
						 
					 
					
						
						
							
						
						607a55f4ec 
					 
					
						
						
							
							(svn r9662) -Documentation: Doxygen corrections and @file omissions  
						
						 
						
						
						
						
					 
					
						2007-04-17 20:23:13 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								belugas 
							
						 
					 
					
						
						
							
						
						8952924c64 
					 
					
						
						
							
							(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.  
						
						 
						
						
						
						
					 
					
						2007-03-21 03:06:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								belugas 
							
						 
					 
					
						
						
							
						
						dcd510c81f 
					 
					
						
						
							
							(svn r9385) -Cleanup: doxygen changes. Today, we are exploring the letter N.  
						
						 
						
						
						
						
					 
					
						2007-03-21 03:06:21 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						36cea84b11 
					 
					
						
						
							
							(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).  
						
						 
						
						
						
						
					 
					
						2007-03-08 16:27:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						ce919e8c71 
					 
					
						
						
							
							(svn r9068) -Codechange: capitalize the VEH_Train etc. enums to match the coding style (and rest of the code).  
						
						 
						
						
						
						
					 
					
						2007-03-08 16:27:54 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						979ccd45ba 
					 
					
						
						
							
							(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};  
						
						 
						
						
						
						
					 
					
						2007-03-07 12:11:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						24c4d5b06d 
					 
					
						
						
							
							(svn r9051) -Codechange: typedef [enum|struct] Y {} X; -> [enum|struct] X {};  
						
						 
						
						
						
						
					 
					
						2007-03-07 12:11:48 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						4169bfba06 
					 
					
						
						
							
							(svn r9050) -Codechange: Foo(void) -> Foo()  
						
						 
						
						
						
						
					 
					
						2007-03-07 11:47:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								rubidium 
							
						 
					 
					
						
						
							
						
						36bb92ae24 
					 
					
						
						
							
							(svn r9050) -Codechange: Foo(void) -> Foo()  
						
						 
						
						
						
						
					 
					
						2007-03-07 11:47:46 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						78c3edcbb1 
					 
					
						
						
							
							(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,  
						
						 
						
						... 
						
						
						
						which is set when a vehicle was built during the exclusive testing phase. 
						
						
					 
					
						2007-02-28 17:59:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						469fbc912c 
					 
					
						
						
							
							(svn r8946) -Feature: [NewGRF] Add support for vehicle variables 0xFE and 0xFF bit 10,  
						
						 
						
						... 
						
						
						
						which is set when a vehicle was built during the exclusive testing phase. 
						
						
					 
					
						2007-02-28 17:59:05 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						e1748afd4f 
					 
					
						
						
							
							(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags  
						
						 
						
						
						
						
					 
					
						2007-02-28 10:40:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								maedhros 
							
						 
					 
					
						
						
							
						
						8108cbbe3c 
					 
					
						
						
							
							(svn r8943) -Fix (r5338): [NewGRF] Fix support for vehicle variable 48, which just returns Engine[id].flags  
						
						 
						
						
						
						
					 
					
						2007-02-28 10:40:34 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						7669f63d4e 
					 
					
						
						
							
							(svn r8903) -Regression (r8891): CT_PURCHASE does apply to aircraft overrides...  
						
						 
						
						
						
						
					 
					
						2007-02-25 14:33:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						8df0b8a685 
					 
					
						
						
							
							(svn r8903) -Regression (r8891): CT_PURCHASE does apply to aircraft overrides...  
						
						 
						
						
						
						
					 
					
						2007-02-25 14:33:43 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						6b7a4ba448 
					 
					
						
						
							
							(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.  
						
						 
						
						
						
						
					 
					
						2007-02-24 23:36:40 +00:00  
					
					
						 
						
						
							
							
							 
							
							
							
							
							 
						
					 
				 
			
				
					
						
							
							
								 
								peter1138 
							
						 
					 
					
						
						
							
						
						4c4b035175 
					 
					
						
						
							
							(svn r8891) -Codechange: Remove remains of global cargo scheme. All cargo mapping is now dealt with only in NewGRF code, on load where possible.  
						
						 
						
						
						
						
					 
					
						2007-02-24 23:36:40 +00:00