| 
							
							
								 rubidium | 4c65a04a50 | (svn r17509) -Fix [FS#3196]: if building a part fails during cloning, sell what was already cloned instead of leaving it 'for free' -Fix: make cloning multiheaded trains possible with with 'max - 1' vehicles existing | 2009-09-12 14:37:29 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1f21a5cb41 | (svn r17446) -Codechange: rename BUILD with BUY for strings that are about building (in the future buying) vehicles. | 2009-09-07 08:59:43 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 7fbc33dae1 | (svn r17248) -Fix: add GPL license notice where appropriate | 2009-08-21 20:21:05 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1fe3ad3288 | (svn r17075) -Codechange: rename ~750 strings to be more uniform with their relatives | 2009-08-05 17:59:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 4b2592dbc0 | (svn r17062) -Change: unify the naming of some 125 strings | 2009-08-04 18:04:33 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 92f021a0a2 | (svn r16931) -Cleanup (r16922): one semicolon too much | 2009-07-23 22:01:25 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | fefc880971 | (svn r16924) -Fix (r16922): selling or sending to depot, what's the difference? :) | 2009-07-23 08:47:14 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b04ba7dcea | (svn r16922) -Codechange: unduplicate some vehicle CMD_*s and move the setting of the error message to a single place | 2009-07-22 23:39:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 2962d8f0fc | (svn r16920) -Codechange: shuffle some strings around to simplify looking up vehicle type specific strings for a specific message | 2009-07-22 20:17:07 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c17c31b5b6 | (svn r16919) -Codechange: unify some more StringID w.r.t. their naming | 2009-07-22 19:12:20 +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 |  | 
			
				
					| 
							
							
								 rubidium | 61e735ba4c | (svn r16721) -Codechange: make Is/SetRoadVehicleFront, Is/Set/HasArticulatedPart member of RoadVehicle. | 2009-07-02 08:59: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 | adc5363202 | (svn r16717) -Codechange: make IsFrontEngine() member of Train | 2009-07-01 22:22:01 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 8343340acb | (svn r16643) -Codechange: replace GetStationByTile() by Station::GetByTile() | 2009-06-24 17:39:54 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0c10006907 | (svn r16527) -Codechange: use static member functions instead of simple casts when converting Vehicle to specialised vehicle types. Includes safety check | 2009-06-06 16:54:22 +00:00 |  | 
			
				
					| 
							
							
								 alberth | bab70a823d | (svn r16491) -Codechange: Added parentheses around bitwise operators for code style. | 2009-06-01 11:43:36 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 0d56cfabfa | (svn r16439) -Change: Make the default vehicle servicing settings company-based settings, so in a multiplayer game everyone can change them. | 2009-05-26 21:59:49 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 0d99b6c71c | (svn r16421) -Codechange: do not unnecessarily remove constness or unnecessarily add it. | 2009-05-24 20:29:04 +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 | c882248348 | (svn r16388) -Codechange: move u.air to Aircraft | 2009-05-22 20:07:26 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 8808f3beea | (svn r16352) -Codechange: use PoolItem::GetIfValid() instead of PoolItem::IsValidID() and PoolItem::Get() | 2009-05-18 16:21:28 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 871107f529 | (svn r16327) -Codechange: replace IsValidPoolItemID(index) by PoolItem::IsValidID(index) | 2009-05-17 01:00:56 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 6221d74644 | (svn r16325) -Codechange: replace GetPoolItem(index) by PoolItem::Get(index) | 2009-05-16 23:34:14 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 0274886ae1 | (svn r16300) -Codechange: reduce usage of Vehicle::AllocateList | 2009-05-13 19:26:47 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 59d45a04d6 | (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 | b25a4f8231 | (svn r15718) -Cleanup: apply some comment coding style on the rest of the sources too | 2009-03-15 00:32:18 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 9d018723b7 | (svn r15711) -Codechange: lots of whitespace cleanup/fixes | 2009-03-14 18:16:29 +00:00 |  | 
			
				
					| 
							
							
								 smatz | 40745dc0d9 | (svn r15704) -Cleanup: remove further includes from recently split files | 2009-03-13 23:48:07 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | e6353a1a22 | (svn r15700) -Codechange: split Cmd* from signs.cpp to signs_cmd.cpp. | 2009-03-13 20:29:35 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 070320f25b | (svn r15699) -Codechange: split Cmd* from vehicle.cpp to vehicle_cmd.cpp. | 2009-03-13 20:09:35 +00:00 |  |