summaryrefslogtreecommitdiff
path: root/aircraft_gui.c
AgeCommit message (Expand)Author
2006-08-28(svn r6204) -Cleanup: replace non-indentation with spaces; like '}<TAB>else {...rubidium
2006-08-28(svn r6181) -Fix r6161: The list of vehicles using a certain station got a bi...bjarni
2006-08-27(svn r6168) -Code cleanup r6161: removed a newline and added a tab. Thanks Tr...bjarni
2006-08-27(svn r6167) -Code cleanup r6161: replaced some uint16 with OrderID and (1 << ...bjarni
2006-08-27(svn r6165) -Feature: control click Goto Depot will now make the vehicle servicebjarni
2006-08-26(svn r6161) -Feature: List of vehicles with the same shared ordersbjarni
2006-08-26(svn r6142) -Codechange: added WaypointID (sorry DV, couldn't splits it anymore)truelight
2006-08-22(svn r6046) CodeChange : Rename WWT_5 Widget type to WWT_LABEL : a centered ...belugas
2006-08-22(svn r6045) -Cleanup: align all table-like structures using spaces, i.e. whit...rubidium
2006-08-20(svn r6002) -Cleanup: remove the now redundant BASE_YEAR constant.rubidium
2006-08-19(svn r5944) -Merge TGP (r5578, r5579, r5724, r5726): -Feature: filter for tex...truelight
2006-08-16(svn r5926) -Codechange: make _cur_year contain the full year, instead of the...rubidium
2006-08-15(svn r5918) -Cleanup: rename ConvertDayToYMD/ConvertYMDToDay as they really c...rubidium
2006-08-15(svn r5916) -Cleanup: use MIN_YEAR/MAX_YEAR for the year boundaries and BASE_...rubidium
2006-08-15(svn r5910) Fix some more warnings on MSVC by using (void*) casts. Followup o...Darkvater
2006-08-14(svn r5894) Remove a totally unnecessary indirection in the vehicle sorter co...tron
2006-08-14(svn r5887) -Cleanup: move date related functions, defines and variables to d...rubidium
2006-08-09(svn r5820) - NewGRF: Add support for extra vehicle text in the purchase list...peter1138
2006-07-26(svn r5609) CodeChange : Apply coding stylebelugas
2006-07-22(svn r5595) Show all aircraft in the dry-run build window of the global aircr...tron
2006-07-22(svn r5594) Be more strict what's allowed to be built in a hangar: if the air...tron
2006-07-19(svn r5519) Fix: Only list helicopters in the new build window of helidepots ...richk
2006-06-27(svn r5391) Miscellaneous, mostly bracing and whitespace, nothing spectaculartron
2006-06-22(svn r5336) - NewGRF: draw custom helicopter rotor sprites in vehicle info wi...peter1138
2006-06-11(svn r5225) Some windows periodically check if their parent exists - if not t...tron
2006-06-09(svn r5186) - NewGRF: show default aircraft cargo type and the purchase list ...peter1138
2006-06-05(svn r5124) Add IsAircraftInHangar{Stopped,}(), which supersedes CheckStopped...tron
2006-06-04(svn r5094) Remove _new_{aircraft,roadveh,ship,train,wagon}_id. _new_vehicle_...tron
2006-05-21(svn r4943) uint tile -> TileIndex tile, byte player -> PlayerID playertron
2006-05-21(svn r4940) Remove the dubious feature of remembering the last built depot. I...tron
2006-05-03(svn r4709) - Codechange: avoid messing around with globals, magic numbers an...peter1138
2006-04-10(svn r4342) Change the first two parameters of commands - virtual pixel coord...tron
2006-04-08(svn r4322) - Codechange: Remove conversion of kmh to mph from gui code to wi...peter1138
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-08(svn r3783) Replace further ints and magic numbers by Direction, DiagDirectio...tron
2006-02-20(svn r3631) - 2cc: Remove use of some temporary variables and perform minor o...peter1138
2006-02-20(svn r3620) - 2cc: Replace use of macro to determine colour map with a functi...peter1138
2006-02-11(svn r3588) - Refit: Use only one global to return the refit capacity rather ...peter1138
2006-02-03(svn r3524) - Split newgrf features from engine.[ch] into newgrf_engine.[ch],...peter1138
2006-02-02(svn r3520) Remove unused parameters from some functionstron
2006-02-01(svn r3511) More whitespace ([FS#46] by Rubidium)tron
2006-01-05(svn r3367) Unify the 4 distinct CMD_CHANGE_{AIRCRAFT,ROADVEH,SHIP,TRAIN}_SER...tron
2005-12-29(svn r3354) Fix a typo, which survived for about 3000 revisions: s/SRT_SORT_B...tron
2005-12-27(svn r3346) - Increase size of aircraft refit window by one item; fixes "[ 13...peter1138
2005-12-14(svn r3300) Remove unreachable code - in this case some duplicate breakstron
2005-12-07(svn r3270) Correct all (mis)uses of WWT_CLOSEBOX / WWT_TEXTBTN to reflect th...peter1138
2005-11-15(svn r3189) There's a dedicated function to check if it's a hangar tile, so u...tron
2005-11-14(svn r3181) -Bracingtron
2005-11-13(svn r3172) static, consttron