]> git.mxchange.org Git - flightgear.git/history - src
Publish properties for accelerations and rates.
[flightgear.git] / src /
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-22 curtAdd a "signed" distance to the GS transmitter. When...
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 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 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 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...
2003-01-06 curt#ifdef out experimental lighting for now until someone...
2003-01-05 curtAdd support for in-air preset starts relative to a...
2003-01-04 curtOoops, the presets_commit command was lost going from...
2003-01-04 curtExpose the ability to run built in (command manager...
2003-01-04 davidPatch from Julian Foad to fix wrapping behaviour for...
2003-01-03 daveluffFix problem with cout
2003-01-03 daveluffFix compiler warning
2003-01-01 davidWork around G++ 2.95 bug by removing use of STL find...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-31 davidAdd the 'offset' and 'factor' arguments back into prope...
2002-12-31 davidPatch from Bernie Bright:
2002-12-31 davidPatch from Norm Vine to remove unnecessary include...
2002-12-31 davidModify the property-assign command to optionally copy...
2002-12-31 davidRequire /sim/rendering/experimental-lighting to be...
2002-12-31 davidPatch from Erik Hofman:
2002-12-30 davidCleanup from Norman Vine to prevent compiler warnings...
2002-12-30 davidBug fix suggested by Gonzalo Peralta:
2002-12-30 davidDistance attenuation patch from Erik Hofman:
2002-12-30 davidRemoved the (apparently unused) 'factor' and 'offset...
2002-12-30 davidMade it possible to add and remove models programmatica...
2002-12-30 davidCleaned up some whitespace.
2002-12-28 davidAllow panel mouse bindings to use mod-up.
2002-12-23 davidFixed so that 2D panel bindings work again.
2002-12-23 davidRemoved debugging statements accidentally left in.
2002-12-22 davidAdded new commands:
2002-12-22 davidUse SGPropertyNode_ptr and add a private copy construct...
2002-12-22 davidReworked the XML-configurable GUI to use the same bindi...
2002-12-21 curtVarious tweaks.
2002-12-20 daveluffAdd SG_USING_STD(ifstream)
next