Re: [Flightgear-devel] [Flightgear-commitlogs] SimGear branch, next, updated. 8e75c6be5047bdb0deacc385decc4ff4187c4990

2013-10-14 Thread James Turner
On 13 Oct 2013, at 12:04, Flightgear-commitlogs mar...@hypersphere.calit2.net wrote: +catch(...) +{ + naRuntimeError(c, Unknown exception in method call.); +} + I am slightly concerned about catching all exceptions this way - I agree

Re: [Flightgear-devel] Issue list

2013-10-13 Thread James Turner
On 13 Oct 2013, at 12:02, Renk Thorsten thorsten.i.r...@jyu.fi wrote: 1) rain layers still do not drift with the wind and will be eventually displaced from their cap clouds. I've discussed this previously with James who suggested that a generic way of spawning AI objects (which can get a

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread James Turner
On 9 Oct 2013, at 10:23, Vivian Meazza vivian.mea...@lineone.net wrote: It’s now getting on for a week since the build on Simgear was broken for Win 64/MSVC by this mistake. Any chance of a fix sometime soon? Yes, was just about to push one - however you can always push such a fix yourself!

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-09 Thread James Turner
On 9 Oct 2013, at 12:05, Alan Teeder ajtee...@v-twin.org.uk wrote: Sorry, but the patch failed. It also needs the change suggested by Gijs, with “double x,y;” e.g. Ah, I really hate C89 :) Fix coming up. James--

Re: [Flightgear-devel] Built-in Svn client code crashing

2013-10-04 Thread James Turner
On 4 Oct 2013, at 19:29, Markus Wanner mar...@bluegap.ch wrote: That smells like trouble from a packaging standpoint. It's usually not acceptable, because most of the time, the integrated library isn't getting the amount of support the original does. For Debian, I'll certainly have to

Re: [Flightgear-devel] Built-in Svn client code crashing

2013-10-03 Thread James Turner
On 3 Oct 2013, at 12:38, Saikrishna Arcot saiarcot...@gmail.com wrote: Just to check, is the built-in SVN code effectively replacing the external SVN code (from libsvn-dev), or does it add something? Replaces it - one of the big motivations is that the libsvn dependency is becoming

Re: [Flightgear-devel] GPS - merge request

2013-10-03 Thread James Turner
On 3 Oct 2013, at 17:35, Dirk Dittmann dirk.dittmann@gmail.com wrote: The improved-issue1164 is ready. https://gitorious.org/fg/dirks-flightgear/source/778cc8c6a0abb88a1238850376ea2374358fd887: Thanks, looks good and pushed. Unfortunately I now need to fix the route-path code to

Re: [Flightgear-devel] Simgear ,mathlib.c line 1 65

2013-10-03 Thread James Turner
On 3 Oct 2013, at 22:20, Alan Teeder ajtee...@v-twin.org.uk wrote: Sorry, but MSVC does not have a round function. ;( Yes, C99 is a cutting-edge spec :) I'll add a replacement for MSVC, thanks for spotting my mistake. Kind regards, James

Re: [Flightgear-devel] GPS - merge request

2013-10-01 Thread James Turner
On 30 Sep 2013, at 08:47, Dirk Dittmann dirk.dittmann@gmail.com wrote: branche fix-issue1164 @ my clone https://gitorious.org/fg/dirks-flightgear/source/85592ec45db2866a15197c051d97cb4014537b4b: Hi Dirk, this is looking pretty good, just some small nitpicks: - please make a helper

Re: [Flightgear-devel] GPS - merge request

2013-10-01 Thread James Turner
On 1 Oct 2013, at 22:34, Dirk Dittmann dirk.dittmann@gmail.com wrote: I understand and will make the improvements. Thx for the hind ! I squash the commit and improve readability. Is there any code convention documentation ? Which I could read? No, there's rules, since the codebase

Re: [Flightgear-devel] GPS - merge request

2013-09-30 Thread James Turner
On 30 Sep 2013, at 08:47, Dirk Dittmann dirk.dittmann@gmail.com wrote: Improved the Cross track error according to the great circle. http://williams.best.vwh.net/avform.htm#XTE. Great,. And make the overflight sequence configurable for the aircraft. The default is the same.

Re: [Flightgear-devel] GPS - merge request

2013-09-30 Thread James Turner
On 30 Sep 2013, at 12:29, Eric van den Berg evan_den_b...@hotmail.com wrote: It actually does solve issue 1164 (which I started). When one switches to the next waypoint, the active leg course and x-track-error relate to the leg between the previous and active waypoint of the flightplan (as

Re: [Flightgear-devel] GPS - merge request

2013-09-30 Thread James Turner
On 30 Sep 2013, at 12:29, Eric van den Berg evan_den_b...@hotmail.com wrote: The other stuff I asked Dirk to add as it makes our extra500 (GPSS) AP design a lot easier. Incidentally if you (Dirk) are looking at this code, the really great thing would be to get the turn-anticipation code

Re: [Flightgear-devel] Mipmapping of liveries

2013-09-26 Thread James Turner
On 26 Sep 2013, at 07:18, Renk Thorsten thorsten.i.r...@jyu.fi wrote: Mipmaps for textures are pretty generic for the rendering process. If you would not mipmap textures, they'd create flickering Moire patterns whenever the texture resolution is higher than the screen resolution as

Re: [Flightgear-devel] Mipmapping of liveries

2013-09-26 Thread James Turner
On 26 Sep 2013, at 11:22, Stuart Buchanan stuar...@gmail.com wrote: One further point to make is that we do have the AI/Aircraft directory specifically used for low-poly/resolution models. So, if there are specific aircraft that are causing problems, arguably the correct way to resolve

[Flightgear-devel] Moving menus (aka, usability)

2013-09-26 Thread James Turner
I was reviewing the current menu structure and would like to propose a couple of changes. Partly because we have too many menus, all quite short, but also to remove some bad terminology. Each of these changes is independent, comments explicitly requested: - merge 'Autopilot' into the

Re: [Flightgear-devel] Static B737 at SFO (Was: Mipmapping of liveries)

2013-09-26 Thread James Turner
On 26 Sep 2013, at 11:33, Erik Hofman e...@ehofman.com wrote: On that topic, there's a static 737 on the taxi tracks that's there since the old days when there was no AI traffic, it is probably a good idea to remove it from the scenery now. Mostly i agree, but it's sort of a piece of FG

Re: [Flightgear-devel] Moving menus (aka, usability)

2013-09-26 Thread James Turner
On 26 Sep 2013, at 16:21, AJ MacLeod aj-li...@adeptopensource.co.uk wrote: That's exactly what the word environment means though, isn't it! I really don't think there's any point at all in changing the name of that menu entry; the current one perfectly accurately describes things around

Re: [Flightgear-devel] spelling fix: compatability

2013-09-23 Thread James Turner
On 22 Sep 2013, at 22:06, Markus Wanner mar...@bluegap.ch wrote: standard checking procedures on Debian revealed a spelling error: compatability occurs a couple of times in the sources. I'm a bit worried about the kt70-compatibility boolean flag, but corrected its spelling for the Debian

Re: [Flightgear-devel] spelling fix: compatability

2013-09-23 Thread James Turner
On 23 Sep 2013, at 10:18, Markus Wanner mar...@bluegap.ch wrote: Of course, I did a quick grep in the 2.12 fgdata, but didn't find anything relevant. (Navaids/ReadMe.FG226.txt was the only hit.) The affected aircraft isn't in the base package, but /is/ in fgdata Git. So wearing the 'Debian

Re: [Flightgear-devel] spelling fix: compatability

2013-09-23 Thread James Turner
On 23 Sep 2013, at 10:46, Markus Wanner mar...@bluegap.ch wrote: On 09/23/2013 11:27 AM, James Turner wrote: The affected aircraft isn't in the base package, but /is/ in fgdata Git. So wearing the 'Debian maintainer' hat you did the right thing, but from the terms of flightgear patches, we

Re: [Flightgear-devel] FGFS 2.12 UBUNTU

2013-09-23 Thread James Turner
On 23 Sep 2013, at 12:31, Saikrishna Arcot saiarcot...@gmail.com wrote: I've updated my PPA to FlightGear 2.12. See my forum post for instructions on how to install 2.12. I guess .deb has no support for a 'replaces' list like RPM, so you can't name the old packages and hence make upgrade

Re: [Flightgear-devel] apt.dat.gz and TerraSync

2013-09-23 Thread James Turner
On 23 Sep 2013, at 13:58, Tomash Brechko tomash.brec...@gmail.com wrote: I use fgdata from git repo and so have a fresh copy of apt.dat.gz. I noted that apt data is actually ahead of what is fetched with TerraSync: some airports (at least UHPB, UIAE, UIUB, UIIB, but likely much more)

[Flightgear-devel] Fwd: apt.dat.gz and TerraSync

2013-09-23 Thread James Turner
Begin forwarded message: Could it be some special format comments in the C++ code and an extraction script to update http://wiki.flightgear.org/List_of_Nasal_extension_functions ? Wouldn't recommend Doxygen though, I think something grep-able would be enough. Would be fine with me, yes

Re: [Flightgear-devel] apt.dat.gz and TerraSync

2013-09-23 Thread James Turner
On 23 Sep 2013, at 15:19, Tomash Brechko tomash.brec...@gmail.com wrote: Sure I'm aware of this, and please feel free to change the internals at any moment without notice (as a last resort I can add an option to the script to create its own DB based on navdata - just don't see the reason

Re: [Flightgear-devel] spelling fix: compatability

2013-09-23 Thread James Turner
On 23 Sep 2013, at 16:49, Markus Wanner mar...@bluegap.ch wrote: Any other aircraft that users might download which would fail if I patch this one as well? Given that 2.12.0 was released with compatability, are you going to change this for a potential 2.12.1 or for 3.0? I'd prefer to

Re: [Flightgear-devel] Updated 707

2013-09-21 Thread James Turner
On 20 Sep 2013, at 22:16, Stuart Buchanan stuar...@gmail.com wrote: Possible candidate for default aircraft for V3.0? Just had a quick flight around the Bay Area with this, it's a fantastic piece of work, I'm amazed by how beautiful, but also legible, the cockpit it is, a real pleasure to

Re: [Flightgear-devel] Upcoming Random Buildings changes

2013-09-20 Thread James Turner
On 20 Sep 2013, at 11:04, Stuart Buchanan stuar...@gmail.com wrote: The original random buildings implementation (2.8.0) use basic OSG primitives, and so had collision detection and Rembrandt shadows for free. In 2.10.0 this was changed to a shader-based instance approach based on the tree

[Flightgear-devel] Built-in Svn client code crashing

2013-09-20 Thread James Turner
Hello, A few people have reported crashes when using the built-in SVN client code, especially on Linux (and potentially Windows too, which would be a problem, as we shall see). Thomas identified something strange relating to whether we were using built-in or the system Expat XML parser, and I

Re: [Flightgear-devel] --jpg-httpd command line option

2013-09-18 Thread James Turner
On 17 Sep 2013, at 19:47, Rick Armstrong rick.armstr...@urbanrobotics.net wrote: Indeed, PNG would be ideal! - if you have any interested in doing this, I can point you at examples since the screenshot code was converted to do the same thing recently -it's probably a couple of hours

Re: [Flightgear-devel] Upcoming Random Buildings changes

2013-09-18 Thread James Turner
On 18 Sep 2013, at 17:05, Stuart Buchanan stuar...@gmail.com wrote: I did take a look at the PagedLOD approach - Matthias' code made a great template to work from. Yes, that is exactly the model I would follow, and I am sure Mathias can be asked for additional hints on the best way to

Re: [Flightgear-devel] --jpg-httpd command line option

2013-09-17 Thread James Turner
On 17 Sep 2013, at 10:41, Rick Armstrong waitingfortheelectric...@gmail.com wrote: -DJPEG_FACTORY:BOOL=ON in CMake. My question: before I go down that road, does anyone know if the JPG HTTPD functionality works? If yes, does it work well? The fact that it's turned-off by default makes

[Flightgear-devel] Textures separation, cleanup

2013-09-17 Thread James Turner
Hello, For the next release (3.0, I think), I want to reduce the size of the installers by making parts of the base package optional. Some are easy, like AI Traffic and ATC chatter - the first time you enable that feature, we'll download (well, terra-sync, really) the relevant files. If you

Re: [Flightgear-devel] Updated Mac release candidate

2013-09-16 Thread James Turner
On 15 Sep 2013, at 19:37, James Turner zakal...@mac.com wrote: I just realised the Windows release is using our 'stable OSG' builds on Jenkins so I'm experimentally bumping them to 3.2.0 too - I'm not aware of any downsides to using the newer versions, and if we discover any it's trivial

[Flightgear-devel] Updated Mac release candidate

2013-09-15 Thread James Turner
Hi, I've made a couple of changes which only affect the Mac RC: - OSG is now 3.2.0 instead of 3.1.3 - There is no longer an XQuartz dependency (phew!) The latter issue was very annoying, and stems from osgsb_freetype using the X11 libfreetype on the build machine (runs 10.6),

Re: [Flightgear-devel] portability of simgear

2013-09-13 Thread James Turner
On 11 Sep 2013, at 10:16, Markus Wanner mar...@bluegap.ch wrote: I think some of the more recent patches didn't flow upstream, yet. I'm focusing on getting it working properly on Debian, first. And getting 2.12 in. Just a matter of time. Sorry for the lag. Okay, but if any of them are

Re: [Flightgear-devel] portability of simgear

2013-09-08 Thread James Turner
On 8 Sep 2013, at 17:34, Markus Wanner mar...@bluegap.ch wrote: I'm aware of the upcoming release, eagerly awaiting it, and have already started packing. Given the decision to slip the 2.12 release, I decided to move on with 2.10 rather than wait another month, though. I'll certainly

Re: [Flightgear-devel] Howto download aircraft ( and others data ) from Git

2013-09-03 Thread James Turner
On 3 Sep 2013, at 14:13, grtuxhangar team hohora...@gmail.com wrote: How could we have FGData split in several part which can be downloaded easily ? Or is there any other way with Git which is similar to the old way with snapshot. ? For 3.0 I will be making FGData significantly

Re: [Flightgear-devel] Howto download aircraft ( and others data ) from Git

2013-09-03 Thread James Turner
On 3 Sep 2013, at 16:57, Stefan Seifert n...@detonation.org wrote: I hope with the reorganization we don't lose the simpleness of doing a git pull to get the latest and greatest of all aircraft. Having to look for scattered repos would be a severe drawback. The repos will be disjoint, but

Re: [Flightgear-devel] Howto download aircraft ( and others data ) from Git

2013-09-03 Thread James Turner
On 3 Sep 2013, at 18:19, Stuart Buchanan stuar...@gmail.com wrote: On Tue, Sep 3, 2013 at 6:07 PM, Alan Teederwrote: Not everyone lives in a big city with fast broadband and the powers that be seem to bury their heads in the sand when the topic is bought up - as it has been and will be –

Re: [Flightgear-devel] Release candidates

2013-08-30 Thread James Turner
On 29 Aug 2013, at 10:02, James Turner zakal...@mac.com wrote: No, rsync is not available as a direct Jenkins plugin (we could run it manually of course from a command-line step, but that becomes more work to deploy across different slaves). However I've found a different SFTP plugin

Re: [Flightgear-devel] Release candidates

2013-08-29 Thread James Turner
On 28 Aug 2013, at 21:13, Edheldil fg...@eowyn.cz wrote: Can't you use rsync instead of scp? It can upload to a temporary directory and move the files when they are successfully transfered, and uses temporary files anyway. I believe it also deletes the temporaries if the transfer is

[Flightgear-devel] Release candidates

2013-08-28 Thread James Turner
Hello, After fixing a dumb mistake of mine, we now have automatically generated installers / files for Linux, Mac and Windows. Get them from here: (updated automatically) http://fgfs.goneabitbursar.com/releases/ (The 2.12 versions, obviously) I've done a quick test and things look

Re: [Flightgear-devel] Release candidates

2013-08-28 Thread James Turner
On 28 Aug 2013, at 16:56, Scott Berry sb356...@gmail.com wrote: Is there a way to make Jenkins where it will notify people when it uploads or just have a page where it says Jenkins is uploading please wait a while and try this download again. This way we don't get corrupted files? Quick

Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread James Turner
On 21 Aug 2013, at 15:28, Stuart Buchanan stuar...@gmail.com wrote: On a related note, once the build problem is resolved, could we generate a full installation RC package for testing? It would make it easier for testers not familiar with Git to use it, and would be quite handy for people

Re: [Flightgear-devel] 2.12 is branched

2013-08-21 Thread James Turner
On 21 Aug 2013, at 16:03, Stuart Buchanan stuar...@gmail.com wrote: Now all we need is someone with enough Windows knowledge to fix the build. I've put some cash down to buy a cheap PC box for running Windows+Linux so I can debug these issues (and a few other Windows ones which are bugging

Re: [Flightgear-devel] Updated 707

2013-08-20 Thread James Turner
On 14 Aug 2013, at 21:23, Stuart Buchanan stuar...@gmail.com wrote: Marc Kraus (CC'd as he's not on the -devel list) has produced a (very) significant update to the 707, a model that Innis Cunningham developed a number of years back. It's available from http://gitorious.org/boeing/707 and

Re: [Flightgear-devel] FlightGear voice communication

2013-08-16 Thread James Turner
On 16 Aug 2013, at 09:25, Adrian Musceac kanto...@gmail.com wrote: If you'd use my new radio propagation code, which is an improvement over what's already in git, range would be as close to reality as possible for all type of radio comms, be they VHF voice, VOLMET, ACARS, ADS-B, VOR/DME,

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread James Turner
On 14 Aug 2013, at 21:57, Curtis Olson curtol...@flightgear.org wrote: I think the main initial hurdle here is to get the Mac Windows releases sorted out on Jenkins (if they aren't already). We've done the code freeze and branch on schedule so we are mostly down to the mechanics and time

Re: [Flightgear-devel] Updated 707

2013-08-15 Thread James Turner
On 14 Aug 2013, at 21:23, Stuart Buchanan stuar...@gmail.com wrote: Marc Kraus (CC'd as he's not on the -devel list) has produced a (very) significant update to the 707, a model that Innis Cunningham developed a number of years back. It's available from http://gitorious.org/boeing/707 and

Re: [Flightgear-devel] New release date for 2.12

2013-08-15 Thread James Turner
On 15 Aug 2013, at 09:46, Torsten Dreyer tors...@t3r.de wrote: Curt and James, what would you think about publishing the release during the weekend Sept. 14./15.? Or would you prefer to stick to the 17th (a Tuesday)? I'm actually returning from a weeks holiday that weekend, so the Tuesday

Re: [Flightgear-devel] 2.12 is branched

2013-08-15 Thread James Turner
On 15 Aug 2013, at 10:50, Gijs de Rooy gijsr...@hotmail.com wrote: Is http://flightgear.simpits.org:8080/job/Windows-release/ the build that we should look at? Correct. James -- Get 100% visibility into Java/.NET

Re: [Flightgear-devel] 2.12 is branched

2013-08-14 Thread James Turner
On 13 Aug 2013, at 21:42, Stuart Buchanan stuar...@gmail.com wrote: I propose pushing out the release by a month. I've got a bit more time available for FG right now, but not as much as I did 12 months ago, and it sounds like James and Thorsten R are similarly time limited. I think it will

Re: [Flightgear-devel] 2.12 is branched

2013-08-13 Thread James Turner
On 13 Aug 2013, at 12:58, Renk Thorsten thorsten.i.r...@jyu.fi wrote: On the risk of making myself really unpopular, but would now be a good time to defer the release? It seems James is caught in the middle of moving, Stuart indicated some other private things piling up, I have the maddest

Re: [Flightgear-devel] fgdata space in filenames

2013-08-12 Thread James Turner
On 10 Aug 2013, at 15:13, jean pellotier jean.pellot...@wanadoo.fr wrote: i finally did a merge request with the correction to the offending files, tell me if this a thing to do, or i should wait for the maintainers to react (but some are not actif anymore).

Re: [Flightgear-devel] internal telnet weirdness

2013-08-09 Thread James Turner
On 9 Aug 2013, at 10:59, Adrian Musceac kanto...@gmail.com wrote: I'm writing an application which uses a socket to connect to Flightgear's telnet interface, and I have encountered the following issue: Writing to Flightgear is fine, but while reading the socket, some properties have weird

Re: [Flightgear-devel] 2.12 is branched

2013-08-08 Thread James Turner
On 8 Aug 2013, at 15:15, Saikrishna Arcot saiarcot...@gmail.com wrote: Erm...shouldn't there be a RC version released sometime around now, since the final version will be released in just over a week? Unfortunately, I'm in the middle of moving house, so rather busy. The release

Re: [Flightgear-devel] fgdata space in filenames

2013-08-06 Thread James Turner
On 5 Aug 2013, at 21:17, Gijs de Rooy gijsr...@hotmail.com wrote: Fixed those that I'e touched throughout the years, will leave the others to their respective authors/comitters. I think I'm sufficiently motivated to see if I can write a pre-commit hook which rejects names containing spaces.

Re: [Flightgear-devel] Building Older versions of flightgear on updated operating systems

2013-08-04 Thread James Turner
On 3 Aug 2013, at 13:11, Pat pat.callah...@gmail.com wrote: I won't do any work on this unless its agreed in advance that the patches should be merged and what tags should or should not be updated. Does anyone care about 2.10 at this point? What are your thoughts on updates to previous

Re: [Flightgear-devel] 2.12 is branched

2013-08-03 Thread James Turner
On 3 Aug 2013, at 04:27, Saikrishna Arcot saiarcot...@gmail.com wrote: Actually, scratch that; it seems FlightGear allows the --fg-aircraft switch to specify multiple root aircraft directories, although the man page needs to be updated to specify this (it currently says it's only used by

Re: [Flightgear-devel] 2.12 is branched

2013-07-31 Thread James Turner
On 30 Jul 2013, at 21:25, Stuart Buchanan stuar...@gmail.com wrote: James - if it's convenient could you pull this to the 2.12.0 release branch please. Done. James -- Get your SQL database under version control now!

Re: [Flightgear-devel] SimGear build fails

2013-07-31 Thread James Turner
On 31 Jul 2013, at 01:16, Patrick Callahan pat.callah...@gmail.com wrote: Check this out: http://lists.openscenegraph.org/pipermail/osg-users-openscenegraph.org/2013-June/063519.html I believe we've dealt with this issue - at least, I have tweaked Jenkins to build the 3.2.0 release

Re: [Flightgear-devel] making sign of side-slip consistent between fdm (bug 901)

2013-07-29 Thread James Turner
On 29 Jul 2013, at 13:54, Jon S. Berndt jonsber...@comcast.net wrote: Beta is positive when the wind hits the right side of the vehicle. This is the only standard convention I have ever seen. I would recommend strongly against artificially changing the sign of this parameter as output from

Re: [Flightgear-devel] Autopilot filters

2013-07-27 Thread James Turner
On 26 Jul 2013, at 20:11, Alan Teeder ajtee...@v-twin.org.uk wrote: I have added a washout/high-pass filter and an integrator to the XML autopilot. Also I have added aliases to the exponential filter so that it may be also called low-pass or lag and an alias to the noise-spike filter so

[Flightgear-devel] Mac build server

2013-07-27 Thread James Turner
The Mac build server is temporarily down since I'm in the process of moving home. It should be back tomorrow - the hardware is fine, I've just packed away a piece of kit I need to update its IP address to the Jenkins Master can find it. James

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-07-22 Thread James Turner
On 21 Jul 2013, at 13:45, Alan Teeder ajtee...@v-twin.org.uk wrote: What is the status of this on Windows 64 bit? Up until now I have kept with 32 bit builds on Windows due to the lack of a 64 bit version of libSvn. The replacement code is disabled by default on next, and 2.12 will

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-22 Thread James Turner
On 20 Jul 2013, at 15:06, Pat pat.callah...@gmail.com wrote: Eventually I'd like to have a maintainable version on each branch. What we have in fgmeta master and fgmeta 2.10.0 is script version 1.9.4 The one on 2.8.0 is even older, 1.31. None of these work, mostly because of the osg svn

Re: [Flightgear-devel] Bug#716834: libfltk1.3-dev: --ldflags should contain -ldl

2013-07-18 Thread James Turner
On 18 Jul 2013, at 02:28, Erik van het Hof h...@hofcom.nl wrote: Patches are git merge-requested on flightgear (#1572) and fgrun (#3). Thanks, will take a look. James -- See everything from the browser to the

Re: [Flightgear-devel] Download_and_compile.sh

2013-07-18 Thread James Turner
On 18 Jul 2013, at 12:45, Pat pat.callah...@gmail.com wrote: Francesco Brisa, the maintainer of download_and_compile.sh has not reviewed the changes so this remains on the tean repo for now. I'm using this version on a regular basis, but I need others to test this version and give

Re: [Flightgear-devel] FGRun improvements

2013-07-17 Thread James Turner
On 16 Jul 2013, at 21:46, Gijs de Rooy gijsr...@hotmail.com wrote: Anyone? Please... I'll apply it. James -- See everything from the browser to the database with AppDynamics Get end-to-end visibility with application

[Flightgear-devel] 2.12 is branched

2013-07-17 Thread James Turner
Hi, I've just created the release branches for FG, SG data (at Torsten's request, since he's on holiday in the wild, Internet-less north of Sweden). Hopefully I didn't screw anything up :) This means 'next' is open for unstable work, and that bug-fixes should be applied to both next release

Re: [Flightgear-devel] Changelog 2.12

2013-07-15 Thread James Turner
On 15 Jul 2013, at 00:45, Vivian Meazza vivian.mea...@lineone.net wrote: POI on the map are disabled in Windows (well they are here). Otherwise quite an impressive list. That's because of strange performance problems loading the file on Windows, which someone on a Windows box needs to

Re: [Flightgear-devel] some models updates available

2013-07-12 Thread James Turner
On 12 Jul 2013, at 14:40, Gijs de Rooy gijsr...@hotmail.com wrote: What I always do when I get update packages instead of merge requests is to delete the aircraft locally (not in Git) and then add the new package. That way you will clearly see all deleted files, renamed case-insensitive

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] some models updates available

2013-07-03 Thread James Turner
On 3 Jul 2013, at 22:58, Stuart Buchanan stuar...@gmail.com wrote: Thanks for spotting and sorting this out Gijs. My thanks especially, since it causes me terrible problems on Mac - git thinks my tree is always dirty, so I can't rebase, which I how I normally pull. If I had the script-fu I'd

Re: [Flightgear-devel] FG 2.12 RC Broken ?

2013-06-30 Thread James Turner
On 30 Jun 2013, at 19:26, Clement de l'Hamaide clem...@hotmail.fr wrote: For the record , the last development version is *OpenSceneGraph-3.1.5, released on 12th March 2013* at http://trac.openscenegraph.org/projects/osg/wiki/Downloads/DeveloperReleases For your information

Re: [Flightgear-devel] SimGear build fails

2013-06-27 Thread James Turner
On 26 Jun 2013, at 23:05, Thomas Geymayer tom...@gmail.com wrote: Thank you Alex! I've just commited your patch. Yes thank indeed Alex, it's a relief to know someone is keeping bleeding-edge OSG working, since the rate of change over there seems to be increasing (for the better)

Re: [Flightgear-devel] reminder: entering feature freeze now

2013-06-26 Thread James Turner
On 26 Jun 2013, at 08:42, Vivian Meazza vivian.mea...@lineone.net wrote: Makes sense to me, Yep, works for me too. James -- This SF.net email is sponsored by Windows: Build for Windows Store.

Re: [Flightgear-devel] reminder: entering feature freeze now

2013-06-26 Thread James Turner
On 25 Jun 2013, at 22:48, Stuart Buchanan stuar...@gmail.com wrote: Declaring that the Feb 2014 release will be 3.0 now will give everyone plenty of notice, and might encourage efforts to fix bugs in the next 6 months. I'm aware that my FG development time is more limited these days, and

Re: [Flightgear-devel] reminder: entering feature freeze now

2013-06-24 Thread James Turner
On 24 Jun 2013, at 07:53, Gijs de Rooy gijsr...@hotmail.com wrote: Wherever I mentioned 2.12, it was because that's the logical follow up on 2.10. If we didn't decide anything, we'd automatically end up with 2.12 instead of 3.0. That's all. I wouldn't worry too much about someone who's

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-21 Thread James Turner
On 11 Jun 2013, at 16:17, James Turner zakal...@mac.com wrote: I've pushed some code to Git, which will ultimately replace our use of libSvn, and hence simplify build and deployment, especially on Mac and Windows. This has an immediate benefit for end-users too: TerraSync will use pretty

Re: [Flightgear-devel] Scenery Terrain Object ignored at load

2013-06-20 Thread James Turner
On 20 Jun 2013, at 13:20, grtuxhangar team hohora...@gmail.com wrote: UNFORTUNATELY, right now, with recent FG GIt we can't use it. At FG load the new terrain ( it is an object ) is not recognized and the Aircraft is positioned on the original surface of the scenery which is under the

Re: [Flightgear-devel] Scenery Terrain Object ignored at load

2013-06-20 Thread James Turner
On 20 Jun 2013, at 14:44, grtuxhangar team hohora...@gmail.com wrote: We have a FG Git built working version which is Feb the 17, versus a next FG Git built version NOT working which is March the 20. Sorry we can't be more precise. Okay, that's still a good narrowing of possible

Re: [Flightgear-devel] reminder: entering feature freeze now

2013-06-20 Thread James Turner
On 20 Jun 2013, at 17:54, Stefan Seifert n...@detonation.org wrote: With an AMD Radeon HD 5670 using free radeon driver I've never seen performance of more than 15fps with Rembrandt and if I turn shadow details up so they don't look crappy I get about 3-4fps. And with a i3770K and a

Re: [Flightgear-devel] reminder: entering feature freeze now

2013-06-18 Thread James Turner
On 18 Jun 2013, at 09:38, Vivian Meazza vivian.mea...@lineone.net wrote: We still cannot select the Screenshot Directory from the gui. I think that all argues for 2.12. Hmm, that is 'just a bug' which will be fixed during the release cycle, I just keep forgetting about it since there's no

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread James Turner
On 17 Jun 2013, at 14:41, grtuxhangar team hohora...@gmail.com wrote: though not sure gps.cxx line 774 if (!_config.driveAutopilot() || !_defaultGPSMode) { _apDrivingFlag-setBoolValue(false); isn't it that strange ? _apDrivingFlag is ever set to false Yes, the problem is I

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-17 Thread James Turner
On 17 Jun 2013, at 15:41, grtuxhangar team hohora...@gmail.com wrote: If you refer to your last fix (yesterday) , it is not sufficient, since like said the /autopilot/settings/gps-driving-true-heading property is not set to true. No, I need to make further tweak this evening, don't worry

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-17 Thread James Turner
On 17 Jun 2013, at 21:25, Vivian Meazza vivian.mea...@lineone.net wrote: Haven't managed to get it to work for Win 7 64 bit either - still seems to want LIBSVN to build. Seems to be a cmake issue, but I'm not confident that I know how to fix this one. That's because I didn't yet remove the

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread James Turner
On 16 Jun 2013, at 13:09, grtuxhangar team hohora...@gmail.com wrote: For the record With FG Git : I cannot get working the autopilot with the route manager, we had an automatic update of the autopilot box , by getting a GPS button , when a way point was activated within the route

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread James Turner
On 16 Jun 2013, at 13:09, grtuxhangar team hohora...@gmail.com wrote: I cannot get working the autopilot with the route manager, we had an automatic update of the autopilot box , by getting a GPS button , when a way point was activated within the route manager. That feature is not longer

Re: [Flightgear-devel] Autopilot, Way point, GPS definitively broken ?

2013-06-16 Thread James Turner
On 16 Jun 2013, at 15:46, grtuxhangar team hohora...@gmail.com wrote: Both same place , same computer.. I've just pushed a fix to FlightGear, which fixes part of this for the Cub. Please test and let me know if things are improved! Regards,

[Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread James Turner
Hi all, Hyde has submitted a work-around for issue 772, which you can see here: https://gitorious.org/fg/flightgear/merge_requests/1572 He'd like this merged before the freeze (actually it's a fix so it can be merged afterwards, but still), I'd like to hear any opinions on if this is a

[Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread James Turner
Hi, I've pushed some code to Git, which will ultimately replace our use of libSvn, and hence simplify build and deployment, especially on Mac and Windows. This has an immediate benefit for end-users too: TerraSync will use pretty much half the disk space it currently does, since unlike a real

Re: [Flightgear-devel] TerraSync libSVN replacement testing

2013-06-11 Thread James Turner
On 11 Jun 2013, at 18:52, Anders Gidenstam anders-...@gidenstam.org wrote: I always use the separate terrasync binary since with it I only have to suffer the initial startup synchronization once per day - and not for each FG session. Will the separate terrasync binary use the new SVN

Re: [Flightgear-devel] Bug 772 (Yasim on ground)

2013-06-11 Thread James Turner
On 11 Jun 2013, at 22:01, Hyde Yamakawa h...@hyde-tech.com wrote: Hi, I'm a guy who submit that fix. I tested today without my fix, I noticed it's been fixed!! There still be the pulling power but it's controllable by steering now. I'm sorry to bother all of you but I didn't know it was

Re: [Flightgear-devel] Enabling JPEG factory causes fgfs/GIT to fail compiling

2013-06-11 Thread James Turner
On 11 Jun 2013, at 23:53, Roland Haeder rol...@mxchange.org wrote: please take a look at this: http://pastebin.com/sFMjmxXA The most important lines here are: -- /home/quix0r/fgfs/flightgear/src/Network/jpg-httpd.cxx: In member function ‘virtual bool

Re: [Flightgear-devel] Enabling JPEG factory causes fgfs/GIT to fail compiling

2013-06-11 Thread James Turner
On 12 Jun 2013, at 01:12, Roland Haeder rol...@mxchange.org wrote: That is maybe good to get noticed about it. And this is why I try to enable all features to check if they are okay or broken. :) Glad to help you out again. Well we already have the 'all-FDMs' build on Jenkins for that

Re: [Flightgear-devel] FlightGear voice communication

2013-06-09 Thread James Turner
On 8 Jun 2013, at 16:28, Clement de l'Hamaide clem...@hotmail.fr wrote: Hi all, With help from Geoff and James I've successfully added FGCom feature to FlightGear. And thanks the Clement for tackling this. 1) Simultaneous calls snip If someone want to expand IAXClient library in

Re: [Flightgear-devel] Base fgdata

2013-06-08 Thread James Turner
On 8 Jun 2013, at 02:28, Saikrishna Arcot saiarcot...@gmail.com wrote: Is it just me, or has the base fgdata package size increased since 2.10.0? Do you mean some substantial change in size? That might indicate a bug in the rsync rule which generates the base package. Some comparison of

Re: [Flightgear-devel] Windows Log file pipe/redirect

2013-06-06 Thread James Turner
On 6 Jun 2013, at 11:10, Alan Teeder ajtee...@v-twin.org.uk wrote: Has anything been changed in flightgear which could cause this to no longer work? The log file C:/Users/Alan/Appdata/Roaming/flightgear.org/fgfs.log unfortunately does not include the JSBSim output that I am interested

  1   2   3   4   5   6   7   8   9   10   >