]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2003-01-29 curtInitial revisions.
2003-01-29 davidREADME for src/Systems/
2003-01-29 davidConverted to a simple FGSubsystemGroup.
2003-01-29 davidRemoved unneeded inclusion of std::vector.
2003-01-29 davidAdded a README for the src/Instrumentation/ directory.
2003-01-29 davidAdded a README for the src/Cockpit/ directory.
2003-01-29 davidRemoved the old FGSteam module from FlightGear.
2003-01-27 tonyRemoving files already removed from JSBSim CVS.
2003-01-27 davidCorrect old-reinit_dialog to old-reinit-dialog.
2003-01-26 davidMake the indicator a little less jumpy.
2003-01-26 davidAdd serviceable property.
2003-01-26 davidIf the gyro becomes unserviceable, stop spinning immedi...
2003-01-26 davidMake serviceable property writable.
2003-01-26 davidSwitch to opaque dialogs and menu (with a heavy heart).
2003-01-26 davidUse new magnetic compass property.
2003-01-26 davidAdded magnetic compass instrument.
2003-01-26 davidRenamed /velocities/side-slip-rad to /orientation/side...
2003-01-26 curtOutput target navaid radial to external gui so it can...
2003-01-25 davidKludge in a /systems/electrical/serviceable master...
2003-01-25 davidImprove spindown when the gyro fails.
2003-01-25 davidAdded support for the slip-skid ball.
2003-01-25 curtRefactored some of the navlist code and removed the...
2003-01-25 davidAdded a Gyro helper class to factor out some common...
2003-01-25 davidRemove redundant rate properties recently added.
2003-01-25 davidPublish properties for accelerations and rates.
2003-01-24 curtInitial revision.
2003-01-24 tonyLatest JSBSim updates, including use of new "JSBSim...
2003-01-24 davidChanged 'exit' command to quit immediately, rather...
2003-01-24 davidRemove old-preset-* commands; replaced with a general...
2003-01-24 davidNo longer recursively search $FG_ROOT/gui/dialogs/...
2003-01-23 curtFreeBSD pthread fix.
2003-01-22 curtAdd a "signed" distance to the GS transmitter. When...
2003-01-22 curtUpdated Jon Berndt's entry.
2003-01-21 davidRemove another deprecated command, and fix things up...
2003-01-21 davidAdded support for reinit(), to reload the configuration...
2003-01-21 davidFixed iteration bug in destructor.
2003-01-21 davidRemoved need to specify 'type' property at the top...
2003-01-21 davidMake fgLoadProps more flexible, to read from $FG_ROOT...
2003-01-21 davidAdded reinit, suspend, and resume commands.
2003-01-20 davidBasic information for creating menus and dialogs in...
2003-01-20 davidChange GUI method names.
2003-01-20 davidRename some methods to be more intuitive, add a close...
2003-01-20 davidFix memory leaks (PUI doesn't make copies of lists...
2003-01-20 davidAdd more documentation comments.
2003-01-20 davidAdd new object types "slider" and "dial".
2003-01-20 davidMake sure the gust wind speed is never less than the...
2003-01-20 curtFix a potential buffer overflow.
2003-01-20 curtTweaks to protocol names to match recent changes in...
2003-01-19 davidMake some allowances for a dialog closing in the middle...
2003-01-19 davidGo back to the simpler arrangement syntax of a map...
2003-01-19 davidMajor overhaul by Frederic Bouvier to make options...
2003-01-19 daveluffMemory allocation bugfix from Frederic Bouvier, plus...
2003-01-19 davidDo an update after apply to see what really got into...
2003-01-19 davidAdd support for a "checkbox" dialog widget (for boolean...
2003-01-19 davidUse a pointer for the bindings vector to try to work...
2003-01-19 davidChanged return type of fireItem to void.
2003-01-19 davidUse FGGlobals::get_fg_root instead of looking up the...
2003-01-18 davidRemoved a couple of the deprecated dialogs, and removed...
2003-01-18 davidAdded the property-cycle command.
2003-01-18 davidRemove the old built-in bindings for F8 and F10 (they...
2003-01-18 davidTie the bool property /sim/menubar/visibility to hide...
2003-01-18 davidKeep track of the visible/hidden state more robustly.
2003-01-18 davidSimplify looking up the GUI subsystem.
2003-01-18 curtMake the destructor virtual.
2003-01-18 curtMore updates to refine the output data to make it more...
2003-01-18 davidChange the default to the new XML-configured menubar...
2003-01-18 davidAdd in some temporary commands to get at the old, hard...
2003-01-18 davidDo late, lazy binding of commands from the command...
2003-01-18 davidRenamed GUIWidget to FGDialog.
2003-01-18 davidInclude fg_props.hxx to get definition of FGConditional.
2003-01-18 davidUnbundle dialog-box support from the top-level GUI...
2003-01-17 curtOops we tweaked the preset_commit command name, let...
2003-01-17 davidDo not require libScripting.a unless PSL is available.
2003-01-17 daveluffSlight change to some STL stuff that was breaking MSVC6
2003-01-17 curtConvert distance to touch down point to nm.
2003-01-17 davidMake all PSL support conditional, because it's not...
2003-01-17 davidIgnore more stuff.
2003-01-17 curtAllow network byte order conversion to be conditionally...
2003-01-16 curtUpdates to the net_gui code that can spit out updated...
2003-01-16 davidStarted a new FGMenuBar class to handle a different...
2003-01-16 davidAdded a run_inline method that automatically wraps...
2003-01-16 davidSimplify subsystem handling through FGGlobals.
2003-01-16 davidBroadcast suspend/resume/reinit through the manager...
2003-01-15 curtRenamed mini_fdm to native_gui which makes a lot more...
2003-01-13 daveluffFix compilation bug that only occurred when compiled...
2003-01-13 curtAdded velocity and climb_rate to mini_fdm structure.
2003-01-12 curtUpdate to the Mini FDM network protocal (mostly renamin...
2003-01-12 curtAdded a "mini fdm" output. This could (for example...
2003-01-12 curtConsolidate and clean up some of the FDM network interf...
2003-01-12 curt#ifdef out a bit more code that could cause compile...
2003-01-11 davidAdded simple proof-of-concept support for running PSL...
2003-01-11 davidRemoved #ifdef FG_PLIB_JOYSTICK_GETNAME -- it's in...
2003-01-10 curtExternalNet -> Updated to not repeat code from native_c...
2003-01-10 curtOops, a bit more clean up.
2003-01-10 curtUpdated to support all the fields in net_ctrls.hxx
2003-01-10 curtRename a variable so we don't have to rely on scoping...
2003-01-07 daveluffStart the ATIS recorded message at a random position...
2003-01-07 daveluffSearch ATC frequencies with both comm1 and 2 instead...
2003-01-06 curtOops missed some more usage of opengl extensions that...
2003-01-06 curtSet SO_REUSEADDR on incoming UDP socket so other proces...
next