Skip to content

Release v6 - #11

Merged
Insality merged 20 commits into
mainfrom
develop
Feb 7, 2026
Merged

Release v6#11
Insality merged 20 commits into
mainfrom
develop

Conversation

@Insality

Copy link
Copy Markdown
Owner

No description provided.

Copilot AI review requested due to automatic review settings August 26, 2025 16:07

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a debug interface for the saver module with improved file handling and variable scoping. The changes focus on creating a properties panel for debugging save/load operations and fixing file path handling.

  • Adds a new debug properties panel with save/load slot management and inspection capabilities
  • Fixes file mode and variable scoping issues in the saver internal module
  • Simplifies file path handling by flattening directory structures

Reviewed Changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 7 comments.

Show a summary per file
File Description
saver/saver_internal.lua Updates file modes from "w+" to "wb" and fixes variable scoping for LUA_REQUIRE_AS_STRING
saver/saver_debug_page.lua New debug interface providing save/load slot management and game state inspection
saver/saver.lua Integrates debug panel, adds autosave timer getter, and simplifies file path handling
saver/properties_panel/property_saver_slots.lua Widget implementation for three-button slot interface
saver/properties_panel/property_saver_slots.gui GUI definition for the slot selection widget

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

Comment thread saver/saver.lua
Comment thread saver/saver_debug_page.lua Outdated
Comment thread saver/saver_debug_page.lua Outdated
Comment thread saver/saver_debug_page.lua Outdated
Comment thread saver/saver_debug_page.lua Outdated
Comment thread saver/saver_debug_page.lua Outdated
Comment thread saver/saver_debug_page.lua Outdated
@Insality Insality changed the title WIP Release WIP Aug 26, 2025
@codecov

codecov Bot commented Oct 26, 2025

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 78.57143% with 3 lines in your changes missing coverage. Please review.
✅ Project coverage is 76.57%. Comparing base (cf00144) to head (c028aef).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
saver/saver.lua 70.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #11      +/-   ##
==========================================
- Coverage   78.43%   76.57%   -1.87%     
==========================================
  Files           4        4              
  Lines         524      525       +1     
==========================================
- Hits          411      402       -9     
- Misses        113      123      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@Insality Insality changed the title WIP Release v6 Feb 7, 2026
@Insality
Insality merged commit fc9f430 into main Feb 7, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants