summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
AgeCommit message (Collapse)Author
2011-05-23mergeBrad Payne (Vir Linden)
2011-05-23SH-1492 WIPBrad Payne (Vir Linden)
2011-05-23SH-1492 WIPBrad Payne (Vir Linden)
2011-05-23SH-1616 FIX SL client crashes on startup for debug buildsNyx (Neal Orman)
Added more NULL checks for llconvexdecompositionstub, to avoid crashing. Clients won't be able to upload meshes using the stub, but should be able to run the client otherwise.
2011-05-23SH-1492 WIPBrad Payne (Vir Linden)
2011-05-20SH-1492 WIPBrad Payne (Vir Linden)
2011-05-20SH-1492 WIPBrad Payne (Vir Linden)
2011-05-19automated merge mesh-development -> mesh-developmentLoren Shih
2011-05-18mergeDave Parks
2011-05-18trying to fix mac build complaintsBrad Payne (Vir Linden)
2011-05-18SH-1492 WIPBrad Payne (Vir Linden)
2011-05-17mergeBrad Payne (Vir Linden)
2011-05-16sh-1491 WIPBrad Payne (Vir Linden)
2011-05-16Merge cleanup.Dave Parks
2011-05-16mergeDave Parks
2011-05-16sh-1491 WIPBrad Payne (Vir Linden)
2011-05-13Fixed more build breakages due to persnickety compilers on mac/linuxBrad Payne (Vir Linden)
2011-05-13removed some XML loggingBrad Payne (Vir Linden)
2011-05-12mesh coords for whole model uploadBrad Payne (Vir Linden)
2011-05-12small API changeBrad Payne (Vir Linden)
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.