Age | Commit message (Collapse) | Author |
|
default
we now correctly remember last state of destinations/avatar picker panels
|
|
|
|
|
|
|
|
|
|
|
|
OpenAl version (should fix linux voice issues).
|
|
|
|
|
|
|
|
pressed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
default
|
|
|
|
|
|
erroneous linkage to system jpeg lib).
|
|
one in nearby chat toasts.
|
|
|
|
installables
|
|
|
|
|
|
Picker, and Help if S3 content or web content is not available.
(Added same fix for Help/How To floater)
|
|
(fix CHOP-545).
|
|
|
|
|
|
|
|
|
|
|
|
|
|
expected
|
|
|
|
and Help if S3 content or web content is not available
|
|
|
|
Changed label in:
- Main menu
- Self avatar menu
- Self avatar attachment menu
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
Rescaled the max speed param.
|
|
|
|
Did a bunch of code cleanup.
|