| 
							
							
								 rubidium | 23a8d2239f | (svn r18854) -Codechange [FS#3539]: unconflict acceleration type as 'status' and rail property (Terhken) | 2010-01-17 23:03:43 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 719fb9803c | (svn r18838) -Codechange [FS#3524]: reorganisation of the train acceleration code plus some minor optimisations (Terkhen) | 2010-01-16 22:30:04 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 199091600a | (svn r18836) -Codechange: make TrainUpdateSpeed a class function and update some comments (Terkhen) | 2010-01-16 22:16:28 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | aaf0b4b46c | (svn r18812) -Codechange: make some functions in train.h functions of Train. | 2010-01-15 18:23:52 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 82fc28f77f | (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 | 2b97f38cd1 | (svn r18781) -Codechange: pass the CommandCost to the callback instead of whether it succeeded or not. -Fix: AIs did update their last cost incorrectly in network games if the cost of the DC_EXEC phase differed from the ~DC_EXEC phase. | 2010-01-11 18:46:09 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 833c6f36f3 | (svn r18779) -Codechange: merge the command callbacks of the primary vehicles; they are identical | 2010-01-11 18:34:02 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e4af35d316 | (svn r18764) -Fix [FS#3422]: split the (un)load ticks counter and signal wait counter; sometimes they might get into eachother's way | 2010-01-09 14:43:08 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 52cbaf2db2 | (svn r18484) -Codechange: simplify the Is(Stopped)InDepot functions for trains | 2009-12-13 17:13:20 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b094312631 | (svn r18465) -Codechange: simplify CheckTrainInDepot and remove some unneeded wrapper functions | 2009-12-11 22:04:57 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 19fa38601d | (svn r18402) -Codechange: unify/centralise the code for crashing vehicles | 2009-12-04 20:29:46 +00:00 |  | 
			
				
					| 
							
							
								 smatz | c344ae2e1d | (svn r17688) -Fix (r17684): incorrect comments | 2009-10-04 04:57:01 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 12a814f487 | (svn r17684) -Fix: tcache.first_engine and rcache.first_engine need to be set before first callback/sprite-resolving. For RV fronts it was missing at all, causing livery selection to fail. | 2009-10-03 14:46:48 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7fbc33dae1 | (svn r17248) -Fix: add GPL license notice where appropriate | 2009-08-21 20:21:05 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 7b92d9efe4 | (svn r16884) -Codechange: Add Train::GetFirstEnginePart() and use it. | 2009-07-19 19:17:41 +00:00 |  | 
			
				
					| 
							
							
								 frosch | f129634f52 | (svn r16867) -Feature(ette): Turn variable 0E/8E (vertical offset for trains in depot) and variable 1E/9E bit 3 (wagon width in depot) into grf-local variables. | 2009-07-17 22:00:13 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 57d3d4ce5e | (svn r16857) -Fix [FS#3036](r16652): crash when train partially in depot crashed | 2009-07-17 13:54:06 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 6a0855f0d1 | (svn r16723) -Codechange: make GetNextArticPart(), GetLastEnginePart(), GetNextVehicle(), GetPrevVehicle(), GetNextUnit(), GetPrevUnit() members of Train | 2009-07-02 12:10:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4d14c1b534 | (svn r16722) -Codechange: unify the naming of the Is/Set/HasArticulatedPart functions | 2009-07-02 09:06:15 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 77eaefb61c | (svn r16720) -Codechange: make Set/ClearFrontEngine(), Set/ClearArticulatedPart(), Set/ClearWagon(), Set/ClearEngine(), Set/ClearFreeWagon() and Set/ClearMultiheaded() members of Train | 2009-07-02 00:17:27 +00:00 |  | 
			
				
					| 
							
							
								 smatz | d86e17d65a | (svn r16719) -Codechange: make IsArticulatedPart(), IsTrainEngine(), IsTrainWagon(), IsMultiheaded(), EngineHasArticPart() and IsRearDualheaded() members of Train | 2009-07-01 23:57:20 +00:00 |  | 
			
				
					| 
							
							
								 smatz | ecfaa0564d | (svn r16718) -Codechange: make IsFreeWagon() member of Train | 2009-07-01 23:49:13 +00:00 |  | 
			
				
					| 
							
							
								 smatz | adc5363202 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | 2009-07-01 22:22:01 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2fc0cb3e76 | (svn r16505) -Fix [FS#2951] (r16472): since g++ 4.4 the implicit (default) constructor will zero the whole class. This caused all vehicle indices to be 0, which causes all kinds of trouble. | 2009-06-02 19:12:28 +00:00 |  | 
			
				
					| 
							
							
								 smatz | de25de7a60 | (svn r16494) -Codechange: cache train's speed limit caused by curves | 2009-06-01 13:14:56 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 8c11d612e4 | (svn r16472) -Codechange: set vehicle type in SpecializedVehicle constructor instead of constructor of each vehicle type | 2009-05-30 20:13:12 +00:00 |  | 
			
				
					| 
							
							
								 smatz | faae8f0177 | (svn r16445) -Codechange: update old comments (Yexo) | 2009-05-26 23:24:34 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 7ee882d03f | (svn r16441) -Codechange: new class SpecializedVehicle used as superclass for all vehicle types | 2009-05-26 22:10:13 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | da5661a0c8 | (svn r16393) -Codechange: move VehicleRail to Train. | 2009-05-22 22:55:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c4b627af42 | (svn r16392) -Codechange: move some variables (the ones that aren't caches) from VehicleRail to Train | 2009-05-22 22:33:05 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 80e94b9bb1 | (svn r16391) -Codechange: use Train instead of Vehicle where appropriate. | 2009-05-22 22:22:46 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 441011b782 | (svn r16382) -Codechange: make GetVehicleTrackdir a member function of Vehicle. | 2009-05-22 18:17:20 +00:00 |  | 
			
				
					| 
							
							
								 smatz | b687ac51ee | (svn r16376) -Codechange: Vehicle::Tick() now returns false if the vehicle was deleted | 2009-05-22 13:53:14 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 5790293af6 | (svn r16037) -Feature: allow (per order) to let a train stop at the near end, middle or far end of a platform from the point of view of the driver of the train that enters the station. | 2009-04-12 14:11:14 +00:00 |  | 
			
				
					| 
							
							
								 frosch | de9a6fc90b | (svn r15308) -Codechange: Deduplicate km-ish/h -> mph conversions. | 2009-02-01 17:14:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 11da45ee55 | (svn r14949) -Cleanup: pointer coding style | 2009-01-10 00:31:47 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 7368c740a6 | (svn r14828) -Codechange: move most of save/load-specific code to separate files | 2009-01-04 15:32:25 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 32e1fd55c5 | (svn r14147) -Codechange: Allow passing 'const Vehicle *' to GetNextUnit() and GetPrevUnit(). | 2008-08-23 22:31:36 +00:00 |  | 
			
				
					| 
							
							
								 frosch | f7826f8a37 | (svn r14083) -Fix [FS#1264, FS#2037, FS#2038, FS#2110]: Rewrite the autoreplace kernel. | 2008-08-16 14:02:20 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 56459cab81 | (svn r14082) -Codechange: Make 'GetNextUnit()' more fool-proof wrt. real dualheads. | 2008-08-16 13:52:44 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | bd0a420744 | (svn r13955) -Codechange [YAPP]: Try to extend the path of a stuck train so it is able to continue. (michi_cc) | 2008-08-02 22:54:38 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 10d8fb6456 | (svn r13952) -Add [YAPP]: Trains now reserve paths trough PBS signals. Bump savegame version. (michi_cc) | 2008-08-02 22:53:51 +00:00 |  | 
			
				
					| 
							
							
								 smatz | aae2aa64c4 | (svn r13816) -Fix [FS#2150]: check for vehicle length changes outside a depot (callback 0x11) and give a warning about that | 2008-07-24 15:19:26 +00:00 |  | 
			
				
					| 
							
							
								 glx | 1f0939f4e2 | (svn r13782) -Cleanup: removed a useless declaration | 2008-07-22 15:02:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 402a1e24ba | (svn r12977) -Codechange: remove quite some redundant (duplicate) function declarations. | 2008-05-06 22:17:12 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | d03994098b | (svn r12971) -Documentation: add @file in files that missed them and add something more than whitespace as description of files that don't have a description. | 2008-05-06 15:11:33 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 9fc355fca5 | (svn r12862) -Codechange: reduce code duplication for VehicleType -> WindowClass lookup | 2008-04-24 09:55:20 +00:00 |  | 
			
				
					| 
							
							
								 peter1138 | 5dcd689f56 | (svn r12824) -Codechange: Standardise routines for drawing vehicle images, using correct types and less duplication. | 2008-04-21 20:50:58 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 62bdc381e7 | (svn r12657) -Codechange: add 'FindClosestDepot' to the vehicle class. | 2008-04-11 08:14:43 +00:00 |  | 
			
				
					| 
							
							
								 smatz | ac389e16d2 | (svn r12605) -Cleanup: variable scope and coding style in train* | 2008-04-07 12:36:50 +00:00 |  |