summaryrefslogtreecommitdiff
path: root/aircraft_cmd.c
AgeCommit message (Expand)Author
2006-09-03(svn r6356) -Fix: FS#263 planes come out of hangar and drive back into hangarbjarni
2006-09-03(svn r6353) -Codechange: Make DestinationID a typedef of uin16, which is as l...tron
2006-09-02(svn r6352) -Fix: FS#322 Send to depot bugbjarni
2006-09-02(svn r6304) -Codechange r6295: Use !! instead of (bool) in commands to send v...bjarni
2006-09-01(svn r6295) -Feature: using goto depot with a different control selection wil...bjarni
2006-09-01(svn r6291) -Feature: Vehicle lists from the station window now also got the ...bjarni
2006-08-30(svn r6246) -Feature: added the many times requested "send all vehicle to dep...bjarni
2006-08-29(svn r6229) -Feature: Shared order lists now got a "goto depot" buttonbjarni
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-27(svn r6165) -Feature: control click Goto Depot will now make the vehicle servicebjarni
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
2006-08-22(svn r6053) -Codechange: renamed all IsXXXIndex to IsValidXXXIDtruelight
2006-08-22(svn r6052) -Codechange: change OrderType (order->type) in a typedeftruelight
2006-08-22(svn r6047) -Codechange: FOR_ALL now _only_ loops valid items, and skips inva...truelight
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-21(svn r6039) -Fix: [newGRF] FS#287 Bugfix for error in NewGRF callback 31 code...bjarni
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-15(svn r5914) -Fix [FS#235]: Bugfix for errors in FindNearestHangar function in...Darkvater
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-13(svn r5883) -Fix [FS#272]: use the height of the edge of the map for shadows ...rubidium
2006-08-09(svn r5822) - NewGRF: add support for callback 31, vehicle start/stop check. ...peter1138
2006-08-09(svn r5819) - NewGRF: add support for refit costs specified in NewGRF. This m...peter1138
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