]> git.mxchange.org Git - flightgear.git/history - src/Input
Patch from Andy Ross:
[flightgear.git] / src / Input /
2002-02-22 davidGeneral cleanups to cut cross-dependencies and speed...
2002-02-19 davidInitial take of new environment subsystem. Configure...
2002-01-04 davidRemoved stale include of options.hxx.
2001-12-28 curtUpdates to build system to better support automake-1.5
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-12-12 david-Removed .cvsignore from itself, since .cvsignore is...
2001-12-10 curtTweak #includes to use double quotes for local files...
2001-12-09 curtDavid Megginson writes:
2001-08-16 curtFix a segfault on exit. Introduces a small memory...
2001-08-14 curtVarious tweaks for mingwin32.
2001-08-10 curt- some code rearrangement for readability and maintaina...
2001-08-03 curt- FGBinding now extends FGConditional
2001-08-03 curt- added support for conditions in FGBinding
2001-07-30 curtMinor fix for Irix.
2001-07-24 curt- removed some verbose output
2001-07-16 curt- removed hard-coded bindings for ^R (toggle winding...
2001-07-08 curtUntweak my button tweak.
2001-07-06 curtUpdated to work with current property naming convention.
2001-07-03 curtgcc-3.0 fixes.
2001-07-02 curt- fixed doubled bindings for joystick buttons
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 curtinput.cxx: cleaned up some warnings.
2001-06-26 curt- removed hard-coded bindings for ^G, ^T, ESC, M, T...
2001-06-20 curt- added Melchior's patches to allow a joystick axis...
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 warnings.
2001-06-14 curt- check for null property before trying to copy properties
2001-06-12 curtCygwin fixes contributed by Norman Vine.
2001-06-12 curtProperty node patches by David Megginson.
2001-06-12 curtreplaced 'static const int' with enum, as suggested...
2001-06-12 curtreplaced dynamically-sized arrays with statically-sized...
2001-06-08 curtUpdated to work with David's new property naming conven...
2001-06-06 curtIrix Mips compiler tweaks.
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-04 curtIrix/MIPS compiler fixes.
2001-06-04 curtFixed a problem where all hardcoded keybindings were...
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- 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-01 curt- refactored and simplified FGBinding class to use...
2001-06-01 curt- renamed property binding/action to binding/command...
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 curtInitial revision. (Contributed by David Megginson)