summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-11-02Make sure mutex is locked before waiting on a signal.Dave Parks
Reviewed by Nyx.
2010-11-02Fix for crash when clicking "about land" and land has no owner or something.Dave Parks
Reviewed by Nyx.
2010-11-01SH-395 FIX linux build on mesh-development is brokenNyx (Neal Orman)
last package had the wrong version of the binary library packaged with it. I'm hoping this should fix our linux teamcity issues.
2010-10-29Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2010-10-29SH-395 FIX linux mesh-development teamcity build brokenNyx (Neal Orman)
rebuilt colladadom yet again, and confirmed that we're depending on the correct version of pcre.
2010-10-29SH-92 Fix for busted bounding boxes for mirrored meshes.Dave Parks
2010-10-29SH-184 Don't render loading meshes as tetrahedrons.Dave Parks
2010-10-29Fix for release build (misspelled llprimitive)Dave Parks
2010-10-29mergeDave Parks
2010-10-29SH-262 Fix for debug build on windows.Dave Parks
2010-10-29Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2010-10-29SH-395 FIX linux build broken for mesh-developmentNyx (Neal Orman)
Trying to rebuild colladadom against an old version of pcre so that the link step doesn't search for functions that don't exist.
2010-10-29mergeDave Parks
2010-10-29Fix for assert in pipeline on startup.Dave Parks
2010-10-29Fix for sometimes missing the color value on last vertex of a face.Dave Parks
2010-10-29Fix for bad normals on some prim faces.Dave Parks
2010-10-29SH-395 FIX linux opensource mesh viewer is broken on teamcityNyx (Neal Orman)
Fixed the pcre autobuild scripts to include the resulting library files and put them in the correct place. I think this should fix the build.
2010-10-28Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2010-10-28SH-395 SH-396 WIP fix mac and linux builds for opensource mesh branchNyx (Neal Orman)
MAC: naming problem on collada library files (.dylib). updated install.xml to refer to the fixed package LINUX: PCRE was too out of date for our collada implementation. Created a new PCRE package and updated install.xml to match it.
2010-10-28mergeDave Parks
2010-10-28Fix for NAN getting copied for some color values (NAN is purple).Dave Parks
2010-10-28Only force an update if a flexible object is visible.Dave Parks
2010-10-28More aggressive management of FBOs. Allocate as few FBOs as possible, ↵Dave Parks
assert when FBOs are destroyed out of order.
2010-10-28Fix for CTS-305 'Uploaded meshes have uniform scale'JonathanLinden
2010-10-28Append logs of multivariant builds correctly.Christian Goetze (CG)
2010-10-28SH-395 WIP fixing linux build in opensource mesh branchNyx (Neal Orman)
Reverting a previous cmake fix as we're not set up to use debug libraries on non-windows platforms. Also removing references to debug versions of tcmalloc to unstick the build.
2010-10-28mergeprep
2010-10-28- Pelvis offsets are now preservedprep
- Fix for CTS-261
2010-10-28SH-396 WIP fix mac opensource build for mesh viewerNyx Linden
Collada library file was being named incorrectly by autobuild, resulting in the build being unable to find the library even though it was downloaded. Updated the package, hopefully this will fix the linker error.
2010-10-27SH-395 WIP fix linux opensource mesh teamcity buildNyx (Neal Orman)
cmake wasn't configured to use the right directories on the viewer for debug libraries. Trying to update the config.
2010-10-27Automated merge up from viewer-developmentLoren Shih
2010-10-27pull from hg.lindenlab.com/viewer-mesh to mesh-developmentNyx (Neal Orman)
Note all future commits should happen in public mesh-development. Will ping internal devs to make sure they transition over.
2010-10-27STORM-418 : merge with viewer-developmentMerov Linden
2010-10-27STORM-224 : merge with viewer-developmentMerov Linden
2010-10-27STORM-311 : merge with viewer-developmentMerov Linden
2010-10-27STORM-95 : merge with viewer-developmentMerov Linden
2010-10-26STORM-482; change to allow 1023 characters again in local chat. While fixing ↵Kent Quirk
this, I noticed that a change to XUI meant that many floaters had tried to set a limit on text length for line_editor components but it didn't take effect because the parameter name was wrong; I changed them to agree.
2010-10-26STORM-418 : Suppress menu items Save to XML and Load from XML from the ↵Merov Linden
Develop > XUI menu
2010-10-26mergeDave Parks
2010-10-26Fix for bad binormals.Dave Parks
2010-10-26Anti-alias edge map.Dave Parks
2010-10-26Potential fix for crash in renderBloom.Dave Parks
Reviewed by Seraph.
2010-10-26STORM-454 : merge with viewer-developmentMerov Linden
2010-10-26STORM-454 : Tweak the teleport_coordinate_z width to better align in world ↵Merov Linden
map UI
2010-10-26Adding back in fix for convex hull size incompatibility after backout of ↵Jonathan Wolk
previous checkin.
2010-10-26Backing out latest change to undo static cache file changesJonathan Wolk
2010-10-26STORM-416 : merge with viewer-developmentMerov Linden
2010-10-26Fixed convex hull size incompatibility in mesh assets.JonathanLinden
2010-10-26merge with viewer-developmentMerov Linden
2010-10-25STORM-350 : merge with viewer-developmentMerov Linden