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

Allow loading a Tileset without a Map #128

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

Commits on Jun 20, 2023

  1. Configuration menu
    Copy the full SHA
    b169e94 View commit details
    Browse the repository at this point in the history
  2. {Map,ObjectTypes}::loadFromString(): fixed using parent of given work…

    …ing directory, and reduced duplicate code in load()
    mpartel committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    cc35261 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    70bbc0c View commit details
    Browse the repository at this point in the history
  4. Colour: made operator== and operator!= const, fixing a C++20 warning.

    The warning was: ISO C++20 considers use of overloaded operator '==' (with operand types 'tmx::Colour' and 'tmx::Colour') to be ambiguous despite there being a unique best viable function [-Wambiguous-reversed-operator]
    mpartel committed Jun 20, 2023
    Configuration menu
    Copy the full SHA
    831fb4d View commit details
    Browse the repository at this point in the history