Re: [Flightgear-devel] Weather

2012-11-13 Thread flightgear
Hi Thorsten Thanks a lot for helping me understand how this could work with METAR and advanced weather. Because I’m not that familiar with remarks in metars I misinterpreted position as possibility to distribute the center position by coordinates (forgive me pilots here), but it is just  N/S/E/W

[Flightgear-devel] GPS waypoint sequencing depending on speed

2012-11-13 Thread Adrian Musceac
Hi, Hate to be a nuisance, but is there any reason for this limit: if (_last_speed_kts < 60) { // need valid leg course and sensible ground speed to compute the turn return; } in Instrumentation/gps.cxx line 770? If I have a vehicle with a ground speed of less than 60, the route

Re: [Flightgear-devel] [Gitorious] Activity: tomprogs pushed 1 commits to nextn...

2012-11-13 Thread Thomas Geymayer
Am 2012-11-13 10:54, schrieb Frederic Bouvier: > Simgear doesn't compile on Windows : Seems like this is a VS bug. It is unable to distinguish between pointers to free functions and member functions - even though they have different signatures - if using for template specialization. I've pushed a

Re: [Flightgear-devel] [Gitorious] Activity: tomprogs pushed 1 commits to nextn...

2012-11-13 Thread Frederic Bouvier
Simgear doesn't compile on Windows : 17>D:\FGFSHudsonCMake\SimGear\SimGear\simgear\nasal\cppbind\cppbind_test.cxx(76): error C2440: 'specialization' : cannot convert from 'naRef (__thiscall Base::* )(naContext,int,naRef *)' to 'naRef (__cdecl *const )(T &,naContext,int,naRef *)' 17> wi