Devlogs
Solitaire 1.2.0 BUG FIXES- Resolution, Bug Menu, ect
Solitaire 1.2.0 – Devlog
Visual and Compatibility Improvements
- Resolution Flashing Fix
Resolved screen flashing when switching between fullscreen and windowed modes.
Transitions are now seamless and stable across supported platforms.
- Android Launch Fix (Galaxy S23 Ultra and similar devices)
• Removed 32-bit architecture support (ARMv7)
• Game now targets ARM64-only for full compatibility
• Fixed issue where game would get stuck on the loading screen with only music playing
• Confirmed working properly from itch.io APK downloads
Bug Reporting and Feedback System (F7 Menu)
- Unified Bug Menu
Pressing F7 pauses the game and opens the bug panel.
Gameplay resumes with F7 or Close button.
- Image Issue Reporting
• Activates a spotlight overlay to highlight visual bugs
• Clicking the spotlight captures a screenshot and uploads it automatically
- Bug Report Submission
• Opens a text input for player-written reports
• Upload includes the full log file (if available in build)
- General Feedback Option
• Opens a simple input field for suggestions or feedback
• Uploads without log files attached
- Upload Status Display
• Blocks interaction while uploading
• Shows a clear message ("Uploading bug report..." etc.) and auto-closes on completion
System Architecture and Version Control
- VersionInfo Manager
• Created a persistent version-tracking system stored in the bootstrap scene
• Accessible across all systems using VersionInfo.Instance
• Bug reports now include detailed platform info: game version, device specs, OS, screen resolution, etc.
• Ensures consistent version handling across updates
Core Gameplay Fixes and Improvements
- Double-Click to Foundation
• Added support for double-clicking a valid card to automatically move it to the appropriate foundation pile
• Streamlines gameplay and improves flow, especially for experienced players