]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2009-10-06 ehofmanInitial commit of the new sound system, expect more...
2009-10-06 Tim MooreMerge branch 'topic/atis' into merge/master-atis
2009-10-01 Tim MooreMerge branch 'jmt/navradio'
2009-10-01 Tim MooreMerge branches 'jmt/navradio', 'jmt/cleanup' and 'torst...
2009-09-30 jmtAllow airports system to function without an environmen...
2009-09-23 Tim MooreMerge branch 'jmt/reciprocal'
2009-09-22 torstenAlex Buzin: Fix wrong calculation of temperature and...
2009-09-22 torstenCatch a possible NAN at insanely low but greater than...
2009-09-20 torstenFix the temperature computation.
2009-09-20 torstenRon Jensen:
2009-09-20 Tim MooreMerge branch 'tat/configure'
2009-09-20 jmtRemove plib/fnt.h from panel header.
2009-09-20 jmtReplace one SGD_ constant with a local one, in LaRCsim.
2009-09-20 jmtRemove <plib/sg> includes.
2009-09-19 jmtRemove use of plig/sg from render-area-2d.
2009-09-19 jmtRemove audio update from main.cxx, back to FGFX (but...
2009-09-19 jmtBreak viewmgr.hxx dependency on on viewer.hxx.
2009-09-19 Tim Mooreuse boost::tie instead of make_ref
2009-09-19 Csaba Halaszfix ATIS on 64bit machines
2009-09-19 v meazzaMSVC fixes for atis merge.
2009-09-19 jmtFGFX clean-ups, conversion of one more sgVec user.
2009-09-18 jmtPut back an unfortunate include, until ViewMgr can...
2009-09-18 jmtDrat, this is really needed. Yuck, yuck, yuck.
2009-09-18 jmtHeader clean-ups in viewer/view-mgr.
2009-09-18 jmtATIS overhaul by John Denker, adapted to trunk by me.
2009-09-18 torstenonly complain about binary record length mismatch if...
2009-09-18 torstenunintentional introduction of a not yet ready util.
2009-09-18 torstenand the (hopefully) last one from Tat's Mac-can-run...
2009-09-18 torstenforgotten ones from Tat's patch to enable make builds...
2009-09-17 jmtNavRadio: By way of an experiment, make false courses...
2009-09-17 torstenfgpanel is shouldn't have escaped (yet)
2009-09-17 torstenTatsuhiro Nishioka:
2009-09-17 jmtNavRadio DME in-range flag, and audio code improvements...
2009-09-17 jmtDifferent approach to handling the paired-ILS-on-opposi...
2009-09-17 jmtAssociate non-ILS localisers with their runway.
2009-09-17 jmtMake FGRunway track reciprocal runways.
2009-09-17 jmtOne more divide by zero fix from Torsten.
2009-09-17 jmtWork around the penaltyForNav broken-ness, by ensuring...
2009-09-17 jmtnavradio: fix crash spotted by Torsten, when nav range...
2009-09-17 jmtFix the has-gs flag when switching to a VOR (thanks...
2009-09-17 jmtLogging: less verbose about navaids we didn't align.
2009-09-17 jmtLogging: less verbose traffic-manager startup.
2009-09-17 jmtLogging: less verbose panel loading.
2009-09-12 Tim MooreMerge branch 'topic/atmos-merge' into next
2009-09-12 jmtVarious LOC/GS improvements from John Denker, adapted...
2009-09-12 curtAvoid strtof() for portability reasons.
2009-09-12 curtHandle "double" type fields correctly for ascii input...
2009-09-12 frohlichDisable collisions with the MP aircraft again.
2009-09-12 jmtAdd clamped degrees deviation for glideslope.
2009-09-10 Tim MooreMerge branch 'jsd/atmos' into topic/atmos-merge
2009-09-10 Tim Moorecleanup of atmosphere patch
2009-09-10 John DenkerTwo-parameter physics-based model of atmosphere up...
2009-09-09 jmtAdd normalised heading deflection property to navradio.
2009-09-09 daveluffFix MSVC compilation
2009-09-09 torstenTatsuhiro Nishioka:
2009-09-09 ehofmantest for the presence of alut.h. if it's not found...
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2009-09-09 jmtFix compilation - missing include of globals.hxx
2009-09-09 jmtAdd normalised glideslope deviation property to nav...
2009-09-09 jmtFurther re-factoring of nav-radio code, again no functi...
2009-09-09 ehofmanDont execute code in case the soundmanager isn't proper...
2009-09-09 jmtSet runway elevation to the airport elevation, and...
2009-09-09 frohlichUse the new vector conversion functions.
2009-09-09 frohlichMove dynamic_casts to EffectGeode into the findMaterial...
2009-09-09 frohlichFix a problem introduced with the past vector changes.
2009-09-09 ehofmanOne last update; remember whether input or output is...
2009-09-09 ehofmanDon't forget to clear the previous configuration
2009-09-09 ehofmanMake FGIO a proper subsystem and add a reinit method...
2009-09-09 ehofmanSync. with JSBSim (CVS) again
2009-09-09 frohlichRemove obsolete version test.
2009-09-09 frohlichSimplify, fix some comments.
2009-09-09 frohlichCorrect logic to determine if we really have a hit.
2009-09-09 frohlichInitialize all members.
2009-09-09 frohlichAvoid division by zero.
2009-09-09 torstenTatsuhiro Nishioka:
2009-09-09 frohlichReplace the SGVec*::sg() methods with the equivalent...
2009-09-09 torstenTatsuhiro Nishioka:
2009-09-09 jmtRe-structure the nav-radio code, in preparation for...
2009-09-09 jmtAllow the joystick hat to move the view, even when...
2009-09-02 jmtMore precise matching of ILS records to navaids.
2009-09-02 ehofmanBertrand Coconnier:
2009-09-02 jmtAdd support for processing the ICAO.ils.xml scenery...
2009-09-02 durkTwo minor (codewise) fixes to ensure everything works...
2009-09-02 durkAdded two missing files from JSBSim.org that were missi...
2009-09-02 ehofmanSync with JSBSim CVS again
2009-09-02 curtAllow setting of NED velocities.
2009-09-02 jmtUpdate FGRunway to process information from threshold...
2009-09-02 jmtTrigger lazy loading of Airport data from the scenery...
2009-09-02 torstenmissing declaration of SGPropertyNode
2009-09-02 jmtXMLLoader re-factoring.
2009-09-02 jmtInitial framing for reading in-scenery airport data.
2009-09-02 torsten- added support for MAC OSX and initial hotplug support...
2009-08-26 Tim Moorechange back unsigned byte count to signed (multiplaymgr)
2009-08-25 Tim MooreAIGroundVehicle from Vivian Meazza
2009-08-25 timooreAIGroundVehicle from Vivian Meazza
2009-08-24 Tim Moorefix warnings in Multiplayer, Scripting, and Time
2009-08-24 Tim MooreFix transmission of float and double values in generic...
2009-08-24 Tim Moorefix warnings in Main
2009-08-24 Tim Moorefix warnings in Instrumentation
2009-08-24 Tim Moorefix warnings in GUI code
next