summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
AgeCommit message (Collapse)Author
2011-04-26Merge with viewer-developmentDon Kjer
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-13STORM-941 FIXED IM history to use the resident's user name for the log file ↵Seth ProductEngine
name. Added conversions from legacy names or SLURLs with avatar id to the user names in cases of logging P2P sessions and inventory offers. Removed asynchronous writes to temporary IM log file depending on name cache responses.
2011-04-07ER-671: add llRegionSayTo(). Cleaned up some chat code, implemented '@' ↵Dave SIMmONs
special case. Reviewed by Kelly
2011-04-05merge changes for STORM-1051Oz Linden
2011-03-23Merge with viewer-developmentDon Kjer
2011-03-21convert DOS line endingsOz Linden
2011-03-17Automated merge with http://hg.secondlife.com/viewer-pre-betaRichard Linden
2011-03-15eol fixesRichard 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-08Merge with viewer-developmentDon Kjer
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-04-19mergeDave Parks
2011-03-16Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-03-09Automated merge up from viewer-development into mesh-developmentLoren Shih
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-02-01Automated merge up from viewer-development into mesh-developmentLoren Shih
2011-01-31merge changes for storm-829Oz Linden
2011-01-21Automated merge up from viewer-developmentLoren Shih
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-29Automated merge up from viewer-developmentLoren Shih
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-16Automated merge up from viewer-developmentLoren Shih
2010-12-13STORM-401 FIXED Add recepients of teleport offers to the recent people list.Vadim ProductEngine
2010-12-13Automated merge up from viewer-developmentLoren Shih
2010-12-02mergeMonroe Linden
2010-12-01Automated merge up from viewer-developmentLoren Shih
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-08MergeLoren Shih
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).