]> git.mxchange.org Git - flightgear.git/commit
YASim: implement a versioning system
authorTorsten Dreyer <torsten@t3r.de>
Sun, 20 Apr 2014 18:58:12 +0000 (20:58 +0200)
committerTorsten Dreyer <torsten@t3r.de>
Sun, 20 Apr 2014 18:58:12 +0000 (20:58 +0200)
commit4e89d05fb436eb1a419d1c305c071b04918eb48f
tree1acc695d16e85819ff4fe0c2172475708d5ddeb8
parentb3c7cb7c151858ef79f9371a29be49915e5d3803
YASim: implement a versioning system

user attribute "version" of the airplane element of the YASim config file
to define the version this config uses.
Example:
<airplane mass="1344" version="YASIM_VERSION_CURRENT">

Initially, the following can be used:
YASIM_VERSION_ORIGINAL - The original version of YASim as implemented up to
                         FlightGear 3.0.0
YASIM_VERSION_32 - The version of YASim implemented in FlightGear 3.2.x
                   (and the development version 3.1.x)
YASIM_VERSION_CURRENT - The current and latest version of YASim.
src/FDM/YASim/Airplane.cpp
src/FDM/YASim/Airplane.hpp
src/FDM/YASim/CMakeLists.txt
src/FDM/YASim/FGFDM.cpp
src/FDM/YASim/FGFDM.hpp
src/FDM/YASim/Surface.cpp
src/FDM/YASim/Surface.hpp
src/FDM/YASim/Version.cpp [new file with mode: 0644]
src/FDM/YASim/Version.hpp [new file with mode: 0644]
src/FDM/YASim/Wing.cpp
src/FDM/YASim/Wing.hpp