fix: resolve roadside shop detection, modernize 640x480 templates, and restore upstream V-swipe - #13
Open
52191314 wants to merge 1 commit into
Open
fix: resolve roadside shop detection, modernize 640x480 templates, and restore upstream V-swipe#1352191314 wants to merge 1 commit into
52191314 wants to merge 1 commit into
Conversation
…d restore upstream V-swipe - Replaced legacy shop.png with native 640x480 Roadside Shop awning template and added HUD rejection (y > screen.rows - 90) to prevent false-positive taps on Friends/Shop HUD buttons. - Updated and calibrated all 640x480 seed templates (wheat, corn, carrot, soybean, sugarcane) and market UI templates (shop_crate, Roadside_Shop, market_close_cross, plus, create_sale, createad, silo_market, barn_market) to 1.0000 match scores. - Restored original deterministic 2-finger linear V-swipe gesture with clamped screen bounds. - Enabled native Win32 window resizing and border hit-testing (WM_NCHITTEST) in premium gui. - Updated bot.vcxproj to toolset v143 and automated runtime DLL deployment with HaydayVcpkgRoot. - Added automated hayday-zoom-injector tool, skill, and build environment automation scripts.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Overview
This PR fixes Roadside Shop false-positive detection, updates all 640x480 crop and market UI templates to pixel-perfect fidelity, restores upstream deterministic V-swipe motion, and improves GUI window resizing and MSVC build toolchain.
Key Changes
Roadside Shop Detection & HUD Boundary Rejection:
Pixel-Perfect 640x480 Template Modernization:
Restored Upstream Deterministic V-Swipe:
GUI & Build Configuration:
Tooling & Skills: