Ansariel
7c812767dd
FIRE-34503: Fix crash when running RLVa @setcam_eyeoffsetscale command
2024-09-16 13:54:45 +02:00
Beq
00ddbf985a
try again on path, and cleanup unused helper
2024-09-16 12:47:16 +01:00
Beq
86522638a4
Fix incorrect default config file name.
2024-09-16 10:26:40 +01:00
Beq
3351dc71da
fix quote usage
2024-09-16 08:30:13 +01:00
Beq
33dbff8d7c
Massive overhaul of build publishing
...
This will doubtless break horribly.
2024-09-16 02:25:56 +01:00
Beq
c0896a239e
Fix for merge oversight. take_separate/coalesced now respects param
2024-09-15 21:06:09 +01:00
Beq
ec9e5f06ec
FIRE-34496 - additional fixes
...
Previous fix was not correct. The underlying issue is that the cached `mAvatar` pointer is being invalidated and as a result crashing.
using avatarp instead avoids this and removes the awkward cached pointer. Might need to review if the previous reason for mAvatar reappears.
2024-09-15 19:47:11 +01:00
Beq
2673522b20
Revert back to Bugsplat-Git now that they've merged my fix
...
We may still need to use mine, so let's test
2024-09-15 13:58:21 +01:00
PanteraPolnocy
0fcf329192
FSRestrictMaxTextureSize change for few other languages
2024-09-15 02:25:44 +02:00
Ansariel
064337d2e5
Restore max texture size option in preferences that accidentally got lost
2024-09-14 18:03:23 +02:00
Roxanne Skelly
2a3cf66396
Merge pull request #2551 from secondlife/roxie/webrtc-1436
...
Fix issue with improper reporting as to whether voice is working.
2024-09-14 09:06:41 +01:00
Beq
a4d6fad698
FIRE-34497 - Bugsplat - crash during shutdown due to null mutex.
...
This is evidently a race condition, not everyone is crashing and according to LL it does not repro in DeltaFPS (though it does in Atlasaurus for them too). This probably suggests that DeltaFPS just happened to move the race condition needle a little in the right direction.
2024-09-13 23:03:16 +01:00
PanteraPolnocy
2824d2d23b
FIRE-34486 Italian Translation Update, by Spartaco Zemenis
2024-09-12 22:48:40 +02:00
Beq
dcf115beb6
FIRE-34496 - BugSplat Crash: renderAvatars (when imposter rendering)
...
Fix for mAvatar not initialised when single_avatar is null.
Also added additional null checks in the avatar rendering process to prevent potential null dereference issues.
2024-09-12 16:35:32 +01:00
Ansariel
08615d7545
Merge branch 'release/2024.08-DeltaFPS' of https://github.com/secondlife/viewer
...
# Conflicts:
# indra/newview/llglsandbox.cpp
2024-09-11 11:18:25 +02:00
Dave Parks
94453aecc3
#2434 Intel HD4000 compatibility pass ( #2541 )
...
* #2434 Intel HD4000 compatibility pass
* Fixes crash on old drivers when loading shaders
* Fixes 30 second hang on startup
* Fixes occasional dev build crash in LLWearableList
---------
Co-authored-by: Brad Linden <brad@lindenlab.com>
2024-09-10 15:54:01 -05:00
Ansariel
de625e97bd
Merge branch 'release/2024.08-DeltaFPS' of https://github.com/secondlife/viewer
2024-09-09 19:50:16 +02:00
Ansariel
82e8fd1671
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
...
# Conflicts:
# indra/llrender/llgl.cpp
# indra/newview/app_settings/settings.xml
# indra/newview/skins/default/xui/en/notifications.xml
2024-09-09 19:50:00 +02:00
PanteraPolnocy
df4229adc1
FIRE-34479 French translation update, by Laurent Bechir
2024-09-07 11:49:49 +02:00
Dave Parks
1f754e5090
#2467 Fix for sim surrounds not fully loading ( #2524 )
...
Also fixes some sculpts getting wrong LoD
2024-09-06 16:39:58 -05:00
Ansariel
17d97a679f
Include Python files in solution
2024-09-06 23:09:28 +02:00
Beq
3aae77cc6f
Capture the BUGSPLAT_DB and fix Mac executable name
2024-09-06 17:47:00 +01:00
Beq
e42e4d0db3
Updated MacOS BugSplat handling to pacify gatekeeper
...
Borrowed from LL:
IThe BugsplatMac framework currently causes Gatekeeper popups at viewer start.
LL used this code to workaround that. Perhaps it will work for us?
The update also ensures that 'strip' keeps enough info for annotated backtraces, making crash logs more useful.
2024-09-06 15:33:44 +01:00
Dave Parks
1d4534d115
#1852 Fix for some visual corruption caused by divide by zero in lighting functions ( #2488 )
2024-09-06 14:15:08 +01:00
Beq
1dc1316e79
FIRE-33989 - Noto-Sans font fallbacks not finding the default
...
Applying a correction to replace the non-existent NotoSans.ttf as the default fallback.
It has been "wrong" for a long time suggesting that it was an unrelated change (possibly aligning our fallbacks with LL) that triggered this, so there may be other issues.
We may need to review this further if it has other side-effects.
2024-09-06 14:08:15 +01:00
Beq
832adb4996
FIRE-34403 - remove downgrade the assertion.
...
Previously, an assertion failure would occur if mComplete.size() was zero. This has been downgraded to a warning message and early return, improving stability especially for large inventories or slow grid asset servers.
2024-09-06 14:06:45 +01:00
Ansariel
8c4c9fbe96
Put everything in FSCommon into the namespace with the same name
2024-09-06 14:29:02 +02:00
Ansariel
bb4385bf0f
Looks like this only exists on Windows
2024-09-06 02:34:27 +02:00
PanteraPolnocy
100dfdc736
FIRE-34475 Russian translation update, by Romka Swallowtail
2024-09-05 22:43:42 +02:00
PanteraPolnocy
c29a856d7c
Updated Polish translation
2024-09-05 22:41:44 +02:00
Ansariel
1f477be2ce
In or out? Just throw it out! :)
2024-09-05 21:08:09 +02:00
Dave Parks
a861e86398
#2482 Fix for Quadro GPUs claiming to have infinite VRAM ( #2511 )
2024-09-05 10:08:47 -07:00
Ansariel
a2f5183d6f
Apply some VRAM detection changes from DeltaFPS
2024-09-05 18:47:36 +02:00
Ansariel
74b53143a2
Merge branch 'webrtc_preview' of https://github.com/FirestormViewer/phoenix-firestorm
2024-09-05 15:52:12 +02:00
Brad Linden
df60c3dd48
Backport fix for secondlife/viewer#1856
...
Add error handling for intel crashes from GLTF Scene shader (#2456 )
2024-09-05 15:51:06 +02:00
Ansariel
39321b85ad
Adding this translation for the 3rd time now...
2024-09-05 15:48:48 +02:00
Ansariel Hiller
580a24383c
Merge pull request #42 from brad-linden/brad/1856-backport
...
Backport fix for secondlife/viewer#1856
2024-09-05 15:47:05 +02:00
Ansariel
b8a0d89dfc
Merge branch 'release/2024.08-DeltaFPS' of https://github.com/secondlife/viewer
...
# Conflicts:
# indra/llrender/llgl.h
# indra/newview/llviewermenu.cpp
# indra/newview/llviewertexture.cpp
# indra/newview/skins/default/xui/en/notifications.xml
2024-09-05 01:00:39 +02:00
Ansariel
65b0056cbd
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
...
# Conflicts:
# indra/newview/skins/default/xui/fr/panel_preferences_sound.xml
2024-09-04 23:20:53 +02:00
Ansariel
4ee0056c59
Add missing changes from 682eaf6a13
2024-09-04 23:17:03 +02:00
Brad Linden
d5446b3bcd
Merge pull request #2504 from secondlife/brad/cherry-pick-2492
...
cherry pick fix for #2490 into DeltaFPS
2024-09-04 12:45:17 -07:00
Cosmic Linden
e168598045
secondlife/viewer#2490 : Fix PBR terrain texture transform feature flag handled by viewer in unpredictable manner
2024-09-04 12:27:05 -07:00
Brad Linden
2a188ab306
Fix another 1856 crash on startup case when Terrain Bake shaders are unsupported ( #2491 )
...
fixes secondlife/viewer#1856
2024-09-04 10:42:59 -07:00
Dave Parks
cb9f3dcfe9
#2482 Low end NVIDIA compatibility pass ( #2486 )
...
- Use GL_NVX_gpu_memory_info when available
- Disable transparent water on Mid+ and lower
- Adjust GPU benchmark to better tell the truth
- Texture bias tune up
- viewer-private/#277 - Report foreground_time in viewer stats
2024-09-04 11:34:44 -05:00
Dave Parks
891219dcef
#1852 Fix for some visual corruption caused by divide by zero in lighting functions ( #2488 )
2024-09-03 17:47:32 -07:00
Beq
b3d8cde4a3
Revert "Attempt to get better file/line info for LL_ERRS crahses in bugsplat. ( #2447 )"
...
This reverts commit 34389c6cc2 .
This would require another TPV physics update
2024-09-04 01:06:35 +01:00
Beq
240f69f830
correct case for VIEWER_VERSION.txt
2024-09-04 00:44:07 +01:00
Brad Linden
34389c6cc2
Attempt to get better file/line info for LL_ERRS crahses in bugsplat. ( #2447 )
...
secondlife/viewer#2445
2024-09-04 00:23:23 +01:00
PanteraPolnocy
41eedc9bb3
Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm
2024-09-04 00:37:28 +02:00
PanteraPolnocy
ab19b772bb
Tiny label typo fix
...
d2145142d9 (r146096173)
2024-09-04 00:37:21 +02:00