summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
AgeCommit message (Collapse)Author
2018-09-26MergeRider Linden
2018-08-31Merged in MAINT-6291andreykproductengine
2018-08-30MAINT-6291 A bit more loggingandreykproductengine
2018-08-29SL-967 simplify viewer log file field syntaxOz Linden
MAINT-8991: only escape log message characters once, add unit test remove extra log line created by LL_ERRS document that tags may not contain spaces
2018-08-29MAINT-6291 Fixed Scripted teleports have a higher rate of failure than ↵andreykproductengine
user-initiated teleports. Sim apparently sends finish and start messages simultaneously in case of scripted or experience teleports
2018-08-03MergeRider Linden
2018-07-18SL-920 Change http methodsandreykproductengine
2018-07-17SL-920 Better logging and limited cap to offline messagesandreykproductengine
2018-07-17SL-920 Better logging and limited cap to offline messagesandreykproductengine
2018-07-17SL-927 Better loggingandreykproductengine
2018-07-16SL-927 Fix coro nameandreykproductengine
2018-06-26SL-927 Add new groups caps to viewer (offline messages only)andreykproductengine
2018-07-09MAINT-8848 FIXED Object name in the llGiveInventory chat message is ↵maxim_productengine
represented as a hyperlink
2018-06-19MAINT-4743 Save sounds that arrived too early and use on object updateandreykproductengine
2018-06-14SL-920 Add new friendship caps to viewerandreykproductengine
2018-06-01Modify use of sky settings, reduce complexity, and name funcs to indicate ↵Graham Linden
coord systems in use. Fix class2 softenLightF shader.
2018-05-22MergeRider Linden
2018-03-07MergeRider Linden
2018-02-13MAINT-8203 Use the ReadOfflineMsgs cap to fetch IMs after loginandreykproductengine
2018-02-06MAINT-8273 FIXED Crash in ↵maxim_productengine
LLViewerInventoryMoveFromWorldObserver::isSelectionChanged()
2018-02-06MAINT-8273 FIXED Crash in ↵maxim_productengine
LLViewerInventoryMoveFromWorldObserver::isSelectionChanged()
2017-11-30MergeRider Linden
2017-11-29DRTVWR-418: Merge from latest viewer-releaseNat Goodspeed
2017-11-13Clean up on sun and moonRider Linden
2017-10-11Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2017-08-16merge changes for DRTVWR-439Oz Linden
2017-06-06MAINT-7254, MAINT-7255: Use cap to get and set UserInfo on simhost. Check ↵Rider Linden
new is_verified flag and disable IM2Email if value is false.
2017-07-12MAINT-7587 FIXED Unresolved region name variable when trying to enter skill ↵Mnikolenko Productengine
gaming region
2017-07-10MAINT-7565 FIXED Inconsistent name format in nearby chat toast and chat historyMnikolenko Productengine
2017-05-22Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2017-04-21Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2017-04-20MAINT-1427 Resolving dupplicate messageandreykproductengine
2017-04-06MAINT-7255: Change viewer to use UserInfo cap if available.Rider Linden
2017-10-05MAINT-7871 Blocked residents can pay 1L$ to Blocker and use pay message to ↵Mnikolenko Productengine
avoid block
2017-02-15MAINT-7118 Swapping legacy people API with new cacheandreykproductengine
2017-02-20MAINT-7142 Use '/completename' in teleport offer and eject messagesMnikolenko Productengine
2017-02-13MAINT-397 Teleport offers are not received after disabling "do not disturb" modeandreykproductengine
2017-02-03Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-12-20DRTVWR-418: Another fix for std::string::find() return type.Nat Goodspeed
2016-12-20DRTVWR-418: Fix API for LLTracker::stopTracking().Nat Goodspeed
The signature for LLTracker::stopTracking() was silly: it accepted a void* for the sole purpose of testing whether it was NULL. In other words, the parameter was really a bool in void* clothing. Most callers passed NULL. What got ugly was when you wanted to pass 'true', or a variable bool value. Such values had to be cast to void*. In 64-bit land, the compiler correctly flags that as extremely dubious practice. But it's entirely unnecessary. Since stopTracking() wants a bool, change its parameter to bool. Everybody wins. (While at it, change a few related method params from BOOL to builtin bool.)
2017-05-24MAINT-7434 FIXED SLURL instead of username appears in "have said something ↵Mnikolenko Productengine
new" text for some messages
2017-05-19MAINT-7417 FIXED Confirmation is not shown when removing your own object inworldMnikolenko Productengine
2016-11-14Merged in lindenlab/viewer-cleanupAndreyL ProductEngine
2016-10-24MAINT-6861 FIXED Viewer crashes when attempting to block an experience from ↵Mnikolenko Productengine
the permissions request dialog.
2016-10-07Merged in lindenlab/viewer-bearAndreyL ProductEngine
2016-10-03MergeRider Linden
2016-09-26MAINT-6756: Added ForceSitAvatar to the list of things an Exp can do in the ↵Rider Linden
dialog.
2016-09-28MAINT-6773 Add payment messageMnikolenko Productengine
2016-08-30Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed
2016-07-25MAINT-4146 - [Griefing] Folders from muted avatars not sent to trash at loginandreykproductengine