summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-04-25Removed an extra variable I'd added.Ricky Curtice
Also cleaned up some whitespace-around-operator issues. While removing the extra variable seems to make the code more ugly, all it does is reveal the pre-existing ugliness that had been masked in the past. Trying to find a fix, or even try to come to a real understanding of why this section of code is the way it is, is out of my scope for this task.
2011-04-04Parenthisized a #define to make it safer, adjusted some notes (and added a ↵Ricky Curtice
TODO) around some extremely obscure code that needs further attention but which is outside this scope.
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-10Squared all dist_vec() based comparisons and other dist_vec() operations ↵Ricky Curtice
where sensible. Not all instances of dist_vec() were squared, only those where it wouldn't (hopefully) change the functionality.
2011-03-09Crash hunters: pull in viewer-developmentMerov Linden
2011-03-08fix for STORM-1053: crash at LLTextureCache::writeToCacheXiaohong Bao
2011-03-08fix for STORM-1052: crash at LLVOCacheEntry::~LLVOCacheEntry() line 138Xiaohong Bao
2011-03-08fix for STORM-1049: [crashhunters] crash at ↵Xiaohong Bao
LLViewerFetchedTexture::forceToSaveRawImage(int,bool)
2011-03-07Automated merge with http://hg.secondlife.com/viewer-developmentXiaohong Bao
2011-03-07fix for STORM-1046:[crashhunters] crash in LWorld::removeRegionXiaohong Bao
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap
2011-03-07fix for STORM-1046:[crashhunters] crash in LWorld::removeRegionXiaohong Bao
STORM-1014: Viewer crash in LLSurface::getWaterHeight STORM-1047:[crashhunters] crash at LLViewerObjectList::renderObjectsForMap
2011-03-07Merge branchesDave SIMmONs
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-03-07STORM-1037 : pull into viewer-developmentMerov Linden
2011-03-07STORM-236 : pull into viewer-developmentMerov Linden
2011-03-07STORM-28 : pull into viewer-developmentMerov Linden
2011-03-08STORM-10140 : pull into viewer-developmentMerov Linden
2011-03-08STORM-990 : pull into viewer-developmentMerov Linden
2011-03-04STORM-236 WIP Additional fixes.Vadim ProductEngine
Fixed: * Wrong ability to place a button between the chat input and the drag handle (thanks Wolfpup!). * Broken drag-n-drop cursors.
2011-03-04STORM-1040 Added code for media beacons, which are coming in Storm-1019Jonathan Yap
2011-03-04STORM-1040 Text that shows what Beacons you are viewing is always in EnglishJonathan Yap
2011-03-04STORM-236 WIP Minor code improvements.Vadim ProductEngine
- To decrease code duplication: * Added RS_BUTTON_SPEAK to the button->panel mapping (mStateProcessedObjectMap). * Replaces all lookups in mStateProcessedObjectMap with calls to getButtonPanel(). - Added some comments.
2011-03-03STORM-969 : pull into viewer-developmentMerov Linden
2011-03-03STORM-980 : pull in viewer-developmentMerov Linden
2011-03-03STORM-991 : pull into viewer-developmentMerov Linden
2011-03-03VWR-22531 VWR-22532 VWR-22343 FIXeli_linden
2011-03-03storm-1037: remove the "hide url" checkboxes in parcel managementOz Linden
2011-03-03STORM-236 FIXED Allow the "Speak" button to be removed, like other buttons.Vadim ProductEngine
Cumulative diff of changes made by Wolfpup, Richard and me. Description: * Ability to hide the Speak button with the bottom tray context menu. * Made the chat input resize handle visible, so that the feature is easily discoverable. * Applied Richard's fix to layout panel resizing logic.
2011-03-02VWR-24992 FIX remove evil old parameters in localized xml fileseli_linden
2011-03-02VWR-24754 FIX from Torben Troutmaneli_linden
2011-03-02VWR-23494 FIX on behalf of Torban Troutmaneli_linden
2011-03-01STORM-1004 : pull into viewer-developmentMerov Linden
2011-03-01STORM-954 : pull into viewer-developmentMerov Linden
2011-03-01STORM-949 : pull into viewer-developmentMerov Linden
2011-03-01STORM-889 : pull into viewer-developmentMerov Linden
2011-03-01STORM-842 : pull into viewer-developmentMerov Linden
2011-03-01STORM-665 : pull into viewer-developmentMerov Linden
2011-02-28STORM-980 Fix additional issue with Wear button found by QAJonathan Yap
2011-02-25STORM-990 merge with current v-d & fixed merge conflictJonathan Yap
2011-02-25STORM-980 : pull into viewer-developmentMerov Linden
2011-02-25STORM-974 : pull into viewer-developmentMerov Linden
2011-02-25STORM-680 : pull into viewer-developmentMerov Linden
2011-02-25STORM-979 : pull into viewer-developmentMerov Linden
2011-02-24STOMR-665 FIXED User is not able to view full name of Group's founder in the ↵Paul ProductEngine
Group Profile - Made text box and its panel follow right
2011-02-22Automated merge with http://hg.secondlife.com/viewer-developmentXiaohong Bao
2011-02-22set "RenderVBOMappingDisable" to be true by default to stop VBO memory leaking.Xiaohong Bao
2011-02-22STORM-28 FIXED Added the ability to send agent's own calling card to others.Seth ProductEngine
- Added creating own calling card for the user to be able to share it with other residents. - Moved calling cards synchronization with friends list to the viewer start up. Previously synchronized upon opening the Friends tab in People side panel. - Calling cards for non-friends are not removed upon calling cards synchronization with friends list. - Enabled "Share" menu item for calling cards in inventory.
2011-02-22STORM-889 FIXED Put Link/Unlink in Edit PanelPaul ProductEngine
- Moved callbacks for Link/Unlink to the LLSelectMgr - Binded Link/Unlink callbacks with buttons in Build Floater - Replaced view_listener_t usage for Link, Unlink, EnableLink, EnableUnlink with boost::bind
2011-02-18BUG STORM-1004 FIXED Unblocking/blocking name sometimes deletes identically ↵paul_productengine
named entry, but of different TYPE LLMuteList stores muted objects in two sets: set of names and set of ids. Avatar objects are stored by ids (set of ids), other objects can be stored both by name(set of names) or ids - Delete items from corresponding set (from set of names or ids), not form both sets at time. - Improved isMuted method's logic. Now if avatar is tested whether it's muted or not, don't search its name in the set of names.
2011-02-17STORM-842 FIXED displaying favorites list at login screen when user name is ↵Seth ProductEngine
typed like "firstname.lastname" or "firstname_lastname" or user name consists of a single word.