Commit Graph
81332 Commits
Author SHA1 Message Date
PanteraPolnocy f4ba9796c2 FIRE-36831 Hiding / showing custom inventory tabs (filters)
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-15 15:51:00 +02:00
Pantera Północy c4dfa3bf85 Merge pull request #256 from vedned/Update-Language-pt_BR
Update Language pt_BR
2026-07-12 01:51:25 +02:00
Profeta 80151519bc Update Language pt_BR 2026-07-11 19:16:07 -03:00
Ansariel a19b4451d2 Fix incorrect texture colors in AnsaStorm Modern 2026-07-11 22:07:03 +02:00
PanteraPolnocy ff5a98b7e5 FIRE-36849: Add tooltip to object name in pay floater
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-10 18:38:04 +02:00
Andrey Kleshchev 93002a7bb0 #5966 Fixed width font's numbers
Dejavu used fixed width numbers by default, tweaked fonts to do the same
for inter (when weight > 0).
2026-07-10 17:11:53 +02:00
PanteraPolnocy 21b32a4583 FIRE-36846 Update Japanese Translation, by Logue Takacs
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-10 16:57:22 +02:00
Ansariel 89ced93451 Restore font shadow for floater header and buttons for all legacy skins (that excludes AnsaStorm Modern) 2026-07-09 19:11:56 +02:00
Ansariel f2b140b583 Merge branch 'master' of https://github.com/FirestormViewer/phoenix-firestorm 2026-07-08 23:44:43 +02:00
Ansariel 4e1223bbc5 Use correct texture to match tabs 2026-07-08 23:44:33 +02:00
PanteraPolnocy 699b34234f Minor contributor name correction in About floater
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-08 21:44:25 +02:00
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