| 
							
							
								 frosch | a3d8633e40 | (svn r22505) -Add: Separate EffectVehicleTypes for broken aircraft and smoke at copper ore mine, to make them distinguishable from each other and from smoke due to disasters. (only affects newly spawned effects) | 2011-05-28 09:45:12 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 60b19a1344 | (svn r22309) -Fix: Make road vehicles, ships and aircraft skip orders if they are leaving a depot and heading to the same one again; just like trains since r16322. | 2011-04-10 10:47:21 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 8183922813 | (svn r22021) -Fix (r22019): ofcourse make doesn't notice files are gone, so it doesn't recompile everything that needs to be recompiled... | 2011-02-07 22:49:38 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 12d3422539 | (svn r21954) -Cleanup: remove setting to not show the vehicle speed in the vehicle view | 2011-02-04 14:37:24 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | f0ad5fd749 | (svn r21844) -Codechange: move documentation towards the code to make it more likely to be updates [a-c]. | 2011-01-18 22:17:15 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | b6148914b0 | (svn r21803) -Cleanup: Remove unnecessary semicolons. | 2011-01-15 15:36:58 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | efacffeb1f | (svn r21137) -Fix/revert-ish (r1385): station ratings weren't updated (anymore) after an aircraft crashed | 2010-11-10 22:56:05 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | c7a2d1f883 | (svn r21123) -Codechange: Remove max_speed from the Vehicle class. | 2010-11-09 17:43:05 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 114efc5aa2 | (svn r21120) -Fix (r21096): Use the engine max speed value instead of the savegame value, as the latter could be stored in old units in old savegames. | 2010-11-09 10:56:02 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 729760fdb8 | (svn r21119) -Fix: Helicopter flight altitude was determined inconsistently in different places. | 2010-11-08 21:26:32 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 8b76d75e56 | (svn r21118) -Codechange: Name and deduplicate some magic numbers. | 2010-11-08 21:22:21 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | ca755e983c | (svn r21097) -Codechange: Unify cached max speed for all vehicle types. | 2010-11-06 12:53:31 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 943c732756 | (svn r21096) -Fix: Display the real max speed for aircrafts instead of always using the engine value. | 2010-11-06 12:50:34 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | 0a9b1e90bf | (svn r21094) -Fix: Aircraft speed would ignore callback 36 result when it is greater than the engine speed. | 2010-11-06 12:45:40 +00:00 |  | 
			
				
					| 
							
							
								 alberth | e5b817e99a | (svn r21088) -Doc: Additions/corrections of doxygen comments. | 2010-11-05 16:34:22 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 56ebc2359e | (svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot | 2010-09-08 21:02:12 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | db3a6485d7 | (svn r20768) -Codechange: unify send-to-depot commands | 2010-09-08 18:55:58 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 64f4b0d718 | (svn r20645) -Codechange [FS#4086]: unify the code for checking for breakdown handling as well (Hirundo) | 2010-08-28 14:14:37 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 28d1d32161 | (svn r20644) -Codechange [FS#4086]: unify the vehicle breakdown code (Hirundo) | 2010-08-28 14:01:50 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 360d6daf34 | (svn r20632) -Cleanup: remove "a few" unneeded includes, and add them to some headers | 2010-08-26 22:01:16 +00:00 |  | 
			
				
					| 
							
							
								 yexo | e7f5780683 | (svn r20559) -Fix [FS#4045]: make sure that all vehicles are build in the most northern depot/hangar tile | 2010-08-19 13:44:41 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 982df3e96b | (svn r20536) -Codechange: unify the refitting of vehicles | 2010-08-18 00:47:31 +00:00 |  | 
			
				
					| 
							
							
								 yexo | c144e8e921 | (svn r20534) -Codechange: unify the naming of the 'vehicle must be stopped in depot' strings | 2010-08-18 00:30:12 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | c57a5b735a | (svn r20532) -Codechange: unify selling of vehicles a bit | 2010-08-17 23:55:22 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 253080ad64 | (svn r20531) -Codechange: unify quite a bit of the vehicle building commands | 2010-08-17 23:15:55 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 41482c60e1 | (svn r20529) -Codechange: simplify UpdateAirplanesOnNewStation by removing code for situations that don't happen | 2010-08-17 21:50:58 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 5a0a1b3e6c | (svn r20525) -Codechange: make Aircraft::UpdateDeltaXY more readable by removing the MKIT macro | 2010-08-17 11:59:52 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 8668f30020 | (svn r20478) -Codechange: remove support for 'helipad groups' because there are no airports with more than 1 helipad group | 2010-08-13 00:36:12 +00:00 |  | 
			
				
					| 
							
							
								 yexo | f1d3b66156 | (svn r20477) -Codechange: remove some airport-related constants/functions and add some documentation | 2010-08-13 00:21:03 +00:00 |  | 
			
				
					| 
							
							
								 yexo | b27ab21895 | (svn r20476) -Codechange: simplify a check in aircraft_cmd.cpp by using the existing CanVehicleUseStation | 2010-08-12 22:36:42 +00:00 |  | 
			
				
					| 
							
							
								 yexo | b4ec144af2 | (svn r20474) -Cleanup: remove some unused code | 2010-08-12 21:36:43 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | b5d5a4e159 | (svn r20437) -Codechange: lets Engines use GRFFilePropsBase as well | 2010-08-10 15:54:53 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 5d5ddf780a | (svn r20368) -Codechange: automatically rotate all nodes for airport movement if the airport is rotated | 2010-08-05 12:03:06 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 518241bc1b | (svn r20367) -Codechange; don't use a pointer to access the AirportMovingData of the current position | 2010-08-05 12:02:22 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 2743532ae5 | (svn r20366) -Codechange: store the rotation of the airport layout in the station struct and use it to rotate hangar tiles | 2010-08-05 12:00:09 +00:00 |  | 
			
				
					| 
							
							
								 frosch | c18839704b | (svn r20286) -Codechange: Unify end of doxygen comments. | 2010-08-01 19:44:49 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 5b86c79fce | (svn r20283) -Codechange: Unify start of doygen comments. | 2010-08-01 19:22:34 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 137e2b64c9 | (svn r20211) -Codechange: Indented code should have curly braces around it. | 2010-07-24 10:14:39 +00:00 |  | 
			
				
					| 
							
							
								 rubidium | 1b507dcf66 | (svn r20164) -Fix [FS#3870]: inconsistencies w.r.t. to km/h vs km-ish/h as "base" unit for aircraft speeds | 2010-07-16 17:45:34 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 35f4b4155e | (svn r20079) -Codechange [FS#3922]: Add helper functions to deal with the 192-256-magic of vehicle movement. | 2010-07-04 13:07:47 +00:00 |  | 
			
				
					| 
							
							
								 terkhen | b3d347f6c9 | (svn r19961) -Codechange: Unify "vehicle is destroyed" errors. | 2010-06-11 20:20:45 +00:00 |  | 
			
				
					| 
							
							
								 frosch | a5bea603ea | (svn r19931) -Fix (r19914): Convert assertion in Backup<> destructor into DEBUG() output. It was triggered on exceptions, especially when aborting world generation. | 2010-06-05 12:16:12 +00:00 |  | 
			
				
					| 
							
							
								 frosch | ee53807e51 | (svn r19914) -Codechange: Wrap a helper class around temporary assignments of _current_company to ensure proper restoration. | 2010-05-31 20:22:57 +00:00 |  | 
			
				
					| 
							
							
								 frosch | a4413f4cf6 | (svn r19670) -Codechange: Add CeilDiv() and RoundDiv() to simplify integer divisions with rounding. | 2010-04-18 14:56:05 +00:00 |  | 
			
				
					| 
							
							
								 frosch | 0d6a432b4c | (svn r19621) -Codechange: Remove direct usage of magic 'p1's in build vehicle commands. | 2010-04-13 19:10:08 +00:00 |  | 
			
				
					| 
							
							
								 alberth | 72d62fd6fc | (svn r19494) -Codechange: Remove _error_message. | 2010-03-20 17:58:24 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 79909cedee | (svn r19463) -Codechange: add helper function to determine if an airport has at least one hangar | 2010-03-19 09:48:44 +00:00 |  | 
			
				
					| 
							
							
								 yexo | 22a27d3b62 | (svn r19455) -Codechange: split all airport information in Station to a seperate class | 2010-03-18 21:02:20 +00:00 |  | 
			
				
					| 
							
							
								 yexo | c6c48d874f | (svn r19453) -Codechange: split getting the initial aircraft position to a new function | 2010-03-18 18:38:32 +00:00 |  | 
			
				
					| 
							
							
								 alberth | d5fe3f96c7 | (svn r19405) -Codechange: CheckOwnership() returns a CommandCost. | 2010-03-13 17:11:28 +00:00 |  |