+New in 0.48
+* Fixed polygon winding problem in scenery generation, so all
+ tri-strips are would counter clockwise (opengl default).
+
New in 0.47
+* Course (per tile) view frustum culling.
* Added a command line option to specify --fg-root which will override
$FG_ROOT
* Hard coded default locations for FG_ROOT for situations when nothing
Autopilot
---------
- Shift + A Enable Autopilot
- Shift + S Disable Autopilot
+ Shift + A Enable autopilot (defaults to heading of 000)
+ Shift + S Disable autopilot
+ Shift + D Lock autopilot heading to current heading
Contributed some topnotch scenery textures.
+Anders Morken <amrken@online.no>
+ Maintains the European mirror of the FG web pages.
+
+
Jonathan R Shewchuk <Jonathan_R_Shewchuk@ux4.sp.cs.cmu.edu>
Author of the Triangle program. Triangle is used to calculate the
Delauney triangulation of our irregular terrain.
PACKAGE=FlightGear
-VERSION=0.47
+VERSION=0.48
if test "`cd $srcdir && pwd`" != "`pwd`" && test -f $srcdir/config.status; then
{ echo "configure: error: source directory already configured; run "make distclean" there first" 1>&2; exit 1; }
ac_prog=`($CC -print-prog-name=ld) 2>&5`
case "$ac_prog" in
# Accept absolute paths.
- /* | [A-Za-z]:\\*)
+ /* | A-Za-z:\\*)
test -z "$LD" && LD="$ac_prog"
;;
"")
AC_INIT(Simulator/Aircraft/aircraft.c)
dnl Initialize the automake stuff
-AM_INIT_AUTOMAKE(FlightGear, 0.47)
+AM_INIT_AUTOMAKE(FlightGear, 0.48)
dnl Checks for programs.