summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
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-20correct license headersOz Linden
2011-04-19mergeRichard 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-19mergeDave Parks
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-19Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-3Richard Linden
2011-04-19mergeDave Parks
2011-04-19Automated merge with http://hg.secondlife.com/mesh-developmentXiaohong Bao
2011-04-19a try fix for SH-1307: Crash on selection of some meshes.Xiaohong Bao
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-19mergeDave Parks
2011-04-19STORM-1128 Add space after a commaJonathan Yap
2011-04-18restoring glod to copy3rdpartylibs.cmake and viewer_manifest.pyNyx (Neal Orman)
2011-04-18adding collada and minizip to viewer_manifest.py, as it got clobbered in the ↵Nyx (Neal Orman)
merge
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-18WIP for SH-1281. Rigged assets are critiqued differently based upon whether ↵prep
they're avrigs w/wo joint offets and whether the asset contains a subset of the joints in the visual scene
2011-04-17merge changes for storm-1141Oz Linden
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-15EXP-679 As a linden executive, I would like to evaluate the success of basic ↵Leyla Farazha
mode against various metrics
2011-04-15FIX: STORM-1141. Win7: 2.6.3 Beta1 crashes on startup if locale differs ↵brad kittenbrink
from English. Force LLTextureCache::purgeAllTextures to get called in addition to normal cache purging.
2011-04-15Fix for flycam not overriding focal point properly for DoF effect.Dave Parks
2011-04-15SH-1374 Integrate bokeh depth of field effect from Tofu, but preserve edge ↵Dave Parks
detection.
2011-04-15mergeDave Parks
2011-04-15merge changes for storm-1042Oz Linden
2011-04-15merge changes for storm-1083Oz Linden
2011-04-15STORM-1128 Code cleanup per codereview commentsJonathan Yap
2011-04-15STORM-956 Ability to mute dialogs by muting object (or object owner)Jonathan Yap
2011-04-14VWR-25521 Add a Develop menu toggle item for HTTP Inventory.Aaron Stone
2011-04-14VWR-25445 FIXED breasts... accordions are presented in Edit Physics floater ↵Loren Shih
for male avatars Accordions are selectively hidden based on gender.
2011-04-14merge changes for storm-413Oz Linden
2011-04-14merge back additional 2.6.3 beta 2 fixesOz Linden
2011-04-14SH-1343 Change wizard slider labelsLeyla Farazha
SH-1344 Remove Physics and Upload from any panel where it's not used
2011-04-14VWR-25453 FIXED Avatar Physics Spring Needs a Higher LimitLoren Shih
Tripled spring limit for all params. Very safe change.
2011-04-14VWR-25453 FIXED Avatar Physics Spring Needs a Higher LimitLoren Shih
Tripled spring limit for all params. Very safe change.
2011-04-14Automated merge with ssh://hg.lindenlab.com/richard/viewer-social-3Richard Linden
2011-04-14STORM-891 FIXED [HARDCODED] - ALL LANGS - Message showing up after setting ↵Paul ProductEngine
your home is in English (French viewer) - Added translation of the hardcoded string to the strings.xml
2011-04-14STORM-1111 FIXED Disabled re-loging the nearby chat history to file upon ↵seth_productengine
processing the chat style update.
2011-04-14STORM-898 Filter settings do not reset after unchecking 'Since Logoff' checkboxPaul ProductEngine
- Corrected logic in inventory filter. Calculation of whether filter is more or less restrictive depending on time parameters was wrong.
2011-04-14Fixed win buildPaul ProductEngine