Re: [Flightgear-devel] SimGear build fails

2013-06-26 Thread Alex Romosan
()); } } --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus to help to discredit completely the world of reality

Re: [Flightgear-devel] New idea for flightgear

2013-06-23 Thread Alex D-HUND
, of course, requires FG to be recompiled. hth Alex Dear sir/madam I am a great fan of flightgear. I would like to point out that crashes in flightgear is not simulated. so add simulated crashes in the next flightgear version

Re: [Flightgear-devel] JSBSim Synch with FlightGear

2013-06-11 Thread Alex Romosan
((FGPropertyNode*)globals-get_props() ); fdmex = new FGFDMExec(pm); that way we don't leak an FGPropertyManager object on each reset. seems to work for me. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible

Re: [Flightgear-devel] static friction patch

2013-04-16 Thread Alex D-HUND
I liked Alex's screenshot, that requires some skill... Actually, since I am using modified skids[1] for the bo105, it doesn't require much skill. To be able to land on smaller surfaces as the length of the skids, I've added some more contact points between the original ones[2]. Which also makes

Re: [Flightgear-devel] static friction patch

2013-04-15 Thread Alex D-HUND
. I am not a developer, so I am not able to make any statement on the code itself. Thumbs up, I've waited for this a long time (Csaba once told me, someone is working on such a patch). I'll do some more testing in the upcoming days (or weeks, depending on spare time). Alex [1] http

[Flightgear-devel] HUD, runway projection

2013-01-30 Thread Alex D-HUND
after starting FG these are the same but now the user is able to make the arrow pointing to some other airport or to the closest one by setting up the Tower Position via menu. A screenshot[4] showing the centered one for your approval or not. Thank you very much Alex [1] http

Re: [Flightgear-devel] Minor tweaks for MSVC11

2012-10-28 Thread Alex Barrett
Good work Rob, saves some people some time I'm sure. Thank you. Alex On 28 October 2012 06:59, Rob Dosogne ad...@truthsolo.net wrote: Using MSVC11 (Visual Studio 2012), I've found the following issues that prevent a successful compile: - 'bzero' does not exist. - 'std::greater' is now

Re: [Flightgear-devel] An empassioned plea

2012-04-24 Thread Alex Perry
As an aside: When working on the codebase, I maintain a local script that launches FGFS by disabling whatever features prevent the simulation from being flyable on my development machine. When I am unable to turn off features that prevent the simulator from running, and disabling them in source

Re: [Flightgear-devel] Serving maps from internet;

2011-10-30 Thread Alex Perry
On Sun, Oct 30, 2011 at 12:38 PM, Martin Spott martin.sp...@mgras.net wrote: Geoff McLane wrote: As you may know the Atlas project already has a GetMap application, linked with CURL to to do the http requests... written by Fred back in 2004, No, I didn't know. When I talked to Brian Schack

Re: [Flightgear-devel] Serving maps from internet;

2011-10-30 Thread Alex Perry
On Sun, Oct 30, 2011 at 3:20 PM, Martin Spott martin.sp...@mgras.net wrote: Alex Perry wrote: [...]  What is preventing us from converting the whole Atlas project to WMS, and dropping the old nomenclature? I'm just guessing: Backwards compatibility with those users who'd like to use Atlas

Re: [Flightgear-devel] Mapping Airspace

2011-09-20 Thread Alex Perry
To agree with Alan, but with some additional generalizations. On Tue, Sep 20, 2011 at 2:25 AM, Alan Teeder ajtee...@v-twin.org.uk wrote: When I ran the research flight simulator for a major aircraft manufacturer in the UK (many moons ago when we still had such an industry), we had a saying:-

Re: [Flightgear-devel] ATC and radio signal attenuation

2011-09-05 Thread Alex Perry
If you know the phone number of the ATC facility, you should be able to enter it into a popup that looks like a satphone and communicate with them without the attenuation constraint. Oh, and extend the ATC dialog to understand say phone number and on landing call interactions. On Mon, Sep 5,

Re: [Flightgear-devel] new An-2

2011-08-12 Thread Alex Romosan
does a 'git pull' in the ac-an2 repository as well? thanks. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus to help

Re: [Flightgear-devel] new An-2

2011-08-12 Thread Alex Romosan
-an2' in the fgdata directory but that gave me a copy of the ac-an2 in the fgdata directory. maybe somebody could post step-by-step instructions on how to do this. thanks. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible

Re: [Flightgear-devel] Proposal: Move airplanes to an SVN repository

2011-06-25 Thread Alex Perry
On Fri, Jun 24, 2011 at 6:51 AM, Scott scott.hamil...@popplanet.biz wrote: Using SVN so you can download stuff on the fly is ridiculous, The most popular and platform agnostic way to do downloading from multiple locations, with caching and automatic updates, is HTTP these days. Does anybody

Re: [Flightgear-devel] Proposal: Move airplanes to an SVN repository

2011-06-25 Thread Alex Perry
Putting map data on SVN made incremental updates feasible. Both for maintainer uploads, and user caches. A similar argument applies to the aircraft, with the complications that (a) there are more maintainers with less coordination, and (b) the dependency graph between directories is not trivial.

Re: [Flightgear-devel] Proposal: Move airplanes to an SVN repository

2011-06-25 Thread Alex Perry
On Sat, Jun 25, 2011 at 4:01 PM, Vivian Meazza vivian.mea...@lineone.net wrote: Personally, I don't see a value in offering HTTP per-file instead of SVN per-directory, but others may do.  Hence the discussion above. The main problem right now is that Git cannot cope with the size of the data,

Re: [Flightgear-devel] FlightGear development entered state feature-freeze until July, 17th 2011

2011-06-22 Thread Alex D-HUND
Am Wed, 22 Jun 2011 13:20:17 +0200 schrieb Arnt Karlsen a...@c2i.net: On Tue, 21 Jun 2011 23:42:41 +0200, Alex wrote in message 20110621234241.5daf0f9e@main: I am using system: Linux 2.6.39.1 #2 SMP x86_64 GNU/Linux Debian Stable/Squeeze ATI Technologies Inc RS880 [Radeon HD 4200

Re: [Flightgear-devel] FlightGear development entered state feature-freeze until July, 17th 2011

2011-06-22 Thread Alex D-HUND
Am Wed, 22 Jun 2011 14:48:59 +0200 schrieb Arnt Karlsen a...@c2i.net: On Wed, 22 Jun 2011 13:37:27 +0200, Alex wrote in message 20110622133727.6a7007df@main: Am Wed, 22 Jun 2011 13:20:17 +0200 schrieb Arnt Karlsen a...@c2i.net: On Tue, 21 Jun 2011 23:42:41 +0200, Alex wrote

Re: [Flightgear-devel] Heads up: scenery download / built-interrasync

2011-06-22 Thread Alex Perry
If occasional 50x responses occur in batches, but not for most simulation runs where you synchronize scenery, don't worry about it and certainly don't blame the FGFS codebase. If 50x's occur routinely for several hours, feel free to let me know. Just in case the shared backend is misbehaving.

Re: [Flightgear-devel] FlightGear development entered state feature-freeze until July, 17th 2011

2011-06-21 Thread Alex D-HUND
, mostly latest version, 11.6 atm (11.1/11.2 during testing, IIRC) [1] http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg21059.html Alex Sun, 19 Jun 2011 20:50:25 +0200 Jari Häkkinen j...@flygarna.se: Torsten Dreyer skrev 2011-06-17 21.47: Anticipating the release 2.4.0, we

Re: [Flightgear-devel] FlightGear development entered state feature-freeze until July, 17th 2011

2011-06-21 Thread Alex B.
Am Tue, 21 Jun 2011 23:42:41 +0200 schrieb Alex D-HUND f...@beggabaur.de: Oops, wrong link for the plib version. Should be: [1]http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg20793.html I am also interested in this and since nobody replied yet I am starting

Re: [Flightgear-devel] use-custom-scenery-data

2011-06-15 Thread Alex D-HUND
and some of the routes are not well aligned with the underlying taxiway[2]. Besides some little experience with groundnet I have no clue about the ai-system. I might have a closer look at it in the upcoming days, though. Greetings Alex [1] http://fgfs.beggabaur.de/daten/KHAF_Taxidraw.jpg [2] http

Re: [Flightgear-devel] Heads up: scenery download / built-in terrasync

2011-06-14 Thread Alex Perry
Excellent! On Mon, Jun 13, 2011 at 12:50 PM, ThorstenB bre...@gmail.com wrote: Hi, the final GUI bits for a new feature are now in fgdata - the last feature addition for the 2.4 release from my part... You can download/update scenery directly from FlightGear now (main menu: Environment =

Re: [Flightgear-devel] use-custom-scenery-data

2011-06-09 Thread Alex B.
/Scenery/Airports/K/O/A/KOAK.parking.xml $fgdata/Scenery/Airports/K/S/F/KSFO.parking.xml $fgdata/Scenery/Airports/K/S/J/KSJC.parking.xml No. 2) Never mind, I'll just ignore that one. ;-) Griassla Alex [1] http://sourceforge.net/mailarchive/message.php?msg_id=24237463

[Flightgear-devel] use-custom-scenery-data

2011-06-08 Thread Alex D-HUND
of the shared airport models (all of them?) are missing. Namely I figured out at least: markerboard.xml, RectangularGroundmarker_RedWhite.xml, hold-lights.xml, tower.xml, windsock_lit.xml,... Can someone give me hint on why this could happen and how to solve it? Greetings Alex [1] http

Re: [Flightgear-devel] sound problem

2011-05-29 Thread Alex D-HUND
Ahoy, you need to create an OpenAL config file which helps to find the sound devices. The files name is ~/.alsoftrc and may contain something like: drivers = alsa [alsa] # ALSA backend stuff device = default capture = default There are plenty of examples on the net. hth Alex Am Sun, 29 May

Re: [Flightgear-devel] Fwd: Issue 184 in flightgear-bugs: JSBSim: command line arguments broken

2011-05-28 Thread Alex Romosan
#include simgear/compiler.h #include simgear/props/props.hxx --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus

Re: [Flightgear-devel] Props: /environment/wind-* obsolete?

2011-05-13 Thread Alex D-HUND
'accidently' removed it from the FG git .fgfsrc and that's why it suddenly started working. Would an option, --random-wind, even be necessary with the new weather stuff or could it be safely removed? (Which I would then, if I could. ;-)) Griassla Alex Am Tue, 3 May 2011 22:32:11 +0200 schrieb Alex D

Re: [Flightgear-devel] Props: /environment/wind-* obsolete?

2011-05-04 Thread Alex B.
Am Wed, 04 May 2011 10:27:07 +0200 schrieb Torsten Dreyer tors...@t3r.de: I think it's an issue with enclosing the string with Yes it is, without them it works pretty well. Sorry for the trouble I caused, I think life is playing jokes on me. :-/ Alex

Re: [Flightgear-devel] Props: /environment/wind-* obsolete?

2011-04-25 Thread Alex D-HUND
() /environment/config/enabled=true /environment/config/enabled (true) /environment/params/metar-updates-environment=true /environment/params/metar-updates-environment (true) Thank you Alex [1] http://fgfs.beggabaur.de/daten/fgfs-metar01.jpg Torsten Ahoy Torsten, thank you for taking your

[Flightgear-devel] Props: /environment/wind-* obsolete?

2011-04-23 Thread Alex D-HUND
it didn't anymore, see marked values at screenshot [1]. The ones from the HUD (255@25kt) are totally different from the ones in the METAR string (33007KT). Please, could someone point to the actual used properties for the wind conditions right next to the aircraft? Thanks. Alex [1] http

Re: [Flightgear-devel] Props: /environment/wind-* obsolete?

2011-04-23 Thread Alex D-HUND
Ahoy Torsten, thank you for taking your time on this issue and sorry for bothering you again. ;-) The HUD showing those values is a personal modification. I made another screenshot to confirm that it is just showing the roundet to interger values of the named properties [1] and you'll find the

Re: [Flightgear-devel] download_and_compile.sh script link

2011-04-11 Thread Alex D-HUND
Kernel: 2.6.32-5-amd64 [1] Debian GNU/Linux Stable 6.x (Squeeze); libopenscenegraph-dev 2.8.3-5 [2] svn co http://www.openscenegraph.org/svn/osg/OpenSceneGraph/tags/OpenSceneGraph-2.9.10 Alex 8-) -- Xperia(TM) PLAY It's

Re: [Flightgear-devel] ..simgear(?) link error, undefined references to SGPagedLOD

2011-04-10 Thread Alex Romosan
Arnt Karlsen a...@c2i.net writes: and OSG-svn does not build on neither g++-4.6 nor g++-4.5, which compiler version is used on the Hudson server? what are you talking about? osg svn head builds just fine for me on debian unstable with g++ 4.5.2 and everything just works. --alex-- -- | I

Re: [Flightgear-devel] Carrier Altitude

2011-01-25 Thread Alex Perry
Tides? Ocean with LOD? On Tue, Jan 25, 2011 at 10:13 AM, Curtis Olson curtol...@gmail.com wrote: Quick explanation: the world is curved (oblate spheroid) so if in order to have an ocean that measures zero MSL at all points, it would have to be curved.  To do this perfectly requires a *lot* of

[Flightgear-devel] Fwd: Announcing Summer of Code 2011

2011-01-24 Thread Alex Perry
Seems like FlightGear (as a mentoring organization) has a month remaining to decide what we're going to do. Hello contact - Google is excited to announce Google Summer of CodeTM 2011!  Google Summer of Code is a program designed to encourage student participation in open source development by

Re: [Flightgear-devel] 3D clouds and precepitation affects.

2011-01-24 Thread Alex Perry
On Mon, Nov 29, 2010 at 2:21 AM, Tim Moore timoor...@gmail.com wrote: On Mon, Nov 29, 2010 at 9:39 AM, thorsten.i.r...@jyu.fi wrote: One more observation.  Yesterday I was doing tweaks to the spin related functions in my model and during spin tests I noticed that I get the same affect

Re: [Flightgear-devel] productwiki.com another flightgear page

2010-12-15 Thread Alex Perry
On Wed, Dec 15, 2010 at 12:09 PM, Peter Brown smoothwater...@adelphia.net wrote: On Dec 15, 2010, at 2:23 PM, Citronnier - Alexis Bory wrote: I did (mid october) a flightgear page on Productwiki site. Product wiki is an intersting site where you can describe and rewiew any product on a wiki

Re: [Flightgear-devel] Hey Curt... :)

2010-11-13 Thread Alex Perry
On Sat, Nov 13, 2010 at 7:35 AM, Arnt Karlsen a...@c2i.net wrote: On Sat, 13 Nov 2010 09:57:14 +, James wrote in message On 12 Nov 2010, at 23:44, Curtis Olson wrote: My personal rule-of-thumb is to only commit when I've got time to watch the Hudson board go green - it's on an hourly

Re: [Flightgear-devel] FlightGear Newsletter?????? - September 2010

2010-10-02 Thread Alex Perry
On Sat, Oct 02, 2010 at 02:39:42PM +0100, James Turner wrote: On 1 Oct 2010, at 19:58, Gijs de Rooy wrote: I am proud to announce that the September edition of our newsletter is the longest ever! A big thank you to all contributors! I'm glad to see more and more devs (and users) add

Re: [Flightgear-devel] aircraft search

2010-07-23 Thread Alex Romosan
James Turner zakal...@mac.com writes: Alex and Lance, I'm still confused as to the failures you are seeing. Assuming you're still seeing same issues after updating (and anyone else who is seeing something similar), I will make up a debug patch to see what's going on. still doesn't work

Re: [Flightgear-devel] aircraft search

2010-07-23 Thread Alex Romosan
. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus to help to discredit completely the world of reality

Re: [Flightgear-devel] aircraft search

2010-07-23 Thread Alex Romosan
Alex Romosan romo...@sycorax.lbl.gov writes: James Turner ja...@bugless.co.uk writes: Can you email me what you get for --show-aircraft? (off list, is best) fgfs --show-aircraft Available aircraft: (that is nothing). this on linux. on non ext* file systems readdir doesn't return

Re: [Flightgear-devel] aircraft search

2010-07-21 Thread Alex Romosan
James Turner ja...@bugless.co.uk writes: Can you email me what you get for --show-aircraft? (off list, is best) fgfs --show-aircraft Available aircraft: (that is nothing). this on linux. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind

Re: [Flightgear-devel] aircraft search

2010-07-20 Thread Alex Romosan
(tried it with f16, f-14b, b1900d and some others). if it doesn't (p61 and x35) then i get: Cannot find specified aircraft: p61 Config option parsing failed ... i tried it with and without a .fgfsrc file with the same results. this is with the latest from git. --alex-- -- | I believe the moment

Re: [Flightgear-devel] Multi core discussion

2010-07-06 Thread Alex Perry
On Tue, Jul 6, 2010 at 5:12 AM, Csaba Halász csaba.hal...@gmail.com wrote: On Tue, Jul 6, 2010 at 1:45 PM,  fiers...@zonnet.nl wrote: Many modern computers are running multicore CPU's. I have noticed that FGFS only uses one thread in one core. And FGFS appears to be processor bound on my

[Flightgear-devel] failed assertion

2010-06-26 Thread Alex Romosan
if i try to set the time of day (--timeofday) to anything i get fgfs: sunsolver.cxx:60: void fgSunPositionGST(double, double*, double*): Assertion `sun' failed. Abort without the timeofday flightgear starts normally. this is with the latest git. --alex-- -- | I believe the moment is at hand

Re: [Flightgear-devel] Is something amiss with altimeter settings?

2010-05-29 Thread Alex Perry
On Sat, May 29, 2010 at 10:02 AM, Rob Shearman, Jr. rmsj...@yahoo.com wrote: Hi there -- Recently while flying with the MD-81 at cruise levels of FL330 or so, I noticed there were some significant discrepancies between the displayed altitude and the altitude found in the property tree at

Re: [Flightgear-devel] Thanks for the Ride

2010-05-14 Thread Alex Perry
On Thu, May 13, 2010 at 7:20 PM, Innis Cunningham inn...@hotmail.com wrote: Hi I have tried to help with FG for about 7 years but after installing FG 2.0 I give up. As I am not a computer programmer I am not able to help with coding so I tried to help with model building and AI and scenery.

Re: [Flightgear-devel] Thanks for the Ride

2010-05-14 Thread Alex Perry
the number of times that's happened to me, and I know of others it also happened to, it seems likely that you can follow the same pattern. Cheers, Alex. On Fri, May 14, 2010 at 4:43 PM, Alex Perry alex.pe...@ieee.org wrote: On Thu, May 13, 2010 at 7:20 PM, Innis Cunningham inn...@hotmail.com

Re: [Flightgear-devel] Patch for interactive textures backed by VNC and PDF

2010-05-12 Thread Alex Perry
On Wed, May 12, 2010 at 1:35 AM, Frederic Bouvier fredfgf...@free.fr wrote: BTW, I never managed to build these OSG plugins with MSVC Not having the plugins doesn't break the SimGear side code, but the new feature doesn't end up doing anything interesting. The OSG plugins depend on

Re: [Flightgear-devel] Patch for interactive textures backed by VNC and PDF

2010-05-12 Thread Alex Perry
On Wed, May 12, 2010 at 12:26 PM, Frederic Bouvier fredfgf...@free.fr wrote: Exactly, I didn't find the dependent librairies, either compiled, or compilable, with MSVC. Curious. The documentation in both the Poppler and the libvncserver source tarballs indicate that their maintainers believe

Re: [Flightgear-devel] Patch for interactive textures backed by VNC and PDF

2010-05-11 Thread Alex Perry
Two screenshots that demonstrate a use case. http://picasaweb.google.com/alex.pamurray/FlightGearAndroid?authkey=Gv1sRgCLXWsq_p96GFPQfeat=directlink I'd appreciate it if someone could review and commit this SimGear feature:

Re: [Flightgear-devel] June / LinuxTag release

2010-05-07 Thread Alex Perry
The Android stuff doesn't need patches in the FGFS source code, but does affect the aircraft files (obviously) as well as SimGear and OSG. Please check with me before building in case the associated patches haven't been integrated into upstream yet. On Fri, May 7, 2010 at 9:06 AM, James Turner

[Flightgear-devel] Yoke mounted PDA

2010-04-12 Thread Alex Perry
Has anyone made a 3D model of a PDA that attaches nicely to the existing yoke XML files? I'm thinking of portrait orientation with the form factor of an iPhone, android phone, etc, etc. -- Download Intel#174; Parallel

Re: [Flightgear-devel] Google App Engine

2010-03-25 Thread Alex Perry
On Thu, Mar 25, 2010 at 9:25 PM, Pete Morgan ac...@daffodil.uk.com wrote: Advantages * relies on Google infrastructure * does not require one to setup and maintain their own servers * can be coded in python or java * each application scales to three million page views a month or around 1.2

Re: [Flightgear-devel] Web Site

2010-03-19 Thread Alex Perry
On Tue, Mar 9, 2010 at 2:56 AM, Pete Morgan ac...@daffodil.uk.com wrote: - Do we want to lock ourselves into google? These issues worry me also, and indeed pointing www.flightgear.org to fg-www.appspot.com is likely to have other problems (major 404's will need to be handled) We should be

Re: [Flightgear-devel] Web Site

2010-03-07 Thread Alex Perry
I like it too. On Sun, Mar 7, 2010 at 9:22 PM, Pete Morgan ac...@daffodil.uk.com wrote: Have developed the idea a bit further. http://fg-www.appspot.com/ idea is to have a dedicated aircraft  and Online site also is this worth pursuing ? Its quite neat and developer friendly on the

Re: [Flightgear-devel] atomic terrasync, or not

2010-03-06 Thread Alex Perry
Sorry, I've only just noticed this message sitting in my to-do pile. An interesting point because , yes, checkouts are not atomic. It wouldn't be hard to extend the code to retrofit atomicity around the svn code using directory renames and the like, but before we put the effort into the code

Re: [Flightgear-devel] Patch to protect terrasync SVN from ^C

2010-02-28 Thread Alex Perry
Done. Also added the modified source file. On Sun, Feb 28, 2010 at 12:09 AM, Frederic Bouvier fredfgf...@free.fr wrote: Hi Alex, Please resend this patch gzip and attached. I can't use it as it is. -Fred

[Flightgear-devel] Patch to protect terrasync SVN from ^C

2010-02-27 Thread Alex Perry
Index: terrasync.cxx === RCS file: /var/cvs/FlightGear-0.9/source/utils/TerraSync/terrasync.cxx,v retrieving revision 1.28 diff -u -r1.28 terrasync.cxx --- terrasync.cxx 23 Jan 2010 22:27:38 - 1.28 +++ terrasync.cxx

Re: [Flightgear-devel] 503

2010-02-14 Thread Alex Perry
Pete, perhaps we need to create a separate queue for flightgear-usability-bugs-that-gene-doesnt-care-about. -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award

Re: [Flightgear-devel] multiple --generic record/playback errors

2010-02-11 Thread Alex Buzin
@lists.sourceforge.net/msg15655.html With respect, Alex -- SOLARIS 10 is the OS for Data Centers - provides features such as DTrace, Predictive Self Healing and Award Winning ZFS. Get Solaris 10 NOW http://p.sf.net/sfu/solaris

[Flightgear-devel] LinuxTag 2010 - program track

2010-01-20 Thread Alex Perry
http://www.linuxtag.org/2010/en/program/call-for-papers.html Has anyone submitted a FGFS centric response to the CfP? If not, should I? -- Throughout its 18-year history, RSA Conference consistently attracts the world's

[Flightgear-devel] Missed file in CVS

2010-01-12 Thread Alex Buzin
, Alex -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market process makes app distribution fast and easy Join

Re: [Flightgear-devel] Automatically hide/show the menubar

2009-12-27 Thread Alex D-HUND
On Mon, 16 Nov 2009 21:49:11 +0100 Torsten Dreyer tors...@t3r.de wrote: Hope you like it. If so, it might be enabled by default in preferences.xml some day. Hi Torsten, just made a new build and tested your 'mod'. It works and I like it ;-) Griassla -- Alex D-HUND f...@beggabaur.de

Re: [Flightgear-devel] parking.xml files under scenery/Airports

2009-12-22 Thread Alex D-HUND
%40osprey.mgras.de hth Alex -- Alex D-HUND f...@beggabaur.de -- This SF.Net email is sponsored by the Verizon Developer Community Take advantage of Verizon's best-in-class app development support A streamlined, 14 day to market

Re: [Flightgear-devel] reversible ILS

2009-12-20 Thread Alex Perry
I am unable to use MSFS. Has someone checked whether they handle reversibles with a heuristic, or are you just guessing? James Turner zakal...@mac.com wrote: On 20 Dec 2009, at 00:02, John Denker wrote: I was also informed [off list] that the code to make reversible ILSs usable had been

Re: [Flightgear-devel] reversible ILS

2009-12-19 Thread Alex Perry
+1. Reversible approaches should be configured like any other ATC controlled ground system - such as runway lighting. I have no objections to an automatic selector for which ILS end to enable, but it should be based on surface wind (for example) and not the aircraft position. John Denker

Re: [Flightgear-devel] atlas global tarball

2009-11-23 Thread Alex Perry
, Nov 22, 2009 at 6:58 PM, Alex Perry alex.pe...@pamurray.com wrote: Having compiled Atlas so I can regenerate a few maps on my laptop, it complains that it needs a GLX 1.3 feature and my X server only supports 1.2 ... so this side project will have to wait until I've got another machine handy

Re: [Flightgear-devel] [Flightgear-cvslogs] CVS: data/Aircraft/c172p

2009-11-23 Thread Alex D-HUND
by a better phrase on your own. ;-) -- Alex D-HUND f...@beggabaur.de -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and deployment - and focus

[Flightgear-devel] atlas global tarball

2009-11-22 Thread Alex Perry
Does someone happen to have a tarball with all the atlas generated map images handy? -- Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day trial. Simplify your report design, integration and

Re: [Flightgear-devel] atlas global tarball

2009-11-22 Thread Alex Perry
The computer isn't too slow, no. I'm just hoping to avoid having to download the entire global scenery data first. On Sun, Nov 22, 2009 at 3:53 AM, Victhor Foster victhor.fos...@gmail.com wrote: Is your computer too slow to generate them? There's an option in Map that speeds up the process, I

Re: [Flightgear-devel] atlas global tarball

2009-11-22 Thread Alex Perry
Having compiled Atlas so I can regenerate a few maps on my laptop, it complains that it needs a GLX 1.3 feature and my X server only supports 1.2 ... so this side project will have to wait until I've got another machine handy. On Sun, Nov 22, 2009 at 3:53 AM, Victhor Foster

[Flightgear-devel] sound system oddity

2009-11-17 Thread Alex Romosan
of the turn. hope this helps. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus to help to discredit completely the world

Re: [Flightgear-devel] multiple instances of given ai aircraft

2009-11-17 Thread Alex Romosan
and fly together as one as you can see in the pictures i mentioned in the previous post. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize

Re: [Flightgear-devel] multiple instances of given ai aircraft

2009-11-17 Thread Alex Romosan
and they were all 0) then it would make sense to draw the airplane only 30 mins before the scheduled departure date since it will eliminate all these conflicts (as i tried to do in my patch). unfortunately i still haven't seen any of those planes take off. --alex-- -- | I believe the moment

Re: [Flightgear-devel] sound system oddity

2009-11-17 Thread Alex Romosan
Alex Romosan romo...@sycorax.lbl.gov writes: this is with the f-16. while inside the cockpit then engine sound changes depending on the heading of the aircraft. going west the sound is very loud going east it's almost completely gone. as the plane turns the sound gradually changes going

Re: [Flightgear-devel] Custom scenery data startup location problem.

2009-11-16 Thread Alex Romosan
at the beginning of the runway proper. if --prop:/sim/paths/use-custom-scenery-data is set to false than the aircraft is positioned at the beginning of the threshold. i think this is the right fix but somebody more knowledgable should take a look and maybe commit it to cvs. thanks. --alex-- -- | I believe

[Flightgear-devel] multiple instances of given ai aircraft

2009-11-16 Thread Alex Romosan
. --alex-- -- | I believe the moment is at hand when, by a paranoiac and active | | advance of the mind, it will be possible (simultaneously with | | automatism and other passive states) to systematize confusion | | and thus to help to discredit completely the world of reality

Re: [Flightgear-devel] Prime Meridian Crash

2009-11-02 Thread Alex D-HUND
On Sun, 01 Nov 2009 20:35:01 + James Turner zakal...@mac.com wrote: On 1 Nov 2009, at 19:24, Alex D-HUND wrote: At the moment I am out of ideas on what to try out next, I am open for suggestions. I keep forgetting to dig into this issue, apologies for that. I'll add

Re: [Flightgear-devel] Prime Meridian Crash

2009-11-01 Thread Alex D-HUND
On Mon, 26 Oct 2009 21:54:08 +0100 Alex D-HUND f...@beggabaur.de wrote: In the meantime I have installed valgrind and I am doing my first steps with it. A first trial run turned out to be very good, I already saw the scenery ten minutes after starting it. ;-) Ahoy Guys, beside

Re: [Flightgear-devel] Prime Meridian Crash

2009-10-26 Thread Alex D-HUND
let me know if you need more info, as I said, I am not a coder so don't really know what to look for. Thanks Alex -- Alex D-HUND f...@beggabaur.de .fgfsrc.zmcrash Description: Binary data -- Come build with us

Re: [Flightgear-devel] Prime Meridian Crash

2009-10-25 Thread Alex DaHUND
, but at least not on all flights. I will try to collect some more METAR-strings which causes troubles and some more backtraces as well. My systems CPU: AMD Athlon(tm) XP 2800+ -- Alex D-HUND f...@beggabaur.de -- Come build

Re: [Flightgear-devel] least squares code

2009-10-17 Thread Alex Perry
received so far.  I know incremental approaches exist.  Isaias sent me a simple approach, but this maintains sums of all the data received so far and as Alex pointed out, that will be subject to increasing round off errors as the data accumulates (this code could be receiving hundreds of data points

Re: [Flightgear-devel] least squares code

2009-10-16 Thread Alex Perry
Make sure you use the one that never maintains cumulative totals prior to subtraction ... because the errors mount up too fast. On Fri, Oct 16, 2009 at 6:21 PM, Jon S. Berndt jonsber...@comcast.net wrote: I believe the  “Numerical Recipes in C” (available online) has that algorithm[s].

Re: [Flightgear-devel] New Sound system committed

2009-10-12 Thread Alex Buzin
= _buffers.end(); for ( ; buffers_current != buffers_end; ++buffers_current ) { to : buffer_map_iterator buffers_current; while(_buffers.size()){ buffers_current = _buffers.begin(); With respect, Alex

Re: [Flightgear-devel] [PATCH] 3D Clouds update

2009-10-12 Thread Alex Buzin
then 2D clouds appears. With respect, Alex -- Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry

[Flightgear-devel] FG crashes when changing visibility

2009-10-12 Thread Alex Buzin
limit the value in property /environment/visibility-m or the value of variable vis in FGTileMgr::schedule_needed( ... ). The maximum value of 100km will be acceptable IMHO. With respect, Alex -- Come build with us

Re: [Flightgear-devel] RSync for TerraSync down

2009-10-06 Thread Alex Perry
On Tue, Oct 6, 2009 at 10:02 AM, Martin Spott martin.sp...@mgras.net wrote: Please use 'terrasync -S' instead in order to pull the most recent Scenery via SVN. Note that the directory trees are not 'compatible', you'll have either to set up a new directory from scratch or simply purge the old

Re: [Flightgear-devel] Source code control systems

2009-09-26 Thread Alex Perry
On Fri, Sep 25, 2009 at 10:05 PM, Alex Perry alex.pe...@ieee.org wrote: On Fri, Sep 25, 2009 at 9:46 PM, Tom P zomm...@gmail.com wrote: Hi I've tried to push a Mercurial test repository (FlightGear converted from CVS) to code.google.com for a few hours, without success. It aborts regularly

Re: [Flightgear-devel] Source code control systems

2009-09-26 Thread Alex Perry
On Sat, Sep 26, 2009 at 1:50 PM, Olaf Flebbe f...@oflebbe.de wrote: I do not have write permissions to any of the hg or git reprositories... Yeah. I don't think there is a way I can find out everybody's google accounts from their email traffic. To try to speed this up, I've put up a quick web

Re: [Flightgear-devel] Is ther any MSVC example code to send/receive data to FG over an internet connection?

2009-09-25 Thread Alex Buzin
? Thanks, Randy Green Look here: http://cvs.flightgear.org/viewvc/source/examples/netfdm/ It is not MSVC, but for MSWin. With respect, Alex -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only

Re: [Flightgear-devel] Source code control systems

2009-09-25 Thread Alex Perry
On Fri, Sep 25, 2009 at 9:46 PM, Tom P zomm...@gmail.com wrote: Hi I've tried to push a Mercurial test repository (FlightGear converted from CVS) to code.google.com for a few hours, without success. It aborts regularly with the following message: searching for changes abort: error:

Re: [Flightgear-devel] Weird Sun and weather bugs

2009-09-22 Thread Alex Buzin
, Alex -- Come build with us! The BlackBerryreg; Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market

Re: [Flightgear-devel] Weird Sun and weather bugs

2009-09-22 Thread Alex Buzin
Here it is!! At procedure void FGEnvironment::set_elevation_ft (double e) change : _recalc_alt_dewpoint(); _recalc_alt_pt(); to : _recalc_alt_pt(); _recalc_alt_dewpoint(); It corrects all. With respect, Alex

Re: [Flightgear-devel] Weird Sun and weather bugs

2009-09-18 Thread Alex Buzin
speed snow stop. Noticeable scenery flashing starts at altitudes above 2ft without time switching. At altitudes ~4ft flash colors become dark. With respect, Alex -- Come build with us! The BlackBerryreg; Developer

Re: [Flightgear-devel] gitorious repositories for FlightGear and SimGear

2009-09-18 Thread Alex Perry
On Fri, Sep 18, 2009 at 9:51 AM, Erik Hofman e...@ehofman.com wrote: One thing I have been wondering since this discussion started; Google seems to have found a nice way to add small diffs for binary data[1]. Maybe they have incorporated that into their repository? If they have, it won't help

Re: [Flightgear-devel] Source code control systems

2009-09-13 Thread Alex Perry
On Sun, Sep 13, 2009 at 12:56 PM, Stuart Buchanan stuart_d_bucha...@yahoo.co.uk wrote: Tim Moore wrote: On 09/02/2009 09:19 PM, Curtis Olson wrote: Is this an argument to stay with CVS for the data portion of the project? This is a good point to bring up though in advance.  The default

  1   2   >