]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2007-11-09 frohlichMove some values exclusively used by LaRCsim to LaRCsim
2007-11-07 mfranzdon't overwrite rudder position with nose wheel position
2007-11-07 mfranzmainloop: move event_mgr and viewmgr updated before...
2007-11-06 mfranzmove event_mgr and view_mgr bundle right before the...
2007-11-06 mfranzchange update order to fdm -> events -> viewmanager
2007-11-05 mfranzrevert swapping of x & y offsets in "lookat" mode
2007-11-03 mfranzCsaba HALASZ: fix IVSI instrument problem
2007-11-03 mfranzsorting nodes -> don't use shared pointer
2007-11-02 curtAdd a --vehicle= option which is a synonym for --aircra...
2007-10-27 mfranzsort entries alphabetically (consistent with property...
2007-10-27 mfranztry to fix yet another crash bug (don't worry, there...
2007-10-27 mfranzre-active commented out "delete". Doesn't seem to crash...
2007-10-27 mfranzunescape \a and \b as well
2007-10-27 mfranzmake sure snprintf() buffer is terminated
2007-10-24 andyFix memory leak introduced when we stopped using _conte...
2007-10-22 mfranzdon't initialize iterator twice
2007-10-22 mfranzfix license (Public Domain)
2007-10-21 mfranzgetAttribute(): s/refcount/references/
2007-10-20 durkUse SGSharedPointer instead of the ssgSharedPointer...
2007-10-20 mfranzmake node.getAttribute("refcount") return the SGSharedP...
2007-10-20 durkMiscellaneous tweaks and Bugfixes. Mostly memory leaks...
2007-10-18 mfranz- airportinfo(): don't bark when no airport was found...
2007-10-16 mfranz- listener: re-order and change callback function args...
2007-10-16 mfranz- use refcounted node pointers, so that no subsystem...
2007-10-16 mfranzgive FDMs one update cycle time before setting the...
2007-10-15 mfranz(depreciated) cmdarg() should return _node, not parent
2007-10-15 mfranz- add argc/argv arguments to FGNasalSys::call
2007-10-14 mfranzrevert meaning of third, optional argument, and add...
2007-10-14 mfranzfix off-by-one bug for airport type handling
2007-10-14 mfranzairportinfo(): add possibility to search for next airpo...
2007-10-12 mfranz- make weighting factors for search function with targe...
2007-10-12 mfranzadd new listener type: setlistner(<prop>, <func...
2007-10-12 mfranzfix another creative char[] == "" comparison
2007-10-11 mfranzignore strange 00 entry in apt.dat.gz as committed...
2007-10-11 mfranzcleaner & faster (don't use STL functions ::size()...
2007-10-11 mfranzprevent endless loop. The new awy.dat.gz has entries...
2007-10-11 mfranzmake that __MWERKS__ :-}
2007-10-11 mfranzMake sure the __MWERKS__ test can't go unnoticed. It...
2007-10-11 mfranzsetprop(): make sure return value is always set
2007-10-11 mfranzrename FGAirportSearchFilter::acceptable() -> ::pass()
2007-10-11 mfranzdon't write past array bounds
2007-10-10 mfranzJSB: "Fixed uninitialized variables; patch by Anders...
2007-10-10 mfranzsetprop(): report error on writing to unwritable property
2007-10-10 mfranzchecking the brutal way whether the 41 ugly __MWERKS__...
2007-10-07 mfranzsave some startup parameters under /sim/startup/options...
2007-10-07 mfranzbetter check all runways, not just the first one :-)
2007-10-06 mfranzvery funny ... mes is a char*! :-}
2007-10-05 mfranzuse airport search filter to only search for "regular...
2007-10-05 mfranz- make FGAirport::search() more versatile, so that...
2007-10-05 mfranzfix another victim of the new runway search method
2007-10-05 mfranz- rename dynamics to _dynamics for consistency reasons
2007-10-04 mfranzrevert pitch/roll change (caused problems on reset...
2007-10-04 timooreMake comparisons against OSG version less flakey
2007-10-04 mfranzminor fix to please (other) pedants :-)
2007-10-04 mfranznever add an untested "harmless" one-liner before commi...
2007-10-04 mfranzon't hardcode heading-deg to 270 (and pitch-deg to...
2007-10-04 mfranz- if no heading preset was given (>=9999), use wind...
2007-10-04 mfranzwhen searching for the runway best matching a target...
2007-10-03 mfranzstop runway searching when the first airport id doesn...
2007-10-02 curtFix a typo introduced when supporting faster than integ...
2007-10-02 mfranzadd thresholds and stopways
2007-10-02 durkFix tiny memory leak, as reported by Valgrind.
2007-10-02 mfranzforgot to consider the Liberia--Burma--U.S.A problem
2007-10-02 mfranzadd airportinfo() function, which returns airport/runwa...
2007-10-01 mfranzif a local (ai/mp) root node is given, append it to...
2007-09-30 mfranzdegrade FGNasalModelData log message from SG_ALERT...
2007-09-30 mfranzdon't draw minor ticks where major ticks are to be...
2007-09-29 mfranzTransfer a variant index of type integer. What the...
2007-09-28 mfranz... and keep the "groundradar" update rate :-)
2007-09-28 mfranzadd instrument name & index to subsystem name id
2007-09-23 timooreFix for runway search glitch
2007-09-10 timooreAdded copyright to ground radar files
2007-09-09 timooreGround radar and tower control panel for ATC.
2007-09-09 timooreChange tower location to an SGGeod. Include taxiways...
2007-09-09 timooreAdd an autohide property for the 2D panel.
2007-09-05 andyrevert accidental checkin
2007-09-05 andyRon Jensen: extend atmosphere tables to match environme...
2007-09-01 durkCreated a simple README.OSG, added some basic build...
2007-09-01 durkAdd a check for OpenSceneGraph.
2007-09-01 durkDocumentation fixes: Updated the contents of README...
2007-08-31 timooreCorrected atmosphere data, extended above 62000ft
2007-08-27 andyvivian: add misc. MP properties
2007-08-20 timooreHandle scroll wheel events in osgViewer version
2007-08-19 timooreosgviewer mouse warp fixes
2007-08-18 timooreReally implement fgWarpMouse for osgviewer
2007-08-18 durkHarald Johnsen: Change directory exists() logic to...
2007-08-15 timooreFix for weather interpolation problem from Anders Gidenstam
2007-08-13 timooreFix test for osg::Viewer.setUpdateVisitor
2007-08-12 timooreCompilation fix for OSG 2.1.4
2007-08-12 fredbUpdate MSVC 7.1 projects
2007-08-12 fredbWin32 fix and add a reminder in an unfinished function
2007-08-08 durk- Ground network XML parsing code reads the new attribu...
2007-08-07 frohlichModified Files:
2007-08-03 mfranzprevent multiple loading of one and the same scenario
2007-08-03 mfranzStuart BUCHANAN:
2007-08-01 mfranzVivian MEAZZA: fix subsubmodels
2007-07-31 andyMaik: Use exact calculation instead of 1st order approx...
2007-07-29 timooreLoad BTG files through the osgDB::Registry
2007-07-29 mfranzuse correct example output
2007-07-29 mfranzimprove XML example
next