summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.h
AgeCommit message (Collapse)Author
2011-05-16mergeDave Parks
2011-05-12mesh coords for whole model uploadBrad Payne (Vir Linden)
2011-05-12small API changeBrad Payne (Vir Linden)
2011-05-09SH-1491 WIP - whole model upload for fee requestBrad Payne (Vir Linden)
2011-05-05started new code path for whole model fee request/uploadBrad Payne (Vir Linden)
2011-03-30SH-477 Better mesh streaming cost estimation.Dave Parks
2011-03-29SH-1225 Import convex hull data from .slmDave Parks
2011-03-28SH-1225 Add skinning info to import path of .slm files.Dave Parks
2011-03-25fix for SH-838: Crash if exit during mesh uploadXiaohong Bao
2011-03-22SH-1169 Import from slm instead of dae when appropriate.Dave Parks
2011-03-21SH-1168 Export upload data to disk on upload.Dave Parks
2011-03-14WIP:Added pelvis offset to skinning infoprep
2011-02-22SH-438 Use node name instead of mesh name for object names when importing ↵Dave Parks
meshes.
2011-02-01SH-641 Cosmetic fix -- keep showing last rendered mesh LoD if requested LoD ↵Dave Parks
is unavailable.
2011-01-04clear some LLPointer issues for SH-694: check if there are any other ↵Xiaohong Bao
LLPointer issues in the mesh model uploading flow and fix them if exist.
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-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-10-19Don't call getCapability from a background thread.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-16Better physics shape display.Dave Parks
2010-10-13correct licenses (fix problem with license change merge)Oz Linden
2010-10-06Added mandatory single hull simplification to mesh upload.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-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-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