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

Load tilesets #94

Merged
merged 13 commits into from
Jul 1, 2023
Merged

Load tilesets #94

merged 13 commits into from
Jul 1, 2023

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    ad334f2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6a92cf5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a9b0839 View commit details
    Browse the repository at this point in the history
  4. Draw loaded tilesets

    Note: test to ensure proper loading of tileset image data
    ldicker83 committed Jun 30, 2023
    Configuration menu
    Copy the full SHA
    877b30b View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2023

  1. Remove superfluous cout calls

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    83fece8 View commit details
    Browse the repository at this point in the history
  2. Rename bmpToSurface

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    97d0287 View commit details
    Browse the repository at this point in the history
  3. Add stub function to load a texture packed into a texture atlas that …

    …plays nice with GPU's
    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    5758ded View commit details
    Browse the repository at this point in the history
  4. Extract to function

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    a85be59 View commit details
    Browse the repository at this point in the history
  5. Remove dead code

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    dcc45f3 View commit details
    Browse the repository at this point in the history
  6. Use unique_ptr to embrace RAII

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    89decb7 View commit details
    Browse the repository at this point in the history
  7. Normalize naming

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    b3dd854 View commit details
    Browse the repository at this point in the history
  8. Flesh out loadTexturePacked

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    ea0d9d4 View commit details
    Browse the repository at this point in the history
  9. Use packed texture loader

    Leeor Dicker committed Jul 1, 2023
    Configuration menu
    Copy the full SHA
    b7723c0 View commit details
    Browse the repository at this point in the history