]> git.mxchange.org Git - flightgear.git/history - src/ATC
Add multiplayer support from Duncan McCreanor and Diarmuid Tyson
[flightgear.git] / src / ATC /
2003-03-19 ehofmanCompiler warning fixes and small updates
2003-03-17 daveluffAdd the ability to scroll single ATC messages - this...
2003-03-14 daveluffFix a nasty problem in the FGAIMgr search code that...
2003-03-13 daveluffWhoops - left out ++itr in a while(1) loop
2003-03-11 daveluffNeed to call Init() when initialising tower, otherwise...
2003-03-11 daveluffEmergency fix of a possible dereference dangling pointe...
2003-03-11 daveluffAdded a function to determine whether a point is on...
2003-03-11 daveluffAdded a function to return the closest ATC station...
2003-03-10 daveluffStart roughing in interactive tower control. AI planes...
2003-03-10 daveluffAdd units to function documentation
2003-03-09 daveluffFixed a compile problem that affected gcc-2.95 users...
2003-03-09 daveluffFGAIMgr now searches for proximity to airports with...
2003-03-09 daveluffAdded a range parameter to the FindByPos search functio...
2003-03-07 curtEeek! Emergency fix of a couple "case" problems for...
2003-03-07 daveluffWhoops - forgot SG_USING_STD(cout)
2003-03-07 daveluffMore stuff to make the AI/ATC system less hardwired...
2003-03-06 daveluffAdded FindByCode (airport ICAO code) to commlist. ...
2003-03-06 daveluffAdded constructor to ATCData struct
2003-03-05 daveluffIf no wind, active runway is now read-out as the most...
2003-03-05 daveluffRemoved a lot of the remaining hardwired KEMT stuff...
2003-03-05 daveluffAdded some airport search functions that are straight...
2003-03-05 daveluffAdded a function to get a path from a gate to a runway...
2003-03-03 daveluffIRIX fixes from Erik Hofman
2003-03-03 daveluffRemoved DOS line endings
2003-02-26 daveluffUse actual terrain ground elevation instead of hardwire...
2003-02-25 daveluffWhoops - a stray debugging cout got through
2003-02-24 daveluffModified slightly whilst developing the shortest-path...
2003-02-24 daveluffAdded a shortest-path algorithm between two nodes and...
2003-02-18 daveluffAdded basic support for using more than one voice....
2003-02-13 daveluffAlexander's new files added to Makefile.am
2003-02-13 daveluffChanges in support of Alexander's ATC menu/transmission...
2003-02-13 daveluffBetter robustness for the ATCData structure istream...
2003-02-13 daveluffAlexander's Approach ATC class modified to support...
2003-02-13 daveluffFirst draft of work by Alexander Kappes to add dynamica...
2003-02-10 daveluffSeveral *list.[ch]xx files removed
2003-02-10 daveluffapproachlist.[ch]xx superceeded by commlist.[ch]xx
2003-02-10 davelufftowerlist.[ch]xx superceeded by commlist.[ch]xx
2003-02-10 daveluffatislist.hxx superceeded by commlist.hxx
2003-02-10 daveluffatislist.cxx superceeded by commlist.cxx
2003-02-07 daveluffgroundlist now replaced by commlist
2003-02-07 daveluffWhoops - missed a file from the commlist changes yesterday
2003-02-06 davidUse the property /sim/sound/voice to disable voice...
2003-02-06 daveluffMajor re-work of the comm frequency storage and lookup...
2003-01-19 daveluffMemory allocation bugfix from Frederic Bouvier, plus...
2003-01-17 daveluffSlight change to some STL stuff that was breaking MSVC6
2003-01-13 daveluffFix compilation bug that only occurred when compiled...
2003-01-07 daveluffStart the ATIS recorded message at a random position...
2003-01-07 daveluffSearch ATC frequencies with both comm1 and 2 instead...
2003-01-03 daveluffFix problem with cout
2003-01-03 daveluffFix compiler warning
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-20 daveluffAdd SG_USING_STD(ifstream)
2002-12-19 daveluffRead KEMT ground network from file instead of hardwirin...
2002-12-19 daveluffCode beautifying
2002-12-19 daveluffMake AI traffic more robust to not getting a list of...
2002-12-17 daveluffFirst draft of an ATC dialog box, mostly copied from...
2002-12-17 daveluffAdd some stub functions to FGTower to aid ATC dialog...
2002-12-16 daveluffComment out stray cout
2002-12-06 daveluffPatches from Erik Hofman - use Plib's wave file loader...
2002-12-05 daveluffCode improvements from Norman Vine
2002-12-04 daveluffAdd ground.[ch]xx, groundlist.[ch]xx and ATCVoice....
2002-12-04 daveluffChanges to support voice rendering of ATC
2002-12-04 daveluffChanges towards tower control - work in progress with...
2002-12-04 daveluffChanges and additions to utility functions to support...
2002-12-04 daveluffMinor changes to variable name and comments
2002-12-04 daveluffMinor change to variable name
2002-12-04 daveluffChanges to support AI taxiing and crabing when flying...
2002-12-04 daveluffRemoved unused code and obsolete comments
2002-12-04 daveluffChanges to support voice ATIS
2002-12-04 daveluffInitial draft of a canned ATC voice handling class
2002-12-04 daveluffAdd ground control frequency data handling along the...
2002-12-04 daveluffInclude GPL
2002-12-04 daveluffChanges towards ground control and AI taxiing currently...
2002-12-03 curt#include <config.h> where needed for cygwin/gcc-3.2.
2002-10-24 curtErik Hofman: Irix build fixes.
2002-10-02 davidPreliminary support for AI planes from Dave Luff. ...
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-08-07 davidRemoved the FG3DModel class and replaced it with fgLoad...
2002-07-26 davidFixed reporting of winds, cloudbase, and altimeter...
2002-06-28 davidPatch from Melchior Franz:
2002-06-28 davidPatch from Julian Foad:
2002-05-17 davidModified to work with new cloud properties (sort-of).
2002-05-14 curtConsolodating scenery structures in scenery.hxx.
2002-05-14 curtMoved "scenery" from being declaried in scenery.cxx...
2002-05-12 davidRemoved configuration option --with-old-mouse and FG_OL...
2002-05-11 davidModified to use FGEnvironment as well as WeatherCM.
2002-05-11 davidMajor overhaul:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-04-25 davidPatch from Melchior Franz:
2002-04-25 davidPatch from Melchior Franz:
2002-04-13 davidFix for vanishing-model problem: models are drawn in...
2002-04-04 curtInitial revision.
2002-04-04 curtFix a warning message.
2002-04-04 curtA few small updates to make ATC IRIX compliant.
2002-04-04 curtOops, misunderstanding, this copy of runways.cxx wasn...
2002-04-04 david- fixed ANSI C++ namespace problems
2002-04-03 curtAttached are a fairly extensive series of patches to...
2002-03-30 david* src/ATC/atis.cxx
2002-03-13 davidAdded a final newline to avoid a compiler warning.
2002-03-12 curtFixes for Irix compatibility.
next