summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-01STORM-335 : merge with viewer-developmentMerov Linden
2010-11-01STORM-400 : merge with viewer-developmentMerov Linden
2010-11-01STORM-354 : merge with viewer-developmentMerov Linden
2010-11-01STORM-190 : merge with viewer-developmentMerov Linden
2010-11-01STORM-293 : merge with viewer-developmentMerov Linden
2010-11-01STORM-258 : merge with viewer-developmentMerov Linden
2010-11-01STORM-255 : merge with viewer-developmentMerov Linden
2010-11-01STORM-255 : Made changes to the tool tips for the check boxesWolfpup Lowenhar
in panel_prefferences_chat.xml
2010-11-01STORM-255 : Merge from viewer-developmentWolfpup Lowenhar
2010-11-01merge from viewer-betaMerov Linden
2010-11-01STORM-420 : Took Andrew's comment into account, fixing the issue when ↵Merov Linden
minimap was minimized
2010-11-01STORM-287 FIXED changing currnet outfit with an outfit dragged from Library ↵Seth ProductEngine
to My Inventory->Current Outfit folder.
2010-11-01STORM-283 FIXED adding attachments of type LLInventoryType::IT_ATTACHMENT to ↵Seth ProductEngine
Current Outfit.
2010-11-01MergeLeyla Farazha
2010-11-01changing duplicate line editor nameLeyla Farazha
2010-11-01STORM-404 : merge with viewer-developmentMerov Linden
2010-11-01STORM-430 : merge with viewer-developmentMerov Linden
2010-11-01SH-281 Fix for snapshots showing interface all the timeDave Parks
2010-11-01Remove assert from lldictionary that keeps devs from working with mesh ↵Dave Parks
viewer and release viewer.
2010-11-01SH-395 FIX linux build on mesh-development is brokenNyx (Neal Orman)
last package had the wrong version of the binary library packaged with it. I'm hoping this should fix our linux teamcity issues.
2010-11-01STORM-404 FIXED Fixed crash in LLPanelGroupGeneral::updateMembers().Andrew Productengine
Crash happened when trying to create new group while other group was still updating. It was caused by invalid iterator mMemberProgress in LLPanelGroupGeneral::updateMembers(). Its usage shouldn't have been reached when member list is cleared and empty thanking to gdatap->isMemberDataComplete() check at the beginning of the function. But when the new group was created while members of other group were still updating this protection failed: in LLGroupMgr::processGroupMembersReply() for the group being created mMemberDataComplete was set TRUE when group size was zero(because this new group still had no members). So the check for completness in LLPanelGroupGeneral::updateMembers() was succesfully passed, and further in this method viewer crashed. - Added check for emptiness of member list into LLPanelGroupGeneral::updateMembers().
2010-11-01STORM-288 FIXED New name resets to old if change it on 'Item Profile' panel ↵Paul Guslisty
while fetching inventory Reason: 'item info panel' updated EACH time some inventory object changed Fix: update 'item info panel' only if changed inventory object is the object for which 'item profile panel' is shown
2010-10-31STORM-255 : Merge from viewer-developmentWolfpup Lowenhar
2010-10-29STORM-303, STORM-270 : merge with viewer-developmentMerov Linden
2010-10-29STORM-420 : allow teleport when double clicking the minimap if doubleclick ↵Merov Linden
teleport is on, allow beacon setting if not
2010-10-29Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2010-10-29SH-395 FIX linux mesh-development teamcity build brokenNyx (Neal Orman)
rebuilt colladadom yet again, and confirmed that we're depending on the correct version of pcre.
2010-10-29mergeRichard Linden
2010-10-29VWR-23444 FIXED Double clicking x on UI hint crashes Skylight ViewerRichard Linden
2010-10-29SH-92 Fix for busted bounding boxes for mirrored meshes.Dave Parks
2010-10-29STORM-501 FIXED Script-editor shows ERRORS in the wrong line.Vadim ProductEngine
LLTextBase::setCursor() sometimes failed to work properly if line wrapping was enabled. This is a slightly optimized version of the patch made by Satomi Ahn.
2010-10-29SH-184 Don't render loading meshes as tetrahedrons.Dave Parks
2010-10-29Fix for release build (misspelled llprimitive)Dave Parks
2010-10-29MergeLeyla Farazha
2010-10-29DN-154 Display Names only shown in Nearby Chat History when a user logs back ↵Leyla Farazha
in even if Usernames were shown in Chat during previous session
2010-10-29DN-192 [crashhunters] LLVOAvatar::clearNameTagLeyla Farazha
DN-193[crashhunters] LLHudNameTag::setLabel
2010-10-29mergeDave Parks
2010-10-29SH-262 Fix for debug build on windows.Dave Parks
2010-10-29VWR-21349 Don't enable FBO by default on mac or linux when using high/ultra ↵Dave Parks
graphics. Cap samples in LLMultiSampleBuffer to 4 samples to avoid using tons of memory when RenderUseFBO is set to TRUE and RenderFSAASamples is > 4. Don't allocate multisample buffers at all when RenderUseFBO is FALSE.
2010-10-29STORM-184 FIXED Disabled "Save" command for outfits without name (with "No ↵Seth ProductEngine
Outfit" in My Appearance SP).
2010-10-29Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2010-10-29SH-395 FIX linux build broken for mesh-developmentNyx (Neal Orman)
Trying to rebuild colladadom against an old version of pcre so that the link step doesn't search for functions that don't exist.
2010-10-29mergeDave Parks
2010-10-29Fix for assert in pipeline on startup.Dave Parks
2010-10-29Fix for sometimes missing the color value on last vertex of a face.Dave Parks
2010-10-29Fix for bad normals on some prim faces.Dave Parks
2010-10-29SH-395 FIX linux opensource mesh viewer is broken on teamcityNyx (Neal Orman)
Fixed the pcre autobuild scripts to include the resulting library files and put them in the correct place. I think this should fix the build.
2010-10-29Merged in 2.3.0-beta1 tagDessie Linden
2010-10-29Added tag 2.3.0-beta1 for changeset a3c12342b1afDessie Linden
2010-10-29STORM-270, STORM-303 FIXED sorting Favorites folder contents after ↵Seth ProductEngine
re-ordering landmarks in any folder view or in Favorites bar. Previously worked only for Favorites accordion is Places SP.