]> git.mxchange.org Git - flightgear.git/shortlog
flightgear.git
2001-06-14 curtCleaned up various warnings.
2001-06-14 curtCleaned up various warning messages.
2001-06-14 curt- check for null property before trying to copy properties
2001-06-13 curtFixed a couple items for Norman's large resolution...
2001-06-13 curtCheck for a NULL current_panel before shelling out...
2001-06-12 curtFixed some warnings, updated whitespace.
2001-06-12 curtCygwin fixes contributed by Norman Vine.
2001-06-12 curtOops, fixed a bug introduced in the previous round...
2001-06-12 curtFixed panel edge artifacts (due to forced wrapping...
2001-06-12 curtFixed an data initialization problem that was causing...
2001-06-12 curtThere was a typo in the $fgbase/materials file where...
2001-06-12 curtAdded David's 'real' patch rather than my guess at it.
2001-06-12 curtProperty node patches by David Megginson.
2001-06-12 curt- changed SGValue::Type references to SGPropertyNode...
2001-06-12 curtremoved fgHasValue
2001-06-12 curtchanged SGValue::Type references to SGPropertyNode...
2001-06-12 curtreplaced 'static const int' with enum, as suggested...
2001-06-12 curtreplaced dynamically-sized arrays with statically-sized...
2001-06-12 curtreplaced SGValue with SGPropertyNode throughout.
2001-06-08 curtUpdated to work with David's new property naming conven...
2001-06-06 curtIrix Mips compiler tweaks.
2001-06-06 curtMore property node optimizations.
2001-06-06 curtOptimized property node accesses.
2001-06-06 curtOptimized key property node accesses.
2001-06-06 curtDebugging output.
2001-06-06 curtWhite space tweaks.
2001-06-06 curtOptimized property manager accesses.
2001-06-06 curtam2dsp.pl tweaks.
2001-06-05 curtPart of David's command binding updates.
2001-06-05 curtJSBSim tweaks.
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-05 curt- moved declarations of GLUTkey, GLUTkeyup, GLUTspecial...
2001-06-05 curt- moved shift-F1 and shift-F2 (load/save) bindings...
2001-06-05 curt- removed unused reference to bfi.hxx
2001-06-05 curt- eliminated all references to BFI; use properties...
2001-06-05 curt- eliminated all references to BFI; use properties...
2001-06-05 curtSynced with latest JSBSim as of June 5, 2001.
2001-06-05 curtRemoved 'x' from the xgl* calls.
2001-06-04 curtIrix/MIPS compiler fixes.
2001-06-04 curtFixed a problem where all hardcoded keybindings were...
2001-06-04 curtMore tweaks related to David's input patches.
2001-06-04 curtJoystick functionality has been moved to ../Joystick.
2001-06-04 curtEliminate a couple compiler warnings.
2001-06-04 curtFiles moved from ../Joystick to here.
2001-06-04 curt- make repeatable for keys and joystick buttons default...
2001-06-04 curt- reduced amount of logging
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 curt- added FG_MOD_UP to use key-up or button-up as a comma...
2001-06-04 curt- added FGBinding::fire(double) - added support for...
2001-06-04 curt- removed Joystick subdirectory
2001-06-04 curtRemoved cloud layers added for testing.
2001-06-01 curtInitial revision of Tony's joystick configurator.
2001-06-01 curtInitial revision.
2001-06-01 curtMove a variable declaration out of the case statement.
2001-06-01 curtTest for null object after load before trying to connec...
2001-06-01 curtReduce output verbosity.
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-06-01 curt- refactored and simplified FGBinding class to use...
2001-06-01 curt- renamed property binding/action to binding/command...
2001-06-01 curtDetect Irix/CC compiler and substitute AR="CC -ar".
2001-05-31 curtFixed a typo.
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-30 curtFixed a bug in the tile pager / caching / management...
2001-05-29 curt1. Fixed FGInput bug preventing same key from being...
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 curtInitial revision. (Contributed by David Megginson)
2001-05-23 curtNorman Vine contributed more optimized object placement...
2001-05-23 curtWhitespace tweak.
2001-05-23 curtMinor texture tweaks.
2001-05-22 curtUpdated by John Check.
2001-05-21 curtTile pager tweaks.
2001-05-20 curtWe can't remove ssg branches in the threaded tile page...
2001-05-19 curtThreaded tile paging:
2001-05-18 curtTile loading is interleaved now when not threaded....
2001-05-18 curtTweaks.
2001-05-18 curtPush external eye point a bit further away from the...
2001-05-18 curtDon't build ls_trim.c, but keep it in EXTRA_DIST.
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 curtFirst stab at adding static objects to scene.
next