Commit Graph

78066 Commits (5104c2b5863c7d2df7c4e629595e4e2f78f6f40c)

Author SHA1 Message Date
PanteraPolnocy 5104c2b586 Adding Logue Takacs to the contributors list 2025-05-02 18:34:28 +02:00
Pantera Północy 4c5ac0b649
Merge pull request #81 from logue/jp-translation
[FIRE-35073] Japanese RE-Translation.
2025-05-02 17:46:15 +02:00
Beq Janus c513ebb777
Merge pull request #115 from Hecklezz/fix/location_slurls_again
[FIRE-35456] Fix slurl locations once again (hopefully for the last time)
2025-05-02 12:16:32 +01:00
Hecklezz 4118057128 Fixed slurls again not detecting when they should be. Hopefully for the last time... 2025-05-02 20:52:49 +10:00
logue c0dde96e31 Update panel_snapshot_local.xml translation. 2025-05-02 18:06:30 +09:00
logue 59673eae5b Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into jp-translation 2025-05-02 18:01:05 +09:00
Beq Janus ece405b0f3
Merge pull request #114 from Hecklezz/fix/default_RenderSkyAutoAdjustLegacy_on_preset_load
[FIRE-35390] Fix loading old presets with RenderSkyAutoAdjustLegacy and RenderSkyAmbientScale causing graphical inconsistency
2025-05-02 02:01:18 +01:00
Beq 20fab011a5 Merge remote-tracking branch 'origin/FIRE-35428' 2025-05-02 01:47:39 +01:00
Beq bd3acb8547 remove some pointless and distracting profiling 2025-05-01 16:18:31 +01:00
logue 45e06a3859 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into jp-translation 2025-05-01 00:35:40 +09:00
Ansariel 6a851465cc Fix copy&paste error 2025-04-29 22:52:28 +02:00
PanteraPolnocy 2a4714b4af FIRE-35427 French translation update, by Laurent Bechir 2025-04-29 22:45:06 +02:00
Hecklezz ef15c3c7ce Remove RenderSkyAutoAdjustLegacy and RenderSkyAmbientScale from graphic preset controls, and set their correct defaults on preset load. 2025-04-27 20:00:59 +10:00
logue d533b7c951 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into jp-translation 2025-04-27 02:21:08 +09:00
minerjr 237733dbb4 FIRE-35428 - Mega prim issue - fix compressed sculpted textures
Fix for the mega prims.
Issue was cause by Linux reporting 0 GB of VRAM which forces texture compression on.
Texture compression affects the textures used for the generation of the mesh for the sculpted textures.
When sculpted image created, added check to turn off compression for the texture.
Also fixed issues where Sculpted textures loaded from fast cache would also cause artifacts. Disabled writing sculpted textures to fast cache.
2025-04-25 17:41:14 -03:00
Beq Janus b4a136becd
Merge pull request #110 from Hecklezz/fix/preferences_search_highlight_color
[FIRE-35405] Fixes preferences search highlight color by having a color picker for both background and font colors
2025-04-25 16:48:15 +01:00
logue a173ca1eb5 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into jp-translation 2025-04-25 21:44:41 +09:00
Beq Janus 222824118f
Merge pull request #111 from DarlCat/FIRE-35294
[FIRE-35294] Make minerjr's chat console hiding work with toast chat too
2025-04-25 13:36:14 +01:00
Beq Janus 2cb1d483e4
Merge pull request #112 from Hecklezz/fix/map_copy_slurl_coordinates
[FIRE-35426] Fix world map copy slurl coordinates getting agent position
2025-04-25 13:34:20 +01:00
Hecklezz 2f973f604b Fix world map copy slurl not getting the markers coordinate 2025-04-25 21:33:56 +10:00
Darl 15eff4adff [FIRE-35294] minerjr's chat console hiding now works for toast mode as well 2025-04-25 00:20:16 -05:00
Beq 223eedaf46 Add Sekkmer to viewer contributors for PR#107 2025-04-24 19:49:13 +01:00
Beq 6fc1ed0a85 Fix viewertexturelist on Mac 2025-04-24 18:28:33 +01:00
Ansariel 8ba07f3165 Replace JointKey construct with more upstream-based approach, optimized by using std::string_view and heterogeneous map lookups 2025-04-24 19:26:55 +02:00
Ansariel e377fe66c8 Update German translation 2025-04-24 15:38:30 +02:00
logue f3fd8808a1 Update panel_snapshot_local.xml translation. 2025-04-24 21:30:30 +09:00
logue 851f55c4ee Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into jp-translation
# Conflicts:
#	indra/newview/skins/default/xui/ja/notifications.xml
2025-04-24 21:27:00 +09:00
PanteraPolnocy ca164a0f51 Alter Flickr url in all applicable places 2025-04-24 13:48:16 +02:00
PanteraPolnocy 9890f07ba7 FIRE-35373, FIRE-35401: Chinese (小滢 Zi Ying), French (Laurent Bechir) and Polish translation updates 2025-04-24 13:45:46 +02:00
Beq b107cda81b [FIRE-32491] Flickr link broken
Old functionality (post upload edit) is no longer supported, instead link to the photo in the user's reel
2025-04-24 02:25:47 +01:00
Beq 9259979cc6 [FIRE-35391] Make timestamps in snapshot filenames optional 2025-04-24 02:19:07 +01:00
Beq 4adf817950 [FIRE-35388] creation of calling card upon login (experimental fix)
This appears to be related to the commits for #3745 from LL, in 25.03. For some reason I do not see this reproducing on LL viewer though.
2025-04-24 01:52:03 +01:00
minerjr 7bb717f355 [FIRE-35382] - Add share_mutex to fix JointKey::construct lockup
Added a share_mutex to the JointKey::construct to fix the lockup when the unordered_map gets corrupted.

Set the shared_lock when reading and unique_lock when writing to.
2025-04-24 00:22:31 +01:00
Beq bf82ab14b5 [FIRE-35393] Improved handling of bad feature notification. 2025-04-23 23:09:28 +01:00
Beq 1cca5e08a2 [FIRE-35422] Poser (visual) does not work correctly on attached animesh 2025-04-23 22:56:53 +01:00
Beq 062afc46fb Mirrors should never be run at ultra except by explicit choice. 2025-04-23 18:06:01 +01:00
Hecklezz b3fc6c4214 Implemented changing both background and font colours for preference search highlighting. 2025-04-24 00:10:29 +10:00
minerjr e5d5845074 Revert "[FIRE-35382] - Add share_mutex to fix JointKey::construct lockup"
This reverts commit 4673bab663.
2025-04-23 11:01:17 -03:00
minerjr 4673bab663 [FIRE-35382] - Add share_mutex to fix JointKey::construct lockup
Added a share_mutex to the JointKey::construct to fix the lockup when the unordered_map gets corrupted.

Set the shared_lock when reading and unique_lock when writing to.
2025-04-23 10:52:38 -03:00
minerjr d362e4ed8f Cleaned up comments (incorrect comment from JIRA title) 2025-04-22 16:54:35 -03:00
minerjr 8443e783a2 Change dump to use older std::setw instead of std::format
Changed dump method for LLViewerTextureList to use std::setw instead of std::format due to gcc 11 support.
2025-04-22 16:49:01 -03:00
Beq b140b9451d Update FMOD Studio to 2.03.07 for Linux and MacOS 2025-04-22 19:09:00 +01:00
logue f7e5e77409 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into jp-translation 2025-04-22 22:23:40 +09:00
Ansariel 096e32ff03 Update FMOD Studio to 2.03.07 on Windows 2025-04-22 13:53:58 +02:00
Ansariel 82673191e2 Adjust join changes 2025-04-22 12:51:27 +02:00
Andrey Kleshchev af9254e3e3 #3870 Added joint initialization for LLVOAvatarSelf
Sometimes mesh thread crashes when allocating joints
2025-04-22 12:17:54 +02:00
Andrey Kleshchev 9b531e01eb #3488 Reduce locking
1. 'sActive' variables are atomic, no locks needed
2. Fix trylocks. There are internal locks inside loadMeshLOD so without
checking locks 3 and 4 viewer would be locked on each loadMeshLOD,
potentially making main thread wait for threads to unlock.
2025-04-22 12:06:49 +02:00
Beq Janus 5ed95013e4
Merge pull request #107 from Sekkmer/fix-mouselook-clicking
Fix object and HUD clicking in mouselook mode
2025-04-22 10:37:38 +01:00
Hecklezz 1270950f2e Fixes preferences search highlight color by reverting to the old behavior of Bg and Font color being linked. 2025-04-22 05:25:57 +10:00
logue 22dadd7659 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm into jp-translation 2025-04-21 23:00:45 +09:00