=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-10-22_08:08:09 (mfranz)
/var/cvs/SimGear-0.3/source/simgear/props/props.cxx

- // This will come back and remove
- // the current item each time.  Is
- // that OK?

No, it is not OK. This messes up the vector and confuses the iterator.
And it leads to crashes. Better read the vector in reverse order.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-10-22_14:41:16 (durk)
/var/cvs/SimGear-0.3/source/configure.ac

Make configuration script compatible with "home-built" openal libraries
on cygwin.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-10-22_14:42:17 (durk)
/var/cvs/SimGear-0.3/source/simgear/math/SGQuat.hxx
/var/cvs/SimGear-0.3/source/simgear/scene/sky/cloud.cxx
/var/cvs/SimGear-0.3/source/simgear/scene/sky/cloudfield.cxx
/var/cvs/SimGear-0.3/source/simgear/sound/soundmgr_openal.cxx

Compile time fixes needed to build SimGear on recent cygwin versions.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-10-24_14:44:38 (mfranz)
/var/cvs/SimGear-0.3/source/simgear/scene/model/model.cxx

allow to switch on/off at runtime a whole imported <model> via <condition>:

  <model>
      <path>some/model.xml</path>
      <condition>
          <property>model/switch</property>
      </condition>
  </model>

Of course, one could add "select" animations for all <object-name> in the
<model>, but this is tedious and can hardly be done e.g. for all
objects in all instruments in $FG_ROOT/Aircraft/Instruments-3d/ etc.

The feature will be used in the bo105, so that civilian variants can
have a HSI instrument, where military variants have a TACAN etc.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-10-24_15:28:08 (mfranz)
/var/cvs/SimGear-0.3/source/simgear/scene/model/model.cxx

- don't need a guarded pointer here
- shorten variable, fix indentation


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-10-28_17:12:48 (curt)
/var/cvs/SimGear-0.3/source/simgear/magvar/coremag.cxx

wim van hoydonck:

Updated to World Magnetic Model 2005.


2f585eeea02e2c79d7b1d8c4963bae2d

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel

Reply via email to