summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-10-30Fix potential null pointer deref during image uploadRye Cogtail
2024-10-30Fixes to LLCachedControl usage in windowing and avatarsRye
2024-10-30Fix LLMutexLock usage in LLModelPreviewRye
2024-10-30Merge pull request #2909 from secondlife/maxim/viewer_2245Maxim Nikolenko
undefined
2024-10-30viewer#2894 Make PBR scale like Blinn Phong doesAndrey Kleshchev
2024-10-29Merge pull request #2940 from secondlife/nat/vector-resultsetnat-goodspeed
Add LL::ResultSet subclass VectorResultSet for the simple case.
2024-10-28viewer#2863 Notify of a missing material cap instead of applying locallyAndrey Kleshchev
2024-10-25Merge pull request #2959 from secondlife/rider/fix_bot_im_sessionRider Linden
Fix for IM session name and icon.
2024-10-25Issue #2907: When passing the injected notification message into addMessage ↵Rider Linden
on behalf of the system, optionally specify the agent id and name that should be used.
2024-10-25Small fix in LLTeleportHandler::handle()Alexander Gavriliuk
2024-10-25#2245 allow passing command-line argumentsMnikolenko Productengine
2024-10-24Add LL::ResultSet subclass VectorResultSet for the simple case.Nat Goodspeed
Update existing simple LL::ResultSet subclasses.
2024-10-24Merge branch 'develop' into maxim/viewer_2245Nat Goodspeed
2024-10-24Merge branch 'develop' into marchcat/xcode-16Andrey Lihatskiy
2024-10-24#2899 Mac: add the libSDL2 link to SLPluginAndrey Lihatskiy
2024-10-24#2904 output position should ignore cursor positionMaxim Nikolenko
2024-10-24#2577 Worn transparent prims no longer show with 'Highlight transparent'Alexander Gavriliuk
2024-10-23Merge pull request #2908 from secondlife/rider/chat_metadataRider Linden
Bot self identification.
2024-10-23Fix more addition of distinct enums.Nat Goodspeed
2024-10-23Disambiguate (LLSD != UUID).Nat Goodspeed
2024-10-23Issue #2907: Code review comments.Rider Linden
2024-10-23Merge branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-10-23#2910 Allow terminating multiple scripts at onceMaxim Nikolenko
2024-10-22Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden
2024-10-22Restore tonemapping to ACES with a slight mix towards linear and raise ↵Rye Mutt
exposure slider limit to 4 (#2915)
2024-10-22Merge branch 'develop' into marchcat/xcode-16Nat Goodspeed
2024-10-22#2007 The 'No device' option isn't displayed in the 'Input/Output' drop-down ↵Alexander Gavriliuk
boxes
2024-10-22#2245 Allow Lua scripts to be run from the Conversations floaterMnikolenko Productengine
2024-10-21Issue #2907: Process metadata sent along with chats of type ↵Rider Linden
IM_NOTHING_SPECIAL, The metadata can contain information about the bot status of the sender. It may also contain a system-injected notification that is displayed to the agent as part of the 1:1 chat window.
2024-10-21Merge branch 'develop' into nat/frame-profile-statsNat Goodspeed
2024-10-21Regenerate viewer stats for frame profile dump fileNat Goodspeed
instead of reporting the most recent previous viewer stats blob.
2024-10-20viewer#2741 Don't reallocate image conversion buffer all the timeAndrey Kleshchev
2024-10-18viewer#2884 CleanupAndrey Kleshchev
2024-10-18viewer#2884 Convert webrtc and experience coroutines into idle callbacksAndrey Kleshchev
2024-10-18#2303 An error occured while trying to connect to voiceAlexander Gavriliuk
2024-10-17Merge branch 'develop' into nat/frame-profile-statsNat Goodspeed
2024-10-17Add the latest viewer stats packet into Frame Profile dump file.Nat Goodspeed
2024-10-17#2572 Voice dot appears next to avatar's name in Conversations floaterAlexander Gavriliuk
2024-10-17Merge pull request #2805 from secondlife/maxim/lua-nearby-avatarsMaxim Nikolenko
Lua api to get info about nearby avatars and objects
2024-10-16Add a response with result when taking snapshot; and other clean upMnikolenko Productengine
2024-10-16#2112 Provide SL Grid Map coordinates for Official Viewer Users pleaseAlexander Gavriliuk
2024-10-15Merge branch 'develop' into maxim/lua-nearby-avatarsNat Goodspeed
2024-10-15viewer#1472 Fix some mirror parameters not adjustingAndrey Kleshchev
combo box only recognizes value "6"
2024-10-15Merge remote-tracking branch 'origin/release/2024.09-ExtraFPS' into developBrad Linden
2024-10-15viewer#2850 Fix a crash in LLTextureFetchWorkerAndrey Kleshchev
cache worker does not respond in case it was aborted, leaving behind a handle.
2024-10-14Merge pull request #2849 from secondlife/rider/world_map_flagsRider Linden
New flags on ScriptTeleportRequest message.
2024-10-14Private Issue #297: Code review feedback.Rider Linden
2024-10-14Private Issue #297: Accept new flags in ScriptTeleportRequest message. Flags ↵Rider Linden
indicate if the world map should be opened and focused.
2024-10-14Merge pull request #2823 from secondlife/v-1883cosmic-linden
secondlife/viewer#1883: Terrain paint client prototype WIP code check-in
2024-10-14secondlife/viewer#1883: Fix compiler errorsCosmic Linden