Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-09-27 | Switching build location to public as discussed. | Dave Parks | |
2010-09-25 | Fix 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-24 | merge | Dave Parks | |
2010-09-24 | Fix for bad zipping of meshes and add mesh icon back to repository. | Dave Parks | |
2010-09-24 | Merge | prep linden | |
2010-09-24 | Fixed 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-24 | merge | Dave Parks | |
2010-09-24 | SH-213 Fix for crash when selecting face. | Dave Parks | |
2010-09-24 | Added support for joint offsets | prep linden | |
2010-09-23 | SH-211 FIX use updated tcmalloc lib on linux | Nyx (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-23 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-23 | SH-211 FIX update viewer-mesh branch to use new tcmalloc package | Nyx (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-23 | merge | Brad Payne (Vir Linden) | |
2010-09-23 | WIP 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-23 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx Linden | |
2010-09-23 | SH-64 update GLOD on mac | Nyx 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-23 | SH-176 Fix for physics triangle limit limiting high LOD triangle limit. | Dave Parks | |
2010-09-22 | SH-108/SH-88 Add better permissions block and physics_shape_type to uploaded ↵ | Dave Parks | |
mesh assets. Reviewed by Falcon. | |||
2010-09-22 | merge | Dave Parks | |
2010-09-22 | SH-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-22 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-22 | SH-188 crash in llvoavatar.cpp | Nyx (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-22 | merge | Dave Parks | |
2010-09-22 | SH-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-22 | merge | Brad Payne (Vir Linden) | |
2010-09-22 | Commenting out unused variables to help mac build | Jonathan Wolk | |
2010-09-22 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx Linden | |
2010-09-22 | SH-64 update glod on mac | Nyx 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-22 | SH-150 FIX - build params changes for mesh beta viewer, flag in window title | Brad Payne (Vir Linden) | |
2010-09-22 | Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵ | Dave Parks | |
type back into tools floater. | |||
2010-09-22 | merge | Dave Parks | |
2010-09-22 | Stop using aligned malloc in llvertexbuffer (tcmalloc is automagically aligned). | Dave Parks | |
2010-09-22 | SH-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-21 | Fix for build failures - disabling tcmalloc for now | Brad Payne (Vir Linden) | |
2010-09-20 | SH-113 Fix for crash on consolidate after generating LOD. | Dave Parks | |
2010-09-20 | merge | Dave Parks | |
2010-09-20 | Stop 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-20 | SH-66 FIX update glod on linux | Nyx (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-19 | Take advantage of automagical tcmalloc alignment. | Dave Parks | |
2010-09-19 | Use tcmalloc for windows (gives auto-magical 16-byte alignment whenever ↵ | Dave Parks | |
needed, much faster than Visual C++ malloc). | |||
2010-09-19 | Raycasting for rigged attachments now works for your own attachments while ↵ | Dave Parks | |
in edit mode. | |||
2010-09-17 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-16 | merge | Nyx Linden | |
2010-09-16 | SH-64 FIX update glod on mac | Nyx Linden | |
updating install.xml to use the new glod autobuilt library. | |||
2010-09-16 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |
2010-09-16 | SNOW-606 REVERT libuuid removal | Nyx (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-16 | SH-66 FIX update GLOD on linux | Nyx (Neal Orman) | |
changing install.xml to have the latest glod package already built. | |||
2010-09-15 | Fixed threading-related crash that would occur when decomposition completed. | Matthew Breindel (Falcon) | |
2010-09-14 | CTS-231 WIP update mac and linux autobuild libraries for glod and convex decomp | Nyx (Neal Orman) | |
Updating cmake to ensure that linux uses the non-stub version of convex decomp. Code reviewed by Falcon | |||
2010-09-13 | Automated merge with ssh://hg.lindenlab.com/davep/viewer-mesh/ | Nyx (Neal Orman) | |