summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Expand)Author
2024-09-29Clean up SDL window creation and fix various bugsRye Cogtail
2024-09-29Fix shutdown crash from failing to clean up SDL window properlyRye Cogtail
2024-09-29Clean up SDL window event handling and implement missing functionaiotyRye Cogtail
2024-09-29Implement various missing functions and callbacks in SDL window backendRye Cogtail
2024-09-28Update SDL clipboard, icon flash, and url opening handlers to use native SDL ...Rye Cogtail
2024-09-28Refresh linux featuretable with new options from windowsRye Cogtail
2024-09-28Fix using nvidia extension to get GL memory under linuxRye Cogtail
2024-09-28Merge pull request #2725 from RyeMutt/openal-crashRye Mutt
2024-09-29Linux/GCC 13 build fix for template specialization of pasteTextWithLinebreaks...Nicky Dasmijn
2024-09-27Merge remote branch 'develop' into maxim/lua-uicallback-invokeNat Goodspeed
2024-09-27Merge pull request #2713 from secondlife/v-2638cosmic-linden
2024-09-27secondlife/viewer#2638: Do clear smaa buffer due to discardCosmic Linden
2024-09-27Fix shutdown crash from OpenAL failing to release a bufferRye Cogtail
2024-09-27Clean up LLCallstacks from postSortRye Cogtail
2024-09-27Clean up unused uniforms in bindDeferredShader and move SSAO uniforms to two ...Rye Cogtail
2024-09-27Remove dead llatmosphere codeRye Cogtail
2024-09-27Remove dead LLPostProcess class and related codeRye Cogtail
2024-09-27viewer#2653 fix texture readback not being called and not setting values prop...Andrey Kleshchev
2024-09-27Merge pull request #2714 from secondlife/nat/xcode-16nat-goodspeed
2024-09-27Slightly streamline owning_ptr class definition.Nat Goodspeed
2024-09-27Introduce owning_ptr<T>; use it for JPEG2KEncode and JPEG2KDecode.Nat Goodspeed
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-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