summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-03-27merge changes for storm-987Oz Linden
2011-03-27pull in latest changes from autoubuild2010 branchOz Linden
2011-03-27merge out latest changes from viewer-developmentOz Linden
2011-03-25STORM-987 : Fix the creation of images in local dirMerov Linden
2011-03-25STORM-1021 : pull into viewer-developmentMerov Linden
2011-03-25STORM-1030 : pull into viewer-developmentMerov Linden
2011-03-25STORM-36 : pull into viewer-developmentMerov Linden
2011-03-25revert packaging of openal libs.alain@945battery-guestA-183.lindenlab.com
2011-03-25merge backoutalain@945battery-guestA-183.lindenlab.com
2011-03-25Backed out changeset 6e69fbe64617alain@945battery-guestA-183.lindenlab.com
2011-03-25revert to prior archive to get vivox compatible opealal lib.alain@945battery-guestA-183.lindenlab.com
2011-03-24STORM-1104 : pull into viewer-developementMerov Linden
2011-03-24Pull from viewer-betaMerov Linden
2011-03-24Set release-viewer.jira value to DRTVWR-39Dessie Linden
2011-03-24STORM-1077 Removed disabling speak hint on mouse up of speak buttonJonathan Yap
2011-03-24ER-650: touch events. Added 'requestTouch' API for LLAgent operations via ↵Dave SIMmONs
llEventHost. Re-factored some message sending code for grabs. Reviewed by Kelly
2011-03-24Mergealain@945battery-guestA-183.lindenlab.com
2011-03-24use vivox's openal for SLVoice because it isn't compatible with latest ↵alain@945battery-guestA-183.lindenlab.com
OpenAl version (should fix linux voice issues).
2011-03-24merge latest avatar-physics updatesOz Linden
2011-03-24merge latest avatar-physics updatesOz Linden
2011-03-24syncing up to viewer-developmentOz Linden
2011-03-24STORM-1077 Change hint wording. Disable hint if speak or flyout button is ↵Jonathan Yap
pressed.
2011-03-24merge changes for storm-1018Oz Linden
2011-03-23SyncMerov Linden
2011-03-23STORM-1090 : add attribution for the fix to NickyMerov Linden
2011-03-23STORM-1077 Eliminated separator bar between Speak Button and other menu entries.Jonathan Yap
2011-03-23Pull from lindenlab/viewer-developmentMerov Linden
2011-03-23Mergealain@945battery-guestA-183.lindenlab.com
2011-03-23update jpeglib archive on linux (now uses correct lib layout fixing ↵alain@945battery-guestA-183.lindenlab.com
erroneous linkage to system jpeg lib).
2011-03-23STORM-1021 ADDITIONAL_FIX Replaced usual object inspector with the remote ↵Vadim ProductEngine
one in nearby chat toasts.
2011-03-23SyncMerov Linden
2011-03-23STORM-1090 : Fix for use of freetype 2.4.4 and switch to freetype 2.4.4 in ↵Merov Linden
installables
2011-03-23INTL-30 WIP light viewer Set2 translations and new files for ESeli_linden
2011-03-23Updated linux llqtwekit archive and fixed media webkit build and loading ↵alain@945battery-guestA-183.lindenlab.com
(fix CHOP-545).
2011-03-23Merge with https://hg.lindenlab.com/nat/viewer-eventapi2Don Kjer
2011-03-23Merge with viewer-developmentDon Kjer
2011-03-22SOCIAL-778 FIX Make how to web content widerRichard Linden
2011-03-22INTL-30 WIP light viewer Set2 translations and new files for FR, PT, DEeli_linden
2011-03-22Improve LLEventHost API for autopilot and following avatars. Reviewed by Kelly.Dave SIMmONs
2011-03-22STORM-1097 FIXED opening the floater containing a detached side bar tab.Seth ProductEngine
2011-03-22MergeAlain Linden
2011-03-22STORM-1030 FIXED Main menu change: 'Me->Change Outfit' to 'Me->My Appearance'Paul ProductEngine
Changed label in: - Main menu - Self avatar menu - Self avatar attachment menu
2011-03-22update freetype archive on windows (downgrad to 2.3.9)Alain Linden
2011-03-22update freetype archive on darwin (downgrade to 2.3.9)Andrew A. de Laix
2011-03-22ER-320 Fix public urls in top scripts.Kelly Washington
2011-03-21Added tag DRTVWR-41_2.6.0-beta2, 2.6.0-beta2 for changeset 9e4641f4a787Dessie Linden
2011-03-21STORM-1051: merge daggy fix to tipNat Goodspeed
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.