Ansariel
0cc3a4bf68
Remove obsolete LLSINGLETON_C11 and LLSINGLETON_EMPTY_CTOR_C11 macros
2024-03-13 11:21:16 +02:00
Andrey Lihatskiy
6b285674bb
Merge main into DRTVWR-600-maint-A
2024-03-12 21:14:45 +02:00
Ansariel
eb1ed3896f
Merge branch 'main' of https://github.com/secondlife/viewer into 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-12 16:52:30 +01:00
Andrey Kleshchev
748c0eb50d
viewer#730 Zoom slider not working in some cases.
2024-03-08 13:16:44 +02:00
Signal Linden
afc943acbc
Merge pull request #935 from secondlife/gh-osbuild
...
Make signing and symbol posting jobs conditional on secrets.
2024-03-07 22:45:49 -08:00
Nat Goodspeed
041c66d59a
Stop requiring BUGSPLAT_USER and BUGSPLAT_PASS in build.sh.
...
The build step no longer needs these variables at all: they're used in a
subsequent workflow job.
2024-03-05 14:29:24 -05:00
Nat Goodspeed
74ee07d942
To test for presence of secrets, set environment variables.
...
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 14:23:32 -05:00
Alexander Gavriliuk
a865d42397
viewer#819 Avoid reading the same XML file multiple times
2024-03-05 19:54:31 +01:00
Nat Goodspeed
73a12f5529
Enclose 'if:' expressions in ${{ ... }}.
...
The previous construct produced:
Unrecognized named-value: 'secrets'. Located at position 1 within expression:
secrets.AZURE_KEY_VAULT_URI && ...
2024-03-05 13:50:38 -05:00
Nat Goodspeed
6328cb7817
Make signing and symbol posting jobs conditional on secrets.
...
Specifically, when secrets aren't available (e.g. for external PRs), skip the
affected steps.
2024-03-05 13:36:18 -05:00
Ansariel
043a92997f
Remove more orphaned files
2024-03-05 16:42:09 +02:00
Lars Næsbye Christensen
62922699eb
deleted unused code
2024-03-05 15:29:25 +02:00
Signal Linden
e07bf1c0a2
Do not automatically close issues ( #929 )
...
Mark issues as stale but do not close them.
2024-03-04 17:32:35 -08:00
Andrey Kleshchev
f8530b3d49
triage#59 Small adjustments
2024-03-04 23:04:56 +02:00
Andrey Kleshchev
609831b5d2
secondlife/triage#59 Show 'Friends Only' rendering mode
2024-03-04 23:04:56 +02:00
Nat Goodspeed
701d1a33bb
Increment viewer version to 7.1.4
...
following promotion of secondlife/viewer #673
2024-03-01 10:26:00 -05:00
Nat Goodspeed
1204468415
Merge DRTVWR-489 to main on promotion of Emoji viewer ( #673 ).
2024-03-01 10:23:56 -05:00
Ansariel
e160758b5c
Convert remaining TRUE/FALSE to true/false
2024-03-01 15:33:16 +02:00
Beq
c8d5974f99
BUG-234595/Jira-public-Issue#11494 Mac texture loading/unloading
...
This removes the "special case" for Mac which was resulting in values a few orders of magnitude smaller than on windows.
2024-02-27 22:50:28 +02:00
Andrey Kleshchev
d31de6afb2
Issue#884 Crash on ~LLSearchEditor
...
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-25 15:28:02 +02:00
Andrey Kleshchev
5dcc0606a8
Issue#880 Crash on a dead pointer in a chat session
2024-02-23 19:18:13 +02:00
Andrey Lihatskiy
31af3d2b20
Merge branch 'main' into DRTVWR-600-maint-A
2024-02-23 19:15:45 +02:00
Lars Næsbye Christensen
27ad2a11af
remove another unused old macOS file
2024-02-23 13:21:39 +02:00
Brad Linden
0f2248ea12
Improving issue templates. ( #877 )
...
making ordering explicit, and disabling blank issue submission to force
triage label to be set.
2024-02-22 13:01:49 -08:00
Andrey Lihatskiy
95445f8c7f
Merge branch 'main' into DRTVWR-600-maint-A
2024-02-22 19:16:16 +02:00
Vir Linden
ffef19843b
Delete .github/ISSUE_TEMPLATE/issue_template.md
2024-02-22 11:28:44 -05:00
Vir Linden
b9ac5e8433
Update issue_template.md
2024-02-22 11:26:54 -05:00
Vir Linden
e452eeb816
Update issue_template.md
2024-02-22 11:24:55 -05:00
Vir Linden
0ad58e53ea
Merge pull request #873 from secondlife/vir-linden-issue-template
...
Create issue_template.md
2024-02-22 11:22:43 -05:00
Vir Linden
4b24b0d933
Create issue_template.md
...
Issue template for the "blank issue" option
2024-02-22 10:28:10 -05:00
Ansariel
3010f627e5
Replaced an overlooked BOOL in lllegacyatmospherics.h
2024-02-22 17:11:26 +02:00
Andrey Kleshchev
3d14450133
triage#100 Fix invalid interest mode
...
Agent needs these strings before values were initialized so made values
a bit more global.
2024-02-22 01:32:14 +02:00
Lars Næsbye Christensen
7704c26354
newer enum for modal OK response
2024-02-22 00:28:12 +02:00
Andrey Lihatskiy
67a9d88646
viewer#855 Xcode buildfix
2024-02-22 00:14:41 +02:00
Ansariel
60d3dd98a4
Convert remaining BOOL to bool
2024-02-21 23:14:31 +02:00
Andrey Lihatskiy
855eea7ddf
viewer#851 Xcode buildfix
2024-02-21 19:48:58 +02:00
Ansariel
3ffe63b8a4
Convert remaining BOOLs in llxml and introduce std::string_view
2024-02-21 19:02:58 +02:00
Andrey Lihatskiy
0fb52bd372
viewer#848 Xcode buildfix
2024-02-21 05:19:42 +02:00
Ansariel
a5261a5fa8
Convert BOOL to bool in llui
2024-02-21 03:00:25 +02:00
Ansariel
8c16ec2b53
Convert BOOL to bool in LLControlGroup and related classes
2024-02-21 03:00:25 +02:00
Andrey Kleshchev
5aa56bf1a7
Viewer#822 Sort participants by recent activity is not working
2024-02-21 00:34:47 +02:00
Andrey Kleshchev
11ded7b9a2
jira-archive-internal#71115 Add Images to Objects in Bulk #2
...
UI integration
2024-02-20 19:05:54 +02:00
Andrey Kleshchev
a657b9b52d
jira-archive-internal#71115 Add Images to Objects in Bulk
...
SL-20725
2024-02-20 19:05:54 +02:00
Andrey Lihatskiy
8be121e7cd
viewer#840 Xcode buildfix
2024-02-20 02:50:15 +02:00
Ansariel
8169838542
Fix incorrect datatype being assigned to GLboolean
2024-02-20 02:14:01 +02:00
Ansariel
b2c2713672
Convert BOOL to bool in llrender
2024-02-20 02:14:01 +02:00
Ansariel
df3f95e181
Fixed inital return value accidentally got changed in commit 9e854b697a
2024-02-20 02:14:01 +02:00
Ansariel
c3e6f7b164
Convert remaining cases of BOOL to bool in llmath and llprimitive
...
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 02:14:01 +02:00
Ansariel
0a42ed6cc5
Remove orphaned 32bit Windows code from slplugin.cpp
2024-02-20 02:14:01 +02:00
Ansariel
8312a4e547
Include missing llmutex.h in CMake file
2024-02-20 02:14:01 +02:00