]> git.mxchange.org Git - flightgear.git/commit
Implementation of ridge lift from Patrice Poly based on an algorithm of Ian Forster...
authortorsten <torsten>
Mon, 20 Apr 2009 14:20:05 +0000 (14:20 +0000)
committerTim Moore <timoore@redhat.com>
Fri, 1 May 2009 22:44:20 +0000 (00:44 +0200)
commit7e3531ef5cae0c0e9ac325de8712f3b67a3e5e5f
tree5d4bfc6c646f804f7af9c39c151f2b3a1d75e3ee
parent3bb6d99542c412b8143c539f2114fac03666410f
Implementation of ridge lift from Patrice Poly based on an algorithm of Ian Forster-Lewis
src/AIModel/AIManager.cxx
src/AIModel/AIManager.hxx
src/AIModel/AIThermal.cxx
src/AIModel/AIThermal.hxx
src/Environment/Makefile.am
src/Environment/environment.cxx
src/Environment/environment.hxx
src/Environment/environment_mgr.cxx
src/Environment/ridge_lift.cxx [new file with mode: 0644]
src/Environment/ridge_lift.hxx [new file with mode: 0644]
src/Main/fg_init.cxx