]> git.mxchange.org Git - flightgear.git/history - src/AIModel
Don't restore initial screen geometry because there is nothing in fg_os* to resize...
[flightgear.git] / src / AIModel /
2006-03-29 durkFix for an AIFlightPlan initialization problem in the...
2006-03-26 durkJust commenting out a few error print statements, which...
2006-03-26 durkBugfix in the ai initialization randomization procedure...
2006-03-19 durkBugfixes and feature improvements related to AI auto...
2006-03-18 mfranzVivian MEAZZA & Mathias FROEHLICH:
2006-03-11 durkBugfix: Non-existent AIModels could trigger a request...
2006-03-09 mfranzI take that back. This doesn't work yet. :-)
2006-03-09 mfranzadd <load>/<unload> support to AI models, including...
2006-03-04 ehofmanMathias Fröhlich:
2006-02-23 durkBugfix: variable fp was deleted in both AIBase::~AIBase...
2006-02-21 mfranznew FSF address
2006-02-19 ehofmanMathias Fröhlich:
2006-02-18 fredbAdd missing include files needed by the new math code...
2006-02-17 ehofmanMathias Fröhlich:
2006-02-11 ehofmanRemove empty files.
2006-02-11 ehofmanMathias Froehlich:
2006-02-09 ehofmanVivian Meazza:
2006-02-08 ehofmanMathias Fröhlich:
2006-01-30 mfranzVivian MEAZZA:
2006-01-30 ehofmanDurk Talsma:
2005-12-30 ehofmanOlaf Flebbe: Make sure the model gets deleted when...
2005-12-29 ehofmanDurk Talsma, Olaf Flebbe & Mathias Fröhlich:
2005-12-08 mfranz- fix typos
2005-11-29 mfranzVivian MEAZZA:
2005-11-28 mfranzban not so informative message
2005-11-27 ehofmanMathias Fröhlich:
2005-11-16 ehofmanDavid Culp:
2005-10-30 mfranzHarald JOHNSEN:
2005-10-26 ehofmanAlex Romosan:
2005-10-25 ehofmanAlex Romosan:
2005-10-22 mfranzthis may be informative on first sight, but not when...
2005-10-18 ehofmanDurk Talsma:
2005-10-18 mfranzMathias Froehlich: fix refcounting problem that caused...
2005-10-15 ehofmanDon't use the this pointer for referencing the AIModels...
2005-10-15 ehofmanMathias Fröhlich:
2005-10-06 ehofmanMartin Spott: Use standardized Sun directive.
2005-10-01 ehofmanVivian Meazza:
2005-09-05 ehofmanMathias Fröhölöiööhlich:
2005-08-18 ehofmanMSVC fix.
2005-08-16 ehofmanVivian Meazza:
2005-08-14 ehofmanMathias Fröhlich:
2005-07-24 ehofmanHarald JOHNSEN:
2005-07-13 ehofmanMathias Fröhlich:
2005-07-03 ehofmanMathias Fröhlich:
2005-06-30 mfranz- replace one SGPropertyNode* by SGPropertyNode_ptr...
2005-06-04 ehofmanDavid Culp:
2005-05-22 ehofmanMSVC fix.
2005-05-16 ehofmanDavid Culp:
2005-05-07 ehofmanSolaris fixes
2005-05-02 ehofmanAdd lightning support from David Culp.
2005-04-29 ehofmanMathias:
2005-04-19 ehofmanDavid Culp:
2005-03-31 ehofmanMelchior FRANZ:
2005-03-19 ehofmanMathias Fröhlich:
2005-02-24 ehofmanVivian Meazza:
2005-02-18 ehofmanMSVC (warning) fixes.
2005-02-10 ehofmanDurk Talsma:
2004-12-27 ehofmanDurk Talsma:
2004-12-27 ehofmanMathias Fröhlich:
2004-12-27 ehofmanRemove some stale cout commands.
2004-12-22 curtReplace the data/Airports/basic.dat.gz and data/Airport...
2004-12-18 ehofmanMathias Fröhlich:
2004-12-05 ehofmanMSVC fix
2004-11-30 ehofmanVivian Meazza:
2004-11-29 ehofmanDurk Talsma:
2004-11-26 ehofmanMathias Fröhlich:
2004-11-19 ehofmanMathias Fröhlich:
2004-11-16 ehofmanRemove some changes I had put in to make it compile...
2004-11-16 ehofmancommit some pending updates from Vivian
2004-11-13 ehofmanVivian Meazza:
2004-11-07 ehofmanDavid Culp:
2004-10-28 ehofmanMove the submodels from the /systems proprty subtree...
2004-10-28 ehofmanDavid Culp:
2004-10-28 ehofmanVivian Meazza:
2004-10-22 ehofmanMove the submodels code from the Systems manager into...
2004-10-21 ehofmanComment out the unalias code also.
2004-10-21 ehofmanFrederic Bouvier:
2004-10-14 ehofmanIt's usually not a good idea to assign a const char...
2004-10-02 ehofmanMove the calculations of Mach to the base class.
2004-10-02 ehofmanAdd the Mach vaiable.
2004-10-02 ehofmanVivian Meazza:
2004-09-27 ehofmanVivian Meazza:
2004-09-23 ehofmanMake the scenerio's work again (now for real) and a...
2004-09-23 ehofmanDon't forget to unbind() before deleting the class.
2004-09-23 ehofmanMSVC fixes.
2004-09-22 ehofmanVivian Meazza:
2004-09-22 ehofmanMake the scenarios work again.
2004-09-22 ehofmanfix a segmentation fault situation that is exposed...
2004-09-22 ehofmanVivian Meazza:
2004-09-20 ehofmanFix a small number of potential problems.
2004-09-17 ehofmanVivian Meazza:
2004-09-14 ehofmanVivan Meazza:
2004-09-08 ehofmanMake sure the pointer is not being used after deletion...
2004-09-08 ehofmanRearrange ID related code. The (this) pointer is now...
2004-09-07 ehofmanInternally keep track of the number of models per type...
2004-09-07 ehofmanMake use of a pointer to a structure to pass multiple...
2004-09-05 ehofmanVivian Meazza:
2004-09-01 ehofmanVivian Meazza:
2004-08-30 ehofmanTie the count into the property tree instead of using...
2004-08-30 ehofmanDavid Culp: Here are small changes that allow one to...
next