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

Add option to invert Y-axis #3679

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

Commits on Dec 2, 2018

  1. Configuration menu
    Copy the full SHA
    da850bc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f045eec View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7064dfa View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59ab00b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    59773db View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2018

  1. Configuration menu
    Copy the full SHA
    09a183b View commit details
    Browse the repository at this point in the history
  2. Update src/tiled/abstractobjecttool.cpp

    Co-Authored-By: AdrianFL <[email protected]>
    bjorn and AdrianFL committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    7d8d924 View commit details
    Browse the repository at this point in the history
  3. Update src/tiled/invertyaxishelper.h

    Co-Authored-By: AdrianFL <[email protected]>
    bjorn and AdrianFL committed Dec 3, 2018
    Configuration menu
    Copy the full SHA
    8cd919f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7f1dbec View commit details
    Browse the repository at this point in the history

Commits on Dec 27, 2018

  1. Some formatting adjustments

    Mostly just personal preference.
    bjorn committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    0284958 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master'

    Conflicts:
    	src/tiled/preferences.h
    bjorn committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    e6d5a7a View commit details
    Browse the repository at this point in the history
  3. Removed "Internal" namespace

    No longer using this namespace (71c1de5).
    bjorn committed Dec 27, 2018
    Configuration menu
    Copy the full SHA
    ca94a39 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. Merge branch 'master' into invert-y

     * Refactored preferences getter/setter and removed all references to
       `mInvertYAxis` as per a9ad617
     * Used `ChangeMapObject()` instead of `MoveMapObject()`
     * Used `QStringLiteral` for coordinate status info
     * Trivial adjustments to includes and UI XML
    vinnydiehl committed May 4, 2023
    Configuration menu
    Copy the full SHA
    e904004 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2023

  1. Change "Invert Y-Axis" to a map property

    Since inverting the Y-axis changes the coordinates of objects, engines
    will need to know how the user has this set.
    vinnydiehl committed May 5, 2023
    Configuration menu
    Copy the full SHA
    c760417 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    16bb723 View commit details
    Browse the repository at this point in the history

Commits on May 7, 2023

  1. Configuration menu
    Copy the full SHA
    d44f600 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a40a2b3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdad7b1 View commit details
    Browse the repository at this point in the history

Commits on May 8, 2023

  1. Configuration menu
    Copy the full SHA
    db25d42 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2023

  1. Clean up changes on invert-y

    Removed vestigal whitespace modifications from development, addressed
    include order, removed unnecessary map property references.
    vinnydiehl committed May 10, 2023
    Configuration menu
    Copy the full SHA
    32dbfdb View commit details
    Browse the repository at this point in the history