summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-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-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-20STORM-229 ADDITIONAL FIX Disabled updating text segments during indenting ↵Seth ProductEngine
the selected lines with TAB or SHIFT+TAB to prevent the viewer from stalling.
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.
2011-04-19EXP-648 FIX As a developer, I want to be able to specify param blocks that ↵Richard Linden
use Multiple<LLUIImage> for a sequence of images Factored out param block data classes so that specialized param block types, such as LLUIImage, LLFontGL, LLRect, etc. can be stored in a Multiple<T> context Converted loading_indicator to take image sequence from XUI deprecated name-value pairs for LLUIColor values, and put them in colors.xml
2011-04-19MergeLeyla Farazha
2011-04-19EXP-635 Action buttons missing on IM floaterLeyla Farazha
2011-04-20STORM-320 FIXED navigation with arrow keys through the text with enabled ↵seth_productengine
word-wrapping.
2011-04-19Merge with main repoMerov Linden
2011-04-19EXP-728 : Fix crash when taking large unconstrained snapshots + code cleanupMerov Linden
2011-04-19fixing destination tooltipLeyla Farazha
2011-04-19STORM-1182 FIX Fixed XUI Preview tool not loading XML files from a dev ↵Vadim ProductEngine
checkout on Linux. The bug seems to be caused by recent switch to Autobuild, which affected the build directory path.
2011-04-19Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-3Richard Linden
2011-04-19merge up to latest viewer-developmentOz Linden
2011-04-19MergeLeslie Linden
2011-04-19EXP-631 FIX -- REGRESSION - Clicking people button in Basic mode does not ↵Leslie Linden
toggle the People panel to close EXP-640 FIX -- [PUBLIC] Ctrl+I doesn't close side tray LLSideTray::hidePanel now checks if the parent is the side tray or if it is a child to a detached tab to determine what panel to attempt to close. Reviewed by Leyla
2011-04-19increment viewer version to 2.6.6Oz Linden
2011-04-19STORM-1128 Add space after a commaJonathan Yap
2011-04-18MergeLeyla Farazha
2011-04-18EXP-628 Inventory floater may be opened by SLAppLeyla Farazha
EXP-630 My appearance floater may be opened by SLApp EXP-633 Search floater can be opened by SLApps
2011-04-18Fixed debug information format for mac to allow breakpoints to work under Xcode.Leslie Linden
2011-04-17STORM-1088: corrected fix loading of winmm.dllSiana Gearz
2011-04-17STORM-1088: corrected fix loading of winmm.dllSiana Gearz
2011-04-17merge changes for storm-1141Oz Linden
2011-04-17STORM-1088: fix loading of winmm.dllSiana Gearz
2011-04-17STORM-1088: fix loading of winmm.dllSiana Gearz
2011-04-16STORM-1128 Made a few code changes suggested in code review comments.Jonathan Yap
2011-04-16STORM-1128 GCC fixes: formatting changes, moved compare routine back to topJonathan Yap
2011-04-15MergeLeyla Farazha
2011-04-15EXP-679 As a linden executive, I would like to evaluate the success of basic ↵Leyla Farazha
mode against various metrics
2011-04-15EXP-672, EXP-673 : Fix bug in encoding small textures (16x16 and under)Merov Linden