From 541baf54d7e945614aa17d998ac05aeb4b8b3bc5 Mon Sep 17 00:00:00 2001 From: Lapask Date: Fri, 28 Feb 2025 20:12:49 -0700 Subject: [PATCH] update fixed-resizable-hybrid (#7539) * Update fixed-resizable-hybrid Improvements to Cutscene Handling and Wide Chatbox - Switched wide chatbox from using overlays to instead using widgets, allowing for interface styles or resource packs to be compatible with the chatbox. - Added option for repositioning chat buttons in wide chatbox mode (stretched vs centered options). - Generalized fixFairyWidget function to also fix other widgets with dynamic/full screen backgrounds (e.g. canoe) - Added cutscene handling (varbit 542) which allows for widget positioning during cutscenes. This also prevents the inventory widget from being hidden similar to in fixed mode. Improved ingame overlay handling - TOB party overlay bounding restriction - MTA clipping Properly handling transparent chatbox - Prevents viewport resizing when chatbox is transparent. - Expands height of viewport to extend under the chat buttons in transparent chatbox. Default Config Settings - set centerChatboxButtons to true by default Restored border overlay png file (deleted by accident) - also updated overlay to only load the image once (static final) * Update fixed-resizable-hybrid Also remove unused import / keymanager --- plugins/fixed-resizable-hybrid | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fixed-resizable-hybrid b/plugins/fixed-resizable-hybrid index a6df72256..ec03800d9 100644 --- a/plugins/fixed-resizable-hybrid +++ b/plugins/fixed-resizable-hybrid @@ -1,2 +1,2 @@ repository=https://github.com/Lapask/fixed-resizable-hybrid.git -commit=a2699df772e6d8f42383470c280bff38e9824f84 +commit=ac680dd6b4ecaade15839fec02375150fb9ae3f8