OpenSceneGraph/include/osgGA
Robert Osfield c10acfcc47 From Bob Kuehne, "he attached are conversions of the 3 main places i found in osg where tokens are used to represent bitmasks with 'magic' numbers, like 32. i've changed these to a more representative bitshift representation, showing clearly in which bit you can expect this token to manifest. ie, converted things like:
from:            DEEP_COPY_STATESETS         = 8,
to:              DEEP_COPY_STATESETS         = 1<<3,

showing clearly that this isn't the _value_ 8, but the _bit_ 8. this is an old pattern i see (and like to promulgate) to make code a bit more readable and maintainable. 
"
2008-04-16 15:23:12 +00:00
..
AnimationPathManipulator From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
DriveManipulator Updated copyright years. 2006-07-18 15:21:48 +00:00
EventQueue From Philipp Machler, "We have extended the support for Wacom Tablet devices: 2008-04-11 13:28:09 +00:00
EventVisitor Updated copyright years. 2006-07-18 15:21:48 +00:00
Export Updated copyright years. 2006-07-18 15:21:48 +00:00
FlightManipulator Updated copyright years. 2006-07-18 15:21:48 +00:00
GUIActionAdapter From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
GUIEventAdapter From Bob Kuehne, "he attached are conversions of the 3 main places i found in osg where tokens are used to represent bitmasks with 'magic' numbers, like 32. i've changed these to a more representative bitshift representation, showing clearly in which bit you can expect this token to manifest. ie, converted things like: 2008-04-16 15:23:12 +00:00
GUIEventHandler From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
KeySwitchMatrixManipulator From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
MatrixManipulator From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
NodeTrackerManipulator From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
StateSetManipulator Missing checkin 2008-03-14 15:00:37 +00:00
TerrainManipulator From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
TrackballManipulator From Roland Smeenk, "Attached you will find a large set of small typo fixes (mainly in the comments)." 2007-12-10 17:30:18 +00:00
UFOManipulator From Bryan Thrall, "UFOManipulator ignores any attached CoordinateFrameCallback; the 2007-12-21 14:21:21 +00:00
Version From David Callu, improved consistency of Version strings and add version support 2007-09-05 17:12:24 +00:00