Re: [Flightgear-devel] Lots of Progress on Download_and_compile.sh

2013-07-09 Thread Zhitao Li
What's wrong with CMake? I love CMake... -Original Message- From: Pat [mailto:pat.callah...@gmail.com] Sent: Monday, July 08, 2013 4:51 PM To: flightgear-devel@lists.sourceforge.net Subject: [Flightgear-devel] Lots of Progress on Download_and_compile.sh The next branch on the team

[Flightgear-devel] FGRun improvements

2013-07-09 Thread Gijs de Rooy
Hi, could one of the Gitorious flightgear-developers group members please take a look at https://www.gitorious.org/fg/fgrun/merge_requests/2 ? Fred's in hibernation, and I'd like to have merged before the upcoming release. Thanks! Gijs

[Flightgear-devel] Saitek radio and multifunction panels

2013-07-09 Thread not a webot
Hi All; Is anyone working on either of these panels? I have both and I'm a C realtime, safety critical software engineer. If Someone is working on developing an interface for the panels I'd like to pitch in, if no one is can someone point me towards a good starting point? Thanks, Pat --

Re: [Flightgear-devel] Saitek radio and multifunction panels

2013-07-09 Thread Curtis Olson
Hi Pat, Just a quick reply. I think the hardest part will be reading the actual hardware. If that's easy (can it be done in a cross platform way?) then if the hardware presents itself similar to a joystick, it would simply be a matter of connecting up the buttons and axis with the appropriate

Re: [Flightgear-devel] Saitek radio and multifunction panels

2013-07-09 Thread Durk Talsma
Hi, Also just a quick note from me. At the last FSWeekend, I got a sample radio panel from the Saitek Guys. IIRC, James Turner is/has been working on providing some of the groundwork and we agreed that while he was doing that, I'd put my efforts on getting the device working on hold. It's been

[Flightgear-devel] Online Map Server

2013-07-09 Thread Lloyd A. Stevens
I have noticed that http://mpmap01.flightgear.org/ currently shows: This page is temporarily closed. The map server is broken and needs a replacement. I recently set up a new Multiplayer Server(fgms) and I am also willing to host an Online Map Server. My server is on a multi-homed

Re: [Flightgear-devel] New FlightGear Multiplayer Server

2013-07-09 Thread Lloyd A. Stevens
Thanks for adding my server. I was only seeing local clients until I made the following change to my config file (I am guessing I was supposed to do this): relay.host = mpserver01.flightgear.org Should other fgms be told that I exist? How would I notify them? I also added the server to this

Re: [Flightgear-devel] Saitek radio and multifunction panels

2013-07-09 Thread not a webot
The multifunction panel shows up in lsusb, and there is an entry in the /dev/input that corresponds to the panel. I've decoded all the switches but I'm not clear how to interface an event to FG. On Tue, Jul 9, 2013 at 3:54 PM, Durk Talsma durkt...@gmail.com wrote: Hi, Also just a quick note

Re: [Flightgear-devel] Lots of Progress on Download_and_compile.sh

2013-07-09 Thread Arnt Karlsen
On Tue, 9 Jul 2013 01:31:03 -0700, Zhitao wrote in message 007b01ce7c7e$a7726a60$f6573f20$@gmail.com: What's wrong with CMake? I love CMake... ..nothing, it's still used like before, download_and_compile.sh merely does the boring routine git pull etc stuff for you. ;o) -- ..med vennlig

Re: [Flightgear-devel] Saitek radio and multifunction panels

2013-07-09 Thread James Turner
On 9 Jul 2013, at 20:54, Durk Talsma durkt...@gmail.com wrote: Also just a quick note from me. At the last FSWeekend, I got a sample radio panel from the Saitek Guys. IIRC, James Turner is/has been working on providing some of the groundwork and we agreed that while he was doing that, I'd

Re: [Flightgear-devel] Saitek radio and multifunction panels

2013-07-09 Thread not a webot
Where would I find the event-input code? If HIDAPI makes more sense I could start looking at getting the panel recognized, where would me efforts be most productive? Pat On Tue, Jul 9, 2013 at 6:26 PM, James Turner zakal...@mac.com wrote: On 9 Jul 2013, at 20:54, Durk Talsma