summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
AgeCommit message (Collapse)Author
2011-05-11mergeDave Parks
2011-05-11mergeBrad Payne (Vir Linden)
2011-05-11disable debugging stuff by defaultBrad Payne (Vir Linden)
2011-05-09SH-1491 WIP - whole model upload for fee requestBrad Payne (Vir Linden)
2011-05-09SH-1491 WIP - whole model upload for fee requestBrad Payne (Vir Linden)
2011-05-09SH-1517 Always build bounding hull from highest LoD.Dave Parks
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-05-04SH-1497 Update mesh asset parser to use new format restrictions.Dave Parks
2011-05-04mergeDave Parks
2011-05-02Added handler for final mesh object uploadBrad Payne (Vir Linden)
2011-04-22mergeDave Parks
2011-03-30mergeDave Parks
2011-03-30SH-477 Better mesh streaming cost estimation.Dave Parks
2011-03-30line ending fixesBrad Payne (Vir Linden)
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-24Crash fix for SH-1176 and WIP for pelvis z offsetprep
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-16WIP:commented out pelvis offset logprep linden
2011-03-16WIP:Manual pelvis offsetprep linden
2011-03-14WIP:Added pelvis offset to skinning infoprep
2011-03-11SH-477 Put estimated streaming cost back in the debug display -- use ↵Dave Parks
newfangled equation.
2011-02-22SH-438 Use node name instead of mesh name for object names when importing ↵Dave Parks
meshes.
2011-02-09SH-920 Wait for threads to shut down before deleting them -- also, fix some ↵Dave Parks
assertions that were encouraging people to comment out the destruction of LLSignal.
2011-02-01SH-641 Cosmetic fix -- keep showing last rendered mesh LoD if requested LoD ↵Dave Parks
is unavailable.
2011-01-14SH-557 FIX meshes sometimes don't load in a regionNyx (Neal Orman)
Found that we were storing an empty string as a getMesh capability in the case that we checked for the new url before getting the list of caps from the server after a teleport. Made sure we didn't overwrite the caps url until we have the list of caps for the new region after teleport. Will be post-reviewed by davep
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-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