]> git.mxchange.org Git - flightgear.git/history - src/ATC
Cleanup, no functional change
[flightgear.git] / src / ATC /
2014-03-05 Torsten DreyerNewAtis: handle varying winds
2014-03-01 Torsten DreyerATIS: say wind direction as three digits
2014-03-01 Torsten DreyerNew ATIS System: Fallback for no-realwx and some fixes
2014-02-28 Torsten DreyerA new comm radio and atis implementation
2013-08-19 Tom PaolettiPerformance optimization: empty() instead of size()>0
2013-03-28 James Turnerstd:: namespace fixes, AIBase cleanup.
2013-03-06 Thomas GeymayerClean up/simplify NasalPositioned_cppbind
2013-03-05 James TurnerFix crash starting at heliport.
2013-03-04 Thomas GeymayerClean up/prepare for porting NasalPositioned to cppbind
2013-02-21 James TurnerGive the FGAirport class a sane filename.
2013-02-07 Christian SchmittSome headers missing... ;)
2012-11-25 ThorstenBtraffic: more pass by reference + member init
2012-11-23 ThorstenBClean up namespace issues
2012-11-18 ThorstenBFixed some uninitialized member vars and a mem leak.
2012-11-18 ThorstenBRemove static property dependencies
2012-11-08 James TurnerOverhaul the ground-net / parking code.
2012-10-05 James TurnerMake traffic take-off roll look a little better.
2012-09-27 Thomas GeymayerFix some CommStation bugs
2012-09-26 James TurnerTolerate the lack of a GUI in some places.
2012-09-24 James TurnerMake FGTaxiNode and FGParking inherit FGPositioned.
2012-09-24 James Turnerstd namespace fixes in headers.
2012-09-23 James TurnerClean up dynamics/parking handing code.
2012-09-19 James TurnerImplement a persistent cache for navigation data.
2012-08-21 James TurnerWhoops, case-sensitivity matters on Linux.
2012-08-21 James TurnerMake some include dependencies explicit.
2012-08-21 James TurnerFix some places relying on public 'using std::string...
2012-05-24 Erik HofmanMerge branch 'next' of gitorious.org:fg/flightgear...
2012-05-12 ThorstenBDrop obsolete ATCDCL dialog.
2012-05-05 Frederic BouvierRemove redundant inclusion of math/SGMath.hxx
2012-04-30 ThorstenBAvoid compiler warnings.
2012-04-25 James TurnerRemove PositionedBinding (which no one ever used),...
2012-04-05 ThorstenBFix some compiler warnings.
2012-03-03 Mathias FroehlichAdapt to simgear SGMath change.
2012-02-10 ThorstenB#656: COM1 frequency set to 0 at startup
2012-01-02 Durk TalsmaBugfixes and some finetuning:
2012-01-01 Durk Talsma--debugMsg;
2012-01-01 Durk TalsmaBugfix: Shutdown the ATC manager when it runs out of...
2011-12-31 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-12-31 Durk TalsmaSome commented out debugging code that may help us...
2011-12-30 Durk TalsmaFix for issue: 520: Error in FGTrafficRecord::setPositi...
2011-12-27 James TurnerGet the ATC frequency dialogs working again for the...
2011-12-24 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-12-24 Durk TalsmaRemove a stray debug message.Z
2011-12-19 Erik Hofmancomment out unused variables and function and properly...
2011-12-12 adrianMerge branch 'next' into navaids-radio
2011-12-11 adrianMerge branch 'next' into attenuation
2011-12-11 ThorstenBAdd --log-class option, improve logging classes.
2011-12-04 adrianMerge branch 'attenuation' into navaids-radio
2011-12-04 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-12-04 Durk TalsmaMerge branch 'merge-requests/1555' into next
2011-12-04 Durk TalsmaMake sure not to disable the entire ATC system when...
2011-12-04 adrianMerge branch 'next' into attenuation
2011-12-01 adrianMerge branch 'radio-clutter' into attenuation
2011-12-01 adrianMerge branch 'next' into attenuation
2011-11-28 adrianrename FGRadio to FGRadioTransmission, add RX and TX...
2011-11-24 adrianrefactor receiveATC(), implement simple LOS routine...
2011-11-24 adrianMerge branch 'next' into comm-subsystem
2011-11-24 adrianprepare for festival volume
2011-11-24 adriancleanup
2011-11-24 adriancall from FGATCController::transmit()
2011-11-23 adrianMerge branch 'next' into comm-subsystem
2011-11-20 Erik HofmanMerge branch 'next' of git://gitorious.org/fg/flightgea...
2011-11-19 James TurnerRestructure GUI code, isolate PLIB in source files...
2011-11-14 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-11-14 Frederic BouvierFix MSVC9 build
2011-11-12 James TurnerFix a secondary issue in bug 484 - avoid a crash when...
2011-11-01 James TurnerGoodbye automake.
2011-10-29 adrianMerge branch 'next' into comm-subsystem
2011-10-28 Curtis L. OlsonMerge branch 'next' of gitorious.org:fg/flightgear...
2011-10-26 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-10-26 Durk Talsma* Updated routing algorithm. Just sorting the schedules...
2011-10-17 James TurnerFix (nearly) all the std:: namespace violations in...
2011-10-08 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-10-08 Durk TalsmaSeveral Bugfixes:
2011-10-06 adrianMerge branch 'next' into comm-subsystem
2011-10-03 Torsten DreyerMerge branch 'next' of gitorious.org:fg/flightgear...
2011-10-03 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-10-03 Durk Talsma* A new algorithm for determining hold position instruc...
2011-10-02 ThorstenBATCMGR: fix minor output formatting issue
2011-09-28 James TurnerSwitch ATCmgr comm station search to filter by range...
2011-09-22 Durk TalsmaPatch by Torsten Dryer: Remove the Ugly global dialog...
2011-09-17 Durk TalsmaAdded a new startup option. By giving the command line...
2011-09-11 Durk TalsmaMerge branch 'next' of gitorious.org:fg/flightgear...
2011-09-11 Durk Talsma-Prevent crashing the sim when starting at a gate that...
2011-09-06 adrianbegin work on radio subsystem
2011-09-05 Martin SpottMerge commit 'refs/merge-requests/11' of git://gitoriou...
2011-09-05 adriancomm radio subsystem
2011-09-05 adrianreduce distance to 300 km
2011-09-05 adrianprint some relevant data on screen to verify accuracy
2011-09-05 adrianfix trx and rx heights and improve calculations
2011-09-05 adrianMerge branch 'next' into radio-att
2011-09-04 Durk TalsmaA number of cosmetic and/or infrastructural changes.
2011-09-04 adrianbugfix
2011-09-04 adrianMerge branch 'next' into radio-att
2011-09-04 adriancheck for allowTransmission
2011-09-04 adrianfunctional radio signal attenuation
2011-09-04 adrianfix + define WITH_POINT_TO_POINT
2011-09-04 adriancompute radio transmission attenuation according to
2011-09-03 Durk TalsmaMerge branch 'next' of git@gitorious.org:fg/flightgear...
2011-09-03 Durk TalsmaRead groundnet node information from the scenery, and...
next