Commit Graph

49147 Commits (d48c77b6dcfc6eafba09b58f530bbfa4f00a9431)

Author SHA1 Message Date
Maxim Nikolenko d48c77b6dc
SL-20679 fix for "Sort conversations by recent activity" option 2023-12-04 16:22:57 +02:00
Andrey Lihatskiy a80e3fe419 Merge branch 'main' into DRTVWR-587-maint-V 2023-11-30 00:09:17 +02:00
Brad Linden 683bf84bb3 increment viewer version after DRTVWR-559 release 2023-11-29 21:02:33 +00:00
Andrey Lihatskiy d1c0a5b840 Merge branch 'DRTVWR-559' into marchcat/587-v-pbr-merge
# Conflicts:
#	indra/llcommon/CMakeLists.txt
#	indra/newview/llspatialpartition.cpp
#	indra/newview/llviewergenericmessage.cpp
#	indra/newview/llvoavatar.cpp
2023-11-29 10:45:43 +02:00
nat-goodspeed 6f99a844ef
Merge pull request #532 from secondlife/DRTVWR-587-updater-list
DRTVWR-587: Update to viewer-manager v3.0-08bf5ee.
2023-11-22 15:37:44 -05:00
Signal Linden 28a9895070
Merge pull request #521 from secondlife/signal/simple-release
Only publish installers to releases
2023-11-22 11:17:28 -08:00
Signal Linden ba3afbf68a
Merge pull request #525 from secondlife/signal/ignore-vscode
Ignore .vscode
2023-11-22 11:16:52 -08:00
Nat Goodspeed 974a2a1d40 DRTVWR-587: Update to viewer-manager v3.0-08bf5ee.
This viewer-manager refactors the bad-graphics-card detection.
2023-11-22 14:12:46 -05:00
Andrey Kleshchev 53e958a263 SL-20411 Fix texture preview images not always loading
Likely happened because some textures had 0 height width initially, but
this is for UI/preview so request maximum either way.
2023-11-21 22:12:12 +02:00
Andrey Kleshchev f3b8565d21 SL-20411 Don't load all thumnails at once for large folders #2 2023-11-21 22:11:59 +02:00
Andrey Kleshchev 7706c1771d SL-20411 Thumbnail textures should have less of an impact on performance #1
scale thumbnail textures down to 256 when needed. As we do to chat icons.

# Conflicts:
#	indra/newview/llviewertexture.cpp
2023-11-21 22:11:30 +02:00
Andrey Kleshchev a963ba296e SL-20591 Update viewer-manager to v3.0.0170afb
Restored removed commits since issue was isolated and bypassed.

Original issue: win32util.py imports wmi, if import fails it uses
registry for getting dns, if import works, it uses wmi to get dns.
Including wmi broke dns for some of the users ([Errno 11001] Name or
service not known)
2023-11-21 19:33:54 +02:00
Signal Linden 5416d94d07
Merge branch 'DRTVWR-587-maint-V' into signal/simple-release 2023-11-21 08:07:20 -08:00
Signal Linden 62c7a17604
Merge pull request #528 from secondlife/signal/util-v1
Switch to viewer-build-util@v1
2023-11-20 21:44:30 -08:00
Bennett Goble c0ab8b8f0c Switch to viewer-build-util@v1
Switch the build workflow from targeting the `main` branch of
viewer-build-util (which may receive breaking changes) to the stable
`v1` major version tag.
2023-11-20 16:23:05 -08:00
Bennett Goble 972bf55d4b Ignore .vscode
Add the commonly autocreated .vscode directory to .gitignore.
2023-11-20 08:18:14 -08:00
Bennett Goble 9b50c50bf2 Only download release artifacts for release
Only download and publish installers on public releases. This simplifies
the release process, as the flatten_files utility from
viewer-build-utils is not necessary this way. More importantly, it
doesn't clutter public releases with files that shouldn't be published
such as debug symbols.
2023-11-20 08:13:59 -08:00
Andrey Kleshchev 2f735f6909 SL-20591 Update viewer-manager to v3.0.73fef89 2023-11-17 02:33:53 +02:00
RunitaiLinden 843866d193
Drtvwr 596 11/8/2023 (#501)
* SL-20570 Fix for lossy (and square) normal maps when importing GLTF materials.

* SL-20582 Fix for overriding to alpha mode blend not working.  Incidental decruft of dead code (thanks, Rye!)
2023-11-13 13:12:48 -06:00
Andrey Lihatskiy 96f7f708c1 SL-20591 Update viewer-manager to v3.0.0395b15 2023-11-10 01:57:27 +02:00
Brad Linden afa45530f7 SL-19968 disabled pump_idle_network for now due to it causing several failures during login
also added suggested continue statements, and removed obsolete
LLInventoryItem::fromLLSD deserialization codepath.
2023-11-06 14:30:33 -08:00
Andrey Kleshchev 9b6a90eedd Revert "SL-20185 Fix connection issues (#490)"
Issue reproed again, restoring.
2023-11-06 20:41:01 +02:00
Andrey Kleshchev cc089d88ad SL-20523 Ensure override gets updated before render material 2023-11-06 18:29:42 +02:00
Andrey Kleshchev 0d8893822d SL-20523 Local textures not updating on PBR Materials #5 2023-11-06 18:29:42 +02:00
Andrey Kleshchev 52c60ab3fd SL-20523 Local textures not updating on PBR Materials #4 2023-11-06 18:29:42 +02:00
Andrey Kleshchev 3a5b678eba SL-20523 Local textures not updating on PBR Materials #3 2023-11-06 18:29:42 +02:00
Andrey Kleshchev 596a63051e SL-20523 Local textures not updating on PBR Materials #2 2023-11-06 18:29:42 +02:00
Andrey Kleshchev dc63dfc0dd SL-20523 Local textures not updating on PBR Materials #1
Update editor in which texture changed to local
2023-11-06 18:29:42 +02:00
Brad Linden 89e4e6993f Merge branch brad/SL-19968-inventory-skel-background into 'origin/DRTVWR-559' (#489) 2023-11-03 09:51:04 -07:00
Brad Linden dfb44aec70 Fix build error from overly fancy tracy macro usage that nobody else is using for DRTVWR-559 2023-11-03 09:50:03 -07:00
Brad Linden 826310bcab Fixed INV_THUMBNAIL_LABEL handling missed in rebase for SL-19968 work 2023-11-03 09:50:03 -07:00
Brad Kittenbrink (Brad Linden) b9b38db567 Fix for SL-19968 objects missing timing bug due to stall during login
ensure inventory skeleton loading doesn't block the message system from processing packets.
2023-11-03 09:49:48 -07:00
Dave Parks c86efd6c03 Merge branch 'DRTVWR-559' of ssh://github.com/secondlife/viewer into DRTVWR-559 2023-11-03 11:15:27 -05:00
Dave Parks 70721bae39 DRTVWR-559 Fix for mac build. 2023-11-03 11:15:19 -05:00
RunitaiLinden 02aec10e55 Merge branch 'DRTVWR-559' of github.com:secondlife/viewer into DRTVWR-559 2023-11-03 10:54:14 -05:00
RunitaiLinden ca300cc46f SL-20567 Default HiDPI off (mac performance improvement) 2023-11-03 10:54:01 -05:00
akleshchev 6aa4a267a7
SL-20185 Fix connection issues (#490) 2023-11-03 00:10:50 +02:00
Mnikolenko Productengine c2aba01f36 SL-20561 Rename Blinn Phong to Textures in the build floater 2023-11-02 20:53:30 +02:00
Dave Parks 439d26ccdc Merge branch 'DRTVWR-559' of ssh://github.com/secondlife/viewer into DRTVWR-559 2023-11-02 10:49:05 -05:00
Dave Parks 65fb4e67cb SL-19979 Fix for frame stalls on mac with shadows enabled. Also fix multihreaded GL not working on mac (thanks, Rye!) 2023-11-02 10:47:15 -05:00
cosmic-linden 911dcb40fd
Merge pull request #486 from secondlife/SL-20397
SL-20397: Fix material set from script not updating when the GLTF material has non-default texture transforms
2023-11-01 12:42:17 -07:00
Cosmic Linden 326e7a2b4e SL-20397: Fix material set from script not updating when the GLTF material has non-default texture transforms 2023-10-31 15:19:45 -07:00
Andrey Kleshchev da71aa168e SL-20548 Fix revert of materials not working properly in some cases 2023-10-31 23:18:11 +02:00
Andrey Kleshchev 40e568a318 SL-20549 Blank no-copy materials are not moved into scripted objects 2023-10-31 23:18:11 +02:00
Dave Parks f72309a17e SL-19979 Temporary hack "fix" for performance issues on Mac -- never implicitly enable reflection probes or shadows. 2023-10-31 16:13:27 -05:00
Dave Parks e72ecda4e5 SL-19592 Fix for PBR alpha HUDs sometimes using wrong texture on OSX 2023-10-31 16:06:51 -05:00
Nat Goodspeed 66ae2434bc DRTVWR-587: Update viewer-manager to v3.0-074736e.
This is viewer-manager's DRTVWR-587-actions branch updated from the new master
branch.
2023-10-31 13:40:07 -04:00
Nat Goodspeed b5c7c6b078 SL-20031: Reintroduce newest viewer-manager build. 2023-10-31 11:04:41 -04:00
Andrey Lihatskiy 630b4432da Revert "DRTVWR-587 Bring back the previously reverted change"
This reverts commit 9d49edbc48.
2023-10-30 20:12:48 +02:00
Andrey Lihatskiy 9d49edbc48 DRTVWR-587 Bring back the previously reverted change 2023-10-30 17:02:08 +02:00