summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-08-01Fix trying to bind to non-existent texunit sampler during water draw (#2128)Rye Mutt
2024-08-01viewer#2163 Crash at getReflectionProbeIsDynamicAndrey Kleshchev
2024-07-31viewer#2153 Crash at LLViewerTextureList::updateImageDecodePriorityAndrey Kleshchev
Crash at getTextureEntry which calls getTE(mTEOffset)
2024-07-31viewer#2144 Correct unclear terminilogy in region's debug panelAndrey Kleshchev
2024-07-30Cache LLVOAvatar::isBuddy check to reduce repeated calls to ↵Rye Mutt
LLAvatarTracker::isBuddy during draw (#2149)
2024-07-30viewer#2142 Crash at LLOutfitGalleryItem::setDefaultImageAndrey Kleshchev
2024-07-29small adjustment to reduce confusionAndrey Kleshchev
2024-07-29viewer#2071 Soft quit on 'out of memory' for meshes #2Andrey Kleshchev
2024-07-29viewer#2071 Properly handle 'out of memory' for meshesAndrey Kleshchev
2024-07-29#2100 BugSplat Crash #1497210: LLVOAvatar::updateImpostors()(10616)Alexander Gavriliuk
2024-07-29#2103 BugSplat Crash #1497033: LLViewerTextureList::getImageAlexander Gavriliuk
2024-07-29Replace liburiparser with boost::urlRye Mutt
2024-07-29fix misleading indentation compiler warningsZi Ree
Fix several indentation mistakes, some of them trip gcc's misleading indentation warning.
2024-07-29Update boost to 1.85 and fix deprecation warningsRye Mutt
2024-07-29Fix double variable name in initializationZi Ree
is_asset_knowable variable name is duplicated, causing a compiler warning in gcc.
2024-07-29viewer#2113 Optional disable eyes/head follow cursor/lookatAndrey Kleshchev
Intended for photography, but there is curently no nice way to present it so it's in debug options until we get some critical mass of features that can be collected into a single whole.
2024-07-27Fix warning for Type mismatch in LLMsgVarData::addData for SpaceIP (#2125)Rye Mutt
2024-07-27Destroy stream process when stopping audio stream to allow restarting in the ↵Rye Mutt
case of stuck or errored libvlc (#2124)
2024-07-27Fix a bunch of XUI warnings (#2120)Ansariel Hiller
2024-07-27Fix rapidly triggering gestures can make them get stuck (#2126)Ansariel Hiller
2024-07-26Merge pull request #2116 from RyeMutt/fix-findchild-part2Andrey Lihatskiy
Fix more findChild calls during draw and frequent data callbacks
2024-07-26Fix trailing whitespaces to make pre-commit happyAndrey Lihatskiy
2024-07-26Reduce utf8 to wstring conversion and llwstring temporaries during text draw ↵Rye Mutt
(#2115)
2024-07-26Fix findChild during draw in conversation log floaterRye Mutt
2024-07-25Fix some findChild stalls when swapping to/from wearable editorsRye Mutt
2024-07-25Reduce findChild stalls in face panelRye Mutt
2024-07-25Reduce findChild stalls during inventory constructionRye Mutt
2024-07-25Reduce findChild stalls in appearance floaterRye Mutt
2024-07-25Fix findChild stall during teleport in people panelRye Mutt
2024-07-25#1318 Pagination in the Group Interface (rework)Alexander Gavriliuk
2024-07-25Fix commit 66d2c846b180d58e4e90052d87e27505e2d22736Alexander Gavriliuk
2024-07-25Fix commit 4b543b618b101aca9dee1f224d8dbd4fbf937d71Alexander Gavriliuk
2024-07-25viewer#2065 Region restart schedule floaterAndrey Kleshchev
2024-07-25Fix precommit whitespace failureRye Mutt
2024-07-25Fix one more group findChild stallRye Mutt
2024-07-25Fix further recursive findChild stalls from environment panelRye Mutt
2024-07-25Fix findChild calls during blocked list drawRye Mutt
2024-07-25Fix excessive findChild calls during about land floater drawRye Mutt
2024-07-25Fix findChild during draw in the parcel/region environment panelRye Mutt
2024-07-25Fix find child during draw in texture pickerRye Mutt
2024-07-25Fix performance floater getChild while drawingRye Mutt
2024-07-25Fix accidental memory leak from gSLMMenuUpdaterRye Mutt
2024-07-25Fix findChild stutter during teleportsRye Mutt
2024-07-25Fix getChild calls during draw from LLFloaterIMSessionTabRye Mutt
2024-07-25Fix findChild calls during draw from LLFloaterSnapshotRye Mutt
2024-07-25Fix getChild calls during draw in LLFloaterWorldMapRye Mutt
2024-07-25Fix excessive getChild calls during teleport from LLPanelGroupRye Mutt
2024-07-25Fix getChild calls during draw in LLProgressViewRye Mutt
2024-07-25#1318 Pagination in the Group Interface (small fix)Alexander Gavriliuk
2024-07-25Merge pull request #2105 from RyeMutt/button-image-warningAndrey Lihatskiy
Fix warning from misnamed button image name reference