]> git.mxchange.org Git - flightgear.git/history - src/Input/input.hxx
Fix for a premature deletion bug. The _arg SGPropertyNode* is passed
[flightgear.git] / src / Input / input.hxx
2003-12-22 andyFix for a premature deletion bug. The _arg SGPropertyN...
2003-09-24 ehofmanMove FGEventMgr and FGSubsystemMgr over to SimGear...
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 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-03-01 davidDon't allow this subsystem to be suspended.
2003-01-18 davidDo late, lazy binding of commands from the command...
2003-01-18 davidInclude fg_props.hxx to get definition of FGConditional.
2002-12-23 davidFixed so that 2D panel bindings work again.
2002-12-22 davidUse SGPropertyNode_ptr and add a private copy construct...
2002-10-26 davidModified for simpler command-manager interface.
2002-10-04 davidEliminated current_input and added FGInput to the subsy...
2002-05-11 davidMajor overhaul:
2002-03-30 david* src/Input/input.hxx
2002-03-27 davidCreated a new /devices property subtree to hold input...
2002-03-26 davidMore cleanups. Removed the pui-* commands, and added...
2002-03-26 davidMore work on the configurable mouse. Mouse motion...
2002-03-25 davidSupport for assigning custom mouse cursors to mouse...
2002-03-23 davidFirst steps towards configurable mouse input. Soon...
2001-12-22 davidModified FGSubsystem::update() to take an int parameter...
2001-08-10 curt- some code rearrangement for readability and maintaina...
2001-08-03 curt- FGBinding now extends FGConditional
2001-06-29 curt- added variable support for the saved command state...
2001-06-20 curt- added Melchior's patches to allow a joystick axis...
2001-06-12 curtreplaced 'static const int' with enum, as suggested...
2001-06-05 curt- moved declarations of GLUTkey, GLUTkeyup, GLUTspecial...
2001-06-04 curt- make repeatable for keys and joystick buttons default...
2001-06-04 curt- added FG_MOD_UP to use key-up or button-up as a comma...
2001-06-01 curt- refactored and simplified FGBinding class to use...
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)