summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
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-27Linux GCC prefers the explicit std::string::assign() call.Nat Goodspeed
2024-09-27lltexlayerparams.h uses std::atomic<bool>, so #include <atomic>Nat Goodspeed
2024-09-27Automate memory management in JPEG2KEncode and JPEG2KDecode.Nat Goodspeed
2024-09-27Migrate ~LLPointer()'s peculiar warning case to llpointer.cpp.Nat Goodspeed
2024-09-27Fix lerp issues and eliminate flerp in favor of std::lerp (#2712)Ansariel Hiller
2024-09-26secondlife/viewer#2638: Don't clear big render target if all pixels will be r...Cosmic Linden
2024-09-26Merge remote branch 'develop' into maxim/lua-autopilot-devNat Goodspeed
2024-09-26Ditch last instances of LL_LIBRARY_INCLUDE.Nat Goodspeed
2024-09-26get rid of extra LL in help textMnikolenko Productengine
2024-09-26viewer#2709 Fix loose triangleAndrey Kleshchev
2024-09-26#2411 Disable LLFontVertexBuffer for HUDAndrey Kleshchev
2024-09-26Merge pull request #2689 from secondlife/rider/server_autopilotRider Linden
2024-09-26#2519 Move "MediaSoundsEarLocation" and "VoiceEarLocation" toggles to the Com...Andrey Lihatskiy
2024-09-26#2411 Allow disabling and enabling LLFontVertexBufferAndrey Kleshchev
2024-09-26Merge remote branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-09-26Rename our lerp() to flerp(); call where MSVC balks at std::lerp().Nat Goodspeed
2024-09-26Reinstate our lerp() function, avoid "math.h" header.Nat Goodspeed
2024-09-26Fix GCC ambiguous-reversed-operator errors for `LLKeyData` compares.Nat Goodspeed
2024-09-26update LLListener and related scriptsMnikolenko Productengine
2024-09-26Ditch our own (conflicting) definition of the lerp() function.Nat Goodspeed
2024-09-26#include <cmath> rather than "math.h" to avoid lerp() conflict.Nat Goodspeed
2024-09-26Fix a few more fsyspath conversions, removing explicit u8string().Nat Goodspeed
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-25Adapt `fsyspath` for C++20 conventions.Nat Goodspeed
2024-09-25Issue #2687: Honor flag sent by server indicating server side autopilot is en...Rider Linden
2024-09-26Force snapshot update when opening a snapshot panel and the resolution is "Cu...Ansariel
2024-09-25Remove incorrectly calculated upload fee from snapshot options button based o...Ansariel
2024-09-25Fix upload cost calculation for snapshots to inventory based on encoded image...Ansariel
2024-09-25Remove orphaned LLPanelOutfitSnapshotInventoryAnsariel
2024-09-25viewer#2646 Fix viewer ignoring Physics Shape Type changesAndrey Kleshchev
2024-09-25Restore currently entered text in chat entry textbox after going through hist...Ansariel Hiller
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-25Merge branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-09-25viewer#2413 Partially remove obsolete alert about expiring voice morphsAndrey Kleshchev
2024-09-25Explain why apparently redundant LLPointer methods are necessary.Nat Goodspeed
2024-09-25Use copy-and-swap idiom for LLPointer's assignment operators.Nat Goodspeed
2024-09-25#2674 Optimize LLWorld::renderPropertyLines() - use simplified linesAlexander Gavriliuk
2024-09-25viewer#2413 Add 'ignore' checkbox to expiring voice morphsAndrey Kleshchev
2024-09-25Revert "viewer#2413 Remove obsolete alert about expiring voice morphs"Andrey Kleshchev
2024-09-25viewer-private#291 Object floating text does not update without moving cameraAndrey Kleshchev
2024-09-24Add Lua scripts to viewer source treeAnsariel
2024-09-24LLConstPointer<T> is the same as LLPointer<const T>.Nat Goodspeed
2024-09-24Make `LLPointer` equality comparisons accept not-identical types.Nat Goodspeed
2024-09-24viewer#2648 Fix issues with day offset valueAndrey Kleshchev
2024-09-24#2559 No mouseover if a link is embedded with an emojiAlexander Gavriliuk