]> git.mxchange.org Git - flightgear.git/history - src/Main/fg_commands.cxx
Removed debug statement.
[flightgear.git] / src / Main / fg_commands.cxx
2003-04-05 davidRemoved debug statement.
2003-04-04 davidAdd new property-randomize command.
2003-03-30 ehofmanMove current_panel to globals
2003-03-29 ehofmanA first stab at an aircraft selection dialog
2003-03-29 curtDon't start paused for in air starts.
2003-03-23 ehofmanFrederic Bouvier's assorted set of MSVC fixes
2003-03-22 ehofmanAdd runtime log level support
2003-03-01 davidAdd a new <power> property to allow raising an axis...
2003-01-24 davidChanged 'exit' command to quit immediately, rather...
2003-01-21 davidAdded reinit, suspend, and resume commands.
2003-01-20 davidChange GUI method names.
2003-01-19 davidDo an update after apply to see what really got into...
2003-01-18 davidAdded the property-cycle command.
2003-01-18 davidRenamed GUIWidget to FGDialog.
2003-01-17 davidMake all PSL support conditional, because it's not...
2003-01-11 davidAdded simple proof-of-concept support for running PSL...
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 davidPatch from Julian Foad to fix wrapping behaviour for...
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 davidModify the property-assign command to optionally copy...
2002-12-30 davidRemoved the (apparently unused) 'factor' and 'offset...
2002-12-22 davidAdded new commands:
2002-12-06 curt- Change the global_tile_mgr to a globals->get_tile_mgr...
2002-11-30 curtExposed the fg_commands though the httpd interface.
2002-11-30 curtMassaging the FGTileMgr->update() interface towards...
2002-11-07 davidStarted new, XML-configurable GUI subsystem.
2002-11-06 davidAdded fgLoadProps to load properties from a path relati...
2002-10-26 davidModified for simpler command-manager interface.
2002-10-25 davidMajor code simplification.
2002-08-25 curtBernie Bright:
2002-07-06 davidPatch from Julian Foad:
2002-05-20 curtJim Wilson:
2002-05-10 davidMac OS X fixes and MSVC warning fixes from Jonathan...
2002-04-07 davidPatches from Norm Vine to improve framerate and add...
2002-03-26 davidMore cleanups. Removed the pui-* commands, and added...
2002-03-26 davidMore work on the configurable mouse. Mouse motion...
2002-03-26 curtOops, in the latest property manager rewrite, a typo...
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
2002-03-20 davidUse !strcmp for all property string-value comparisons.
2002-03-20 davidMajor viewer-code overhaul from Jim Wilson:
2002-03-19 davidMajor property-manager rewrite, using const char *...
2002-03-14 davidCentralized most view-management code in FGViewMgr...
2002-03-03 davidAdded write-all parameter to save command. If set...
2002-03-02 davidFor property-scale, apply the squared option before...
2002-02-19 davidAdded a new 'squared' subproperty for axis bindings.
2002-01-20 curtRestructured the 'freeze' property a bit. We now have
2001-12-11 curtNorman's changes to display a scrolling "PAUSE" message...
2001-09-19 curtFor ADA fdm turn on hud for center channel.
2001-07-27 curt- added optional min, max, and wrap parameters to prope...
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-19 curt- catch exception from readProperties and show dialog
2001-07-09 curt- modified to take advantage of SGCommandState to cache...
2001-07-02 curt** Properties Renamed
2001-06-29 curt- modified to support new prototype for command functio...
2001-06-26 curt- added property-multiply command with argument 'factor'
2001-06-14 curtCleaned up various warning messages.
2001-06-12 curtchanged SGValue::Type references to SGPropertyNode...
2001-06-06 curtIrix Mips compiler tweaks.
2001-06-05 curt- added load and save commands
2001-06-04 curtMore tweaks related to David's input patches.
2001-06-01 curtInitial revision of interface to new SimGear command...