summaryrefslogtreecommitdiff
path: root/indra/newview
AgeCommit message (Collapse)Author
2024-02-20Convert remaining cases of BOOL to bool in llmath and llprimitiveAnsariel
Changed the return values for LLPrimitive::packTEMessage methods from FALSE to true - these seemed to be strange and wrong, especially considering the following statement in LLVOAvatarSelf: bool success = packTEMessage(mesgsys);
2024-02-19Replace remaining BOOL with bool llinventory and llmessageAnsariel
2024-02-18fix some testsLars Næsbye Christensen
2024-02-18misc: BOOL to boolLars Næsbye Christensen
2024-02-18viewer#831 Xcode buildfixAndrey Lihatskiy
2024-02-18Replace BOOL with bool in llwindow and dependent classesAnsariel
2024-02-17viewer#826 Mac buildfixAndrey Lihatskiy
2024-02-17More BOOL to bool replacements primarily in llappearance and llxmlAnsariel
2024-02-17remove obsolete Mac Rez fileLars Næsbye Christensen
2024-02-17viewer#826 Follow-up buildfix: update lldatapackerAndrey Lihatskiy
2024-02-17misc: BOOL to boolLars Næsbye Christensen
2024-02-16jira-archive-internal#67837 Windows' bulk export of snapshots and texturesAndrey Kleshchev
SL-17661 Viewer was silently failing to 'save selection as'
2024-02-15Viewer#779 Show bias memory estimate in texture consoleAndrey Kleshchev
2024-02-15Viewer#779 Make RenderMaxVRAMBudget more consistentAndrey Kleshchev
2024-02-15Yet another lightning -> lighting typo fixedPanteraPolnocy
2024-02-14viewer#780 Fix bulk removal of local texturesAndrey Kleshchev
2024-02-13Removing orphaned XML files from translation directoriesPantera
Spring cleanup
2024-02-13Issue #71 Login failures cause growing black zone in the topAndrey Kleshchev
2024-02-12#779 Emoji picker is an unintuitive UX disasterAlexander Gavriliuk
2024-02-12VS build fix: missed valuesAndrey Lihatskiy
2024-02-12more misc: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12miscellaneous: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12miscellaneous: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12llinventory: BOOL (int) to real boolLars Næsbye Christensen
2024-02-12Fixing 'tooltip' typo in attribute namePantera Północy
2024-02-12Fixing the 'lightning' -> 'lighting' typoPantera Północy
Unless, of course, we have some dedicated lightning effects - then I will stand corrected. ~
2024-02-10Triage Issue #49 Fix MacOS build failureAndrey Kleshchev
2024-02-10Triage Issue #49 Better inspection of data urls in mediaAndrey Kleshchev
2024-02-10Triage Issue #49 Better inspection of media urlsAndrey Kleshchev
Part 1: Ability to copy urls from nearby media for inspection
2024-02-09#68 The 'Recently used emoji' can not be selected by the 'Tab' keyAlexander Gavriliuk
2024-02-09SL-19585 Try replacing fmod with openalAndrey Kleshchev
Since now VLC is responsible for played parcel media (should be since SL-19042) should be possible to switch remaining audio to OpenAL with no loss of functionality
2024-02-09SL-19585 Switch OpenAL's wind to floatAndrey Kleshchev
Fixes wind being odly distorted
2024-02-09Enable OpenAL Soft on MacOSAndrey Kleshchev
2024-02-09#746 BugSplat Crash: LLAccordionCtrlTab::showAndFocusHeader(873)Alexander Gavriliuk
2024-02-08Fix for a potential crash in LLReflectionMapManager::registerSpatialGroup()Henri Beauchamp
The spatial partion could potentially be NULL and shall therefore been tested for this case. Similar fix to https://github.com/secondlife/viewer/commit/08cf926d3b6eb28e0b9751ba62b1ce01230a150b
2024-02-08Build fix for Visual Studio patchAlexander Gavriliuk
2024-02-08SL-20363 Add Advanced option 'Debug Unicode'Alexander Gavriliuk
2024-02-07Issue #56 Redirect Help>Report Bug to Canny instead of JiraAndrey Kleshchev
2024-02-06SL-19730 update menu itemsMaxim Nikolenko
2024-02-06GH-68175 [SL-17986] Ability to drag Favorites to the Overflow menuAlexander Gavriliuk
2024-02-06SL-19730 Bulk Pick Up Single ItemsMaxim Nikolenko
2024-02-02Issue #26 Support texture drop onto PBR materialsAndrey Kleshchev
2024-02-02GH-141872 Ability to drag Favorites to the Landmarks panelAlexander Gavriliuk
2024-01-31Issue #24 GLTF material disappears from object playing mediaAndrey Kleshchev
Check texture type, if media is stopped, it won't be a MEDIA_TEXTURE
2024-01-30Issue #696 RenderResolutionDivisor no longer worksAndrey Kleshchev
resizeScreenTexture works if gResizeScreenTexture is true or render target was resized
2024-01-26SL-20669 Fix missed uuidAndrey Kleshchev
2024-01-24SL-20416 Use image from file for emoji_recent_panel_toggle_btnAlexander Gavriliuk
2024-01-24SL-20669 Force blank normal id into a local blank normal textureAndrey Kleshchev
Dataserver's version has compression artifacts
2024-01-24SL-20669 Move constants out of settings.xmlAndrey Kleshchev
UIImgInvisibleUUID doesn't exist Default normal for material is 'null'
2024-01-24Fix profile's pick hiding wrong panelAndrey Kleshchev
And cleanup after a contribution