Skip to content

Support Multi-Block Games #9

Description

@nloding

Problem

Games larger than ~131KB return an error instead of handling gracefully. Games spanning GFile block boundaries are not supported.

Current Behavior

Returns error when game exceeds block size.

Solution

Support games that span multiple GFile blocks:

  1. Detect when game data exceeds block boundary
  2. Allocate additional blocks as needed
  3. Update index entry to track multi-block games

Files

  • src/gfile.rs:220-221
  • src/database.rs

Priority

Medium - needed for very long games with extensive annotations

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requesthelp wantedExtra attention is needed

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions