summaryrefslogtreecommitdiff
path: root/aircraft_cmd.c
AgeCommit message (Expand)Author
2006-07-26(svn r5613) Rename VS_DISASTER to VS_SHADOW, because this is what this flag a...tron
2006-07-22(svn r5594) Be more strict what's allowed to be built in a hangar: if the air...tron
2006-07-03(svn r5454) -Fix: [ 1394231 ] Autorenew glitch on helicoptersbjarni
2006-06-29(svn r5427) - Codechange: testing for "== true" is redundant.peter1138
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-26(svn r5376) - Fix: Changed error message when trying to build a CTOL aircraft...richk
2006-06-23(svn r5346) - Feature: Add 4 new airports. 2 for aircraft, 2 for helicopters.richk
2006-06-22(svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info wi...peter1138
2006-06-14(svn r5262) Add symbolic names for the aircraft subtypes. not perfect, but be...tron
2006-06-09(svn r5187) - NewGRF: temporarily change a vehicle's cargo subtype when calli...peter1138
2006-06-09(svn r5186) - NewGRF: show default aircraft cargo type and the purchase list ...peter1138
2006-06-07(svn r5147) - NewGRF: Use refit capacity callback when refitting an aircraft ...peter1138
2006-06-07(svn r5146) - NewGRF: Support selection of aircraft default cargo type by che...peter1138
2006-06-05(svn r5124) Add IsAircraftInHangar{Stopped,}(), which supersedes CheckStopped...tron
2006-06-04(svn r5104) - When refitting a vehicle to its existing cargo type, don't lose...peter1138
2006-06-04(svn r5103) - Add cargo subtype parameter to refit commands (mart3p)peter1138
2006-06-04(svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_...tron
2006-05-19(svn r4914) -Fix (FS#180) Aircraft can now serve as feederscelestar
2006-05-19(svn r4910) - NewGRF: add and initialize cargo subtype for vehicle visual var...peter1138
2006-05-11(svn r4826) -Fix: [autoreplace] fixed possible problem when autoreplacing and...bjarni
2006-05-02(svn r4693) - NewGRF: invalidate aircraft in viewports during loading stages ...peter1138
2006-05-01(svn r4653) - NewGRF: enable use of custom helicopter rotors in game (but not...peter1138
2006-05-01(svn r4642) - Codechange: reorganise airport.h and airport_movement.h to avoi...peter1138
2006-04-18(svn r4465) -Codechange (FS#60): Remove a variable no one really needs. (Dale...celestar
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-03(svn r4246) -Codechange. Replaced about 100 occurences of '16' by TILE_SIZEcelestar
2006-03-26(svn r4120) Use the new station functions where appropriatetron
2006-03-24(svn r4079) Add GetSation{Index,ByTile}() to get the station index resp. the ...tron
2006-03-12(svn r3832) Replace some magic numbers by (Diag)Direction enumstron
2006-03-12(svn r3829) Reduce the use of _error_message by directly returning error code...tron
2006-03-08(svn r3786) More work for DirDifftron
2006-03-08(svn r3784) Add a type and functions to handle direction changestron
2006-03-08(svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio...tron
2006-03-04(svn r3758) Remove the news validation callback. It is superseded by r3757.tron
2006-03-04(svn r3757) -Feature: Delete news items about vehicles, when they get staletron
2006-02-11(svn r3588) - Refit: Use only one global to return the refit capacity rather ...peter1138
2006-02-10(svn r3585) Similar changes to the order handlers of the other vehicle types ...tron
2006-02-06(svn r3564) Several smaller changes:tron
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-18(svn r3402) -Fix: [building/cloning] added a string telling if build failed d...bjarni
2006-01-12(svn r3396) - Autoreplace changes:peter1138
2006-01-05(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER...tron
2005-12-28(svn r3352) - NewGRF: Move initialization of vehicle random_bits to DC_EXEC b...peter1138
2005-12-14(svn r3297) Staticisetron
2005-11-29(svn r3248) - Codechange: Change interface of CanRefitTo() to supply the engi...peter1138
2005-11-26(svn r3239) - Codechange: Introduce and use helper functions for engine repla...peter1138
2005-11-16(svn r3204) Make handling of clicking on vehicles a bit less ugly by avoiding...tron
2005-11-16(svn r3196) Use structs instead of magic offsets into arraystron
2005-11-14(svn r3181) -Bracingtron