]> git.mxchange.org Git - flightgear.git/history - src/Input/input.cxx
adapt to changes in sg_exception interface
[flightgear.git] / src / Input / input.cxx
2009-06-16 Tim Mooreadapt to changes in sg_exception interface
2009-05-18 Tim MooreMerge branch 'maint' into next
2009-02-15 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-13 Tim MooreMerge branch 'maint' into next
2009-02-13 Tim Mooremerging in topic/makej
2009-02-13 Tim MooreMerge branch 'topic/gcintersect' into next
2009-02-06 Tim MooreMerge branch 'topic/tape' into next
2009-02-06 Tim MooreMerge branch 'topic/multiplayer' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-02-01 Tim MooreMerge branch 'maint' into next
2009-01-26 Tim MooreMerge branch 'maint' into next
2009-01-19 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' into next
2009-01-18 Tim MooreMerge branch 'maint' (early part) into next
2009-01-15 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-14 Tim MooreMerge branch 'maint' into next
2009-01-12 mfranzonly unhide the cursor if it was actually hidden
2008-11-25 mfranz- Don't consider modifiers in axis bindings, as this...
2008-11-24 mfranzEnable <mod-{shift,ctrl,alt,meta,super,hyper}> support...
2008-08-01 timooreCameraGroup class for managing multiple cameras.
2008-07-27 ehofman- remove the SG_GLxxxx_H #defines, since OSG provides...
2008-07-27 fredbRemove unneeded inclusions of windows.h, GL.h and GLU.H
2008-07-25 ehofmanThis should apply, and everything should build cleanly...
2008-05-19 timooreClean up OSG camera setup and interface to plib PUI
2008-04-26 mfranz- export modifier bitmask
2008-04-25 mfranzadd hyper support
2008-01-19 timooreMemory leak fixes from Till Busch
2007-12-01 mfranzread key code and modifiers back in after event interfa...
2007-12-01 mfranzadd <mod-meta> and <mod-super> XML elements for key...
2007-12-01 mfranzmake the state of the Meta and Super modifier keys...
2007-11-12 mfranz- move temporary keyboard fix from input.cxx to fg_os...
2007-07-13 mfranzmove the other parts of _init_keyboard() to _postinit_k...
2007-07-12 mfranz- use ostringstream instead of sprintf() for the __js...
2007-05-26 frohlichModified Files:
2007-02-05 mfranzexport mouse coords of "main" mouse
2007-01-07 frohlichModified Files:
2007-01-07 frohlichModified Files:
2007-01-04 frohlichModified Files:
2006-10-29 frohlichModified Files:
2006-07-27 frohlichClean up scenery center handling. It is set now less...
2006-06-05 mfranzmake modifier keys accessible via /devices/status/keybo...
2006-03-21 mfranzraise signal to listeners when a whole coordinate set...
2006-03-15 mfranzonly evaluate click-on-terrain on left mouse button...
2006-02-21 mfranznew FSF address
2006-02-16 davidThe "constrained" property for a mouse mode now actuall...
2006-02-15 mfranzwhoops :-}
2006-02-15 mfranzcleanup
2006-02-15 mfranzgeo coords on button *down*. Noise reduction.
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-06-30 mfranzremove my beloved removeChildren() ... sniff
2005-06-27 mfranz- fix type warnings
2005-06-27 mfranzFrederic Bouvier:
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-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-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-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:
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-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...
next