summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2011-04-28sync up with viewer-developmentEli Linden
2011-04-28Automated merge with ↵Richard Linden
bundle:E:\code\viewer-experience-merge+c:\users\richard\appdata\local\temp\thg.ia7ixc\http__hg.secondlife.com_viewer-development_csqen8.hg
2011-04-28Automated merge with ssh://hg.lindenlab.com/richard/viewer-experience-merge/Richard Linden
2011-04-28EXP-749 FIX [REGRESSION] Voice status indicator shown in IM session instead ↵Richard Linden
of profile pic in Basic and Advanced modes reviewed by Leyla
2011-04-28SH-1443 Fix for fullbright alpha objects not appearing for some combinations ↵Dave Parks
of deferred rendering and non deferred automatic alpha mask toggling.
2011-04-28Fix for SH-718prep
2011-04-27STORM-1028 : pull into viewer-developmentMerov Linden
2011-04-26Automated merge with http://hg.secondlife.com/mesh-developmentXiaohong Bao
2011-04-26EXP-752 FIX -- When "View Display Names" is disabled, only my own profile ↵Leslie Linden
loads, when I click others profiles Avatar username is now looked up in the name cache when it is blank, which happens when display names are turned off apparently. Reviewed by Fredrik.
2011-04-26spaces not tabsDave Parks
2011-04-26SH-1374 tcmalloc symlinks are broken on installer, include tcmalloc.so.0.1.0Dave Parks
2011-04-25SH-1371 tcmalloc comes with the viewer now, don't look for it in /usr/libDave Parks
2011-04-25SH-1427 Fix for alpha objects not getting the right light curves when ↵Dave Parks
deferred rendering enabled.
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-25SH-1371 Fix for tcmalloc package error.Dave Parks
2011-04-25merge changes for storm-1111Oz Linden
2011-04-25merge changes for storm-898Oz Linden
2011-04-25merge changes for storm-640Oz Linden
2011-04-25merge changes for storm-891Oz Linden
2011-04-25merge changes for storm-595Oz Linden
2011-04-22fix DOS line endingsOz Linden
2011-04-22mergeDave Parks
2011-04-22fix for sh-1420: the background image at startup is missing from ↵Xiaohong Bao
mesh-development and viewer-beta.
2011-04-22merge changes for beta fixesOz Linden
2011-04-22merge changes for storm-1187Oz Linden
2011-04-21merge avatar physics fixesOz Linden
2011-04-21Backed out changeset: e7b38729ad6dRichard Linden
2011-04-21SH-1381 FIXED Avatar Physics behavior is tightly tied to viewer framerateLoren Shih
Changed range of gain; previous range was too small.
2011-04-21merge changes for storm-1095Oz Linden
2011-04-21merge changes for storm-1145Oz Linden
2011-04-21merge changes for storm-1136Oz Linden
2011-04-21SH-1381 Avatar Physics behavior is tightly tied to viewer framerateLoren Shih
Changed physics algorithm to perform integration over several steps if framerate is slow. Fixed a fundamental issue in the algorithm where timestep wasn't being used to calculate velocity changes. Had to change around some parameter ranges since the physics are calculated slightly differently now.
2011-04-22STORM-380 FIXED Added syncing animations and sounds before the gesture ↵Seth ProductEngine
starts playing. The actual playing of animations and sounds of a gesture starts only when all needed animations and sound files are loaded into viewer cache. This reduces the delay between animations and sounds meant to be played simultaneously but may increase the delay between the moment a gesture is triggered and the moment it starts playing. Fixed calling assets callback to clean up the void pointer in getAssetData() and avoid potential memory leaks.
2011-04-21mergeDave Parks
2011-04-21mergeDave Parks
2011-04-21fixing bottomtray for advanced viewerLeyla Farazha
2011-04-21STORM-640 FIX Disabled highlighting URLs in object name inside the BUY ↵Vadim ProductEngine
CONTENTS floater. Enclosed object name with <nolink>...</nolink> tags to disable URL parsing.
2011-04-21merge back fixes for STORM-1088 and (possibly) STORM-1141Oz Linden
2011-04-20merge leslie changesMerov Linden
2011-04-20merge EXP-737Merov Linden
2011-04-20EXP-737 : Fix texture dimensions display in image previewMerov Linden
2011-04-20merge changes for storm-1183Oz Linden
2011-04-20merge changes for storm-1184Oz Linden
2011-04-20EXP-670 As a resident I want to be able to communicate with other residents ↵Leyla Farazha
using my voice, while still enjoying the streamlined experience of basic mode
2011-04-20EXP-629 Clicking on ground while sitting results in avatar walking to last ↵Leyla Farazha
click point when standing up in basic mode
2011-04-20re-applying fix from previous mesh-dev merge branchNyx (Neal Orman)
SH-1062 FIX Flexi sculpts is a mess until you zoom in.
2011-04-20SH-1417 Disable occlusion culling for reflection map for now.Dave Parks
2011-04-20SH-1411 Fix for shadows from large objects flickering at odd angles at ↵Dave Parks
certain times of day.
2011-04-20SH-1381 FIXED avatar physics behavior is tightly tied to viewer framerateLoren Shih
Breaking up physics into smaller integration steps.
2011-04-20SH-1388 FIXED Graphics Quality slider has no effect on avatar physicsLoren Shih
SH-1387 Class0 video cards default avatar physics to high Added appropriate featuretable entries.