Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-05-22 | Fix line endlings | Ansariel | |
2024-05-22 | Merge remote-tracking branch 'origin/main' into DRTVWR-600-maint-A | Ansariel | |
# Conflicts: # autobuild.xml # indra/cmake/CMakeLists.txt # indra/cmake/GoogleMock.cmake # indra/llaudio/llaudioengine_fmodstudio.cpp # indra/llaudio/llaudioengine_fmodstudio.h # indra/llaudio/lllistener_fmodstudio.cpp # indra/llaudio/lllistener_fmodstudio.h # indra/llaudio/llstreamingaudio_fmodstudio.cpp # indra/llaudio/llstreamingaudio_fmodstudio.h # indra/llcharacter/llmultigesture.cpp # indra/llcharacter/llmultigesture.h # indra/llimage/llimage.cpp # indra/llimage/llimagepng.cpp # indra/llimage/llimageworker.cpp # indra/llimage/tests/llimageworker_test.cpp # indra/llmessage/tests/llmockhttpclient.h # indra/llprimitive/llgltfmaterial.h # indra/llrender/llfontfreetype.cpp # indra/llui/llcombobox.cpp # indra/llui/llfolderview.cpp # indra/llui/llfolderviewmodel.h # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltextvalidate.cpp # indra/llui/lltextvalidate.h # indra/llui/lluictrl.h # indra/llui/llview.cpp # indra/llwindow/llwindowmacosx.cpp # indra/newview/app_settings/settings.xml # indra/newview/llappearancemgr.cpp # indra/newview/llappearancemgr.h # indra/newview/llavatarpropertiesprocessor.cpp # indra/newview/llavatarpropertiesprocessor.h # indra/newview/llbreadcrumbview.cpp # indra/newview/llbreadcrumbview.h # indra/newview/llbreastmotion.cpp # indra/newview/llbreastmotion.h # indra/newview/llconversationmodel.h # indra/newview/lldensityctrl.cpp # indra/newview/lldensityctrl.h # indra/newview/llface.inl # indra/newview/llfloatereditsky.cpp # indra/newview/llfloatereditwater.cpp # indra/newview/llfloateremojipicker.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterprofiletexture.cpp # indra/newview/llfloaterprofiletexture.h # indra/newview/llgesturemgr.cpp # indra/newview/llgesturemgr.h # indra/newview/llimpanel.cpp # indra/newview/llimpanel.h # indra/newview/llinventorybridge.cpp # indra/newview/llinventorybridge.h # indra/newview/llinventoryclipboard.cpp # indra/newview/llinventoryclipboard.h # indra/newview/llinventoryfunctions.cpp # indra/newview/llinventoryfunctions.h # indra/newview/llinventorygallery.cpp # indra/newview/lllistbrowser.cpp # indra/newview/lllistbrowser.h # indra/newview/llpanelobjectinventory.cpp # indra/newview/llpanelprofile.cpp # indra/newview/llpanelprofile.h # indra/newview/llpreviewgesture.cpp # indra/newview/llsavedsettingsglue.cpp # indra/newview/llsavedsettingsglue.h # indra/newview/lltooldraganddrop.cpp # indra/newview/llurllineeditorctrl.cpp # indra/newview/llvectorperfoptions.cpp # indra/newview/llvectorperfoptions.h # indra/newview/llviewerparceloverlay.cpp # indra/newview/llviewertexlayer.cpp # indra/newview/llviewertexturelist.cpp # indra/newview/macmain.h # indra/test/test.cpp | |||
2024-05-07 | secondlife/viewer#1333 BOOL to bool conversion leftovers: ternaries | Alexander Gavriliuk | |
2024-04-29 | #824 Process source files in bulk: replace tabs with spaces, convert CRLF to ↵ | Andrey Lihatskiy | |
LF, and trim trailing whitespaces as needed | |||
2024-02-21 | Convert remaining BOOL to bool | Ansariel | |
2023-02-27 | DRTVWR-559 Fix for occlusion culling going off the rails when settings ↵ | Dave Parks | |
change -- remove LLPipeline::resetVertexBuffers and add a sanity check to how long we wait for a query to be "available". | |||
2022-06-21 | SL-17021: Templatize LLOctreeNode and related classes to allow for option to ↵ | Cosmic Linden | |
store elements in octrees as raw pointers. Use for faster allocation in LLVolumeFace::createOctree. | |||
2022-06-21 | SL-17021: Clean up some unneeded member variables from lloctree | Cosmic Linden | |
No performance difference measured | |||
2022-04-26 | SL-17276 Potential fix for crash on shutdown on mac. | Dave Parks | |
2021-10-28 | SL-16148 SL-16244 SL-16270 SL-16253 Remove most BlockTimers, remove ↵ | Dave Parks | |
LLMemTracked, introduce alignas, hook most/all reamining allocs, disable synchronous occlusion, and convert frequently accessed LLSingletons to LLSimpleton | |||
2014-01-06 | fix for SH-4656: crash at LLVOCacheEntry::updateParentBoundingInfo() line 510 | Xiaohong Bao | |
2013-12-03 | SH-4606 FIX Interesting: Small objects do not load until they are very close. | Richard Linden | |
increased SceneLoadMinRadius to 32 changes logic so that falloff starts at SceneLoadMinRadius added timing to pixel threshold calculation | |||
2013-11-14 | fix for SH-4609: Interesting: Occluded objects are loaded at login | Xiaohong Bao | |
2013-11-11 | fix for SH-4607: Create new object cache tuning parameters | Xiaohong Bao | |
2013-10-30 | more fix to reduce number of rendered triangles per frame. | Xiaohong Bao | |
2013-10-22 | fix for various object missing bugs: SH-4552, SH-4564, SH-4573, SH-4568 | Xiaohong Bao | |
2013-10-17 | fix for SH-4569: Objects are not culled by size in the distance | Xiaohong Bao | |
2013-10-07 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Richard Linden | |
2013-10-07 | renamed TraceType to StatType | Richard Linden | |
added more MemTrackable types optimized memory usage of LLTrace some more | |||
2013-10-04 | fix for SH-4544: Interesting: Shadows from platforms above the camera flicker | Xiaohong Bao | |
2013-10-02 | fix for SH-4521: Interesting viewer crash in Pipeline:RenderDrawPools | Xiaohong Bao | |
2013-09-25 | better memory usage for LLTrace (tighter packing of recording arrays) | Richard Linden | |
removed complicated and unnecessary fast timer gapless handoff logic (it should be gapless anyway) improved MemTrackable API, better separation of shadow and footprint added memory usage stats to floater_stats.xml | |||
2013-09-12 | fix for SH-4477: Interesting: objects on adjacent region are not visible. #3 and | Xiaohong Bao | |
SH-4457: Interesting: nearby content on adjacent region is not visible. | |||
2013-09-09 | fix a login crash | Xiaohong Bao | |
2013-09-09 | Automated merge with http://bitbucket.org/lindenlab/viewer-interesting | Xiaohong Bao | |
2013-09-09 | cancel redundant memory alignments for some base classes to get better ↵ | Xiaohong Bao | |
memory performance | |||
2013-09-05 | changed fast timer over to using macro | Richard Linden | |
another attempt to move mem stat into base class | |||
2013-08-22 | fix for SH-4400: Interesting: Side effect 1 of unloading culled objects. | Xiaohong Bao | |
2013-08-21 | fix some objects not rendered when login process is very long | Xiaohong Bao | |
2013-08-07 | more fix for SH-4397: Object cache occlusion culling results are not always ↵ | Xiaohong Bao | |
correct | |||
2013-08-05 | fix for SH-4397: Object cache occlusion culling results are not always correct | Xiaohong Bao | |
2013-06-26 | more fix for SH-4284: interesting: viewer does not render cacheable objects ↵ | Xiaohong Bao | |
on far corner of region when camera moves | |||
2013-06-24 | fix for SH-4284: interesting: viewer does not render cacheable objects on ↵ | Xiaohong Bao | |
far corner of region when camera moves | |||
2013-06-17 | add a debug setting "InvisibleObjectsInMemoryTime" to adjust the time ↵ | Xiaohong Bao | |
invisible objects stay in memory. | |||
2013-05-28 | change the way to handle creating/destroying a same object repeatedly | Xiaohong Bao | |
2013-05-23 | Automated merge with ssh://hg.lindenlab.com/richard/viewer-interesting | Xiaohong Bao | |
2013-05-23 | for SH-4145: Interesting: Implement occlusion culling for object cache | Xiaohong Bao | |
2013-05-05 | Spring cleaning: removed unused .cpp and.h files, and cleaned up header ↵ | Richard Linden | |
dependencies | |||
2013-04-10 | trivial: convert to unix line endings. | Xiaohong Bao | |
2013-04-04 | add debug code for LLViewerOctree | Xiaohong Bao | |
2013-01-09 | added newline to fix gcc builds | Richard Linden | |
2013-01-09 | fix the merge errors from the changeset 3eadda9666cf | Xiaohong Bao | |
2012-12-18 | fix for SH-3619: some objects are missing | Xiaohong Bao | |
2012-11-08 | for SH-3472: prioritize object loading | Xiaohong Bao | |
2012-10-31 | for SH-3471: create a simplified version of octree for object cache entries. | Xiaohong Bao | |
2012-10-15 | For SH-3333: Design and implement a new object cache system on viewer side | Xiaohong Bao | |