summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-03-01Merge DRTVWR-489 to main on promotion of Emoji viewer (#673).Nat Goodspeed
2024-03-01Convert remaining TRUE/FALSE to true/falseAnsariel
2024-02-28Reference updated action-gh-release@v1Nat Goodspeed
instead of the branch that got pulled.
2024-02-27SL-18721 Shutdown fixes #5Andrey Kleshchev
2024-02-27Issue#900 Crash at LLInventoryAddItemByAssetObserverAndrey Kleshchev
2024-02-27BUG-234595/Jira-public-Issue#11494 Mac texture loading/unloadingBeq
This removes the "special case" for Mac which was resulting in values a few orders of magnitude smaller than on windows.
2024-02-27Merge pull request #895 from secondlife/relnotes-wnat-goodspeed
Generate release notes from tag `release` to the built tag.
2024-02-27Issue#894 Crash at load3 in cacheOptimizeAndrey Kleshchev
2024-02-26Base generated release notes on new floating tag 'release'Nat Goodspeed
instead of on the current tag 7.1.2-release.
2024-02-26Leverage action-gh-release's new previous_tag input.Nat Goodspeed
This should (!) allow us to generate full release notes relative to the previous viewer release, instead of letting action-gh-release guess incorrectly. Also try again to add to the release page a back-link to the specific build.
2024-02-26Try basing release notes on github.sha rather than github.ref_name.Nat Goodspeed
2024-02-26Try basing the GH release on github.ref_name instead of github.ref.Nat Goodspeed
Using github.ref as action-gh-release's target_commitish produces: ⚠️ GitHub release failed with status: 422 [{"resource":"Release","code":"invalid","field":"target_commitish"}]
2024-02-26Try to generate release notes for this specific branch.Nat Goodspeed
Also try to cross-reference release page and build page.
2024-02-25Issue#884 Crash on ~LLSearchEditorAndrey Kleshchev
Crash seems to be specific to LLFilterEditor and only in a couple specific floaters. Based on older calltacks, commiting on exit was crashing. So I'm making sure that panels that potentially do not own the element in question clean the callback in case panels get deleted before the search editor.
2024-02-23viewer#875 Crash at uri normalizationAndrey Kleshchev
Note that crash happened when setting LLProgressView::setMessage
2024-02-23Issue#880 Crash on a dead pointer in a chat sessionAndrey Kleshchev
2024-02-23Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-02-23Merge branch 'main' into DRTVWR-600-maint-AAndrey Lihatskiy
2024-02-23remove another unused old macOS fileLars Næsbye Christensen
2024-02-22Improving issue templates. (#877)Brad Linden
making ordering explicit, and disabling blank issue submission to force triage label to be set.
2024-02-22Merge branch 'main' into DRTVWR-600-maint-AAndrey Lihatskiy
2024-02-22Delete .github/ISSUE_TEMPLATE/issue_template.mdVir Linden
2024-02-22Update issue_template.mdVir Linden
2024-02-22Update issue_template.mdVir Linden
2024-02-22Merge pull request #873 from secondlife/vir-linden-issue-templateVir Linden
Create issue_template.md
2024-02-22Create issue_template.mdVir Linden
Issue template for the "blank issue" option
2024-02-22Replaced an overlooked BOOL in lllegacyatmospherics.hAnsariel
2024-02-22Viewer#863 Crash reading xmlAndrey Kleshchev
2024-02-22triage#100 Fix invalid interest modeAndrey Kleshchev
Agent needs these strings before values were initialized so made values a bit more global.
2024-02-22newer enum for modal OK responseLars Næsbye Christensen
2024-02-22viewer#855 Xcode buildfixAndrey Lihatskiy
2024-02-21Convert remaining BOOL to boolAnsariel
2024-02-21Merge branch 'main' into DRTVWR-588-maint-WAndrey Lihatskiy
2024-02-21viewer#851 Xcode buildfixAndrey Lihatskiy
2024-02-21Convert remaining BOOLs in llxml and introduce std::string_viewAnsariel
2024-02-21SL-20469 Crash at dead mRootVolp in getAttachedAvatar()Andrey Kleshchev
2024-02-21viewer#848 Xcode buildfixAndrey Lihatskiy
2024-02-21Convert BOOL to bool in lluiAnsariel
2024-02-21Convert BOOL to bool in LLControlGroup and related classesAnsariel
2024-02-21Viewer#822 Sort participants by recent activity is not workingAndrey Kleshchev
2024-02-20jira-archive-internal#71115 Add Images to Objects in Bulk #2Andrey Kleshchev
UI integration
2024-02-20jira-archive-internal#71115 Add Images to Objects in BulkAndrey Kleshchev
SL-20725
2024-02-20viewer#840 Xcode buildfixAndrey Lihatskiy
2024-02-20Fix incorrect datatype being assigned to GLbooleanAnsariel
2024-02-20Convert BOOL to bool in llrenderAnsariel
2024-02-20Fixed inital return value accidentally got changed in commit ↵Ansariel
9e854b697a06abed2a0917fb6120445f176764f0
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-20Remove orphaned 32bit Windows code from slplugin.cppAnsariel
2024-02-20Include missing llmutex.h in CMake fileAnsariel
2024-02-19viewer#836 Xcode buildfixAndrey Lihatskiy