summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-09-30Merge branch 'develop' into rlva/baseKitty Barnett
2024-09-30Merge pull request #1 from Nicky-D/rlva/linuxKitty Barnett
Fix Linux build errors
2024-09-30Merge pull request #2734 from secondlife/nat/llconvert-nopnat-goodspeed
Try to eliminate the runtime cost of `ll_convert_to<T>(const T&)`.
2024-09-30#2410 Combat 2.0 settings not reflected on heart iconAlexander Gavriliuk
2024-09-30Merge pull request #2722 from secondlife/maxim/lua-uicallback-invokeMaxim Nikolenko
Add UI callback to invoke specified script via menu
2024-09-29Zap trailing spaces.Nat Goodspeed
2024-09-29Try to eliminate the runtime cost of `ll_convert_to<T>(const T&)`.Nat Goodspeed
2024-09-29Clear redundant pathing codeMnikolenko Productengine
2024-09-28Merge pull request #2725 from RyeMutt/openal-crashRye Mutt
Fix shutdown crash from OpenAL failing to release a buffer
2024-09-29Linux/GCC 13 build fix for template specialization of ↵Nicky Dasmijn
pasteTextWithLinebreaks (#2729) GCC 13 did not like having a template<> inside the class body at all. Thus turn the specialization of pasteTextWithLinebreaks into a class methode pasteTextWithLinebreaksImpl.
2024-09-28Replace None and Success. Those are X11 defines and thus lead to compile errorsNicky
when compiling a Linux viewer.
2024-09-27Merge remote branch 'develop' into maxim/lua-uicallback-invokeNat Goodspeed
2024-09-27Merge pull request #2713 from secondlife/v-2638cosmic-linden
Don't clear big render target if all pixels will be replaced
2024-09-27secondlife/viewer#2638: Do clear smaa buffer due to discardCosmic Linden
2024-09-27Merge pull request #2724 from RyeMutt/deadpostprocessRye Mutt
Remove dead LLPostProcess class and related code
2024-09-27Fix shutdown crash from OpenAL failing to release a bufferRye Cogtail
2024-09-27Remove dead LLPostProcess class and related codeRye Cogtail
2024-09-27Add UI callback to invoke specified script via menuMnikolenko Productengine
2024-09-27#2711 Remove ALM text from About SLMaxim Nikolenko
2024-09-27#2674 Optimize LLWorld::renderPropertyLines() - LLRender class code formattingAlexander Gavriliuk
2024-09-27#2674 Optimize LLWorld::renderPropertyLines() - use vertexBatchPreTransformed()Alexander Gavriliuk
2024-09-26secondlife/viewer#2638: Don't clear big render target if all pixels will be ↵Cosmic Linden
replaced
2024-09-27Merge pull request #2700 from secondlife/maxim/lua-autopilot-devMaxim Nikolenko
Lua api for autopilot functions
2024-09-26Merge remote branch 'develop' into maxim/lua-autopilot-devNat Goodspeed
2024-09-26get rid of extra LL in help textMnikolenko Productengine
2024-09-26Merge pull request #2689 from secondlife/rider/server_autopilotRider Linden
Honor FLAGS_SERVER_AUTOPILOT and don't locally override assigned agent rotation.
2024-09-26#2519 Move "MediaSoundsEarLocation" and "VoiceEarLocation" toggles to the ↵Andrey Lihatskiy
Communicate menu (#2707)
2024-09-26update LLListener and related scriptsMnikolenko Productengine
2024-09-26Use event pump to get autopilot status, when it's terminated; add demo scriptMnikolenko Productengine
2024-09-26Lua api for autopilot functionsMnikolenko Productengine
2024-09-26Merge pull request #2688 from Ansariel/develop-snapshot-fixesAndrey Lihatskiy
Fix various issues with snapshot upload fee calculation
2024-09-25Issue #2687: Honor flag sent by server indicating server side autopilot is ↵Rider Linden
engaged. When flag is set allow sever to update local avatar rotation.
2024-09-26Force snapshot update when opening a snapshot panel and the resolution is ↵Ansariel
"Current Window" to determine correct image size and upload cost
2024-09-25Remove incorrectly calculated upload fee from snapshot options button based ↵Ansariel
on previously selected snapshot type and not necessarily snapshot to inventory
2024-09-25Fix upload cost calculation for snapshots to inventory based on encoded ↵Ansariel
image size and display upload cost to user
2024-09-25Remove orphaned LLPanelOutfitSnapshotInventoryAnsariel
2024-09-25Restore currently entered text in chat entry textbox after going through ↵Ansariel Hiller
history with Ctrl-PgUp/PgDown (#2680)
2024-09-25Fix memory leak in LLImageDimensionsInfo (#2679)Ansariel Hiller
2024-09-25More improvements and cleanup of LLViewerParcelOverlay (#2678)Ansariel Hiller
2024-09-25#2650 Add UI controls for debug settings: RenderTonemapMix RenderTonemapTypeMaxim Nikolenko
2024-09-25#2674 Optimize LLWorld::renderPropertyLines() - use simplified linesAlexander Gavriliuk
2024-09-24Merge pull request #2670 from Ansariel/develop-lua-sourcesnat-goodspeed
Add Lua scripts to viewer source tree
2024-09-24Add Lua scripts to viewer source treeAnsariel
2024-09-24#2559 No mouseover if a link is embedded with an emojiAlexander Gavriliuk
2024-09-24Merge pull request #2534 from secondlife/release/luau-scriptingnat-goodspeed
Add Lua scripting to develop, behind feature flag
2024-09-24Merge pull request #2661 from Ansariel/develop-viewerdisplay-improvementsAndrey Lihatskiy
Performance improvements and cleanup in llviewerdisplay.cpp
2024-09-24Reduce memory allocations pinging the mainloop timeoutAnsariel
2024-09-24Performance improvements and cleanup in llviewerdisplay.cppAnsariel
2024-09-23secondlife/viewer#2638: Remove pointless assert and castCosmic Linden
2024-09-23Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden