Re: [Flightgear-devel] commit 75087095b132ec7a42e14000c7c8b3b09147d720

2012-07-25 Thread Alexis Bory
Le 22/07/2012 14:58, Mathias Fröhlich a écrit :
 The mentioned commit breaks  scenegraph picking. For reference take
  the c172 door handle that opens the dor but never closes it anymore.
  Well, except you click at the position where the untransformed door
  handle would be.

Quite annoying when you want to work on panels pick animations :-)

While taking the time to fix that or find a solution so FG got the best 
from the optimisations, could it be possible to have some guide line to 
revert on our local git only the necessary commits, so we can continue 
the work on the instruments and use the other latest developments ?

Alexis (xiii)



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel


Re: [Flightgear-devel] commit 75087095b132ec7a42e14000c7c8b3b09147d720

2012-07-25 Thread Christian Schmitt
Alexis Bory wrote:

 While taking the time to fix that or find a solution so FG got the best
 from the optimisations, could it be possible to have some guide line to
 revert on our local git only the necessary commits, so we can continue
 the work on the instruments and use the other latest developments ?
 
 Alexis (xiii)

Sure, what about this:

git checkout -b revert-tim-change
git revert 75087095b132ec

Now you work on the revert-tim-change branch until the fix is committed. 
Then you just switch back to next and delete the revert branch.

Cheers
Chris

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
Flightgear-devel mailing list
Flightgear-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/flightgear-devel