summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
AgeCommit message (Collapse)Author
2011-05-02merge changes for vwr-25126Oz Linden
2011-05-02merge changes for storm-956Oz Linden
2011-04-29Merged with viewer-development.Ricky Curtice
The reason was to manually resolve a couple of merge problems, as upstream has had several changes since this was applied, and some of the changes overlapped.
2011-04-15STORM-956 Ability to mute dialogs by muting object (or object owner)Jonathan Yap
2011-04-14STORM-891 FIXED [HARDCODED] - ALL LANGS - Message showing up after setting ↵Paul ProductEngine
your home is in English (French viewer) - Added translation of the hardcoded string to the strings.xml
2011-04-05merge changes for STORM-1051Oz Linden
2011-03-15merge changes for storm-1078Oz Linden
2011-03-14SOCIAL-661 FIX Receiving Inventory notification in Basic ModeRichard Linden
SOCIAL-654 FIX Items purchased on Marketplace.secondlife.com while logged into Minimal skin are declined and not present in inventory
2011-03-12Switched to using *_SQUARED constants instead of multiplied constants, and ↵Ricky Curtice
cleaned up a few other minor issues noted during review.
2011-03-09Merge with tip of http://hg.secondlife.com/viewer-development (rev 14798)callum
2011-03-09STORM-28 ADDITIONAL FIX Pressing "Show" button in the offer notification ↵Seth ProductEngine
opens Inventory SP and selects the received calling card.
2011-03-08SOCIAL-652 FIX Decline notification shown to users in minimal skin when they ↵Richard Linden
click on free one click objects
2011-03-07ER-350: Viewer / sim camera positioning not working well on login. Viewer ↵Dave SIMmONs
now sets the camera before calling send_agent_update(). Reviewed by Kelly.
2011-02-23Added headless client keyboardDon Kjer
2011-02-19Merge of ssh://hg.lindenlab.com/nat/viewer-eventapi2/Don Kjer
2011-02-18Cleanup of headless client (was: DisableRendering mode)Don Kjer
* Now called 'HeadlessClient' instead of 'DisableRendering' * Removed most cases where we skipped certain behaviors in the client when in this mode. This gets us closer to a 'true' client, for testing purposes.
2011-01-31merge changes for storm-829Oz Linden
2011-01-18STORM-243 FIXED Disabled the "You just entered a region using a different ↵Vadim ProductEngine
server version..." pop-up notification.
2011-01-06STORM-829 Viewer 2 does not parse /me in object Instant MessagesJonathan Yap
2010-12-28STORM-242 ADDITIONAL_FIX One more build fix...Vadim ProductEngine
2010-12-28STORM-242 ADDITIONAL_FIX Fixed release build and error handling.Vadim ProductEngine
2010-12-27STORM-242 FIXED Fixed incorrect release notes URL in the "You just entered a ↵Vadim ProductEngine
region using a different server version" notification.
2010-12-13STORM-401 FIXED Add recepients of teleport offers to the recent people list.Vadim ProductEngine
2010-12-02mergeMonroe Linden
2010-11-19Automated merge with file:///Users/Bill/Projects/viewer-releaseBill Curtis
2010-11-19merge fix for STORM-138Oz Linden
2010-11-16Viewer 2.4 (as of 15 Nov 2010) with llTextBox support merged inJonathan Yap
2010-11-16STORM-563 FIXED Updated all localized XUI strings and notifications ↵Vadim ProductEngine
templates to use display names. Previously name substitutions were broken, so "[FIRST] [LAST]" was displayed instead of avatar name. Some of the affected notifications: * avatar went online/offline notification * object return notification * calling card offer * script dialog * auto-unmute notification. See the diff for more details. The fixes apply to all locales but English (which is already correct). Besides, I fixed calling card offer notification to display avatar name correctly. It was broken even in English.
2010-11-15mergeRichard Linden
2010-11-12Merge latest from lindenlab/viewer-developmentDave SIMmONs
2010-11-10fixing group invite name scrubbing to work with server changesLeyla Farazha
2010-11-08changes to read max-agent-groups from login.cgi responseBill Curtis
2010-11-05Merge latest from lindenlab/viewer-developmentDave SIMmONs
2010-11-03STORM-194 FIXED 'Show' button in inventory offer notification to open 'My ↵Seth ProductEngine
Inventory' SP if attachments were offered. Removed the check preventing inventory SP from opening when an item of IT_ATTACHMENT type has been offered.
2010-10-27STORM-451 FIXED Disabled highlighting URLs in object name inside the ↵Vadim ProductEngine
llGiveInventory discard notification. Changes: * Wrapped object name with <nolink>...</nolink> tags to disable URL parsing. * The decline message is now localized as a whole sentence (localizing separate phrases is often inapplicable for some languages).
2010-10-25EXP-322 FIXED Able spawn World map in Skylight Viewer with llMapDestination ↵Richard Linden
function
2010-10-12Initial work on viewer motion interpolation. Changes include:Dave SIMmONs
* InterpolationTime and InterpolationPhaseOut values in settings.xml to control new object interpolation code. Use zero to revert to old logic * Viewer motion interpolation lasts InterpolationTime and will start to phase out after InterpolationPhaseOut seconds * Changed LLWorld::getMinAllowedZ() to take a world-position as a parameter * Added LLVOAvatarSelf::resetRegionCrossingTimer() * Actually reset LLVOAvatarSelf::mRegionCrossingTimer so we get sensible timing data for region crossings * LLVOAvatarSelf::updateRegion() will update position value due to region changes Code reviewed by Ambroff *
2010-10-07EXP-156 FIXED custom Skylight hintsRichard Linden
moved move hint down to bottom of screen made destination hint go away on teleport
2010-10-14DN-177 Cannot click on Name in Friend Request to view profile - and no ↵Leyla Farazha
profile pic in friend request
2010-09-30fixing [NAME] issue for friend notifications with no messageLeyla Farazha
2010-09-30more de-crufting.Tofu Linden
2010-09-30minor tidy-up.Tofu Linden
2010-09-29MergeLeyla Farazha
2010-09-29finally, properly(?) deal with submitting empty text.Tofu Linden
2010-09-29more robustness for empty-but-not-aborted textboxes.Tofu Linden
2010-09-29make empty textboxes return an empty string instead of doing nothing. I hope.Tofu Linden
2010-09-29work on response integrity.Tofu Linden
2010-09-29response is starting to limp along.Tofu Linden
2010-09-28STORM-266 FIXED displaying group notices in detached People SP.Seth ProductEngine
Fixed failure getting pointers to some child panels of LLSideTray while parent side panels are detached.
2010-09-27MergeLeyla Farazha