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

2013-06-21 Thread grtuxhangar team
Hello, Quicker than i could plan (thanks to Saikrishna for the help) , i just found the following: When running GIT FG/SG at date 2013 Feb the 24 the terrain is right, we can land on a building and we can use the modified LFHU airport (by PAF) When running FG/SG at date 2013 Feb the 25 the

[Flightgear-devel] Scenery Terrain Object ignored at load

2013-06-20 Thread grtuxhangar team
Hello, With FG Git , we have lost a feature which was existing with FG 2.10. When an airport within the generic scenery is wrong, we may have to customize an Airport with some objects add on. mostly a new shape of the terrain ( runway) , which is positioned within the scenery

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 grtuxhangar team
I order to narrow the research, our system manager told me. 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. Ahmad On 20 June 2013 14:28, James Turner zakal...@mac.com wrote:

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] Scenery Terrain Object ignored at load

2013-06-20 Thread grtuxhangar team
I'll have some free time along the end of that week, i could try to build some versions. However, to get the Git content at a specific date , is beyond my expertise. What is the right git command. Thank Ahmad On 20 June 2013 15:53, James Turner zakal...@mac.com wrote: On 20 Jun 2013, at

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

2013-06-20 Thread grtuxhangar team
Hello, again my question Help What is the right git command line.? to get the git content at a specific date Ahmad On 20 June 2013 19:41, grtuxhangar team hohora...@gmail.com wrote: I'll have some free time along the end of that week, i could try to build some versions. However, to get

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

2013-06-20 Thread Saikrishna Arcot
Use git log --before -MM-DD --after -MM-DD to see the comment of the change, commit ID, and the date the change was made. You can leave out before or after switch if you want to. Then use the commit ID in git reset --hard commit_id. You only need the last 7 characters of the commit ID.

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

2013-06-20 Thread grtuxhangar team
Hello, Saikrishna Thanks. Ahmad On 21 June 2013 01:24, Saikrishna Arcot saiarcot...@gmail.com wrote: Use git log --before -MM-DD --after -MM-DD to see the comment of the change, commit ID, and the date the change was made. You can leave out before or after switch if you want to.