Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Working draft Memory Arena extension #3419

Open
wants to merge 8 commits into
base: master
Choose a base branch
from

Commits on Jun 26, 2024

  1. First draft of sprites supporting memory arenas.

    Benjamin Cherry committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    383c195 View commit details
    Browse the repository at this point in the history
  2. Fix typo.

    Benjamin Cherry committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    806baa8 View commit details
    Browse the repository at this point in the history
  3. Compiles.

    Benjamin Cherry committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    f249f7a View commit details
    Browse the repository at this point in the history
  4. Inculude MemoryArena.cpp so linker can find it.

    Benjamin Cherry committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    dcbd511 View commit details
    Browse the repository at this point in the history
  5. Assign _isArenaAllocated flag on arena sprite creation.

    Benjamin Cherry committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    26c6f4d View commit details
    Browse the repository at this point in the history

Commits on Jul 26, 2024

  1. Add resetToZero

    Benjamin Cherry committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    69ff409 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    Benjamin Cherry committed Jul 26, 2024
    Configuration menu
    Copy the full SHA
    5094025 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    90245f7 View commit details
    Browse the repository at this point in the history