summaryrefslogtreecommitdiff
path: root/indra
AgeCommit message (Collapse)Author
2026-02-17#5419 remove old unused floaterMaxim Nikolenko
2026-02-15#5356 Fix fast texture cache's mutex stall #2Andrey Kleshchev
2026-02-13#5395 Draw yellow friend dots last on the mini-mapMaxim Nikolenko
2026-02-13#1807 Fix navigation bar's search filtersAndrey Kleshchev
2026-02-13#5084 Adjust Window's watchdog to only run after loginAndrey Kleshchev
like mainloop does
2026-02-12#5414 Don't crash on unknown layer typeAndrey Kleshchev
We don't crash on an invalid size, so shouldn't crash on invalid data. Not viewer's fault, try to keep going.
2026-02-12Floaters and UI controls adjustmentsMnikolenko Productengine
2026-02-11#5409 Post-merge fix: variable name mismatchAndrey Lihatskiy
2026-02-11Merge pull request #5409 from trish-sl/fix-prejump-controlflagsAndrey Lihatskiy
FIX - pre-jump and land animations being shortcircuited by race conditions with AGENT_CONTROL_FINISH_ANIM when chaining jumps
2026-02-11fix - threshold as debug setting & comment & flag labelTrish
2026-02-11Update comment in indra/newview/llagent.hAndrey Lihatskiy
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-11#5404 Allow adding to favorites directly from the avatarAndrey Kleshchev
2026-02-11fix - copilot suggestionsTrish
2026-02-11#5405 Stalls on LLFileSystem::getExistsAndrey Kleshchev
2026-02-11FIX - prejump bugTrish
2026-02-11#5356 Fix fast texture cache's mutex stallAndrey Kleshchev
2026-02-11#5356 Parse large messages on a general thread instead of main oneAndrey Kleshchev
2026-02-11#5398 Add keyboard shortcuts for "Use shared environment" and "Midday (legacy)"Maxim Nikolenko
2026-02-10Merge pull request #5401 from secondlife/project/voice_moderationJonathan "Geenz" Goodman
Voice moderation -> 26.2
2026-02-10Merge pull request #5402 from secondlife/release/2026.01Jonathan "Geenz" Goodman
26.01 -> 26.02
2026-02-10Increase height of Group inspectMnikolenko Productengine
2026-02-10#5376 fix snapshot size not being updated when clicking 'Save to disk'Maxim Nikolenko
2026-02-09Make floater tools use Dejavu with old font size #2Andrey Kleshchev
2026-02-09UI controls adjustments and selection color updateMaxim Nikolenko
* UI controls adjustments and selection color update * Use constexpr instead of magic numbers
2026-02-08Adjust buttons and lists for font size being largerAndrey Kleshchev
2026-02-07#5380 Guard against scaled() failure to prevent null dereferenceAndrey Lihatskiy
2026-02-07#5380 Fix race condition in texture creation causing AVAndrey Lihatskiy
Move addToCreateTexture() after image scaling to prevent mRawImage from being replaced while background thread holds pointer to it.
2026-02-06#5380 Fix crash in LLImageGL::analyzeAlpha()Andrey Lihatskiy
2026-02-06#5377 Fix PBR being highlighted incorrectly on a faceAndrey Kleshchev
2026-02-05Login button update and other color adjustmentsMnikolenko Productengine
2026-02-05More XUI adjustments for fonts workAndrey Kleshchev
2026-02-04Merge branch 'release/2026.01' into project/voice_moderationMnikolenko Productengine
2026-02-04#5358 Improve performance when processing inventory fetches in parallelAndrey Kleshchev
All tasks combined should not go over 10ms to not affect performance too much.
2026-02-03Bump viewer version from 26.1.0 to 26.2.0Jonathan "Geenz" Goodman
2026-02-04Merge tag 'Second_Life_Release#b4a6af57-2026.01' into 2026.01Erik Kundiman
2026-02-04Merge branch 'main' into 2026.01Erik Kundiman
2026-02-04Shortcut for menu Advanced > Rendering Types > PBRErik Kundiman
Ctrl/Cmd Alt Shoft ] for switching it off or back on again.
2026-02-03#1664 retain clothing order when Replacing Link with the same wearable typeMaxim Nikolenko
2026-02-03#2293 Mark an object in an uncertain 'for sale' state as tentaiveAndrey Kleshchev
2026-02-03Improve windir detection in LLDir::openDirCarbon Cowboy
2026-02-03Add clickable notification for saved screenshotsCarbon Cowboy
Display notification with filepath after screenshot is saved to disk. Clicking the notification opens the system file browser to reveal the saved file. Fixes #5329
2026-02-01Make floater tools use Dejavu with old font sizeAndrey Kleshchev
2026-02-01Steeltoe's XUI changesAndrey Kleshchev
2026-01-30Show dummies correctly in Edit outfit partslickx
2026-01-30#2572 fix displaying Voice dot in Conversations floater when Voice Chat was ↵Maxim Nikolenko
disabled
2026-01-30Merge tag 'Second_Life_Release#3caf20f4-2026.01' into 2026.01Erik Kundiman
2026-01-30#2997 Fix Reset Skeleton not working on animesh objectsAndrey Lihatskiy
2026-01-30#2975 PBR support for planar aligmentAndrey Kleshchev
Since checkbox is shared between pbr and normal textures, I'm making it affect both for now.
2026-01-29#5348 Fix crash in getRenderRotation()Andrey Lihatskiy
2026-01-29Merge tag 'Second_Life_Release#e42ec63b-2026.01' into 2026.01Erik Kundiman