]> git.mxchange.org Git - flightgear.git/history - src
- added support for new sounds: flaps, wheel rumble, squeal
[flightgear.git] / src /
2001-07-22 curtInitial revision.
2001-07-22 curtMove FGControls declaration to globals.hxx
2001-07-20 curtMake the tile loader more tolerant of situations where...
2001-07-19 curtCM:
2001-07-19 curt- don't set computer sound volume -- that's up to the...
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 curtFix include order for FreeBSD. Actually this is the...
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 curtCenter display upon leaving mouse mode until we can...
2001-07-16 curt- added /sim/temp/winding-ccw property
2001-07-16 curt- removed hard-coded bindings for ^R (toggle winding...
2001-07-16 curt- make certain UVW velocities don't overright airspeed...
2001-07-16 curtUse try/catch to flag FDM initialization errors.
2001-07-16 curtUse throw to report config file load errors.
2001-07-13 curtUpdated so load/save will work.
2001-07-13 curtMore work on the external view panning.
2001-07-13 curtSynced with latest JSBSim.
2001-07-13 curtNuked the segfault on exit bug everyone was seeing...
2001-07-13 curtMost recent changes blew up LaRCsim so we are reverting...
2001-07-13 curtFix a comment.
2001-07-13 curtWe check if the ptr is NULL before deleting it, so...
2001-07-13 curtJust being a tad more careful with setting the ptr...
2001-07-12 curtLeave view as is when leaving mouse pans view mode.
2001-07-12 curt- added full doc comments for all functions
2001-07-12 curtMade the following properties archivable:
2001-07-12 curt- modified set_V_(north|east|down) to use set_Velocitie...
2001-07-12 curtMade the following properties archivable:
2001-07-12 curt- removed /controls/brakes/all property (no longer...
2001-07-12 curtMade the following properties archivable:
2001-07-12 curtMade the following properties archivable:
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-12 curtsync with latest JSBSim ...
2001-07-12 curtBegin stubbing in some wrapper code in preparation...
2001-07-12 curtRestructured code a bit to split out the bits that...
2001-07-11 curtRemoved FGControls.{cpp,h}
2001-07-11 curtFix a dialog box cancel problem.
2001-07-11 curt- move data structure allocation into constructor ...
2001-07-11 curtShuffled around and restructured the terrain elevation...
2001-07-11 curtAttempt to fix a segfault on exit, although I don't...
2001-07-11 curtRestructured the audio initialization order and don...
2001-07-11 curtFixed a problem with recentering/snaping the view direc...
2001-07-10 curt20010710 sync with JSBSim.
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-09 curtFixed a typo ...
2001-07-08 curtFix a bug with old-style binary scenery compatibilty...
2001-07-08 curtVarious cleanups, jettison plib-1.2.0 support, remove...
2001-07-08 curtAllow other routines to increment/decrement goal_view_o...
2001-07-08 curtUntweak my button tweak.
2001-07-08 curtAdded "/sim/startup/browser-app" as a property.
2001-07-08 curtAdded "/sim/startup/browser-app" as a property.
2001-07-06 curtUpdated to work with current property naming convention.
2001-07-03 curtUse the new plib-1.4.1 sound interface to set a maximum...
2001-07-03 curtgcc-3.0 fixes.
2001-07-03 curtRather than create an SGTime structure and trigger...
2001-07-03 curtUpgraded to handle new default.apt.gz file.
2001-07-02 curtAdd a link library needed by Irix.
2001-07-02 curtAdd a library needed by Irix.
2001-07-02 curt** Properties Renamed
2001-07-02 curt- fixed doubled bindings for joystick buttons
2001-07-02 curtOops, typo.
2001-07-02 curtTweaks.
2001-07-02 curtUpdated bug fix to make hopefully more thread safe.
2001-07-02 curtFixed a bug with warp variable initialization. fgTie...
2001-06-30 curtFix what looks like it could potentially cause a proble...
2001-06-29 curt- changed SGPropertyNode::UNKNOWN to SGPropertyNode...
2001-06-29 curt- modified to support new prototype for command functio...
2001-06-29 curt- added variable support for the saved command state...
2001-06-29 curt- modified FGBinding to keep a local copy of the argume...
2001-06-26 curtFix a JSBSim airport elevation bug.
2001-06-26 curtinput.cxx: cleaned up some warnings.
2001-06-26 curt- added declaration for method get_step
2001-06-26 curt- added implementation for method get_step
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 curt- removed hard-coded bindings for ^G, ^T, ESC, M, T...
2001-06-26 curtRemoved NetworkOLK/features.[ch]xx
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-22 curtUpdated to read new scenery configuration files.
2001-06-20 curtSynced to latest version of JSBSim which [hopefully...
2001-06-20 curt- fixed an initialization order bug that prevented...
2001-06-20 curt- added Alex Perry's patch to support more sophisticate...
2001-06-20 curt- adjusted for no-value constructor for FGPanel
2001-06-20 curt- changed to no-value constructor for FGPanel
2001-06-20 curt- added Melchior's patches to allow a joystick axis...
2001-06-20 curt- changed to favour height over width when the aspect...
2001-06-18 curtChanged help message to --config= rather than --file=
2001-06-18 curtOoops, fixed a typo ...
2001-06-18 curtRemove fgjs from the makefile for the 0.7.7 release.
2001-06-14 curtAdd *.h files to Makefile.am so they get included in...
2001-06-14 curtCleaned up various warning messages.
2001-06-14 curtFixed various warnings.
next