[Flightgear-devel] GIT source

2011-05-16 Thread castle
Hi Curt, A while back Tim Moore offered to post the image warping code onto the GIT site. Since then I've not heard from him and emails have gone unanswered -- no idea as to why... :-( At any rate, tried to setup a GIT library myself and nothing but frustration and zero success in setting up a

Re: [Flightgear-devel] Request of help to get started

2011-05-16 Thread Marcel Fernandez
Thanks for your help martin, I´m going to get a copy. 2011/5/16 Martin Spott > Marcel Fernandez wrote: > > > Apart from that I??m specially interested in the OpenRadar project. I am > a > > member of the Vatsim network but I would like to help you improve the > > Flight Gear's multiplayer netwo

Re: [Flightgear-devel] Request of help to get started

2011-05-16 Thread Martin Spott
Marcel Fernandez wrote: > Apart from that I??m specially interested in the OpenRadar project. I am a > member of the Vatsim network but I would like to help you improve the > Flight Gear's multiplayer network (controllers client, etc). > Can anyone please help me get started formally in your proj

Re: [Flightgear-devel] Abstract of three days at LinuxTag 2011

2011-05-16 Thread Martin Spott
ThorstenB wrote: > [...] Well. Our netbooks were always ready to > secretly telnet into the sim. Surprisingly, their flights were hampered > by failing instruments, stalled engines or stuck gear (or any > combination for really hard cases). I'd like to complain that _I_ was choosen as a victim

[Flightgear-devel] Request of help to get started

2011-05-16 Thread Marcel Fernandez
Hi everyone, My name is Marcel Fernandez, I´m from Uruguay. I have been following the Flight Gear Proyect for 2 years. Besides working in a software company developing in c/c++, I'm a private pilot and air traffic controller. I recond that the Flight Gear is a terrific project and

Re: [Flightgear-devel] Abstract of three days at LinuxTag 2011

2011-05-16 Thread Durk Talsma
On 16 May 2011, at 21:20, ThorstenB wrote: > Hi, > > LinuxTag 2011 is over - here are some more photos on what was going on > at our booth: > http://img684.imageshack.us/g/00linuxtag1.jpg/ > > It was fun to meet several FlightGear developers/pilots, and also (and > I'm pretty sure about it) f

Re: [Flightgear-devel] Abstract of three days at LinuxTag 2011

2011-05-16 Thread ThorstenB
Hi, LinuxTag 2011 is over - here are some more photos on what was going on at our booth: http://img684.imageshack.us/g/00linuxtag1.jpg/ It was fun to meet several FlightGear developers/pilots, and also (and I'm pretty sure about it) find a number of future FlightGear pilots :). A few of them we

Re: [Flightgear-devel] nasal: vector, quaternion, matrix math?

2011-05-16 Thread Christian Mayer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Am 16.05.2011 19:02, schrieb Curtis Olson: > Long term it might be fun to expose the SimGear SGMath vector, matrix, > and quaternion classes through nasal, but for the short term I'm > thinking of doing something less efficient. No solution for Nasa

Re: [Flightgear-devel] nasal: vector, quaternion, matrix math?

2011-05-16 Thread Anders Gidenstam
On Mon, 16 May 2011, Curtis Olson wrote: > I have a project where I need to do a small bit of vector and quaternion > manipulation -- and it makes the most sense (for this specific project) to > do it in nasal. > > I can probably jump in and whip up some minimal set of functions to cover > just wh

[Flightgear-devel] nasal: vector, quaternion, matrix math?

2011-05-16 Thread Curtis Olson
I have a project where I need to do a small bit of vector and quaternion manipulation -- and it makes the most sense (for this specific project) to do it in nasal. I can probably jump in and whip up some minimal set of functions to cover just what I need, but before I launched into that I thought