]> git.mxchange.org Git - flightgear.git/history - src/Input
Mathias Froehlich:
[flightgear.git] / src / Input /
2006-02-03 mfranzonly write coordinates on button press, and not again...
2006-01-28 mfranzthe const-ness wasn't such a good idea :-)
2006-01-27 mfranzmake it const
2006-01-27 mfranzexport scenery click geo coords
2005-12-12 curtMathias Fröhlich's code, Curt Olson's comments:
2005-12-06 ehofmanMathias: silence some valgrind warnings so that you...
2005-11-23 mfranzof course I should have known that it would only work...
2005-11-23 mfranzremove a few if's to make the ugly fix a little less...
2005-11-12 mfranzThis is an ugly fix for an ugly problem. And no, the...
2005-10-23 mfranzmake use of the new removeChildren()
2005-10-23 mfranz'keep' defaults to true (which is a bad choice -- we...
2005-07-31 ehofmanRalf Gerlich:
2005-06-30 mfranzremove my beloved removeChildren() ... sniff
2005-06-27 mfranz- fix type warnings
2005-06-27 mfranzFrederic Bouvier:
2005-06-25 mfranz(Frederic Bouvier) avoid gcc'ism
2005-06-23 curtLaurie Bradshaw:
2005-06-20 mfranz- don't store link to a disconnected *copy* of a subtre...
2005-06-19 mfranz- fix bug that let <mod-up> bindings be executed before...
2005-06-13 mfranzrevert last patch, and do it differently: set /input...
2005-06-12 mfranzleave temporary hint for the nasal init block, so that...
2005-06-12 mfranzeven clearer error message :-/
2005-06-12 mfranzclearer error message
2005-06-12 mfranza missing /input/joysticks/ node is no alarming sign...
2005-06-11 mfranzthrow an exception if not even a default joystick could...
2005-06-11 mfranz- read all joystick files from $FG_ROOT/Input/Joysticks...
2005-01-24 ehofmanMartin Spott:
2005-01-17 ehofman... and make sure the number can actually be negative.
2005-01-17 ehofmanOops, don't forget that the axisnumber can actually...
2005-01-17 ehofmanSilently ignore platforms that are not specified within...
2004-12-18 ehofmangcc 4.0 fixes.
2004-11-21 curtMore FreeBSD fixes ... add -lusbhid where needed.
2004-10-26 ehofmanFix some warnings.
2004-10-24 ehofmanMelchior FRANZ:
2004-06-24 davidOn a reinit() subsystem event, reconfigure the joystick...
2004-06-14 curt- Track a saved mouse pointer location from the previou...
2004-05-06 ehofmanAdd a macintosh identifier for joystick axis numbering...
2004-05-04 curtAdd calls to jsInit() which is a noop on all platforms...
2004-04-29 ehofmanReplace axe by axis. Make sure the right number of...
2004-04-28 ehofmanRevert the previous patch. The <target-platform> tag...
2004-04-27 ehofmanMake it possible to define a <target-platform> tag...
2004-04-05 andyRevert the hard-coded keybindings I just replaced,...
2004-04-05 andyRestore the hard-coded HUD keybindings that I inadverte...
2004-04-01 andyI was too agressive in the fg_os port. Glut doesn...
2004-04-01 curtClean up various compiler warnings that have crept...
2004-03-31 andyYank out all the glut dependencies and concentrate...
2004-03-18 curtVarious preparations for the next release.
2004-01-31 curtCurt Olson:
2004-01-12 curtAttempt #1 to sort out confusion between left / right...
2003-12-28 ehofmanMake sure the mouse mode can be overriden by a commandl...
2003-12-22 andyFix for a premature deletion bug. The _arg SGPropertyN...
2003-11-24 davidUse proper logging facility, and lower the priority...
2003-09-27 ehofmanFirst, MSVC 7 bombs when a value greater than 255 is...
2003-09-25 ehofmanCLear the key bindings before assigning new ones
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
2003-09-16 ehofmanMake sure the joystick name gets printed
2003-08-21 ehofmanChange GLUT_H to FG_GLUT_H to prevent a naming clash...
2003-07-02 ehofmanAdd the ability to add repeat intervals to joystick...
2003-07-01 ehofmanJim Wilson:
2003-06-04 curtReturn to predawn version of input.[ch]xx until after...
2003-06-04 ehofmanJust when you think you have it all sorted out, it...
2003-06-04 ehofmanBack out the joystick fixed timing patch for now
2003-06-04 ehofmanAdd the axis buttons to the list of items to check...
2003-06-04 ehofmanRestrict the update limitation to the buttons only
2003-06-04 ehofmanDang! A last minute update, and no way to test it....
2003-06-04 ehofmanSkip all empty bindings
2003-06-04 ehofmanUpdate the joystick 20 times per second
2003-05-13 curtCosmetic changes for new code moved into simgear to...
2003-05-06 curtThis is step "1" of probably "many" in the process...
2003-04-01 ehofmanUpdates to the controls properties tree. This is a...
2003-03-30 ehofmanDeclare fgReshape into gui.h
2003-03-30 ehofmanMove current_panel to globals
2003-03-01 davidDon't allow this subsystem to be suspended.
2003-02-05 davidPatches from Johan Walles:
2003-01-18 davidRemoved a couple of the deprecated dialogs, and removed...
2003-01-18 davidRemove the old built-in bindings for F8 and F10 (they...
2003-01-18 davidDo late, lazy binding of commands from the command...
2003-01-18 davidInclude fg_props.hxx to get definition of FGConditional.
2003-01-16 davidStarted a new FGMenuBar class to handle a different...
2003-01-11 davidRemoved #ifdef FG_PLIB_JOYSTICK_GETNAME -- it's in...
2002-12-31 davidPatches from Erik Hofman for SGI compatibility:
2002-12-23 davidFixed so that 2D panel bindings work again.
2002-12-22 davidUse SGPropertyNode_ptr and add a private copy construct...
2002-12-12 davidRemoved redundant logging statement.
2002-12-10 curt- Some refactoring of the configure.ac script.
2002-12-07 curtChange library order for cygwin.
2002-12-03 curtAdd -lplibjs where needed.
2002-11-05 davidPatch from Andy Ross:
2002-10-29 curtAndy Ross:
2002-10-26 davidModified for simpler command-manager interface.
2002-10-04 davidEliminated current_input and added FGInput to the subsy...
2002-09-03 curtAdditional build system tweaks.
2002-08-25 curtTidy up the autoconf/automake configuration a bit.
2002-07-31 davidAccept multiple names for the same joystick.
2002-07-18 davidProblem reported by Erik Hofman:
2002-07-18 davidPatch from Cameron Moore:
2002-07-06 davidPatch from Julian Foad:
2002-07-04 davidModified to use named-joystick bindings when available...
2002-05-17 curtBernie Bright:
2002-05-12 davidRemoved configuration option --with-old-mouse and FG_OL...
next