]> git.mxchange.org Git - flightgear.git/commit
Vivian MEAZZA:
authormfranz <mfranz>
Fri, 30 Mar 2007 22:51:52 +0000 (22:51 +0000)
committermfranz <mfranz>
Fri, 30 Mar 2007 22:51:52 +0000 (22:51 +0000)
commitbec023b43c8d3863a288227cf8432f884000f719
tree8ec31867ed22f36241af129cdb192eb62f788740
parentcaa83238b8b05195bb5394783d7192ba2a16c0c9
Vivian MEAZZA:

"""
"Flight plans" which can start at a given time (gmt)

WAITUNTIL tokens which pause the flight plans until a given time (gmt)

Submodels can now be attached to any AI objects (except submodels - it can
be done, but in my experimental code it's too expensive in frame rate atm)

"No-roll" attribute added to Ballistic objects - useful for wakes and the
like

"Random" attribute added to Ballistic objects (adds =- 5% to the Cd) -
useful for smoke, exhausts

If the <trigger> tag is not specified the Ballistic object/s will be
released at start-up (cannot be stopped)

Submodels are not released from AI Objects if the AI Object is more than 15
miles away.
"""

mf: minor code and formatting fixes; submodels.?xx were FUBAR and are thus
    astyle formatted;

    NOTE that <name> tags END, EOF, WAIT, WAITUNTIL are *depreciated*.
    Don't get too used to them. This will have to be moved from the "name"
    to regular engries.
src/AIModel/AIBallistic.cxx
src/AIModel/AIBallistic.hxx
src/AIModel/AIBase.cxx
src/AIModel/AIBase.hxx
src/AIModel/AIFlightPlan.cxx
src/AIModel/AIFlightPlan.hxx
src/AIModel/AIManager.hxx
src/AIModel/AIShip.cxx
src/AIModel/AIShip.hxx
src/AIModel/submodel.cxx
src/AIModel/submodel.hxx