=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-07_10:11:46 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/main.cxx

move GL_TEXTURE_LOD_BIAS_EXT one section up and document what it does
(this was the reason why the first two text lines on the splash screen
looked more blurry than the others). BTW: I played with other values
than -0.5, but this turned out to be the best already. It makes textures
sharper than 0, but not too sharp (and thus flickering).


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-07_10:16:46 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/main.cxx

cosmetics only:
- unify indentation (throw out 2-space indentation; this file uses 4 spaces)
- fix mixed indentation
- remove trailing spaces
- fix a couple of spelling mistakes


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-07_10:19:22 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/splash.cxx

remove experimental and unused code (we read the splash screen style
from /sim/gui/style[0] since a while, not from the preferred style.
This allows overriding it from *-set.xml files.)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-07_11:49:26 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Surface.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Wing.cpp

Fixes from Maik Justus:
+ The wing compilation step was accidentally omitting regions that lie
  between the tips and the first/last control object.  That's a real
  problem for wings that contain no controls, and a significant issue
  for those that contain only a few.  I'm stunned that this went
  undetected for so long.
+ The Surface::flapLift() function was oddly returning 1.0 Newtons as
  a minimum, instead of zero.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-08_09:19:15 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Jet.cpp

Melchior sent me a property dump of the YF-23 in the wacky superthrust
state.  The only really obvious problem was a giant negative engine
RPM, which happened because of a lack of clamping in the engine code
combined with the YF-23's ability to actually reach speeds near the
engines _vMax value.  It's not clear to me that this will fix the
superthrust issue at high AoA's, but it's an obvious bug nonetheless.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-08_12:57:33 (frohlich)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIMultiplayer.cxx

Make better use of SGMath


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-08_13:05:43 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Airplane.hpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/yasim-test.cpp

Add a lift/drag vs. AoA graph option to the yasim tool, which
generates a data file of aerodynamic lift and drag (and L/D) against
AoA at a specified speed and altitude through a full circle.  Wrote it
to track down the YF-23 superthrust issue, but it wasn't any help.
All the forces look fine.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-08_13:23:20 (andy)
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/BodyEnvironment.hpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Engine.hpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/FGFDM.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/Model.cpp
/var/cvs/FlightGear-0.9/source/src/FDM/YASim/yasim-test.cpp

Fix a few warnings while I'm in there.  Melchior poitned out that my default
configure-generated Makefiles don't include -Wall and a few issues had crept
into the code.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-08_13:32:17 (andy)
/var/cvs/FlightGear-0.9/source/src/Scripting/NasalSys.hxx
/var/cvs/FlightGear-0.9/source/src/Scripting/nasal-props.cxx

More warnings, similar issues.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-08_13:40:18 (mfranz)
/var/cvs/FlightGear-0.9/source/src/AIModel/AIBase.cxx

warnings--


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-10_06:12:39 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Cockpit/panel_io.cxx

fix log message


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2006-08-10_06:21:15 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Main/fg_commands.cxx
/var/cvs/FlightGear-0.9/source/src/Main/fg_init.cxx

print the whole autosave.xml path, not just the filename. Unfortunately,
in the case of fg_init.cxx we'll only see that if the log-level is set
in preferences.xml, because command line options weren't even processed
at that time.  :-/


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