Commit Graph

76493 Commits (eb8568af5b0cc9ca56549f5d4a02faa111eae999)

Author SHA1 Message Date
PanteraPolnocy eb8568af5b FIRE-34687 French translation update, by Laurent Bechir 2024-10-19 16:36:53 +02:00
PanteraPolnocy e9853dbbf2 Updated Polish translation 2024-10-19 13:09:43 +02:00
PanteraPolnocy 4ee3e79969 FIRE-34674 Italian Translation Update, by Spartaco Zemenis 2024-10-19 13:07:32 +02:00
Beq 643979c5aa FIRE-34681 - Beq broke the camera
sigh...
2024-10-19 03:01:35 +01:00
Beq a0805bbdb6 FIRE-34374 - OOM fatal error mostly in debug text rendering
Make this non-fatal as the majority are in debug text. we are probably out of memory though so crash might just move elsewhere.
LL are investigating further.
2024-10-18 23:59:02 +01:00
Beq e8c432dc33 Minor tweak to label to reduce confusion 2024-10-18 23:51:31 +01:00
Beq 673cb21f99 FIRE-34590 - Bugsplat Crash typically in startup state, due to null water.
missed the return duh
and STATES don't appear to be strictly ordered so for now just focus on the one we know fails
2024-10-18 23:51:02 +01:00
Beq 7b9199f7d0 Updated Havok for the LL_ERRS fix. 2024-10-17 01:38:00 +01:00
Brad Linden 92e25ef738 Attempt to get better file/line info for LL_ERRS crashes in bugsplat. (#2447)
secondlife/viewer#2445
2024-10-17 01:35:23 +01:00
Beq 5ddb9e3d49 FIRE-34672 OPENSIM crash in surface patch gen Tangents for empty patch 2024-10-16 22:57:12 +01:00
Beq 83727b6caa FIRE-34590 - Bugsplat due to rendering before world loaded. 2024-10-16 21:38:36 +01:00
Beq 58485a6dc7 Specify build - enabled by default. 2024-10-16 21:35:23 +01:00
PanteraPolnocy 2fa1f9302c FIRE-34662 Fixing small typos in French translation 2024-10-16 17:03:57 +02:00
Beq e7a25774c5 FIRE-34600 - particle count mismatch revisited again
Remove the counting logic and simply manage the counts inline. This is safer and also addresses a potential edge case where the existing logic seems to fail during the movement of particles between groups.

Who knows it might even fix it!
2024-10-16 01:30:41 +01:00
Beq 6020b58fc5 FIRE-33239 - HUD Effect Particles do not die when UI is disabled. 2024-10-15 23:32:23 +01:00
Beq e8c4d10e8d Revert "FIRE-33239 - when UI is disabled local selection particles are not removed."
This reverts commit 9a5b46fe90.
2024-10-15 17:06:01 +01:00
Beq 9a5b46fe90 FIRE-33239 - when UI is disabled local selection particles are not removed. 2024-10-15 16:59:02 +01:00
Ansariel dfa893d0e6 FIRE-34351: Fix search order for skins properly: most generic first, most specific last 2024-10-15 01:39:03 +02:00
Beq 887bed0dbe FIRE-34351 - remove case-sensitivity from directory check
There's still scope for this to break if equivalent paths are given, such as a link in Linux or Mac. This fixes the typical case reported in the JIRA though.
2024-10-14 23:23:31 +01:00
Beq 4a2e5acb84 Add a little more depth to the information on particles.
Does the mismatch persist?
If it occurs does the secodn check also fail, and does that one persist too?
2024-10-14 01:27:12 +01:00
Beq 7a24166706 Update MacOS runners to macos-14 to avoid deprecation brownouts
should also fix the homebrew warnings.
2024-10-14 00:48:37 +01:00
PanteraPolnocy a165425143 FIRE-34649, FIRE-34646 Updated French (Laurent Bechir), Russian (Romka Swallowtail) and Polish translations 2024-10-11 19:57:13 +02:00
Beq 6963d76355 FIRE-34645 - Fix object chatter particles not showing 2024-10-11 17:21:50 +01:00
Beq 7f48d5a743 Merge remote-tracking branch 'origin/master' 2024-10-11 01:34:00 +01:00
Andrey Kleshchev 6abda681a2 viewer#2653 fix texture readback not being called and not setting values properly
Ex: Saving textures to hard drive sometimes fails
2024-10-11 00:43:56 +01:00
Ansariel 128b071ec8 Update German translation 2024-10-09 15:59:02 +02:00
Beq bc16b7fcbc Merge remote-tracking branch 'origin/master' 2024-10-09 01:16:48 +01:00
Beq Janus 4d49efe1ab
Merge pull request #45 from SimonLsAlt/simonlsalt/see-password
FIRE-34629 Add an "eye" button on the login screen allowing visible password text
2024-10-09 01:12:17 +01:00
simonlsalt 25c57c8199 FIRE-34629 Add an "eye" button on the login screen allowing visible text for
passwords
2024-10-08 18:50:21 +01:00
Beq 3873b22218 FIRE-34600 - updateParticles AVX2 bug again
Let's be more strict about the access to the vector.
2024-10-08 18:45:16 +01:00
Beq bb9bea4a56 Fix the AVX2 logic checks
I derped the check in viewer_mainfest so all builds seemed like AVX to the installer
The weird NSIS DSL also has weird behaviour in the if statements so I've reworked that and also added a "open in new window" for the download page offer.
2024-10-08 18:36:30 +01:00
Beq 962214a90c FIRE-34600 - minimise the change by using default operators
we're never realistically gonna mess with the memory order to optimise particles so just go with the easy option
2024-10-07 20:37:09 +01:00
Ansariel 73aacfe2e0 Update German translation 2024-10-07 19:54:28 +02:00
Beq bccf19778c FIRE-34509 - Add camera roll to overlooked cameratools floater
Why do we have so many camera tools/phototools, camera floater variants?
2024-10-07 17:29:24 +01:00
Beq bb04827291 Attempt to identify AVX2 (in)capable CPUs and divert to other build
Includes initial AI translations for all supported languages, these may need revising
2024-10-07 17:28:03 +01:00
Beq b268c8236a FIRE-34564 - bugsplat assertion mismatched locks in snapshot
relax the lock on the filter.
2024-10-07 17:24:47 +01:00
Beq 7d5a15c924 FIRE-34600 - Go for atomics on the particle counts
If we're even chasing the right bug this should fix it.
Tested visiting every single repro site for most recent beta no crashes
but I've never seen this crash normally either :-(
2024-10-07 00:54:18 +01:00
Andrey Kleshchev 01cee5b676 [FIRE-34607] viewer#2576 Crash banning a resident
imported from LL
2024-10-06 15:49:33 +01:00
Ansariel eab93cdab1 Fix size and formatting of logo 2024-10-05 23:28:55 +02:00
Beq 3432012aef Revert "Attempt to get better file/line info for LL_ERRS..." needs new tpv_havok
This reverts commit 205e259d42.
2024-10-05 18:32:50 +01:00
Ansariel 883714b83d FIRE-34618: Remove hardcoded classified fee for OpenSim 2024-10-05 16:27:48 +02:00
Brad Linden 205e259d42 Attempt to get better file/line info for LL_ERRS crahses in bugsplat. (#2447)
secondlife/viewer#2445
2024-10-05 00:12:28 +01:00
Beq 92bf4bbcfe Ensure single binary is submitted for signing. 2024-10-04 13:20:52 +01:00
Beq 57f8c6ad18 fix indentation 2024-10-03 23:08:21 +01:00
Beq ab31e68b6c why can't the second job see the artifacts from the first? 2024-10-03 23:05:21 +01:00
Beq 08ba77873e tweak permissions to hopefully enable artifact access. 2024-10-03 22:28:14 +01:00
Beq 03c946d80a Can't pass folders between jobs, pass as artifacts instead 2024-10-03 21:57:44 +01:00
Beq 887a2b87e7 We need to upload the individual files 2024-10-03 21:30:57 +01:00
Beq b1abf5b82e Fix incorrect output reference 2024-10-03 21:24:30 +01:00
Beq faf4230ffd make sure the output step is correctly named 2024-10-03 21:14:49 +01:00