summaryrefslogtreecommitdiff
path: root/indra/newview/llmaterialmgr.cpp
AgeCommit message (Expand)Author
2013-02-25Added LLMaterialMgr::remove() to remove material information from a faceKitty Barnett
2013-02-18Prevent a failed GET from causing an infinite material request loop when ther...Kitty Barnett
2013-02-15fix crasher in setNumTEsOz Linden
2013-02-04Merged with latest viewer-dev-materials.Geenz
2013-02-04improve and clarify loggingOz Linden
2013-02-03Don't spam the sim with repeated queries for an empty list of materials.Tonya Souther
2013-02-04Material PUT queue entries aren't removed after a request is sentKitty Barnett
2013-02-01add debug logging, ostream support for material ids, and some minor cleanupOz Linden
2013-01-31make logging tag for Materials uniformOz Linden
2013-01-04add conditional to suppress unused variable warning in Release buildsOz Linden
2013-01-03changes needed to compile with Linden-standard toolchainOz Linden
2012-12-12Clean up pending requests when regions are removed from LLWorldKitty Barnett
2012-12-12Don't call setTEMaterialID() while processing a PUT response; the region will...Kitty Barnett
2012-12-12Refactor material retrieval to always invoke the region's GET material cap firstKitty Barnett
2012-12-05Added LLMaterialMgr::getAll() to retrieve all materials for the specified regionKitty Barnett
2012-12-03Handle delayed requesting and sending of materials through an idle callbackKitty Barnett
2012-12-03Added LLMaterialMgr::get() to retrieve individual materials (with optional ca...Kitty Barnett
2012-12-03Started LLMaterialMgr to handle viewer<->region materials communicationKitty Barnett