summaryrefslogtreecommitdiff
path: root/indra/newview/llviewermessage.cpp
AgeCommit message (Collapse)Author
2018-03-07MergeRider Linden
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
2016-06-14MAINT-5040 Warning "ll_apr_warn_status: APR: Connection refused" continually ↵Mnikolenko Productengine
appears on Linux
2016-05-06merge 4.0.4-release and MAINT-5974Oz Linden
2016-04-04merge with 4.0.3-releaseOz Linden
2016-04-01Merged in lindenlab/viewer-bearAndreyL ProductEngine
2016-04-01Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2016-03-25MAINT-6224 Notifications Update "When I spend or get L$" split into two options.Mnikolenko ProductEngine
2016-03-17MergeRider Linden
2016-03-16merge changes for DRTVWR-417Oz Linden
2016-03-07merge DRTVWR-398 build cleanup fixesOz Linden
2016-02-07merge changes for OPEN-292Oz Linden
2016-02-08MAINT-6109 Translate some strings received from serverAndreyL ProductEngine
2016-01-15MAINT-6050 Link the owner's name in the Open URL dialog to their profileAndreyL ProductEngine
2015-12-21MAINT-335 FIXED Avatar hangs in space after cancelling teleportandreykproductengine
2015-12-11MAINT-5879 Block incoming blind teleport requests from non-friendsAndreyL ProductEngine
2015-11-29Merged lindenlab/viewer-tools-update into defaultCinder Biscuits
2016-02-12Suppress some overly verbose loggingOz Linden
2015-11-10remove execute permission from many files that should not have itOz Linden
2015-11-02MAINT-5812: Correctly pull a string from the raw body. Only compare ↵Rider Linden
languages if detected_language is blank.
2015-11-02Automated merge with ssh://bitbucket.org/lindenlab/viewer-releaseNat Goodspeed