summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2011-04-21mergeDave Parks
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-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-20correct license headersOz 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-19mergeDave Parks
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-19merge up to latest viewer-developmentOz Linden
2011-04-19increment viewer version to 2.6.6Oz Linden
2011-04-19mergeDave Parks
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-18Automated merge with https://bitbucket.org/seraph/mesh-development-vs2010Nyx (Neal Orman)
2011-04-18adding collada and minizip to the libraries we package the viewer with.Nyx (Neal Orman)
2011-04-18more fix for the libminizip issue for linux.Xiaohong Bao
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-17STORM-1088: corrected fix loading of winmm.dllSiana Gearz
2011-04-17STORM-1088: fix loading of winmm.dllSiana Gearz
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-15Remove some asserts that cause the physics shape display to error out on ↵Dave Parks
occasion.
2011-04-15SH-1301 Add some extra asserts around VBO usage to try and narrow down a crash.Dave Parks
2011-04-15merge changes for storm-1042Oz Linden
2011-04-15merge changes for storm-1083Oz Linden
2011-04-14VWR-25521 Add a Develop menu toggle item for HTTP Inventory.Aaron Stone
2011-04-14merge changes for storm-413Oz Linden
2011-04-14merge changes for storm-721Oz Linden
2011-04-14merge changes for storm-1169Oz 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-14fixed windows boost library namesBrad Payne (Vir Linden)
2011-04-13SH-1299 and SH-1300 Adding mesh enabled checkbox to region floaterLeyla Farazha
2011-04-13SH-1365 FIXED Avatar Physics don't behave well for less than 100% max effectLoren Shih
This change looks more complicated than it actually is. I basically turned max effect into a scaling parameter, versus a clamping parameter. Piece of cake, just moved some code around and made minor logic changes.
2011-04-13Aesthetic increase of range for breast up/down and in/out bounce. Not a bug ↵Loren Shih
or aberrant behavior, but this just looks better if we allow higher range of motion.
2011-04-13Fix for bad default setting and libpng using /GLDave Parks
2011-04-12merge changes for storm-1098Oz Linden
2011-04-12merge changes for storm-1110Oz Linden
2011-04-12merge changes for storm-1101Oz Linden
2011-04-12Fix for bad merge causing crash in llpolymorph.cppDave Parks
2011-04-12Fix gcc 4.2 warning about incomplete case coverage in switchMonty Brandenberg
statement for plugin events. This becomes an error in the build so I'm adding a default: case to cover the enumeration.
2011-04-12SH-1205 Lock out ability to change sculpt stitching type or sculpt map when ↵Leyla Farazha
sculpt stitching type
2011-04-12Define __tcmalloc to actually use tcmalloc (fixes memory alignment issues).Dave Parks
2011-04-12Backed out changeset: c5a0cc9abf49Dave Parks