]> git.mxchange.org Git - flightgear.git/history - src/Main
Added protocol to output out complete control positions.
[flightgear.git] / src / Main /
2001-07-27 curtAdded protocol to output out complete control positions.
2001-07-24 curt- ensure that all throwables are caught
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-24 curt- catch sg_exception instead of sg_io_exception
2001-07-24 curtTweaks.
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-19 curtCM:
2001-07-19 curt- moved main to mainLoop, and added top-level main...
2001-07-19 curt- catch exception from readProperties and exit
2001-07-19 curt- catch exception from readProperties and show dialog
2001-07-16 curtTweaks to base version check code.
2001-07-16 curtCheck for the proper version of the base package and...
2001-07-16 curt- added /sim/temp/winding-ccw property
2001-07-16 curtUse try/catch to flag FDM initialization errors.
2001-07-12 curt- added full doc comments for all functions
2001-07-12 curtMade the following properties archivable:
2001-07-12 curt"Fix a bug" in mouse-pans-external view mode.
2001-07-12 curtMSVC tweaks.
2001-07-11 curtRestructured the audio initialization order and don...
2001-07-11 curtFixed a problem with recentering/snaping the view direc...
2001-07-09 curt- /sim/model/h-rotation renamed to /sim/model/heading...
2001-07-09 curt- modified to take advantage of SGCommandState to cache...
2001-07-09 curtFixed a typo, tank2 -> tank[1]
2001-07-08 curtAllow other routines to increment/decrement goal_view_o...
2001-07-08 curtAdded "/sim/startup/browser-app" as a property.
2001-07-02 curt** Properties Renamed
2001-07-02 curtOops, typo.
2001-07-02 curtTweaks.
2001-07-02 curtFixed a bug with warp variable initialization. fgTie...
2001-06-29 curt- modified to support new prototype for command functio...
2001-06-26 curtinput.cxx: cleaned up some warnings.
2001-06-26 curt- modified to use the new /sim/freeze property
2001-06-26 curt- /autopilot/locks/altitude now returns true only for...
2001-06-26 curt- added property-multiply command with argument 'factor'
2001-06-26 curtMoved DEFAULT_AP_HEADING_LOCK to newauto.hxx
2001-06-26 curtPatches contributed by Norman Vine to do ultra-hires...
2001-06-20 curt- added Alex Perry's patch to support more sophisticate...
2001-06-18 curtChanged help message to --config= rather than --file=
2001-06-14 curtCleaned up various warning messages.
2001-06-12 curtFixed an data initialization problem that was causing...
2001-06-12 curtAdded David's 'real' patch rather than my guess at it.
2001-06-12 curtremoved fgHasValue
2001-06-12 curtchanged SGValue::Type references to SGPropertyNode...
2001-06-06 curtIrix Mips compiler tweaks.
2001-06-05 curtPart of David's command binding updates.
2001-06-05 curt- replace FGBFI::update with fgUpdateProps
2001-06-05 curt- added load and save commands
2001-06-05 curt- removed all reference to BFI; use fgInitProps instead
2001-06-05 curtFile no longer used.
2001-06-05 curt- removed bfi.cxx and bfi.hxx
2001-06-04 curtMore tweaks related to David's input patches.
2001-06-04 curt- no longer include Joystick/joystick.hxx
2001-06-04 curt- added declarations for GLUTkeyup and GLUTspecialkeyup...
2001-06-04 curt- implemented GLUTkeyup and GLUTspecialkeyup
2001-06-04 curt- no longer include joystick.hxx
2001-06-04 curt- removed Joystick library
2001-06-04 curtRemoved cloud layers added for testing.
2001-06-01 curt- renamed /sim/startup/view-offset to /sim/view/offset
2001-06-01 curt- no longer allocate the root property node for globals...
2001-06-01 curt- added an instance of SGCommandMgr
2001-06-01 curt- modified setup so that the globals object creates...
2001-06-01 curt- added invocation of fgInitCommands() to set up comman...
2001-06-01 curtInitial revision of interface to new SimGear command...
2001-06-01 curt- removed some obsolete method declarations
2001-06-01 curt- implemented get/setViewOffset and get/setGoalViewOffset
2001-06-01 curt- added fg_commands.cxx and fg_commands.hxx
2001-05-31 curtMake FGViewer::update() a pure virtual because FGViewer...
2001-05-30 curtWe don't need to explicitely #include <glext.h> since...
2001-05-29 curtWin32 fixes.
2001-05-29 curtFix a clash with some standard MSVC defines (yeah MS...
2001-05-23 curtI'm attaching diffs to add a new FGInput module to...
2001-05-23 curtMinor texture tweaks.
2001-05-19 curtThreaded tile paging:
2001-05-18 curtTweaks.
2001-05-18 curtTrying to fix ascii file parsing and line terminator...
2001-05-17 curtMSVC++ changes contributed by Geoff McLane.
2001-05-16 curtAdded David Megginson's patch for reconfigurable keyboa...
2001-05-16 curtAdded a missing 'return' in case statement.
2001-05-15 curtModifications to coordinate with recent changes in...
2001-05-15 curtRe-added support for loading on-the-fly textures.
2001-04-26 curtTimezone fixes for Cygwin.
2001-04-22 curtFix various compiler warnings contributed by Norman...
2001-04-11 curtInitial stab at a threaded tile loader contributed...
2001-04-05 curtSynced with latest JSBSim cvs.
2001-04-05 curtAdded a special default default fgroot for cygwin.
2001-04-05 curtFrom David Megginson:
2001-04-05 curtData logging patches from Jon Berndt
2001-04-02 curtInitial units confusion fixes.
2001-04-02 curtIrix MipsPro patches and fixes.
2001-03-30 curtLatest round of JSBSim updates.
2001-03-29 curt- model loading should work again with the latest CVS...
2001-03-29 curtUpdates from Bernie Bright to massage tile loading...
2001-03-28 curtLight model tweaks.
2001-03-28 curtFix moon drawing at night.
2001-03-28 curtRemoved an unneeded exit()
2001-03-28 curtLighting fixes.
2001-03-25 curtMore fg -> sg namespace changes in simgear.
2001-03-24 curtSG-ified logstream.
2001-03-24 curtSG_ namespace.
next