summaryrefslogtreecommitdiff
path: root/indra/newview/llmeshrepository.cpp
AgeCommit message (Collapse)Author
2020-09-16Renamed the references to LLVFile and llvfile.* source code plus cmake ↵Callum Prentice
scripts to use a different name - lldiskcache - since that more closely resembles what it is (or will be) now that the VFA is no more
2020-09-16First part of change to remove LLVFS from the Viewer. Consists of code ↵Callum Prentice
changes to remove LLVFS and LLVFSThread classes along with the associated source files. The existing llvfs folder is renamed to llcache. Also includes changes to CMake script in many places to reflect changes. Eventually, llvfile source file and class will be renamed but that is not in this change.
2020-07-28SL-13634 Don't warn about convex decomposition issues if it's a stubAndrey Kleshchev
2020-03-28Merge branch 'master' into DRTVWR-501-maintAndrey Lihatskiy
2020-02-21mergeBrad Payne (Vir Linden)
2019-11-15SL-10499 - benefits. Removed no-longer-needed lleconomy files and classes. ↵Brad Payne (Vir Linden)
Group-related costs and limits via benefits.
2019-10-15SL-11986 Mesh Uploader does not report Upload cost on fee-failureandreykproductengine
2019-10-23SL-11727 Fix build warningsandreykproductengine
2019-05-28SL-1105 Pack a name for server to useandreykproductengine
2019-03-03SL-10422 Validate meshandreykproductengine
2019-02-22SL-10422 Validate loaded meshandreykproductengine
2019-01-15SL-10291 Replace apr_atomic with standard C++11 functionalityandreykproductengine
2019-01-14SL-10291 Replace apr_mutex with standard C++11 functionalityandreykproductengine
2018-11-29SL-9747 [Mesh Uploader] Remove confusing model_metric from uploadandreykproductengine
2018-11-26SL-10101 Remade most frequent setting calls to cached variantsandreykproductengine
2018-06-21mergeBrad Payne (Vir Linden)
2018-06-05mergeBrad Payne (Vir Linden)
2018-06-01merge from viewer-releaseandreykproductengine
2018-05-18Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-05-04MAINT-8593 Viewer should not repeat mesh dowloads indefinetelyAndrey Kleshchev
2018-05-03MAINT-8593 Viewer should not repeat loads indefinetelyAndrey Kleshchev
2018-05-18mergeBrad Payne (Vir Linden)
2018-04-25MAINT-8549 - more on animesh ARC and associated refactoringBrad Payne (Vir Linden)
2018-04-24MAINT-8549 - refactoring of streaming cost and related calculationsBrad Payne (Vir Linden)
2018-03-26SL-897 - display for DebugAnimatedObjects now includes streaming cost ↵Brad Payne (Vir Linden)
triangle count
2018-03-16MAINT-8399 fixed unnessesary spam and made message more informativeandreykproductengine
2018-03-02mergeBrad Payne (Vir Linden)
2018-03-02Merged in lindenlab/viewer-releaseAndreyL ProductEngine
2018-02-22MAINT-8183 Fixed some exit issues and crashesandreykproductengine
2018-02-19MAINT-8308 Additional logging for mesh processingandreykproductengine
2018-01-29MAINT-8234 Mesh tread protections and removed unnecessary try in staticRun()Andrey Kleshchev
2018-01-29MAINT-8234 Mesh tread protections and removed unnecessary try in staticRun()Andrey Kleshchev
2018-01-03MAINT-8022 Make unzip silent yet include failure reason into outputandreykproductengine
2017-12-15MAINT-8064 Crashes in lodReceived()andreykproductengine
2017-12-04MAINT-7993 Fixed on uploading inventory will show up but won't display ↵andreykproductengine
uploaded item
2017-11-28MAINT-8029 Crash in onCompleted()andreykproductengine
2017-10-11mergeBrad Payne (Vir Linden)
2017-09-29SL-794 - use largest LOD for est tri count, instead of trusting that it's ↵Brad Payne (Vir Linden)
always the high LOD
2017-09-22SL-794, SL-790 - viewer-side enforcement in UI for various animated object ↵Brad Payne (Vir Linden)
limits that are also enforced on the server.
2017-09-13MAINT-7794 Wrap getCapability(..) calls to avoid crashesMnikolenko Productengine
2017-07-28MAINT-7632 Crash in LLMeshRepoThread::fetchMeshLOD() - added allocation checkAndreyL ProductEngine
2017-08-30MAINT-7758 Fixed freeze on loading lsl scripts from unicode named windows ↵andreykproductengine
folder.
2017-05-22mergeBrad Payne (Vir Linden)
2017-04-03MAINT-7274 Placeholder text shouldn't be shownandreykproductengine
2017-03-06SL-409 - build fix, removed unreferenced varsBrad Payne (Vir Linden)
2017-03-06mergeBrad Payne (Vir Linden)
2017-03-06SL-409 - consolidated user of ViewerAsset cap for mesh and texture fetching ↵Brad Payne (Vir Linden)
as well.
2017-01-24MAINT-6645 - Improvement - Agents that render as jelly dolls should have ↵ruslantproductengine
their attachments render at 0 LoD to prevent loading higher LoD complexity in memory thus deterring crashes. Comments: - Fix based on "RenderAutoMuteByteLimit" setting. - File indra/llxml/llcontrol.h - add all signals to 0 group. It garanty that handlers (in indra/newview/llviewercontrol.cpp) will be called last.
2017-01-17MAINT-6959 Ability to set custom folders for uploading itemsandreykproductengine
2016-11-16mergeBrad Payne (Vir Linden)