rubidium
|
56ebc2359e
|
(svn r20769) -Codechange: move some depot flags from p2 to p1 in CmdSendVehicleToDepot
|
2010-09-08 21:02:12 +00:00 |
|
rubidium
|
ea4b40704b
|
(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
|
9badab6454
|
(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
|
2fb18e975c
|
(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
|
702cc96943
|
(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 |
|
rubidium
|
30f2afac9b
|
(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 |
|
yexo
|
85740a0283
|
(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 |
|
rubidium
|
c5a670037b
|
(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 |
|
yexo
|
eeca1846d6
|
(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
|
4780cc50b2
|
(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 |
|
rubidium
|
c14853b72e
|
(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
|
f9a55b7439
|
(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
|
c263f25309
|
(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
|
bc96bdb203
|
(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
|
e4117dbfb7
|
(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
|
6babc60254
|
(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 |
|
yexo
|
241d705406
|
(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 |
|
rubidium
|
29b489a055
|
(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
|
7e4bdbbc9d
|
(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
|
c421b6fef5
|
(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 |
|
yexo
|
d2f9b87ccd
|
(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
|
4bd32799f1
|
(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 |
|
frosch
|
ed4f806f1d
|
(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 |
|
alberth
|
be6c058424
|
(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 |
|
rubidium
|
e809c05099
|
(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 |
|
frosch
|
a7d168b2e5
|
(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 |
|