81371 Commits
Author SHA1 Message Date
Ansariel c651aeb00a Fix slight layout issue 2026-07-08 21:30:05 +02:00
Ansariel 95433e4dbf Forgot to tag this... 2026-07-08 21:10:11 +02:00
Ansariel 5030d91462 First attempt at fixing font sizing for legacy fonts 2026-07-08 21:08:04 +02:00
PanteraPolnocy c138cf3575 FIRE-36837 Chinese translation update, by 小滢 Zi Ying
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-08 19:43:14 +02:00
PanteraPolnocy 93d5ce2e8d FIRE-36836 Inventory Keyboard Combo Crashes Viewer While Under Inventory Lock (RLVa)
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-08 19:29:07 +02:00
PanteraPolnocy fd10be4c92 FIRE-36842 Primfeed snapshot - texture preview - typo in floater registration def
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-08 18:54:13 +02:00
Ansariel 6bd87f5ec4 Small layout fix 2026-07-07 19:21:33 +02:00
minerjr adede3cb47 FIRE-36835 - [Beta] Omni Filter doesn't seem to match regular expressions in dialogs and will crash on exclamation points
Added a searchString method, which uses the regex::string as regex::match requires the entire string to match and does not support multiline content like search does.

Also changed the regex::match to use ll_regex_match and used ll_regex_search for searchString method to match the rest of the codebase.

Prevous code would miss all lines before the ! but would work for any after. With the search only on the content, rules that use regex now work correctly.

Also, was unable to reproduce the crash. Tried to reproduce the conditions, but could not trigger.
2026-07-07 07:43:48 -03:00
Ansariel bbd16ef967 Highlighting the search box on worldmap makes no sense as it's basically never empty and thus would be highlighted 2026-07-06 18:27:13 +02:00
Ansariel cb905de1c8 Fix XUI parser warnings 2026-07-06 12:21:44 +02:00
Zi Ree c32dc92fa5 FIRE-36694 - swap + 0 - buttons to be - 0 + in hover height floater 2026-07-06 12:14:01 +02:00
minerjr 5f09f7ebdd SUP-29011 - Azure Translator API key field is limited to 50 characters
Increased the  API key length up to 90 characters on the input field.
Looked up the limits on MS API key, for AI it supports 80+ characters.

It seems the limit changed from 32 characters to 84+ for added security.
I setup an account and was able to paste in my long API key and was able to test out the translation service and it worked.
2026-07-06 06:31:29 -03:00
Beq 2c1b423f75 Merge remote-tracking branch 'origin/master' 2026-07-05 23:18:26 +01:00
Beq 801edf58fb Improve Linux link speed with flto=auto 2026-07-05 23:18:16 +01:00
Ansariel db62ae9e99 Should probably do it right then... 2026-07-05 12:31:01 +02:00
Ansariel 7f718ab5fa What's this? 2026-07-05 12:28:06 +02:00
Ansariel f4e056ac20 Revert "Initial impl of alpha render fix, based on mayatonton's observations" - has issues, so undo for now
This reverts commit 40e09a8040.
2026-07-05 12:05:21 +02:00
PanteraPolnocy 5f8792f22b FIRE-36823, FIRE-36822: Chinese (小滢 Zi Ying), French (Laurent Bechir) and Polish translation updates
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-04 04:14:47 +02:00
Pantera Północy f8d3262f5a Merge pull request #255 from vedned/master
Update language Portuguese (Brazil)
2026-07-04 04:02:32 +02:00
Vedned Grau 0c25d9bc01 Merge branch 'FirestormViewer:master' into master 2026-07-03 20:49:37 -03:00
Profeta 2201c43c7e Update Language pt_BR 2026-07-03 20:47:22 -03:00
Beq a20569fa6c Merge remote-tracking branch 'origin/master' 2026-07-03 18:25:17 +01:00
Zi Ree c9eeca6d92 FIRE-30855 - Add menu shortcut for Shared Environment 2026-07-03 17:36:42 +02:00
Beq b1900415b8 Merge branch '7.2.5_preview' 2026-07-03 10:52:28 +01:00
PanteraPolnocy 10df14cf0b FIRE-36821 Make the bracket-link tooltips a bit more skin/theme-aware (and more readable)
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-02 11:47:50 +02:00
PanteraPolnocy 791b016297 Properly size and align "Clear Inventory Cache" button in prefs across translations
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-02 10:22:45 +02:00
PanteraPolnocy 8904d1262c Show FS icon for FS trusted links, instead of the LL "hand" one
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-02 01:39:26 +02:00
PanteraPolnocy bcbc1f8f3a Updated Polish translation
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-02 01:07:07 +02:00
Ansariel 2321612fb0 Update German translation - again... 2026-07-01 23:55:43 +02:00
Ansariel 1e6c7bbcf8 Fix missing word and alignment issues 2026-07-01 23:55:30 +02:00
minerjr da891338a5 FIRE-36590 - The Omnifilter Dialog Button Reply needs a 1 second delay
- Added new reply_delay value to all rules. Each rule can now specify from 0.0 to 3.0 seconds of delay.
- 0.0 does not delay and sends the response right away.
- Added new spinner to the floater_omnifiler.xml to allow the user to.
- Fixed warnings from uninitialized class member variables.
- Updated file version to 4 as the structure of the XML has changed.
- Import/Export code updated to support new value.
-
2026-07-01 18:16:08 -03:00
PanteraPolnocy 5ee5f62399 Updated Polish translation
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-01 21:50:47 +02:00
Ansariel 231110e249 Update German translation 2026-07-01 21:00:50 +02:00
Ansariel 4b51a1dddf Pull name of setting out of combobox option 2026-07-01 21:00:41 +02:00
Ansariel Hiller d48fcef679 Merge pull request #254 from FirestormViewer/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2026-07-01 20:31:47 +02:00
Ansariel Hiller 9e7f7480a0 Merge pull request #253 from FirestormViewer/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2026-07-01 20:31:32 +02:00
Ansariel Hiller c3e7f5b133 Merge pull request #252 from FirestormViewer/dependabot/github_actions/BugSplat-Git/symbol-upload-10.5.0
Bump BugSplat-Git/symbol-upload from 10.3.2 to 10.5.0
2026-07-01 20:31:19 +02:00
PanteraPolnocy 29bd90f977 FIRE-36813 Add option to display Contact Sets at the top of profile's group list, or hide them
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-01 17:40:36 +02:00
PanteraPolnocy 3b82a50ba4 FIRE-36619 Change "Copy UUID" to "Copy UUID / Agent Key"
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-01 14:12:59 +02:00
PanteraPolnocy 3281b1dca5 FIRE-36801, FIRE-36808: Updated Chinese (小滢 Zi Ying), French (Laurent Bechir) and Polish translations
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-01 13:51:49 +02:00
dependabot[bot] 6d0967d51b Bump actions/checkout from 6 to 7
Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v6...v7)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '7'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 10:33:38 +00:00
dependabot[bot] fce8c5a45d Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v5...v6)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '6'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 10:33:31 +00:00
dependabot[bot] 4cf479ee79 Bump BugSplat-Git/symbol-upload from 10.3.2 to 10.5.0
Bumps [BugSplat-Git/symbol-upload](https://github.com/bugsplat-git/symbol-upload) from 10.3.2 to 10.5.0.
- [Release notes](https://github.com/bugsplat-git/symbol-upload/releases)
- [Commits](https://github.com/bugsplat-git/symbol-upload/compare/33f604b631df9b4be22a06c52e46acccd2db596b...ab8a5097b50707645ed9b51d3191499f9bea6d34)

---
updated-dependencies:
- dependency-name: BugSplat-Git/symbol-upload
  dependency-version: 10.5.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-07-01 10:33:25 +00:00
PanteraPolnocy aa95587aae FIRE-36811 FS AO: "Always" state breaks on region TP or sitting on an object that provides animation
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-01 12:21:36 +02:00
minerjr 2d4ad45341 FIRE-36814 - Omnifilter - Add Match Dialog Button Label helper button
Added a new button labeled "Match Dialog Button Label" which will write to the Content Editor "button_name=BUTTON_NAME" to help the user filter on the script dialog's button label.

Added transltion in strings.xml for the BUTTON_NAME as it will be replaced by the end user. The button_name= part is a special string used to indicate that the button label needs to be checked.
2026-07-01 03:47:21 -03:00
Ansariel 6e09574383 Update German translation 2026-07-01 03:07:00 +02:00
Ansariel ba96f223a3 Do this the correct way 2026-07-01 03:06:48 +02:00
minerjr f0b2a15e44 Omnifilter - fix minor typo
Fixed a minor typo for the Omnifilter preference setting.
2026-06-30 21:10:59 -03:00
minerjr 8b0cbb06ec Omnifilter - Add checkbox for Show UI Controls
Added a new check box to the Omnifilter to toggle the UI controls on the top bar.

Also, changed the default OmnifilterControls flag to false, so that it does not appear by default. Only users who are wishing to use the Omnifilter should be seeing the controls.
2026-06-30 20:21:46 -03:00
minerjr 9fbe62c470 FIRE-36802 - Font - Line and Paragraph spacing
Added new settings.xml variable FSFontLineSpacingAdjustment used to adjust the spacing between multiline text.

Used to increase or decrease the value, supports from -10 to +10 pixels. Defaults to 0.
2026-06-30 19:41:09 -03:00