summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-09-27Switching build location to public as discussed.Dave Parks
2010-09-25Fix for foldertype_bad_lookup nonsense (requires clearing of cache and ↵Dave Parks
bad_lookup folder and/or a fresh inventory copy from agni to take effect).
2010-09-24mergeDave Parks
2010-09-24Fix for bad zipping of meshes and add mesh icon back to repository.Dave Parks
2010-09-24Mergeprep linden
2010-09-24Fixed a mesh upload issue where if the asset did not contain a rig the ↵prep linden
avatar would disappear for the current session.
2010-09-24mergeDave Parks
2010-09-24SH-213 Fix for crash when selecting face.Dave Parks
2010-09-24Added support for joint offsetsprep linden
2010-09-23SH-211 FIX use updated tcmalloc lib on linuxNyx (Neal Orman)
Previous version was rejected by our build machines. This update was build with -fno-stack-protector, so should be able to be built by teamcity.
2010-09-23Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-23SH-211 FIX update viewer-mesh branch to use new tcmalloc packageNyx (Neal Orman)
Finished changes to make viewer-mesh make use of tcmalloc on linux. Almost all changes are juggling cmake config files, to make sure that the package is downloaded, installed, moved at the right times, and linked at the right times. Code reviewed by Seraph
2010-09-23mergeBrad Payne (Vir Linden)
2010-09-23WIP make tcmalloc work on linux (JIRA pending)Nyx (Neal Orman)
First pass at integrating the linux version of tcmalloc. Code will be reviewed in a later commit before pushing.
2010-09-23Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx Linden
2010-09-23SH-64 update GLOD on macNyx Linden
updated GLOD again to be searched for in the correct place and updated some cmake configuration to ensure that it is being referred to in the correct places. This appears to finally solve our mac startup crash.
2010-09-23SH-176 Fix for physics triangle limit limiting high LOD triangle limit.Dave Parks
2010-09-22SH-108/SH-88 Add better permissions block and physics_shape_type to uploaded ↵Dave Parks
mesh assets. Reviewed by Falcon.
2010-09-22mergeDave Parks
2010-09-22SH-93 Disable mirror/invert check boxes when sculpt type is set to mesh. ↵Dave Parks
Also fixed a crash when switching sculpt type from mesh to sphere.
2010-09-22Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-22SH-188 crash in llvoavatar.cppNyx (Neal Orman)
We were using a NULL pointer after checking it was null due to a logic error. Re-shuffled the logic to ensure we would only dereference pointer after it was known to be non-null Code reviewed by Seraph
2010-09-22mergeDave Parks
2010-09-22SH-110 Fix for viewer crash when checking HULL in decomposition window... ↵Dave Parks
converted various maps to use smart pointers for keys instead of naked pointers, properly clear maps on various operations.
2010-09-22mergeBrad Payne (Vir Linden)
2010-09-22Commenting out unused variables to help mac buildJonathan Wolk
2010-09-22Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx Linden
2010-09-22SH-64 update glod on macNyx Linden
GLOD libraries were being copied to the lib as lowercase, where mac expects GLOD to be capitalized (linux expects lowercase). Updating to new lib with correct capitalization.
2010-09-22SH-150 FIX - build params changes for mesh beta viewer, flag in window titleBrad Payne (Vir Linden)
2010-09-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵Dave Parks
type back into tools floater.
2010-09-22mergeDave Parks
2010-09-22Stop using aligned malloc in llvertexbuffer (tcmalloc is automagically aligned).Dave Parks
2010-09-22SH-100, SH-111 Fix for generate normals stalling/crashing.Dave Parks
Switch from "new" to "malloc" in llvolume.cpp aligned arrays so "realloc" can be used to avoid copies.
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-20SH-113 Fix for crash on consolidate after generating LOD.Dave Parks
2010-09-20mergeDave Parks
2010-09-20Stop using ll_aligned_malloc/free in llvolume.Dave Parks
Fix for garbage data in vertex weight array crashing software skinning. Proper integration of picking for rigged attachhments. Optimization in LLDrawable::updateDistance (don't call updateRelativeXform, just use spatial group position).
2010-09-20SH-66 FIX update glod on linuxNyx (Neal Orman)
previously built package depended on an updated glibc, which our build hosts don't have (they're old debian systems). This is due to Ubuntu turning on stack protection by default for its builds (I build on Ubuntu). This updated package was built with no stack protection and thus should unstick the build. -Nyx
2010-09-19Take advantage of automagical tcmalloc alignment.Dave Parks
2010-09-19Use tcmalloc for windows (gives auto-magical 16-byte alignment whenever ↵Dave Parks
needed, much faster than Visual C++ malloc).
2010-09-19Raycasting for rigged attachments now works for your own attachments while ↵Dave Parks
in edit mode.
2010-09-17Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-16mergeNyx Linden
2010-09-16SH-64 FIX update glod on macNyx Linden
updating install.xml to use the new glod autobuilt library.
2010-09-16Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)
2010-09-16SNOW-606 REVERT libuuid removalNyx (Neal Orman)
backing out patch from SNOW-606 as it breaks the build on our linux build machines. Can be re-applied when our build machines get an updated version of libuuid.
2010-09-16SH-66 FIX update GLOD on linuxNyx (Neal Orman)
changing install.xml to have the latest glod package already built.
2010-09-15Fixed threading-related crash that would occur when decomposition completed.Matthew Breindel (Falcon)
2010-09-14CTS-231 WIP update mac and linux autobuild libraries for glod and convex decompNyx (Neal Orman)
Updating cmake to ensure that linux uses the non-stub version of convex decomp. Code reviewed by Falcon
2010-09-13Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/Nyx (Neal Orman)