Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-21 | STORM-1051: Fixup to LLWindowListener per code review. | Nat Goodspeed | |
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. | |||
2011-03-21 | Fixed skirt-related belly bounce. | Loren Shih | |
2011-03-21 | Velocity now gets zeroed out if the param is pushed beyond limits. | Loren Shih | |
Rescaled the max speed param. | |||
2011-03-21 | Fixes for physics update thresholds. | Loren Shih | |
2011-03-21 | Added left-right butt control. | Loren Shih | |
Did a bunch of code cleanup. | |||
2011-03-21 | STORM-399 FIXED Users that has chatted within chat range of the user ↵ | Paul ProductEngine | |
in-world are not added to Recent tab - Add sender(only avatar) to the recent people list just after message appears in nearby chat | |||
2011-03-21 | fix DOS line endings | Oz Linden | |
2011-03-21 | pull updates to the start of 2.6.2 from viewer-development | Oz Linden | |
2011-03-21 | update build parameters for Oz builds | Oz Linden | |
2011-03-21 | increment viewer version to 2.6.2 | Oz Linden | |
2011-03-21 | Added tag 2.6.1-start for changeset c5bdef3aaa27 | Oz Linden | |
2011-03-21 | convert DOS line endings | Oz Linden | |
2011-03-21 | merge changes for storm-1035 | Oz Linden | |
2011-03-21 | merge changes for storm-971 | Oz Linden | |
2011-03-21 | merge changes for storm-659 | Oz Linden | |
2011-03-20 | document contributions from Nicky Perian | Oz Linden | |
2011-03-20 | pull STORM-1089 beta fixes to autobuild2010 branch | Oz Linden | |
2011-03-19 | pull STORM-1089 beta fixes back to development | Oz Linden | |
2011-03-19 | Sync with merov_linden/viewer-autobuild2010 | Merov Linden | |
2011-03-19 | Autobuild : Fix to point all Windows build configs to Visual Studio 10 | Merov Linden | |
2011-03-19 | merged OPEN-39: include Tut.cmake for integration tests (fixes ↵ | Boroondas Gupte | |
"bitpack_test.o: No such file or directory" on standalone) | |||
2011-03-19 | STORM-1019 Resolve merge conflicts | Jonathan Yap | |
2011-03-19 | OPEN-39: include Tut.cmake for integration tests (fixes "bitpack_test.o: No ↵ | Boroondas Gupte | |
such file or directory" on standalone) | |||
2011-03-19 | merge changes for STORM-1089 | Oz Linden | |
2011-03-19 | merge out latest viewer-development | Oz Linden | |
2011-03-19 | SOCIAL-762 FIX Viewer crash if first startup (with cleared settings.xml ↵ | Richard Linden | |
file) is in Advanced mode fixed not being able to change to advanced mode on clean install without logging in | |||
2011-03-19 | SOCIAL-762 FIX Viewer crash if first startup (with cleared settings.xml ↵ | Richard Linden | |
file) is in Advanced mode | |||
2011-03-18 | pull fix from merov_linden/viewer-autobuild2010 | Oz Linden | |
2011-03-18 | Pull in viewer-development | Merov Linden | |
2011-03-18 | set build parameters for open dev projects | Oz Linden | |
2011-03-18 | SOCIAL-762 FIX cannot change to advanced mode | Richard Linden | |
need separate flags for first run and first login | |||
2011-03-18 | Automated merge with file:///Users/oz/Work/viewer-vs2010 | Oz Linden | |
2011-03-18 | Automated merge with ssh://hg@bitbucket.org/lindenlab/viewer-development | Oz Linden | |
2011-03-18 | Autobuild : Fix merge snaffu in Json cmake file | Merov Linden | |
2011-03-18 | Automated merge with ssh://bitbucket.org/merov_linden/viewer-autobuild2010 | Oz Linden | |
2011-03-18 | disable parallel linking in autobuild2010 | Oz Linden | |
2011-03-18 | VWR-17527 Spanish translation fix from Irene Muni | eli_linden | |
2011-03-18 | Disabled redundant configuration step during the build in build.sh. | brad kittenbrink | |
2011-03-18 | Fix for broken escaping of viewer_channel variable at configuration time. | brad kittenbrink | |
2011-03-18 | Autobuild : fixed merge errors in json hash codes | Merov Linden | |
2011-03-18 | Added more belly bounce. Added butt driver param back in. | Loren Shih | |
2011-03-18 | STORM-1023, STORM-1022 : pull into viewer-autobuild2010 | Merov Linden | |
2011-03-18 | OPEN-37 : pull into viewer-autobuild2010 | Merov Linden | |
2011-03-18 | Autobuild: pull in from jenn_linden/viewer-vs2010 | Merov Linden | |
2011-03-18 | Fixed params for belly morph. Incorrect params were causing distortion in ↵ | Loren Shih | |
texture maps. | |||
2011-03-18 | Took out unnecessary Butt Physics parameter. | Loren Shih | |
2011-03-18 | Set default parameters. | Loren Shih | |
Renamed various parameters. | |||
2011-03-18 | pull back changes made in beta prep | Oz Linden | |
2011-03-18 | Added tag 2.6.0-beta1, DRTVWR-40_2.6.0-beta1 for changeset 9283d6d1d7eb | Dessie Linden | |
2011-03-18 | Variety of fixes for param ranges. | Loren Shih | |
Turned off normal/binormal effects for morphing. Fixed issue where updates were always being sent even if below the change threshold. |