]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2006-03-22 mfranzpuList.cxx: _list_box->getIntegerValue() returns -1...
2006-03-21 daveluffThis innocuous looking typo was crashing the sim whenev...
2006-03-21 fredbAdd an icon to the FlightGear Wiki, and a name to the...
2006-03-21 curtsetup files for various versions.
2006-03-21 curtPreparations for first v0.9.10 prerelease.
2006-03-21 curtAdd fuel pressure.
2006-03-21 curtUpdates to base package file selection.
2006-03-21 curtAdd changes from the 'data' tree.
2006-03-21 mfranzbetter name for listener property
2006-03-21 mfranzraise signal to listeners when a whole coordinate set...
2006-03-21 fredbMore sanity checks
2006-03-21 fredbAdd sanity check on option parameter
2006-03-21 curtFirst stab at a 0.9.10 changelog.
2006-03-21 curtTweak.
2006-03-20 ehofmanFix 3d tables.
2006-03-20 frohlichRemove unused variable
2006-03-20 mfranzfix old bug: remove the models from where they were...
2006-03-20 mfranz- remove unused ssgSelector
2006-03-20 mfranzallow to add models at runtime
2006-03-20 mfranzdon't abort() only because one model wasn't found....
2006-03-20 mfranzuse guarded pointers
2006-03-20 mfranzextract loop body into separate function to later allow...
2006-03-20 mfranza bool isn't safe enough here, but a mutex shouldn...
2006-03-20 mfranz- disallow listener re-entry to prevent crash/runaway...
2006-03-19 durkBugfixes and feature improvements related to AI auto...
2006-03-19 mfranzcreate /sim/gui if it doesn't exist
2006-03-18 mfranzVivian MEAZZA & Mathias FROEHLICH:
2006-03-18 curtSmall gcc-4.1 patch.
2006-03-18 frohlichInitialize uninitialized variable
2006-03-15 andyAdd a (commented out) line enabling the "bits" library...
2006-03-15 andyAdd the I/O library, but comment it out until we figure...
2006-03-15 mfranzonly evaluate click-on-terrain on left mouse button...
2006-03-14 mfranzadd missing break :-)
2006-03-14 mfranzclose Aircraft/ dir after scanning for *-set.xml files
2006-03-13 daveluffImplement the settable timer on the CAL3 page
2006-03-13 daveluffTypo in the comments
2006-03-13 curtAdd a comment to explain the exported glide slope value.
2006-03-13 mfranzclose Nasal/ dir after reading *.nas files
2006-03-13 andyMissing initializer. Kraehe's machine was crashing...
2006-03-13 ehofmanSync. w. JSBSim CVS.
2006-03-12 daveluffHelipads don't have a number per end, so don't attempt...
2006-03-11 durkBugfix: Non-existent AIModels could trigger a request...
2006-03-11 mfranzdon't allow others to delete our property node
2006-03-11 mfranzmake max speed configurable (/engines/engine/speed...
2006-03-10 andyWhile I had the valgrind rig set up, I took the opportu...
2006-03-10 fredbMSVC fix : Compile again
2006-03-10 andyFix an uninitialized data condition that crept in durin...
2006-03-10 andyWhen we are asked to produce no force on a Surface...
2006-03-10 mfranzalways make some property string values upper case
2006-03-10 frohlichWe need to flush all pending mouse move events past...
2006-03-10 davidRecognize standalone DMEs (type 13 in Robin's list).
2006-03-09 mfranzmove gui styles from /sim/gui[n] to /sim/gui/style...
2006-03-09 mfranz--warnings
2006-03-09 mfranz- allow multiple spaces in the environment variable
2006-03-09 mfranzadd alert message
2006-03-09 mfranzcheck if the "nasal" subsystem is still there, and...
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-09 mfranzremove leftover #include; changed comment
2006-03-09 mfranzNasalSys.[ch]xx:
2006-03-08 mfranzremove useless test
2006-03-08 mfranzcrashfix: handleCommand() is called from other modules...
2006-03-08 ehofmanAdd the builddir to the list of include directories...
2006-03-08 mfranzadd support for <nasal> blocks <open> and <close> in...
2006-03-08 mfranzadd deleteModule() method
2006-03-07 mfranzJean-Yves Lefort: fix "crash" on exit
2006-03-06 curtLFS Glass cockpit interface (allows development indepen...
2006-03-05 daveluffSelecting an approach from the active waypoint page...
2006-03-05 daveluffReduce console output
2006-03-05 daveluffAdd the MAXNI IAF to the C83 approach, and add a few...
2006-03-04 mfranzwarning--
2006-03-04 mfranzcompile!
2006-03-04 fredbJean-Yves Lefort :
2006-03-04 ehofmanMathias Fröhlich:
2006-03-04 durkImproved selection of active runway (currently AI traff...
2006-03-03 mfranzimprove error message: if festival doesn't seem to...
2006-03-03 ehofmanMathias Fröhlich:
2006-03-02 fredbRemove a useless and harmful statement : MSVC complains...
2006-03-02 andyFrom Vivian: change default up/down angles on the Launc...
2006-03-02 mfranzlet removelistener() return the number of remaining...
2006-03-01 andyFixes a bugs in the handling of the holdback mount...
2006-03-01 mfranzwork better with interpolated brakes
2006-03-01 andyUninitialized member variable. Default to "turbocharge...
2006-03-01 andyForgot to hook up the WASTEGATE control. Also, fix...
2006-03-01 mfranzbackspace accelerator
2006-02-28 andyOops, forgot the hooks to the configuration.
2006-02-28 mfranz- assign unique id to listeners
2006-02-27 andyInspired by a patch from Vivian, this adds a settable...
2006-02-27 ehofmanSyn.c w. JSBSim.
2006-02-27 davidChange from Dave Perry:
2006-02-26 davidAllow YASim flight models to override the hard-coded...
2006-02-23 durkBugfix: variable fp was deleted in both AIBase::~AIBase...
2006-02-23 mfranzmake abortion more efficient ;-)
2006-02-23 mfranzcatch string exceptions
2006-02-22 daveluffRecent SimGear changes seem to require more additions...
2006-02-22 daveluffOops - I think I introduced some dos line endings ...
2006-02-22 daveluffA couple of hacks to fix cygwin compilation. These...
2006-02-22 mfranzStuart BUCHANAN:
2006-02-21 mfranzdisable old ATC display. This is now done via screen...
2006-02-21 mfranznew FSF address (see http://www.gnu.org/licenses/gpl...
next