James Turner wrote:
> On 6 Sep 2012, at 09:54, Martin Spott wrote:
>> _But_ the same model is already available in the Scenery path:
>>
>> jive: 10:40:08 ~> ls -l
>> /export/share/FGScenery/Test/Models/Misc/entrepotblanc-ba.xml
>> -rw-r--r-- 1 martin user 946 6. Okt 2011
>> /export/share/FGSc
Am 07.09.12 20:51, schrieb Clement de l'Hamaide:
>
> Hi all,
>
> I'm the author of the bug report #858. Big thanks to ThrostenB to solved it.
>
> About 3D models loading, the change has been explained by Mathias here :
> http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg36498.h
Hi all,
I'm the author of the bug report #858. Big thanks to ThrostenB to solved it.
About 3D models loading, the change has been explained by Mathias here :
http://www.mail-archive.com/flightgear-devel@lists.sourceforge.net/msg36498.html
After this changes I have reported a problem here :
htt
On 6 Sep 2012, at 09:54, Martin Spott wrote:
> _But_ the same model is already available in the Scenery path:
>
> jive: 10:40:08 ~> ls -l
> /export/share/FGScenery/Test/Models/Misc/entrepotblanc-ba.xml
> -rw-r--r-- 1 martin user 946 6. Okt 2011
> /export/share/FGScenery/Test/Models/Misc/entr
ThorstenB wrote:
> I checked commit comments, but couldn't find anything related. Checked a
> bit closer now: my best _guess_ is, it's related to the following
> simgear change:
>
>> commit f1201eaebc3fbb8964e06b7ef158fd34a12901aa
>> Author: Mathias Froehlich
>> Date: Sat Aug 25 08:43:12 2012
On 5 Sep 2012, at 21:13, ThorstenB wrote:
> The XML reader relies on osgDB to resolve paths now. If
> osgDB::findDataFile cannot find the file, it returns "", in which case
> SGModelLib::findDataFile cannot search any additional directories.
> So, maybe osgDB::findDataFile doesn't know about ex
> I'm very suspicious of this - I don't think there's been any post 2.8 commit
> that could change such a core behaviour. (I don't read every single commit in
> detail, but I look at the summaries)
>
> The change is certainly valid, but I'd be much happier knowing why it worked
> before and what br
Turner
Sent: Wednesday, September 05, 2012 9:00 AM
To: FlightGear developers discussions
Subject: Re: [Flightgear-devel] [Flightgear-commitlogs] FlightGear branch,
next, updated. 1dbc2c83e5c0514b1a51eb0c2aee9f6dbe577492
On 4 Sep 2012, at 23:09, Flightgear-commitlogs wrote:
> com
On 4 Sep 2012, at 23:09, Flightgear-commitlogs wrote:
> commit 6745d27691039e2ce477b2e823dbae6c59bc5d00
> Author: ThorstenB
> Date: Tue Sep 4 23:57:25 2012 +0200
>
>#858: Fix loading issue with aircraft models in "--fg-aircraft" directories
>Something after FG 2.8.0 has broken loading
Hi,
On Wednesday, August 29, 2012 09:08:44 James Turner wrote:
> Nice work Mathias - much better decoupling of the AIModels from the scene.
> Thank you.
Thanks, it was independent of what you started. It just originates from moving
the bvh stuff to simgear core which could be solved like that ..
On 29 Aug 2012, at 06:09, Flightgear-commitlogs wrote:
> - Log -
> commit 26664aaff0e2f97db916909218d849b51636ccc0
> Author: Mathias Froehlich
> Date: Mon Aug 27 20:51:16 2012 +0200
>
>Push SGMaterial use into these classes th
Oops, probably a copy paste typo -- pasted one too many times or something.
Thanks for catching ...
On Thu, Jun 28, 2012 at 12:49 PM, Martin Spott wrote:
> Hi Curt,
>
> Flightgear-commitlogs wrote:
>
> > diff --git a/package/make-base-package.noarch.sh b/package/
> make-base-package.noarch.sh
>
Hi Curt,
Flightgear-commitlogs wrote:
> diff --git a/package/make-base-package.noarch.sh
> b/package/make-base-package.noarch.sh
> index bec5472..63e467c 100755
> --- a/package/make-base-package.noarch.sh
> +++ b/package/make-base-package.noarch.sh
> @@ -76,6 +76,8 @@ tar \
>data
James Turner wrote:
>
> On 5 May 2012, at 09:00, Martin Spott wrote:
>
>>> Ganael Laplanche: fix include dependencies for FreeBSD support
>>
>> Cool ! I'm checking the FreeBSD port almost every week, but until
>> recently it's still been at 2.4, looks like this will change soon :-)
>
> Yep,
On 5 May 2012, at 09:00, Martin Spott wrote:
>> Ganael Laplanche: fix include dependencies for FreeBSD support
>
> Cool ! I'm checking the FreeBSD port almost every week, but until
> recently it's still been at 2.4, looks like this will change soon :-)
Yep, if any CMake assistance is requir
Flightgear-commitlogs wrote:
> The branch, next has been updated
>
> - Log -
> commit b9260f543b8dae06c6a80b12c930e367805f34c4
> Author: ThorstenB
> Date: Sat May 5 01:08:20 2012 +0200
>
>Ganael Laplanche: fix include dependenc
On 3 Jan 2012, at 23:09, Flightgear-commitlogs wrote:
>#561: keep magnetic heading within limits when mag-variation is negative
>Thanks to Hyde!
>
> double magheading;
> magheading = fgGetDouble("/orientation/heading-deg") - getMagVar();
> - if (magheading < 0) magheading += 360;
>
>
> Is this the one which was causing the 'rabbits' at EHLE ?
>
Nope, this one was "just" causing aircraft that landed at an airport without a
ground network to taxi to the end of the world (or better the beginning:
lat/lon 0.00; 0.00). What you're referring to is -I assume- the incrorrect
gr
Flightgear-commitlogs wrote:
> commit 0905b4f36781c057b0c17b5af2c9ccfd72cf0fcd
> Author: Durk Talsma
> Date: Sat Nov 12 18:40:23 2011 +0100
>
>Fixing an age old bug. AIAircraft arriving on an airport never
> received a proper gateId, causing them to taxi to the end of the
> world and beyond
On 11 Oct 2011, at 21:09, Flightgear-commitlogs wrote:
>Reduce AI/MP lags when removing models
>Move load of removing OSG objects to the OSG pager thread
Excellent, nice work Thorsten.
(Thread-safety for the win :)
James
--
On 29 Dec 2010, at 19:14, Flightgear-commitlogs wrote:
>More fixes to the ATCDCL & ATC compilation
>
>Rename ATC/atis.[ch]xx to ATC/atis_mgr.[ch]xx, to avoid confusingly
>having 2 atis.cxx and 2 atis.hxx in the source tree. Also fix a copy
>and paste error in src/ATCDCL/CMakeLis
On Tue, 2010-11-30 at 14:03 +, James Turner wrote:
> On 30 Nov 2010, at 13:14, Flightgear-commitlogs wrote:
> >PAtch by Andreas Gaeb to eliminate NaN's in the location code
>
> Erik, can you talk a little about what this patch fixes? I can read the
> description, and it sounds really grea
On 30 Nov 2010, at 13:14, Flightgear-commitlogs wrote:
> commit c44948041b9356c9d16acc2d888de109bf7866e7
> Author: Erik Hofman
> Date: Mon Nov 29 09:57:45 2010 +0100
>
>PAtch by Andreas Gaeb to eliminate NaN's in the location code
Erik, can you talk a little about what this patch fixes? I
23 matches
Mail list logo