Commit Graph
81340 Commits
Author SHA1 Message Date
minerjr 8ad2191dfd FIRE-36685 - Toolbox Window - Add new notecard button to Content tab
Added new "New Notecard" button to the Build Window's Content tab.
Creates a new notecard directly in the objects content inventory.
New scripts and notecards automatically appear at the top of the content inventory with the new object having renamed automatically enabled.
Added flag to settings to store a backup of inventory flags, which is used to disable popup of new objects appearing in the main inventory as new notecards need to appear in the user inventory before being moved over to the object's content inventory.
2026-07-19 05:53:11 -03:00
Pantera Północy 8911054dc9 Merge pull request #257 from vedned/Update-Language-pt_BR
Update Language pt_BR
2026-07-18 04:01:00 +02:00
Beq cb9ef1516c Fix build warning on macOs
The aws/tap that ius preinstalled on the macos runner seems to be conflicting... let's ignore it. Here is the warning we're hoping to remove.

The following taps are not trusted:
  aws/tap
Homebrew is currently ignoring formulae, casks and commands from these taps because tap trust is required.
Untap them with:
  brew untap aws/tap
Trust specific formulae, casks and commands with:
  brew trust --formula <user>/<tap>/<formula>
  brew trust --cask <user>/<tap>/<cask>
  brew trust --command <user>/<tap>/<command>
Whole-tap trust is broader and includes all current and future formulae,
casks and commands from the listed taps. Trust whole taps with:
  brew trust aws/tap
To disable trust checks:
  export HOMEBREW_NO_REQUIRE_TAP_TRUST=1
This is not recommended and will be removed in a later release.
For more information, see:
  https://docs.brew.sh/Tap-Trust
2026-07-16 14:02:28 +01:00
Profeta e098ccb893 Update Language pt_BR 2026-07-16 09:22:17 -03:00
Beq b0192f7a0e Let's try gcc-14 to increase C++ 23 compatibility Firestorm_Beta_7.2.5.81336 2026-07-16 09:52:10 +01:00
Beq 07c8d0e321 Promote Linux build runners to Ubuntu 24.04 2026-07-16 09:47:43 +01:00
Ansariel 4a054868ce Update German translation 2026-07-15 19:42:45 +02:00
PanteraPolnocy d85c6e43ed Small adjustment in Polish locale
Signed-off-by: PanteraPolnocy <panterapolnocy@gmail.com>
2026-07-15 17:39:23 +02:00
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