Age | Commit message (Collapse) | Author |
|
Bug: capturing a const ref to value returned by LLSD::asString() not so good.
Bug: LLWindowListener::keyUp() was calling handleTranslatedKeyDown().
In keyDown and keyUp, support keysym lookup (e.g. "TAB") as well as integer
keycode.
In keyDown, keyUp, mouseDown, mouseUp and mouseMove, support modifier mask by
accepting an array of "CONTROL", "SHIFT" etc. strings.
State in operation doc strings valid values for button, keycode, keysym, mask.
The LLWindowListener(... LLKeyboard*) constructor param gKeyboard is always
NULL at the time LLWindowListener is constructed. Eliminate tests and global
references to gKeyboard by replacing with a more Feathers-style LLKeyboard*
getter function.
|
|
|
|
|
|
Reviewed with Callum Linden.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
systems
|
|
|
|
|
|
|
|
Members list.
|
|
|
|
|
|
|
|
LLSurface::getWaterHeight
|
|
|
|
|
|
|
|
|
|
|
|
|
|
current working
Reviewed by Richard - http://codereview.lindenlab.com/6011001/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
when it is inserted into IM chat.
|
|
Renamed HUD direction strings ("Left", "Right", "Up", "Down") to avoid strings duplication.
|
|
|
|
|
|
|
|
|
|
|
|
Note: This change also incorporates STORM-960
|
|
Contribution team: Aleric Inglewood, Alexandrea Fride, Robin Cornelius, and Siana Gearz
|
|
|
|
|
|
|
|
|
|
|
|
limit the number of object cache files
|
|
|