[Flightgear-devel] ChangeLog Summary

2007-11-17 Thread Durk Talsma
Folks,

I created a new page at the WIKI,

http://wiki.flightgear.org/flightgear_wiki/index.php?title=FlightGear_pre-release_changelog_summary

where I placed the summary changelog for the upcoming FlightGear 0.9.11 
release. This document is mainly a transcript of an earlier summary posted to 
this list by various people in May this year (yes, it's been a while...). 
I've gone through the CVS logs and added a few signficant developments that 
have taken place since, most notably, the Metar weather interpolation, and 
the new runway selection code. 

I still need to go through the SimGear logmessages and those from the data 
repository. In the mean time, please let me know if I have overlooked 
anything of significance.

Cheers,
Durk

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ChangeLog Summary

2007-11-17 Thread AJ MacLeod
On Saturday 17 November 2007 16:12:04 Durk Talsma wrote:
 Folks,
 I created a new page at the WIKI,
 http://wiki.flightgear.org/flightgear_wiki/index.php?title=FlightGear_pre-r
elease_changelog_summary

Did you not like the existing one? ;-)

http://wiki.flightgear.org/flightgear_wiki/index.php?title=Changes_since_0.9.10

Granted, the contributing section perhaps isn't the most obvious place for 
it, but it's been there for a while and has been kept updated fairly well...

Cheers,

AJ

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] ChangeLog Summary

2007-11-17 Thread Durk Talsma
On Saturday 17 November 2007 17:24, AJ MacLeod wrote:
 On Saturday 17 November 2007 16:12:04 Durk Talsma wrote:
  Folks,
  I created a new page at the WIKI,
  http://wiki.flightgear.org/flightgear_wiki/index.php?title=FlightGear_pre
 -r elease_changelog_summary

 Did you not like the existing one? ;-)

Yikes, I had actually been looking for that file, because I had a vague 
recollection there was a changelog on the WIKI, but could -indeed- not find 
it. 

I would suggest we keep the original file, but move it to a more obvious 
location. For instance the new Done Section on the WIKI. :-)


Cheers,
Durk

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] CVS: FlightGear/src/Main FGManipulator.cxx, 1.11, 1.12

2007-11-17 Thread Melchior FRANZ
* Melchior Franz -- Saturday 17 November 2007:
 Modified Files:
   FGManipulator.cxx 
 Log Message:
 
 Merge branch 'master' of ../.fg.osg

Argh ... sorry. There's still a bug in my git-cvs gateway.
I hope I can fix that quickly. In the meantime I fix such broken
log entries manually, so you'll see the following in cvs log
output or on the CVS/webinterface -- only the messages sent to
flightgear-cvslogs are bogus.

  revision 1.12
  date: 2007-11-17 18:38:48 +0100;  author: mfranz;  state: Exp; [...]
  initialize release_keys array

(I'm *not* trying to hide something! Although in this case I
better should. I was a bit naive to assume that every released
key must have been pressed before, ... and that the array is
of type char[] ...  ;-)

m.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Segmentation fault when starting

2007-11-17 Thread Johannes Herrnsdorf
Hello,

I am running FG on an IBM T40 with FC6, graphics card is an ATI Radeon 
7500. While 0.9.11-pre1 runs fine (but with poor performance compared to 
0.9.10 on Windows) the CVS version crashes when starting the program. 
Here's what I found with gdb:

(gdb) br fgOSMainLoop
Breakpoint 1 at 0x80aa843: file fg_os.cxx, line 168.
(gdb) r --fg-root=/usr/src/Flightgear-0.9
Starting program: /usr/src/Flightgear-0.9/source/src/Main/fgfs 
--fg-root=/usr/src/Flightgear-0.9
[Thread debugging using libthread_db enabled]
[New Thread -1209108784 (LWP 20485)]
libGL warning: 3D driver claims to not support visual 0x4b
[Switching to Thread -1209108784 (LWP 20485)]

Breakpoint 1, fgOSMainLoop () at fg_os.cxx:168
168 }
(gdb) n
fgOSMainLoop () at fg_os.cxx:167
167 glutMainLoop();
(gdb) n
0x0805e584 in [EMAIL PROTECTED] () at /usr/local/include/osg/Referenced:155
155 else delete this;
(gdb) n
0x4d252250 in _dl_runtime_resolve () from /lib/ld-linux.so.2
(gdb) n
Single stepping until exit from function _dl_runtime_resolve,
which has no line number information.
0x4106f580 in glutMainLoop () from /usr/lib/libglut.so.3
(gdb) n
Single stepping until exit from function glutMainLoop,
which has no line number information.
Warning: detected OpenGL error 'invalid enumerant' after RenderBin::draw(,)
[New Thread -1266394224 (LWP 20490)]
  Model Author:  Unknown
  Creation Date: 2002-01-01
  Version:   $Id: c172p.xml,v 1.18 2007-01-15 12:50:45 ehofman Exp $
  Description:   Cessna C-172
[New Thread -1337214064 (LWP 20491)]
libGL warning: 3D driver claims to not support visual 0x4b

Program received signal SIGSEGV, Segmentation fault.
0x42400494 in glXCreatePixmap () from /usr/lib/libGL.so.1


Anybody an idea, what's going on?
Johannes


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Segmentation fault when starting

2007-11-17 Thread Lee Duke
This may seem really naive--I'm new to FlightGear, myself--but I found 
that performance improved radically when I went to the new graphics 
driver software. I'm running FC 6 on an x386 with an NVidia graphics 
card. Everything works fine for me. I compiled from source I got out of 
the cvs.

Lee

Johannes Herrnsdorf wrote:
 Hello,

 I am running FG on an IBM T40 with FC6, graphics card is an ATI Radeon 
 7500. While 0.9.11-pre1 runs fine (but with poor performance compared to 
 0.9.10 on Windows) the CVS version crashes when starting the program. 
 Here's what I found with gdb:

 (gdb) br fgOSMainLoop
 Breakpoint 1 at 0x80aa843: file fg_os.cxx, line 168.
 (gdb) r --fg-root=/usr/src/Flightgear-0.9
 Starting program: /usr/src/Flightgear-0.9/source/src/Main/fgfs 
 --fg-root=/usr/src/Flightgear-0.9
 [Thread debugging using libthread_db enabled]
 [New Thread -1209108784 (LWP 20485)]
 libGL warning: 3D driver claims to not support visual 0x4b
 [Switching to Thread -1209108784 (LWP 20485)]

 Breakpoint 1, fgOSMainLoop () at fg_os.cxx:168
 168 }
 (gdb) n
 fgOSMainLoop () at fg_os.cxx:167
 167 glutMainLoop();
 (gdb) n
 0x0805e584 in [EMAIL PROTECTED] () at /usr/local/include/osg/Referenced:155
 155 else delete this;
 (gdb) n
 0x4d252250 in _dl_runtime_resolve () from /lib/ld-linux.so.2
 (gdb) n
 Single stepping until exit from function _dl_runtime_resolve,
 which has no line number information.
 0x4106f580 in glutMainLoop () from /usr/lib/libglut.so.3
 (gdb) n
 Single stepping until exit from function glutMainLoop,
 which has no line number information.
 Warning: detected OpenGL error 'invalid enumerant' after RenderBin::draw(,)
 [New Thread -1266394224 (LWP 20490)]
   Model Author:  Unknown
   Creation Date: 2002-01-01
   Version:   $Id: c172p.xml,v 1.18 2007-01-15 12:50:45 ehofman Exp $
   Description:   Cessna C-172
 [New Thread -1337214064 (LWP 20491)]
 libGL warning: 3D driver claims to not support visual 0x4b

 Program received signal SIGSEGV, Segmentation fault.
 0x42400494 in glXCreatePixmap () from /usr/lib/libGL.so.1


 Anybody an idea, what's going on?
 Johannes


 -
 This SF.net email is sponsored by: Microsoft
 Defy all challenges. Microsoft(R) Visual Studio 2005.
 http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
 ___
 Flightgear-devel mailing list
 Flightgear-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/flightgear-devel

   

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] Segmentation fault when starting

2007-11-17 Thread Johannes Herrnsdorf
Hi,

Lee Duke schrieb:
 performance improved radically when I went to the new graphics 
 driver software.
You mean osg? Well, I hope to see a similar effect as soon as it stops 
crashing.
I included the statement on the performance because it probably 
indicates, that the linux driver for my graphics card works quite 
inefficiently. I first suspected there's a bug in that driver that did 
not appear with plib but now does with osg, but in the meantime I found 
a similar report in the archive:
http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg12562.html
As far as I can tell a different graphics card driver is being used 
there (but I may be wrong, I'm definitely not an expert on OpenGL). I 
added glxinfo at the bottom of this mail.
  I'm running FC 6 on an x386 with an NVidia graphics 
 card. Everything works fine for me.
OK, apparently the crash is not related to FC6 in the first place.
Thanks so far
Johannes


name of display: :0.0
libGL warning: 3D driver claims to not support visual 0x4b
display: :0  screen: 0
direct rendering: Yes
server glx vendor string: SGI
server glx version string: 1.2
server glx extensions:
GLX_ARB_multisample, GLX_EXT_visual_info, GLX_EXT_visual_rating,
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, 
GLX_OML_swap_method,
GLX_SGI_make_current_read, GLX_SGIS_multisample, GLX_SGIX_hyperpipe,
GLX_SGIX_swap_barrier, GLX_SGIX_fbconfig, GLX_MESA_copy_sub_buffer
client glx vendor string: SGI
client glx version string: 1.4
client glx extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_allocate_memory,
GLX_MESA_copy_sub_buffer, GLX_MESA_swap_control,
GLX_MESA_swap_frame_usage, GLX_OML_swap_method, GLX_OML_sync_control,
GLX_SGI_make_current_read, GLX_SGI_swap_control, GLX_SGI_video_sync,
GLX_SGIS_multisample, GLX_SGIX_fbconfig, GLX_SGIX_pbuffer,
GLX_SGIX_visual_select_group, GLX_EXT_texture_from_pixmap
GLX version: 1.2
GLX extensions:
GLX_ARB_get_proc_address, GLX_ARB_multisample, GLX_EXT_import_context,
GLX_EXT_visual_info, GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer,
GLX_MESA_swap_control, GLX_MESA_swap_frame_usage, GLX_OML_swap_method,
GLX_SGI_video_sync, GLX_SGIS_multisample, GLX_SGIX_fbconfig
OpenGL vendor string: Tungsten Graphics, Inc.
OpenGL renderer string: Mesa DRI Radeon 20060327 AGP 4x x86/MMX/SSE2 TCL
OpenGL version string: 1.3 Mesa 6.5.1
OpenGL extensions:
GL_ARB_imaging, GL_ARB_multisample, GL_ARB_multitexture,
GL_ARB_texture_border_clamp, GL_ARB_texture_compression,
GL_ARB_texture_cube_map, GL_ARB_texture_env_add,
GL_ARB_texture_env_combine, GL_ARB_texture_env_crossbar,
GL_ARB_texture_env_dot3, GL_ARB_texture_mirrored_repeat,
GL_ARB_texture_rectangle, GL_ARB_transpose_matrix, GL_ARB_window_pos,
GL_EXT_abgr, GL_EXT_bgra, GL_EXT_blend_color, GL_EXT_blend_logic_op,
GL_EXT_blend_minmax, GL_EXT_blend_subtract, GL_EXT_clip_volume_hint,
GL_EXT_compiled_vertex_array, GL_EXT_convolution, GL_EXT_copy_texture,
GL_EXT_draw_range_elements, GL_EXT_fog_coord, GL_EXT_histogram,
GL_EXT_packed_pixels, GL_EXT_polygon_offset, GL_EXT_rescale_normal,
GL_EXT_secondary_color, GL_EXT_separate_specular_color,
GL_EXT_stencil_wrap, GL_EXT_subtexture, GL_EXT_texture, 
GL_EXT_texture3D,
GL_EXT_texture_edge_clamp, GL_EXT_texture_env_add,
GL_EXT_texture_env_combine, GL_EXT_texture_env_dot3,
GL_EXT_texture_filter_anisotropic, GL_EXT_texture_lod_bias,
GL_EXT_texture_mirror_clamp, GL_EXT_texture_object,
GL_EXT_texture_rectangle, GL_EXT_vertex_array, GL_APPLE_packed_pixels,
GL_ATI_texture_env_combine3, GL_ATI_texture_mirror_once,
GL_IBM_rasterpos_clip, GL_IBM_texture_mirrored_repeat,
GL_MESA_ycbcr_texture, GL_MESA_window_pos, GL_NV_blend_square,
GL_NV_light_max_exponent, GL_NV_texture_rectangle,
GL_NV_texgen_reflection, GL_OES_read_format, GL_SGI_color_matrix,
GL_SGI_color_table, GL_SGIS_generate_mipmap, 
GL_SGIS_texture_border_clamp,
GL_SGIS_texture_edge_clamp, GL_SGIS_texture_lod

   visual  x  bf lv rg d st colorbuffer ax dp st accumbuffer  ms  cav
 id dep cl sp sz l  ci b ro  r  g  b  a bf th cl  r  g  b  a ns b eat
--
0x23 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x24 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x25 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x26 24 tc  0 32  0 r  y  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x27 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x28 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0  0  0  0  0  0 0 None
0x29 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  8 16 16 16 16  0 0 Slow
0x2a 24 tc  0 32  0 r  .  .  8  8  8  8  0 24  0 16 16 16 16  0 0 Slow
0x2b 24 dc  0 32  0 r  y  .  8  8  8  8  0 24  8  0  0  0  0  0 0 None
0x2c 24 dc  0 32  0 r  

[Flightgear-devel] Weekly CVS Changelog Summary: SimGear

2007-11-17 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-17_03:16:58 (durk)
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplhist.cxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplhist.cxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplhist.hxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplhist.hxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplstat.cxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplstat.cxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplstat.hxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplstat.hxx

file SGSmplstat.hxx was added on branch PRE_OSG_PLIB_20061029 on 2007-11-17 
09:18:34 +


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-17_03:18:34 (durk)
/var/cvs/SimGear-0.3/source/simgear/structure/Makefile.am
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplhist.cxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplhist.hxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplstat.cxx
/var/cvs/SimGear-0.3/source/simgear/structure/SGSmplstat.hxx

Refined debug timing control:
 - Added a SampleStatistic class (from the old deprecated libg++) library.
 - Make time statistics and printing conditionable
 - Added an interface function to switch time stamp collection and printing
   on and off from the application (defaults to off).


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-17_03:18:35 (durk)
/var/cvs/SimGear-0.3/source/simgear/structure/subsystem_mgr.cxx
/var/cvs/SimGear-0.3/source/simgear/structure/subsystem_mgr.hxx

Refined debug timing control:
 - Added a SampleStatistic class (from the old deprecated libg++) library.
 - Make time statistics and printing conditionable
 - Added an interface function to switch time stamp collection and printing
   on and off from the application (defaults to off).


2f585eeea02e2c79d7b1d8c4963bae2d

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear data

2007-11-17 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-11_22:32:27 (sydadams)
/var/cvs/FlightGear-0.9/data/Aircraft/R22/Nasal/Electrical.nas
/var/cvs/FlightGear-0.9/data/Aircraft/R22/Nasal/R22.nas

Added some clickable switches for a more realistic startup...
and a startup tutorial


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-12_07:11:45 (curt)
/var/cvs/FlightGear-0.9/data/Aircraft/snowplow/Nasal/radar.nas
/var/cvs/FlightGear-0.9/data/Aircraft/snowplow/Nasal/speed.nas
/var/cvs/FlightGear-0.9/data/Aircraft/snowplow/Nasal/steer.nas

Add some nasal stubs to form the basis of developing an autonomous control
system (i.e. mini-Darpa Urban Challenge.)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-12_07:33:50 (curt)
/var/cvs/FlightGear-0.9/data/Aircraft/snowplow/Routes/KSFO-28R-loop.xml

Initial revision.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-13_08:15:55 (curt)
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/apmode.ac
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/apmode.xml
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/arc.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/cp2.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/fire_ind.ac
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/fire_ind.xml

Markus Zojer:

Please update the B-1B in CVS with the one found at that link:
(just update the whole folder)

http://homepage.univie.ac.at/markus.zojer/fgfs/B-1B.tar.gz

New improvements (OSG only)
- Terrain following system
- Terrain avoidance system
- New/updated panels
- Some experimental eyecandy added


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-13_08:15:56 (curt)
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/flightdeck.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/fltdir.ac
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/fltdir.xml
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/nd.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/nd.xml
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/nd_b2.ac
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/nuc.ac
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/nuc.xml
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/od_wxradar.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/radar_background.rgb
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/rep_lights.ac
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Models/Instruments-3d/rep_lights.xml

Markus Zojer:

Please update the B-1B in CVS with the one found at that link:
(just update the whole folder)

http://homepage.univie.ac.at/markus.zojer/fgfs/B-1B.tar.gz

New improvements (OSG only)
- Terrain following system
- Terrain avoidance system
- New/updated panels
- Some experimental eyecandy added


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-13_12:11:27 (curt)
/var/cvs/FlightGear-0.9/data/Aircraft/B-1B/Nasal/flightcontrols.nas

Oops, missed a couple files.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-13_14:37:38 (curt)
/var/cvs/FlightGear-0.9/data/Aircraft/AN-225/Panels/Instruments/digital-yaw.xml
/var/cvs/FlightGear-0.9/data/Aircraft/AN-225/Panels/Instruments/throttle-quadrant.xml

Lee Elliott:

Update a couple missed files.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-15_11:06:17 (mfranz)
/var/cvs/FlightGear-0.9/data/Aircraft/A-10/Huds/A-10.xml

davidB21:  (via Alexis BORY)

- Tie navigation instruments to instrument indicated properties instead of raw 
datas.
- ADI sphere now depends on ADI's gyro spin too.


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-15_12:56:12 (helijah)
/var/cvs/FlightGear-0.9/data/Aircraft/Sikorsky-S58/Models/MainRotor/blade.ac

- new rotor for s58 (Reusable for any rotor (and any number of blade)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-15_12:56:13 (helijah)
/var/cvs/FlightGear-0.9/data/Aircraft/Sikorsky-S58/Models/MainRotor/blade.xml

- new rotor for s58 (Reusable for any rotor (and any number of blade)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-15_17:16:55 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/Buccaneer/buccaneer-obs-set.xml

Add Buccaneer Observer


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-15_17:17:27 (vmmeazza)
/var/cvs/FlightGear-0.9/data/Aircraft/Buccaneer/Models/buccaneer-obs-utils.nas

Add Buccaneer Observer


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-16_11:16:42 (mfranz)
/var/cvs/FlightGear-0.9/data/Nasal/string.nas

more isfoo() functions (yes, I intend to use them :-)


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=

[Flightgear-devel] Weekly CVS Changelog Summary: FlightGear source

2007-11-17 Thread Curtis L. Olson
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-12_13:19:57 (mfranz)
/var/cvs/FlightGear-0.9/source/src/Input/input.cxx
/var/cvs/FlightGear-0.9/source/src/Input/input.hxx
/var/cvs/FlightGear-0.9/source/src/Main/fg_os.cxx
/var/cvs/FlightGear-0.9/source/src/Main/fg_os_sdl.cxx

- move temporary keyboard fix from input.cxx to fg_os{,_sdl}.cxx.
  This is required to make sure the same letter key gets released,
  which got the press event. (After Ctrl-press - a-press - Ctrl-release
  a-release we want the Ctrl-a binding released, not the a binding.)

- add key listener interface for direct key access from Nasal space


=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
2007-11-17_07:50:08 (durk)
/var/cvs/FlightGear-0.9/source/src/Airports/groundnetwork.cxx

Changed to use getId() instead of using a direct iterator comparison,
because MSVC8 crashed on that.


2f585eeea02e2c79d7b1d8c4963bae2d

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel