summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
AgeCommit message (Collapse)Author
2010-12-22Automated merge with http://hg.secondlife.com/mesh-developmentXiaohong Bao
2010-12-22fix for SH-648: Crash on exit in LLViewerFetchedTexture (ref count error)Xiaohong Bao
2010-12-22SH-636 Update physics tab to new spec, move "completed" physics decomp ↵Dave Parks
callbacks to main thread, add object model to decomposition tool, make imported model scales non-uniform.
2010-12-14SH-439 FIX: track name requested in UI separately, so we can fall back to ↵Brad Payne (Vir Linden)
name from dae if needed
2010-12-08automated mergeRoxie Linden
2010-12-08SH-541 - Physics mesh display shows inconsistent data.Roxie Linden
The object UI was allowing the user to set 'prim' physics for meshes for which no user physics had been uploaded, or decomposed. It defaulted to convex hull in that case. The fix is to fix the UI to disallow 'prim' for meshes without physics meshes, limiting those to only convex hull and none. We will also redo the task validation to detect invalid states related to this as part of the 'redo the validation' work
2010-11-30mergeDave Parks
2010-11-29removed scrub_host_nameBrad Payne (Vir Linden)
2010-11-29mergeDave Parks
2010-11-29Get rid of some redudnant calls to constructUrlDave Parks
2010-11-24SH-564 WIP - scrubbing not needed if curl uses thread-safe c-ares libBrad Payne (Vir Linden)
2010-11-21Fix for crash when uploading textures via importer. Uploads still fail, ↵Dave Parks
though, fix just makes them stop trying after 5 retries when getting 499 or 500 status codes.
2010-11-17Automated merge with https://hg.secondlife.com/mesh-developmentNyx (Neal Orman)
2010-11-17SH-480 FIX meshes are not added to objects folder on uploadNyx (Neal Orman)
curl host scrubbing was causing object creation for mesh prims to fail. Commenting out the offending lines so we can have a functional release. Will file a separate bug for Vir to investigate when/if we can re-enable host scrubbing on these URLs for a future release. Approach approved by davep.
2010-11-17mergeBrad Payne (Vir Linden)
2010-11-17SH-476 FIX. Map tiles were failing when numeric addrs were substituted in ↵Brad Payne (Vir Linden)
amazon S3 image queries
2010-11-12BUILDFIX allow curl host name scrub to work on non-windows platformsNyx (Neal Orman)
Needed an include for gethostbyname to be called properly.
2010-11-11Fix for crash in curl.Dave Parks
2010-10-19Don't call getCapability from a background thread.Dave Parks
2010-10-19mergeDave Parks
2010-10-19CTS-283 Fix for objects being locked when imported.Dave Parks
2010-10-19Moved retry logic for certain mesh header fetches to help with SH-323 'Some ↵Jonathan Wolk
mesh objects fail to load data for valid meshes'. Renamed some variables to be more clear.
2010-10-18Improved locking around command queues.Dave Parks
2010-10-16Better physics shape display.Dave Parks
2010-10-15Fix for various crashes on exit and leaks when using convex decomposition.Dave Parks
Make rendering of convex hullified prims work in physics shape display. Reviewed by Falcon.
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-12SH-302 Fix for crash when uploading models with hundreds of meshes.Dave Parks
2010-10-08Fix for bad labels on physics shape in importer.Dave Parks
Fix for crash due to race condition when uploading meshes.
2010-10-07Fix for crash when convex decomposition fails.Dave Parks
2010-10-06Added mandatory single hull simplification to mesh upload.Dave Parks
2010-10-05Post review cleanup.Dave Parks
2010-10-05Rewrite LLPhysicsDecomp to have a more generic callback system.Dave Parks
Reviewed by prep.
2010-10-04Interface/state for rendering convex hull physics shapes. Still need to ↵Dave Parks
implement gMeshRepo.buildHull
2010-09-30Added fix for viewing convex decomps in Render Physics Shapes mode when hull ↵Matthew Breindel (Falcon)
has exactly 256 verts.
2010-09-29Fix for serialization deprecation problems.Dave Parks
2010-09-29SH-224 Add new streaming cost algorithm debug displays to viewer.Dave Parks
Add the ability to clear LOD slots. Make triangle count UI more responsive to Generate LOD button. Add triangle count debug display for current selection. Reviewed by Nyx
2010-09-28SH-238 Add check boxes to upload skin weights (or not) and/or joint ↵Dave Parks
positions (or not). Remove llfloaterimportcollada Reviewed by Prep.
2010-09-27mergeDave Parks
2010-09-24Added support for joint offsetsprep linden
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-22Remove LL_MESH_ENABLED macros (fixes drag and drop). Add mesh stitching ↵Dave Parks
type back into tools floater.
2010-09-21Fix for build failures - disabling tcmalloc for nowBrad Payne (Vir Linden)
2010-09-01CTS-231 WIP create new ARC algorithm to be more accurate and account for meshesNyx (Neal Orman)
First pass - uses the new algorithm to hopefully be more accurate of render load on low-end machines. Also accounts for mesh complexity, including if a mesh is weighted or non-weighted. Code reviewed by davep
2010-08-26Add missing files from viewer-experimentalDave Parks