]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2006-04-23 frohlichRevert a part of the past patch. It still does not...
2006-04-23 frohlichPigeon:
2006-04-23 frohlichApply multiplayer crash on exit fix from Pigeon
2006-04-19 mfranzVivian MEAZZA:
2006-04-18 fredbRestore line endings after goofing
2006-04-18 fredbIf it's a struct, it's not a class
2006-04-18 mfranz- work around plib bug that crashes fgfs if no airport...
2006-04-17 mfranz- make header not depend on *.cxx files (which would...
2006-04-17 mfranz- use guarded property pointers
2006-04-17 mfranzmake headers include headers they depend on, don't...
2006-04-17 mfranzmake headers include headers they depend on, don't...
2006-04-17 mfranzmake headers include headers they depend on, don't...
2006-04-15 mfranzaircraft are often in several state lists at the same...
2006-04-14 mfranzrename OBJECT_TAXI_SIGN to OBJECT_SIGN. This isn't...
2006-04-14 mfranzallow to not only set a general widget <color>, but...
2006-04-12 mfranzdefer occluder registration until the shadows subsytem...
2006-04-12 mfranzonly call occluder if the shadows were already initiali...
2006-04-09 ehofmanMake some variables accessable (public) so MIPSpro...
2006-04-09 fredbPigeon : save about 110Mb when the UIUC FDM is not...
2006-04-05 curtUpdates for v0.9.10
2006-04-03 mfranz<input> elements that are <live> always update their...
2006-04-02 fredbRevert last change
2006-04-02 fredbCorrect a typo
2006-04-01 fredbUnder Windows, set fg-home to My Documents, or whatever...
2006-04-01 frohlichModified Files:
2006-03-31 mfranz- use proper error output method
2006-03-31 mfranzsupport filtering to show only a subset of entries
2006-03-31 mfranzdialog-apply only applies (use dialog-update if you...
2006-03-31 mfranz- reduce timeout
2006-03-30 fredbDon't restore initial screen geometry because there...
2006-03-30 mfranzadd shadows to FGModelMgr managed models
2006-03-29 durkFix for an AIFlightPlan initialization problem in the...
2006-03-28 curtMarc Frajola:
2006-03-28 durkFix for a misplaced boolean assignment that caused...
2006-03-27 curtUpdateds for v0.9.10-pre3
2006-03-26 durkJust commenting out a few error print statements, which...
2006-03-26 durkBugfix in the ai initialization randomization procedure...
2006-03-26 mfranzever heard of SG_LOG?
2006-03-25 frohlichRemove unused variables
2006-03-25 frohlichMake the bo105 appear correct for multiplayers.
2006-03-25 mfranz- don't crash if user clicked "Apply" but hasn't select...
2006-03-25 mfranz- make aircraft list no longer stick out from its dialo...
2006-03-24 curtInitial revision.
2006-03-23 mfranz- set size, otherwise the widget doesn't expand to...
2006-03-23 mfranz- implement setSize(): We can't just use puObject:...
2006-03-23 curtAdditional fixes for new DME type codes.
2006-03-23 mfranz- abstract out box slider width (should probably be...
2006-03-23 mfranzmake puList actually useful: call back on list entry...
2006-03-23 mfranzmake puListBox inherit puList colors (otherwise the...
2006-03-23 curtPreparations for v0.9.10-pre2 release.
2006-03-23 mfranzVassilii KHACHATUROV: read rain settings from property...
2006-03-23 mfranzmake sure node pointers remain valid
2006-03-23 curtRemove COPYING (License file) from .cvsingore and add...
2006-03-22 mfranzdon't crash if model contains personality branch (sgLoa...
2006-03-22 ehofmanJon Berndt:
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...
next