]> git.mxchange.org Git - flightgear.git/history - src
Use OSG polytope intersector to fill ground cache
[flightgear.git] / src /
2009-02-13 Tim MooreUse OSG polytope intersector to fill ground cache
2009-02-03 Tim MooreMerge branch 'releng/1.9.1' into maint
2009-02-01 mfranzdo_save: s/reading/writing/ in the error message
2009-02-01 mfranzsegfault--
2009-01-26 Tim Moore_kollsman member not initialized
2009-01-26 Tim Mooredivision-by-zero fix from Csaba Halasz
2009-01-19 Tim MooreFix regression in Vivian's last patch.
2009-01-18 timooreDivision by zero fixes from Vivian Meazza.
2009-01-18 fredbCsaba/Jester : initialize all per-engine and per-tank...
2009-01-18 fredbCsaba/Jester : initialize all per-engine and per-tank...
2009-01-15 Tim MoorePad T_PositionMsg to a multiple of 8 bytes, and check...
2009-01-15 Tim MooreFGMultiplayMgr: use binary search to find a property...
2009-01-14 jmtApply Ron Jensen's fix for Csaba's atan2() fix. Also...
2009-01-14 Tim MooreFGClouds: initialize clouds_3d_enabled in constructor.
2009-01-14 Tim MooreHUD::Ladder::draw was capturing the value of a freed...
2009-01-14 Tim MooreFGEnvironment: fix broken copy constructor.
2009-01-09 Tim MooreChange the near plane value back to .1
2009-01-08 timooreDivide-by-zero fixes from Csaba Halász
2009-01-07 jmtPrevent exceptions in getRunwayByIdent when a malformed...
2009-01-03 timooreProtect against divide-by-zero in setCameraParameters
2009-01-03 jmtNaN fix by Csaba/Jester - prefer atan2(x,y) to atan...
2009-01-03 fredbTemporary hack to avoid NaN problems when _mp is negati...
2009-01-03 fredbCsaba/Alexis : fix a NAN problem when wind is unspecifi...
2009-01-03 fredbWin32 fixes
2009-01-03 durkPrevent CVS from complaining about unknown files in...
2009-01-03 Tim MooreMerge branch 'tbm/graphics-bug' into maint2
2009-01-03 fredbWin32 fixes
2009-01-03 fredbRemove warnings
2009-01-03 timooreSet far camera reference frame to ABSOLUTE_RF
2009-01-03 timooreSet BACKGROUND_BIT as camera node mask.
2009-01-03 timooreChange the order of the main cameras from NESTED_RENDER...
2009-01-03 timooreDon't clone far camera; create a new one and initialize...
2009-01-03 timooreExpose the CameraGroup near, far, and near/far boundry...
2008-12-21 mfranzStuart BUCHANAN: fix METAR cloud interpolation
2008-12-20 mfranzviewer position: tie variables directly, rather than...
2008-12-19 fredbStuart : The attached patch
2008-12-19 curtAttempt to sort out the version number mess in preparat...
2008-12-19 mfranzexport absolute viewer coordinates
2008-12-19 fredbStuart Buchanan :
2008-12-18 mfranzCsaba/"Jester" and /me: since a few weeks the property...
2008-12-18 mfranznow that /environment/weather-scenario is respected...
2008-12-18 mfranzsegfault--
2008-12-18 fredbJames Turner : in the 'tower' view, where the tower...
2008-12-17 mfranzStuart BUCHANAN:
2008-12-14 fredbStuart :
2008-12-13 fredbCsaba/Jester : fix an incorrect string comparison in...
2008-12-12 fredbReally catch sound exceptions, and avoid exiting on...
2008-12-11 fredbStuart :
2008-12-10 durkMinimize impact of distant AI models on the scene graph.
2008-12-09 timoorefix some backslashes in include file names
2008-12-09 fredbJames Turner :
2008-12-09 fredbJames Turner : this patch
2008-12-07 mfranzAnders GIDENSTAM: "Do not leak uninitialized values...
2008-12-07 mfranzslightly more efficient iterator handling
2008-12-06 fredbStuart Buchanan :
2008-12-05 andyFix apparently ancient typo.
2008-12-05 mfranzCsaba "Jester" HALASZ: segfault--
2008-12-04 fredbThis provides the following enhancements & bug fixes
2008-12-04 mfranzAllow negative thrust. This allows a single recoil...
2008-12-04 fredbJames Turner :
2008-12-04 fredbJames Turner : a trivial patch to remove a now obsolete...
2008-12-03 mfranzshow verbose mode (see $FG_ROOT/Docs/README.gui -...
2008-12-03 fredbJames Turner:
2008-12-01 curtLoosen the check for stationary versus moving view...
2008-12-01 curtBrian Schack:
2008-11-30 ehofmanSync. with JSBSim CVS
2008-11-26 mfranzadd _getAliasTarget(): this dereferences an alias,...
2008-11-26 timooreMake computeIntersections work with the near and far...
2008-11-25 timooreRestore camera properties on reInit
2008-11-25 timooreExpose precipitation property
2008-11-25 timooremsg
2008-11-25 mfranz- Don't consider modifiers in axis bindings, as this...
2008-11-24 mfranzEnable <mod-{shift,ctrl,alt,meta,super,hyper}> support...
2008-11-21 timooreFix some viewport problems on startup
2008-11-21 timooreUse simgear clone function instead of OSG's.
2008-11-20 timooreDon't call idle and draw functions from FGEventHandler...
2008-11-19 timooreUpdate osg::Camera's viewport when it is created.
2008-11-19 mfranzadd "add-model" command, which adds model properties...
2008-11-19 mfranzUpdate the model manager after the event manager, so...
2008-11-19 mfranzcompile
2008-11-18 timooreUpdate the camera properties after a resize event.
2008-11-18 timooreCleanup of camera code in preperation for shadows
2008-11-16 fredbComment out an unused non compilable function
2008-11-16 durkTraffic Manager II source code changes
2008-11-16 durkBetter support for multiple startup messages.
2008-11-16 durkChanges to the AIModel code, to prepare for the new...
2008-11-13 mfranzf_alias: catch SGPropertyNode exceptions and generate...
2008-11-12 mfranzadd some more generic multiplay properties (now 20...
2008-11-12 mfranzadd alias() and unalias() functions
2008-11-11 timooreMaster reference gyro changes from Vivian Meazza.
2008-11-11 mfranzfix typo in warning message
2008-11-10 curtIncremental improvement of openal sound velocities...
2008-11-08 curtFGRotor needs to be added to the Makefile.am so it...
2008-11-06 fredbStuart Buchanan :
2008-11-03 andyFix refcounting bug in f_removeChild(). Use a smart...
2008-11-02 fredbPatch from Nicolas Vivien : don't pour rain above cloud...
2008-10-30 curtFix a bug where the search() function was not being...
2008-10-30 curtTidy up for a source code "snapshot" release.
2008-10-30 curtNot finding a depricated config file shouldn't be a...
2008-10-28 timooreDon't allow negative values as argument to pow().
next