]> git.mxchange.org Git - flightgear.git/history - src
Move dynamic_casts to EffectGeode into the findMaterial method.
[flightgear.git] / src /
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-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
2009-08-24 Tim MooreFix order of initializers in constructor
2009-08-24 Tim Moorefix gcc warnings
2009-08-24 Tim Moorefixes to remove warnings
2009-08-24 Tim MooreInitialize some variables
2009-08-24 Tim MooreFix to LaRCsim interpolation code
2009-08-24 Tim Moorecompilation fixes for gcc -Wall -Werror
2009-08-23 torstenwarning fixes
2009-08-23 torstenwarning fixes
2009-08-23 torstenOlaf Flebbe: the plib/ul.h is needed for the TGT_PLATFO...
2009-08-23 ehofmantemporary fix for a division by zero problem for some...
2009-08-23 torstenadd option <grab/> to the device configuration. If...
2009-08-23 torstenwarning fixes
2009-08-23 torstenwarning fixes
2009-08-23 torsteneven more warning fixes
2009-08-23 torstenwarning fixes
2009-08-23 torstenthe warning extinguisher hits again...
2009-08-23 torstenwarning fixes
2009-08-23 torstenwarning fixes
2009-08-23 torstenfix warnings (order of initialization)
2009-08-23 fredbCompile under MSVC9 again
2009-08-23 ehofmanAdd Bertrand Coconnier's latest landing gear code
2009-08-23 torstenTom P: magnetic-variation isn't boolean.
2009-08-23 fredbCompile under MSVC9 again
2009-08-23 ehofmanChanged my mind, the 'scene specular' color is actually...
2009-08-23 ehofmanforgot a few untie's and fix a small bug
2009-08-23 ehofmanUpdate to the latest version of JSBSim
2009-08-23 ehofmanExpose the color of the sun (which is not the scene...
2009-08-23 curtFix a bug that is screwing me!
2009-08-23 fredbWin32 fix and suppress one warning
2009-08-23 timoorefgviewer: support random objects, vegetation, and stati...
2009-08-12 torstenAdd a debug property to make devices print out incoming...
2009-08-12 torstenfixed typo. Thanks m.
2009-08-12 torstenbe compatible with older kernels
2009-08-12 torstenmissing dbus include path
2009-08-12 torstenAdvanced input subsystem - Step3: Adding support for...
2009-08-12 timooreGet fgviewer working as a part of fgfs
2009-08-10 frohlichUse the 'all but self' capability of the scenery elevat...
2009-08-10 fredbCompile under MSVC9
2009-08-10 timooreFrom Till Busch - reload shaders command
2009-08-08 torstenAdvanced input subsystem - Step2: Split up current...
2009-08-08 frohlichAdd a possible node not to visit.
2009-08-08 torstenAdvanced input subsystem - Step1: cleanup dependencies
2009-08-08 torstenAdvanced input subsystem - Step1: cleanup dependencies
2009-08-08 fredbCompile under MSVC9 again
2009-08-08 ehofmanSync. with JSBSim
2009-07-27 fredbFix case typo
2009-07-27 fredbCompile under MSVC9
2009-07-27 daveluffFix the rendering of the KLN89 on the 2D panel that...
2009-07-27 torstenAt startup, fetch METAR for closest airport that has...
2009-07-17 Tim MooreRefer to property types using props:: namespace
2009-07-17 Tim MooreSGRawValue::DefaultValue is now a function
2009-07-16 timooreProperty predicate for techniques
2009-07-16 timooreFind material from EffectGeode and Effect
2009-07-16 timooreEnable EffectCullVisitor
2009-07-16 timooreaccomodate changed getDisplayName interface in yasim...
2009-07-16 timooreSupport for VEC3D and VEC4D properties.
2009-07-16 timooreSGPropertyNode::Type moves to simgear::props namespace
2009-07-11 Tim MooreRadar patch from Vivian
2009-07-11 ehofmanHopefuly fix what might be a 64-bit OS problem
2009-07-02 ehofmanalthough the official name is 'bool' also support ...
2009-07-02 ehofmanAdd the statement about the wrong received-buffer size...
2009-07-02 ehofmanIf more than one packet has arrived in the mean time...
2009-07-02 jmtSwitch some log message from the traffic code to SG_BUL...
2009-07-02 frohlichRemove ViewPartitionNode that is obviously superseeded...
next