summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
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-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-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-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-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-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)
2010-09-13CTS-241 FIX update glod and convex decomp for linux and macNyx (Neal Orman)
pushing fix for glod to work on linux.
2010-09-10Added test code for volume raycast octree and fixed a crash in render cost ↵Dave Parks
calculation when selecting trees/grass. Reviewed by jwolk.
2010-09-09mergeDave Parks
2010-09-09Better debug visualization for raycasting (trying to track down raycasting ↵Dave Parks
bugs).
2010-09-09Massage importer UIDave Parks
2010-09-09Enable minimal rebuild and incremental linking for RelWithDebInfo builds.Dave Parks
2010-09-09GLOD update for windows, poke CMakeLists.txt to copy shared libs over if ↵Dave Parks
glod is touched.
2010-09-08SNOW-606 FIX disable packaging of libuuidNyx (Neal Orman)
Patch taken from JIRA, committing locally to fix our project branch. Code reviewed by Nyx / Brad
2010-09-03buildfix: disabling fasttimers assert to unstick the buildNyx (Neal Orman)