summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-21STORM-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-21Fixed skirt-related belly bounce.Loren Shih
2011-03-21Velocity now gets zeroed out if the param is pushed beyond limits.Loren Shih
Rescaled the max speed param.
2011-03-21Fixes for physics update thresholds.Loren Shih
2011-03-21Added left-right butt control.Loren Shih
Did a bunch of code cleanup.
2011-03-21STORM-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-21fix DOS line endingsOz Linden
2011-03-21pull updates to the start of 2.6.2 from viewer-developmentOz Linden
2011-03-21update build parameters for Oz buildsOz Linden
2011-03-21increment viewer version to 2.6.2Oz Linden
2011-03-21Added tag 2.6.1-start for changeset c5bdef3aaa27Oz Linden
2011-03-21convert DOS line endingsOz Linden
2011-03-21merge changes for storm-1035Oz Linden
2011-03-21merge changes for storm-971Oz Linden
2011-03-21merge changes for storm-659Oz Linden
2011-03-20document contributions from Nicky PerianOz Linden
2011-03-20pull STORM-1089 beta fixes to autobuild2010 branchOz Linden
2011-03-19pull STORM-1089 beta fixes back to developmentOz Linden
2011-03-19Sync with merov_linden/viewer-autobuild2010Merov Linden
2011-03-19Autobuild : Fix to point all Windows build configs to Visual Studio 10Merov Linden
2011-03-19merged OPEN-39: include Tut.cmake for integration tests (fixes ↵Boroondas Gupte
"bitpack_test.o: No such file or directory" on standalone)
2011-03-19STORM-1019 Resolve merge conflictsJonathan Yap
2011-03-19OPEN-39: include Tut.cmake for integration tests (fixes "bitpack_test.o: No ↵Boroondas Gupte
such file or directory" on standalone)
2011-03-19merge changes for STORM-1089Oz Linden
2011-03-19merge out latest viewer-developmentOz Linden
2011-03-19SOCIAL-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-19SOCIAL-762 FIX Viewer crash if first startup (with cleared settings.xml ↵Richard Linden
file) is in Advanced mode
2011-03-18pull fix from merov_linden/viewer-autobuild2010Oz Linden
2011-03-18Pull in viewer-developmentMerov Linden
2011-03-18set build parameters for open dev projectsOz Linden
2011-03-18SOCIAL-762 FIX cannot change to advanced modeRichard Linden
need separate flags for first run and first login
2011-03-18Automated merge with file:///Users/oz/Work/viewer-vs2010Oz Linden
2011-03-18Automated merge with ssh://hg@bitbucket.org/lindenlab/viewer-developmentOz Linden
2011-03-18Autobuild : Fix merge snaffu in Json cmake fileMerov Linden
2011-03-18Automated merge with ssh://bitbucket.org/merov_linden/viewer-autobuild2010Oz Linden
2011-03-18disable parallel linking in autobuild2010Oz Linden
2011-03-18VWR-17527 Spanish translation fix from Irene Munieli_linden
2011-03-18Disabled redundant configuration step during the build in build.sh.brad kittenbrink
2011-03-18Fix for broken escaping of viewer_channel variable at configuration time.brad kittenbrink
2011-03-18Autobuild : fixed merge errors in json hash codesMerov Linden
2011-03-18Added more belly bounce. Added butt driver param back in.Loren Shih
2011-03-18STORM-1023, STORM-1022 : pull into viewer-autobuild2010Merov Linden
2011-03-18OPEN-37 : pull into viewer-autobuild2010Merov Linden
2011-03-18Autobuild: pull in from jenn_linden/viewer-vs2010Merov Linden
2011-03-18Fixed params for belly morph. Incorrect params were causing distortion in ↵Loren Shih
texture maps.
2011-03-18Took out unnecessary Butt Physics parameter.Loren Shih
2011-03-18Set default parameters.Loren Shih
Renamed various parameters.
2011-03-18pull back changes made in beta prepOz Linden
2011-03-18Added tag 2.6.0-beta1, DRTVWR-40_2.6.0-beta1 for changeset 9283d6d1d7ebDessie Linden
2011-03-18Variety 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.