summaryrefslogtreecommitdiff
path: root/indra/newview/llsceneview.cpp
AgeCommit message (Collapse)Author
2023-08-24Merge remote-tracking branch 'origin/main' into DRTVWR-489Andrey Kleshchev
# Conflicts: # indra/llcommon/llsdserialize.cpp # indra/llcommon/llsdserialize.h # indra/llmath/llvolume.cpp # indra/llrender/llgl.cpp # indra/llxml/llcontrol.cpp # indra/newview/llpanelnearbymedia.cpp # indra/newview/llsceneview.cpp # indra/newview/llselectmgr.cpp # indra/newview/llstartup.cpp # indra/newview/lltextureview.cpp # indra/newview/llvovolume.cpp # indra/newview/skins/default/xui/en/menu_viewer.xml
2023-05-19SL-18837: Clean up more set-but-unused variables for Xcode 14.3Nat Goodspeed
2023-04-03DRTVWR-489: Fix things up after a messy merge with main because of a ↵Callum Prentice
gigantic CMake patch. Sadly, my macOS box updated to Xcode14.3 overnight and that caused many warnings/errors with variables being initialized and then used but not in a way that affected anything.. Building on Xcode 14.3 also requires that MACOSX_DEPLOYMENT_TARGET be set to > 10.13. Waiting on a decision about that but checking this in in the meantime. Builds on macOS with appropriate build variables set for MACOSX_DEPLOYMENT_TARGET = 10.14 but not really expecting this to build in TC because (REDACTED). Windows version probably hopelessly broken - switching to that now.
2022-08-24DRTVWR-558: Eliminate many spurious set-not-used variables.Nat Goodspeed
With Xcode 13.4, these unused variables break Release builds.
2022-06-21SL-17635 remove unused variablesMaxim Nikolenko
2018-04-25MAINT-8549 - more on animesh ARC and associated refactoringBrad Payne (Vir Linden)
2015-11-10remove execute permission from many files that should not have itOz Linden
2014-07-17MAINT-4256 FIXED Hide "Scene Statistics" floater after clicking close button.Mnikolenko ProductEngine
2013-11-12BUILDFIX - miscellaneous stuff missed in the mergeRichard Linden
2013-09-13Build fix after patch for MAINT-3137dmitrykproductengine
2013-03-29Update Mac and Windows breakpad builds to latestGraham Madarasz
2011-06-30SH-680 Update streaming cost to be based on a triangle budget instead of a ↵Dave Parks
magic scaler. Reviewed by Nyx.
2011-04-07SH-1292 Add streaming and physics cost to stats console.Dave Parks
2011-04-07SH-1292 Remove outliers from graphs in scene console to make a more useful view.Dave Parks
2011-04-04SH-477 Scene stats console work in progress.Dave Parks