2003-02-06 |
david | The switch position was screwed up -- 2 means "hold...
|
commit | commitdiff | tree |
2003-02-06 |
david | Use the property /sim/sound/voice to disable voice...
|
commit | commitdiff | tree |
2003-02-05 |
david | GUI style changes suggested by Erik Hofman and Curtis...
|
commit | commitdiff | tree |
2003-02-05 |
david | Patches from Johan Walles:
|
commit | commitdiff | tree |
2003-02-01 |
david | Minor logging changes.
|
commit | commitdiff | tree |
2003-01-29 |
david | Add support for numerals as well as letters in Morse...
|
commit | commitdiff | tree |
2003-01-29 |
david | README for src/Systems/
|
commit | commitdiff | tree |
2003-01-29 |
david | Converted to a simple FGSubsystemGroup.
|
commit | commitdiff | tree |
2003-01-29 |
david | Removed unneeded inclusion of std::vector.
|
commit | commitdiff | tree |
2003-01-29 |
david | Added a README for the src/Instrumentation/ directory.
|
commit | commitdiff | tree |
2003-01-29 |
david | Added a README for the src/Cockpit/ directory.
|
commit | commitdiff | tree |
2003-01-29 |
david | Removed the old FGSteam module from FlightGear.
|
commit | commitdiff | tree |
2003-01-27 |
david | Correct old-reinit_dialog to old-reinit-dialog.
|
commit | commitdiff | tree |
2003-01-26 |
david | Make the indicator a little less jumpy.
|
commit | commitdiff | tree |
2003-01-26 |
david | Add serviceable property.
|
commit | commitdiff | tree |
2003-01-26 |
david | If the gyro becomes unserviceable, stop spinning immediately.
|
commit | commitdiff | tree |
2003-01-26 |
david | Make serviceable property writable.
|
commit | commitdiff | tree |
2003-01-26 |
david | Switch to opaque dialogs and menu (with a heavy heart).
|
commit | commitdiff | tree |
2003-01-26 |
david | Use new magnetic compass property.
|
commit | commitdiff | tree |
2003-01-26 |
david | Added magnetic compass instrument.
|
commit | commitdiff | tree |
2003-01-26 |
david | Renamed /velocities/side-slip-rad to /orientation/side...
|
commit | commitdiff | tree |
2003-01-25 |
david | Kludge in a /systems/electrical/serviceable master...
|
commit | commitdiff | tree |
2003-01-25 |
david | Improve spindown when the gyro fails.
|
commit | commitdiff | tree |
2003-01-25 |
david | Added support for the slip-skid ball.
|
commit | commitdiff | tree |
2003-01-25 |
david | Added a Gyro helper class to factor out some common...
|
commit | commitdiff | tree |
2003-01-25 |
david | Remove redundant rate properties recently added.
|
commit | commitdiff | tree |
2003-01-25 |
david | Publish properties for accelerations and rates.
|
commit | commitdiff | tree |
2003-01-24 |
david | Changed 'exit' command to quit immediately, rather...
|
commit | commitdiff | tree |
2003-01-24 |
david | Remove old-preset-* commands; replaced with a general...
|
commit | commitdiff | tree |
2003-01-24 |
david | No longer recursively search $FG_ROOT/gui/dialogs/...
|
commit | commitdiff | tree |
2003-01-21 |
david | Remove another deprecated command, and fix things up...
|
commit | commitdiff | tree |
2003-01-21 |
david | Added support for reinit(), to reload the configuration...
|
commit | commitdiff | tree |
2003-01-21 |
david | Fixed iteration bug in destructor.
|
commit | commitdiff | tree |
2003-01-21 |
david | Removed need to specify 'type' property at the top...
|
commit | commitdiff | tree |
2003-01-21 |
david | Make fgLoadProps more flexible, to read from $FG_ROOT...
|
commit | commitdiff | tree |
2003-01-21 |
david | Added reinit, suspend, and resume commands.
|
commit | commitdiff | tree |
2003-01-20 |
david | Basic information for creating menus and dialogs in...
|
commit | commitdiff | tree |
2003-01-20 |
david | Change GUI method names.
|
commit | commitdiff | tree |
2003-01-20 |
david | Rename some methods to be more intuitive, add a close...
|
commit | commitdiff | tree |
2003-01-20 |
david | Fix memory leaks (PUI doesn't make copies of lists...
|
commit | commitdiff | tree |
2003-01-20 |
david | Add more documentation comments.
|
commit | commitdiff | tree |
2003-01-20 |
david | Add new object types "slider" and "dial".
|
commit | commitdiff | tree |
2003-01-20 |
david | Make sure the gust wind speed is never less than the...
|
commit | commitdiff | tree |
2003-01-19 |
david | Make some allowances for a dialog closing in the middle...
|
commit | commitdiff | tree |
2003-01-19 |
david | Go back to the simpler arrangement syntax of a map...
|
commit | commitdiff | tree |
2003-01-19 |
david | Major overhaul by Frederic Bouvier to make options...
|
commit | commitdiff | tree |
2003-01-19 |
david | Do an update after apply to see what really got into...
|
commit | commitdiff | tree |
2003-01-19 |
david | Add support for a "checkbox" dialog widget (for boolean...
|
commit | commitdiff | tree |
2003-01-19 |
david | Use a pointer for the bindings vector to try to work...
|
commit | commitdiff | tree |
2003-01-19 |
david | Changed return type of fireItem to void.
|
commit | commitdiff | tree |
2003-01-19 |
david | Use FGGlobals::get_fg_root instead of looking up the...
|
commit | commitdiff | tree |
2003-01-18 |
david | Removed a couple of the deprecated dialogs, and removed...
|
commit | commitdiff | tree |
2003-01-18 |
david | Added the property-cycle command.
|
commit | commitdiff | tree |
2003-01-18 |
david | Remove the old built-in bindings for F8 and F10 (they...
|
commit | commitdiff | tree |
2003-01-18 |
david | Tie the bool property /sim/menubar/visibility to hide...
|
commit | commitdiff | tree |
2003-01-18 |
david | Keep track of the visible/hidden state more robustly.
|
commit | commitdiff | tree |
2003-01-18 |
david | Simplify looking up the GUI subsystem.
|
commit | commitdiff | tree |
2003-01-18 |
david | Change the default to the new XML-configured menubar...
|
commit | commitdiff | tree |
2003-01-18 |
david | Add in some temporary commands to get at the old, hard...
|
commit | commitdiff | tree |
2003-01-18 |
david | Do late, lazy binding of commands from the command...
|
commit | commitdiff | tree |
2003-01-18 |
david | Renamed GUIWidget to FGDialog.
|
commit | commitdiff | tree |
2003-01-18 |
david | Include fg_props.hxx to get definition of FGConditional.
|
commit | commitdiff | tree |
2003-01-18 |
david | Unbundle dialog-box support from the top-level GUI...
|
commit | commitdiff | tree |
2003-01-17 |
david | Do not require libScripting.a unless PSL is available.
|
commit | commitdiff | tree |
2003-01-17 |
david | Make all PSL support conditional, because it's not...
|
commit | commitdiff | tree |
2003-01-17 |
david | Ignore more stuff.
|
commit | commitdiff | tree |
2003-01-16 |
david | Started a new FGMenuBar class to handle a different...
|
commit | commitdiff | tree |
2003-01-16 |
david | Added a run_inline method that automatically wraps...
|
commit | commitdiff | tree |
2003-01-16 |
david | Simplify subsystem handling through FGGlobals.
|
commit | commitdiff | tree |
2003-01-16 |
david | Broadcast suspend/resume/reinit through the manager...
|
commit | commitdiff | tree |
2003-01-11 |
david | Added simple proof-of-concept support for running PSL...
|
commit | commitdiff | tree |
2003-01-11 |
david | Removed #ifdef FG_PLIB_JOYSTICK_GETNAME -- it's in...
|
commit | commitdiff | tree |
2003-01-04 |
david | Patch from Julian Foad to fix wrapping behaviour for...
|
commit | commitdiff | tree |
2003-01-01 |
david | Work around G++ 2.95 bug by removing use of STL find...
|
commit | commitdiff | tree |
2002-12-31 |
david | Patches from Erik Hofman for SGI compatibility:
|
commit | commitdiff | tree |
2002-12-31 |
david | Add the 'offset' and 'factor' arguments back into property...
|
commit | commitdiff | tree |
2002-12-31 |
david | Patch from Bernie Bright:
|
commit | commitdiff | tree |
2002-12-31 |
david | Patch from Norm Vine to remove unnecessary include...
|
commit | commitdiff | tree |
2002-12-31 |
david | Modify the property-assign command to optionally copy...
|
commit | commitdiff | tree |
2002-12-31 |
david | Require /sim/rendering/experimental-lighting to be...
|
commit | commitdiff | tree |
2002-12-31 |
david | Patch from Erik Hofman:
|
commit | commitdiff | tree |
2002-12-30 |
david | Cleanup from Norman Vine to prevent compiler warnings...
|
commit | commitdiff | tree |
2002-12-30 |
david | Bug fix suggested by Gonzalo Peralta:
|
commit | commitdiff | tree |
2002-12-30 |
david | Distance attenuation patch from Erik Hofman:
|
commit | commitdiff | tree |
2002-12-30 |
david | IRIX/MipsPro patches from Erik Hofman:
|
commit | commitdiff | tree |
2002-12-30 |
david | Removed the (apparently unused) 'factor' and 'offset...
|
commit | commitdiff | tree |
2002-12-30 |
david | Made it possible to add and remove models programmatically, as
|
commit | commitdiff | tree |
2002-12-30 |
david | Cleaned up some whitespace.
|
commit | commitdiff | tree |
2002-12-28 |
david | Allow panel mouse bindings to use mod-up.
|
commit | commitdiff | tree |
2002-12-23 |
david | Fixed so that 2D panel bindings work again.
|
commit | commitdiff | tree |
2002-12-23 |
david | Removed debugging statements accidentally left in.
|
commit | commitdiff | tree |
2002-12-22 |
david | Added new commands:
|
commit | commitdiff | tree |
2002-12-22 |
david | Use SGPropertyNode_ptr and add a private copy constructor...
|
commit | commitdiff | tree |
2002-12-22 |
david | Reworked the XML-configurable GUI to use the same binding...
|
commit | commitdiff | tree |
2002-12-15 |
david | Add a reinit() stub for subsystems, so that they can...
|
commit | commitdiff | tree |
2002-12-12 |
david | Removed redundant logging statement.
|
commit | commitdiff | tree |
2002-12-11 |
david | Have DummyBSphereEntity inherit from ssgBranch instead...
|
commit | commitdiff | tree |
2002-12-04 |
david | Hide more generated files.
|
commit | commitdiff | tree |
2002-12-04 |
david | Ignore more generated files.
|
commit | commitdiff | tree |
2002-11-27 |
david | Patch from JSBSim:
|
commit | commitdiff | tree |
next |