summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2011-05-09merged .hgtags from viewer-pre-betaDebi King (Dessie)
2011-05-04merged .hgtags with the one from viewer-releaseDebi King (Dessie)
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-25merge changes for storm-1111Oz Linden
2011-04-25merge changes for storm-1039Oz 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-25merge changes for storm-320Oz Linden
2011-04-22fix DOS line endingsOz Linden
2011-04-22dos2unix line ending fix for llphysicsmotion.cppLoren Shih
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-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-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-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-20mac and linux build fixesLeslie Linden
2011-04-20merge changes for storm-1183Oz Linden
2011-04-20merge changes for storm-1088Oz 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-20SH-1381 FIXED avatar physics behavior is tightly tied to viewer framerateLoren Shih
Breaking up physics into smaller integration steps.
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.
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.
2011-04-20SH-1380 FIXED User can wear several physics objectsLoren Shih
Changed this to be expected behavior, where top wearable's characteristics are used.
2011-04-20SH-1380 FIXED User can wear several physics objectsLoren Shih
Changed this to be expected behavior, where top wearable's characteristics are used.
2011-04-20SH-1384 FIXED AvatarPhysicsTest debug setting does not workLoren Shih
Took out setting, no longer needed. Was formely restricted to gods.
2011-04-20SH-1384 FIXED AvatarPhysicsTest debug setting does not workLoren Shih
Took out setting, no longer needed. Was formely restricted to gods.
2011-04-20Merge viewer-pre-beta -> seraph-viewer-pre-betaLoren Shih
2011-04-20cosmetic variable name changeLoren Shih
2011-04-20cosmetic variable name changeLoren Shih
2011-04-20correct license headersOz Linden
2011-04-19mergeRichard Linden
2011-04-19fixed buildRichard Linden
2011-04-19New openssl package solves permissions problems with Linux build.Nat Goodspeed
The original Linux openssl tarball includes libcrypto.so and libssl.so files with r-xr-xr-x permissions: not even the owning user can modify them. This causes problems when the Release build tries to 'strip' the viewer and all associated libraries. Newer openssl tarball fixes permission problems. The newer openssl package also updates from 0.9.8 to 1.0.0, so have to fix version numbers in Copy3rdPartyLibs.cmake and viewer_manifest.py too. :-P Presumably the only reason this hasn't been causing trouble with TC builds is that the link has been picking up system libraries instead of the ones from the openssl package.