Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-03-12 | Merge branch 'main' of https://github.com/secondlife/viewer into ↵ | Ansariel | |
DRTVWR-600-maint-A # Conflicts: # autobuild.xml # indra/llrender/llfontbitmapcache.cpp # indra/llrender/llfontbitmapcache.h # indra/llrender/llfontfreetype.cpp # indra/llrender/llfontfreetype.h # indra/llrender/llfontgl.cpp # indra/llrender/llfontgl.h # indra/llui/llbutton.h # indra/llui/llfloater.cpp # indra/llui/llfloater.h # indra/llui/llfolderviewitem.cpp # indra/llui/lllineeditor.cpp # indra/llui/lllineeditor.h # indra/llui/llscrollcontainer.cpp # indra/llui/llscrollingpanellist.cpp # indra/llui/llscrollingpanellist.h # indra/llui/llscrolllistctrl.h # indra/llui/lltextbase.cpp # indra/llui/lltextbase.h # indra/llui/lltexteditor.cpp # indra/llui/lltexteditor.h # indra/llui/lluictrl.cpp # indra/llui/llview.cpp # indra/llui/llview.h # indra/newview/llchicletbar.h # indra/newview/llconversationlog.h # indra/newview/llfloaterimsessiontab.cpp # indra/newview/llfloaterimsessiontab.h # indra/newview/llfloateruipreview.cpp # indra/newview/llnavigationbar.h # indra/newview/llpaneltopinfobar.h # indra/newview/llpathfindingpathtool.h # indra/newview/lltextureview.cpp # indra/newview/lltoolbrush.h # indra/newview/lltoolcomp.h # indra/newview/lltooldraganddrop.h # indra/newview/lltoolface.h # indra/newview/lltoolfocus.h # indra/newview/lltoolindividual.h # indra/newview/lltoolobjpicker.h # indra/newview/lltoolpie.h # indra/newview/lltoolpipette.h # indra/newview/lltoolselectland.h # indra/newview/llviewermediafocus.h # indra/newview/llviewerparcelmediaautoplay.h # indra/newview/llviewerwindow.cpp # indra/newview/llvoicechannel.h # indra/newview/llvoicevivox.h # indra/newview/llworldmapview.cpp | |||
2024-03-08 | viewer#730 Zoom slider not working in some cases. | Andrey Kleshchev | |
2024-03-07 | Merge pull request #935 from secondlife/gh-osbuild | Signal Linden | |
Make signing and symbol posting jobs conditional on secrets. | |||
2024-03-05 | Stop requiring BUGSPLAT_USER and BUGSPLAT_PASS in build.sh. | Nat Goodspeed | |
The build step no longer needs these variables at all: they're used in a subsequent workflow job. | |||
2024-03-05 | To test for presence of secrets, set environment variables. | Nat Goodspeed | |
From https://docs.github.com/en/actions/security-guides/using-secrets-in-github-actions#using-secrets-in-a-workflow : "Secrets cannot be directly referenced in if: conditionals. Instead, consider setting secrets as job-level environment variables, then referencing the environment variables to conditionally run steps in the job." | |||
2024-03-05 | viewer#819 Avoid reading the same XML file multiple times | Alexander Gavriliuk | |
2024-03-05 | Enclose 'if:' expressions in ${{ ... }}. | Nat Goodspeed | |
The previous construct produced: Unrecognized named-value: 'secrets'. Located at position 1 within expression: secrets.AZURE_KEY_VAULT_URI && ... | |||
2024-03-05 | Make signing and symbol posting jobs conditional on secrets. | Nat Goodspeed | |
Specifically, when secrets aren't available (e.g. for external PRs), skip the affected steps. | |||
2024-03-05 | Remove more orphaned files | Ansariel | |
2024-03-05 | deleted unused code | Lars Næsbye Christensen | |
2024-03-04 | Do not automatically close issues (#929) | Signal Linden | |
Mark issues as stale but do not close them. | |||
2024-03-04 | triage#59 Small adjustments | Andrey Kleshchev | |
2024-03-04 | secondlife/triage#59 Show 'Friends Only' rendering mode | Andrey Kleshchev | |
2024-03-01 | Increment viewer version to 7.1.4 | Nat Goodspeed | |
following promotion of secondlife/viewer #673 | |||
2024-03-01 | Merge DRTVWR-489 to main on promotion of Emoji viewer (#673). | Nat Goodspeed | |
2024-03-01 | Convert remaining TRUE/FALSE to true/false | Ansariel | |
2024-02-27 | BUG-234595/Jira-public-Issue#11494 Mac texture loading/unloading | Beq | |
This removes the "special case" for Mac which was resulting in values a few orders of magnitude smaller than on windows. | |||
2024-02-25 | Issue#884 Crash on ~LLSearchEditor | Andrey 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-23 | Issue#880 Crash on a dead pointer in a chat session | Andrey Kleshchev | |
2024-02-23 | Merge branch 'main' into DRTVWR-600-maint-A | Andrey Lihatskiy | |
2024-02-23 | remove another unused old macOS file | Lars Næsbye Christensen | |
2024-02-22 | Improving issue templates. (#877) | Brad Linden | |
making ordering explicit, and disabling blank issue submission to force triage label to be set. | |||
2024-02-22 | Merge branch 'main' into DRTVWR-600-maint-A | Andrey Lihatskiy | |
2024-02-22 | Delete .github/ISSUE_TEMPLATE/issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Update issue_template.md | Vir Linden | |
2024-02-22 | Merge pull request #873 from secondlife/vir-linden-issue-template | Vir Linden | |
Create issue_template.md | |||
2024-02-22 | Create issue_template.md | Vir Linden | |
Issue template for the "blank issue" option | |||
2024-02-22 | Replaced an overlooked BOOL in lllegacyatmospherics.h | Ansariel | |
2024-02-22 | triage#100 Fix invalid interest mode | Andrey Kleshchev | |
Agent needs these strings before values were initialized so made values a bit more global. | |||
2024-02-22 | newer enum for modal OK response | Lars Næsbye Christensen | |
2024-02-22 | viewer#855 Xcode buildfix | Andrey Lihatskiy | |
2024-02-21 | Convert remaining BOOL to bool | Ansariel | |
2024-02-21 | viewer#851 Xcode buildfix | Andrey Lihatskiy | |
2024-02-21 | Convert remaining BOOLs in llxml and introduce std::string_view | Ansariel | |
2024-02-21 | viewer#848 Xcode buildfix | Andrey Lihatskiy | |
2024-02-21 | Convert BOOL to bool in llui | Ansariel | |
2024-02-21 | Convert BOOL to bool in LLControlGroup and related classes | Ansariel | |
2024-02-21 | Viewer#822 Sort participants by recent activity is not working | Andrey Kleshchev | |
2024-02-20 | jira-archive-internal#71115 Add Images to Objects in Bulk #2 | Andrey Kleshchev | |
UI integration | |||
2024-02-20 | jira-archive-internal#71115 Add Images to Objects in Bulk | Andrey Kleshchev | |
SL-20725 | |||
2024-02-20 | viewer#840 Xcode buildfix | Andrey Lihatskiy | |
2024-02-20 | Fix incorrect datatype being assigned to GLboolean | Ansariel | |
2024-02-20 | Convert BOOL to bool in llrender | Ansariel | |
2024-02-20 | Fixed inital return value accidentally got changed in commit ↵ | Ansariel | |
9e854b697a06abed2a0917fb6120445f176764f0 | |||
2024-02-20 | Convert remaining cases of BOOL to bool in llmath and llprimitive | Ansariel | |
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-20 | Remove orphaned 32bit Windows code from slplugin.cpp | Ansariel | |
2024-02-20 | Include missing llmutex.h in CMake file | Ansariel | |
2024-02-19 | viewer#836 Xcode buildfix | Andrey Lihatskiy | |
2024-02-19 | [Linux]gcc is broken for in place template instantiation. | Beq | |