Commit Graph

77375 Commits (056957becdd7667f44d28749df895bb2fa9397c2)

Author SHA1 Message Date
Beq Janus 056957becd
Merge pull request #71 from AyaneStorm/pr-inventory-limit-search-to-folders
Allows to limit search to folders only in inventory
2025-02-06 22:37:36 +00:00
Ansariel 1562c140b5 Don't create instance if using legacy notification floater 2025-02-06 18:27:19 +01:00
chanayane 11a7b5b4df
Allows to limit search to folders only in inventory 2025-02-06 13:35:38 +01:00
Beq b39fd18744 FIRE-35130 - crash on login with "use legacy notification floater" on 2025-02-06 01:53:56 +00:00
Beq d5274c6c35 FIRE-35130 - Bugsplat when accessing mNotificationsToGo
Apart from the lack on init in the constructor there seems no other issue. This is a tentative fix as I cannot get this to repro for me.
2025-02-06 00:03:20 +00:00
Beq f7e2118da9 update to contributions and team roster.
minerjr, Angeldark Raymaker and SimonLsAlt added to team roster
rafak360, Aira Yumi and Ayane Lyla added to contributors
2025-02-06 00:03:20 +00:00
Beq 6ef58b5dc5 FIRE-35121 - Shader compilation fail causing bugsplat. 2025-02-05 23:43:46 +00:00
Beq Janus f27ec69074
Merge pull request #78 from SimonLsAlt/simon_notice_lag
FIRE-35118 - remove lag event for "Delete All" on notices
2025-02-05 17:12:07 +00:00
simonlsalt 5fedf54b4d More FIRE-35118 - Deferred deletion of notifications. Code and tag cleanup,
work for all types of notifications
2025-02-05 04:07:54 +00:00
Beq 8b154ad95e FIRE-34749 - editing PBR objects turns them all white
Technically what appears to be happening is that the renderer is identifying the object as wnating to show the BP textures because the BP tab was selected.
This fix tries to correctly select the BP tab by default only when no PBR faces are present. It also triggers a rebuild of the selected objects to force them updated draw because the selection even occurs before the tab change and they would otherwise by displayed using whatever the previous mode was.
2025-02-03 21:21:29 +00:00
PanteraPolnocy 224ee9f7f5 Updated Polish translation 2025-02-03 17:19:39 +01:00
PanteraPolnocy 45126265cf Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2025-02-03 16:27:22 +01:00
PanteraPolnocy 925feb6a7b FIRE-35119 Chinese Translation Update, by 小滢 Zi Ying 2025-02-03 16:27:06 +01:00
Ansariel ce9afabbf8 Update German translation 2025-02-03 12:08:45 +01:00
simonlsalt 0d357489f6 Merge branch 'master' into simon_notice_lag 2025-02-03 03:31:33 +00:00
simonlsalt 58d159ed4f FIRE-35118 - lag event for Clicking "Delete All" for a lot of group notices 2025-02-03 03:20:22 +00:00
Beq 24275b092f Cleanup shader and make snapshot frame more configurable 2025-02-03 03:00:17 +00:00
Beq Janus fdb54ab59d
Merge pull request #75 from AngeldarkRaymaker/FIRE-34943
Fire 34943: Add spinners to sliders for finer adjustments
2025-02-03 02:10:42 +00:00
Beq Janus 295bf83cb1
Merge pull request #77 from FirestormViewer/dependabot/github_actions/dawidd6/action-download-artifact-8
Bump dawidd6/action-download-artifact from 7 to 8
2025-02-03 02:09:34 +00:00
Beq f8e11f738a Snapshot Frame overlay and composition guides.
Initial version of the Snapshot Frame include basic shader to manage the overlay,
integration with main snapshot and flickr floaters.
2025-02-03 02:07:22 +00:00
Beq 064bb93fbf FIRE-35002 - improved fix for post to Flickr b0rk. Retains underlying fix 2025-02-03 01:49:46 +00:00
Beq fc690b10fb FIRE-35111 - Crash in LLSD when simulator features is uninitialised.
This check is really only needed for OpenSim so plpace an exclusion around it.
In addition place a guard on the viewerregion check to protect the opensim calls.
This may have a sideffect of return false to "bakesEnabled" when in fact we just don;t know yet. TBC
2025-02-01 14:05:38 +00:00
dependabot[bot] af69dcd18a
Bump dawidd6/action-download-artifact from 7 to 8
Bumps [dawidd6/action-download-artifact](https://github.com/dawidd6/action-download-artifact) from 7 to 8.
- [Release notes](https://github.com/dawidd6/action-download-artifact/releases)
- [Commits](https://github.com/dawidd6/action-download-artifact/compare/v7...v8)

---
updated-dependencies:
- dependency-name: dawidd6/action-download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-02-01 10:25:58 +00:00
Beq Janus 517ab846cb
Merge pull request #73 from AyaneStorm/pr-ao-doubleclick
Double click on animation in AO
2025-01-30 11:52:49 +00:00
Beq Janus d384e6fc4c
Merge pull request #74 from AiraYumi/enable_ime_wayland
enable ime on xwayland
2025-01-30 11:47:05 +00:00
minerjr b4536e545f Added new parameter to the OnCommitSpinner method and XML objects
Added new parameter to the OnCommitSpinner method and XML objects
Also changed logic to use Switch statement so that each action takes the same amount of time  to be reached.
2025-01-30 03:30:25 -04:00
chanayane 664f8178ac
fix crash when double-clicking animation in a different state than active state 2025-01-30 00:27:20 +01:00
Angeldark Raymaker bbb0299bf1
Merge branch 'FirestormViewer:master' into FIRE-34943 2025-01-29 22:07:20 +00:00
chanayane c5521b404a
aoengine.cpp: fix useless use of pointer 2025-01-29 22:00:45 +01:00
Beq 4a77953539 Add a simple retry loop to overcome slow Apple infrastructure 2025-01-29 00:31:50 +00:00
minerjr f3ca2ccc7e [FIRE-35102] - Hover text appearing through walls in Beta 7.1.12.7737
Issue was caused by miss understanding of how LLGLDepthTest works.
While it is in scope it applies, but if you have it wrapped in an if statement, it only applies within the if statement.

Change: LLHUDText::render()
Changed to have inline ? statement instead of if/else block.
2025-01-28 07:47:18 -04:00
AiraYumi e40f670cb4
enable ime on xwayland 2025-01-28 10:52:37 +09:00
chanayane 656e910db8
Double click on animation in AO 2025-01-28 01:34:19 +01:00
Angeldark Raymaker 386928ca92 Merge branch 'FIRE-34943' of https://github.com/AngeldarkRaymaker/phoenix-firestorm into FIRE-34943 2025-01-27 23:57:38 +00:00
Angeldark Raymaker c84770a5aa FIRE-34943: Fix rotation errors 2025-01-27 23:57:21 +00:00
Angeldark Raymaker eeff33b68b
Merge branch 'FirestormViewer:master' into FIRE-34943 2025-01-27 22:06:55 +00:00
Angeldark Raymaker 769d5c06c4 FIRE-34943: Update spinner callbacks 2025-01-27 21:47:22 +00:00
Angeldark Raymaker 99a4d2b835 FIRE-34943: Remove unnecessary gets/sets to trackpad sensitivity 2025-01-27 21:45:56 +00:00
PanteraPolnocy 28210b4351 FIRE-35098 Chinese Translation Update, by 小滢 Zi Ying 2025-01-27 17:45:12 +01:00
PanteraPolnocy ec685fba0f FIRE-35092, FIRE-35093 Chinese (by 小滢 Zi Ying ) and Russian (by Romka Swallowtail) translation updates 2025-01-26 16:01:14 +01:00
Ansariel 5ce864e607 Update other language files as well 2025-01-26 15:07:45 +01:00
Angeldark Raymaker e293a99d94 FIRE-34943: Add spinners to sliders
and add callback
2025-01-26 13:51:07 +00:00
Angeldark Raymaker b909b05745 FIRE-34908: Pose only Animeshes you own
removed unused posingAnyoneOnScrollList() method, renamed a UI-control that had a duplicate name.
2025-01-26 11:49:37 +00:00
PanteraPolnocy 9402a6b6f8 Updated Polish translation 2025-01-25 18:40:16 +01:00
PanteraPolnocy c6b74675c0 Correct sonme installer defs 2025-01-25 18:37:14 +01:00
Ansariel 6173233fb0 It's 2025... 2025-01-25 13:40:17 +01:00
Ansariel 9b4321b7db Localize installer messages + update install size 2025-01-25 13:37:56 +01:00
Beq 53b15d2c61 FIRE-34796 - trial the ability to users to override AVX2 detection
this is the first attempt to allow a user override. we'll see whether it causes more confusion than not.
2025-01-25 02:31:10 +00:00
Beq d36c7ea161 Improve trusted signing coverage, remove it from nightlies to control costs. 2025-01-24 23:23:47 +00:00
minerjr 23cf9d3579 FIRE-35083 - Floater_stats.xml has incorrect stat_view setting for materials
Issue was caused by the stat_bar 'nummaterials' setting being used for the stat_view 'material' setting which was looking for a BOOL and was given a S32.

Only the debug release would throw a bug splat. Release would give a warning and return false.

Changes Include:
Modified setting.xml
- Added new Boolean OpenDebugStatMaterials to the settings.xml to match the naming of the other Statistics expand/collapse display settings.
Modified floater_stat.xml
- Updated the setting on the stat_bar 'nummaterials' to use the DebugStatModeMaterials setting.
- Updated the setting on the stat_view 'material' to use the OpenDebugStatMaterials setting.
2025-01-23 20:14:07 -04:00