summaryrefslogtreecommitdiff
path: root/indra/newview/llfloater360capture.cpp
AgeCommit message (Collapse)Author
2024-07-08Re-enable compiler warnings C4244 and C4396 except for lltracerecording.h ↵Ansariel
and llunittype.h for now
2024-06-10Post-merge - trim trailing whitespaceAndrey Lihatskiy
2024-06-10Re-enable compiler warnings C4018, C4100, C4231 and C4506Ansariel
2024-05-22Fix line endlingsAnsariel
2024-05-07secondlife/viewer#1333 BOOL to bool conversion leftovers: ternariesAlexander Gavriliuk
2024-02-22triage#100 Fix invalid interest modeAndrey Kleshchev
Agent needs these strings before values were initialized so made values a bit more global.
2024-02-21Convert remaining BOOL to boolAnsariel
2024-02-21Convert BOOL to bool in lluiAnsariel
2023-12-21SL-20743 Use LLMutex in LLImageBase for internal data thread-safetyAlexander Gavriliuk
2023-05-13sl-19676 - 360 Intereset list mode. Changed mode to be a string forsimon
future expansion instead of a bool toggle
2023-05-11sl-19676 - more loading stats and 360 Interest List mode worksimon
2023-05-04First work on sl-19676 - Stats on updatessimon
2023-02-03Merge branch 'main' into DRTVWR-539Mnikolenko Productengine
# Conflicts: # doc/contributions.txt # indra/cmake/Copy3rdPartyLibs.cmake # indra/cmake/FindOpenJPEG.cmake # indra/cmake/OpenJPEG.cmake # indra/integration_tests/llui_libtest/CMakeLists.txt # indra/newview/CMakeLists.txt
2022-12-13Merge branch 'main' into DRTVWR-539Mnikolenko Productengine
# Conflicts: # doc/contributions.txt # indra/newview/llappviewer.cpp # indra/newview/skins/default/colors.xml
2022-12-12Merge branch 'main' into DRTVWR-570-maint-QAndrey Lihatskiy
# Conflicts: # doc/contributions.txt # indra/newview/app_settings/shaders/class1/deferred/materialF.glsl # indra/newview/llfloater360capture.cpp
2022-11-22Merge branch 'DRTVWR-568' into DRTVWR-539Mnikolenko Productengine
2022-11-09SL-18586 FIXED Crash when opening 360 snapshotMnikolenko Productengine
2022-10-13SL-16156 LLTrace::StatType crashAndrey Kleshchev
Don't record stats or run timer when making 360 snapshots.
2022-09-15Merge branch 'master' into DRTVWR-568Callum Linden
2022-09-15Merge branch 'master' into DRTVWR-565-maint-PAndrey Lihatskiy
2022-09-08SL-16156 Fix exit crash in 360 snapshot floaterAndrey Kleshchev
2022-08-26DRTVWR-568: Eliminate more blockers to C++17 language standard.Nat Goodspeed
2022-02-01SL-16638 don't allow downloading files from the built-in browserMnikolenko Productengine
2022-01-14SL-16638 don't allow downloading files from the built-in browserMnikolenko Productengine
2022-01-11SL-15943 Snapshot 360 floater should refresh on hotkeyAndrey Kleshchev
Ctrl+shift+alt+S should refresh the snapshot if floater is already open
2021-09-06SL-15944 Don't show animeshes and local lights attached to the avatar when ↵Mnikolenko Productengine
‘Hide all avatars' is enabled
2021-09-02SL-15935 The particles attached to the avatar are shown in 360 snapshot when ↵Callum Prentice
the ‘Hide all avatars' option is enabled - Fixed
2021-09-02SL-15934 use llofstream to handle folder names correctlyMnikolenko Productengine
2021-09-02SL-15934 fixed issue with saving image to the folder with non-ascii nameMnikolenko Productengine
2021-09-02SL-15933 FIXED crash in capture360Images()Mnikolenko Productengine
2021-08-30SL-15918 Experimental feature to perform multiple render passes and reduce ↵Callum Prentice
missing content - fixed
2021-08-27SL-15899: Do not use power of 2 reduction for 360 capture size when ↵Callum Prentice
deferred rendering is off - completed
2021-08-27DRTVWR-534: Use minimum Viewer window dimension as image size when deferred ↵Mnikolenko Productengine
rendering is off
2021-08-20DRTVWR-534: Batch of modifications to 360 capture project after moving from ↵Callum Prentice
internal repo to public one.