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

Per-object opacity #4031

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

Per-object opacity #4031

wants to merge 10 commits into from

Commits on Aug 15, 2024

  1. Per-object opacity

    initial push
    jcbk101 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    24b42fb View commit details
    Browse the repository at this point in the history
  2. Removed // BONGO

    Commit history can be used to see who changed what. :-)
    bjorn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    1897839 View commit details
    Browse the repository at this point in the history
  3. Enable changing Opacity also for non-tile objects

    I didn't see a good reason to limit this feature to tile objects.
    bjorn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    c886045 View commit details
    Browse the repository at this point in the history
  4. Removed the unused Cell::_opacity

    It's never set to anything else than 1.0.
    bjorn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    d28b801 View commit details
    Browse the repository at this point in the history
  5. Don't fade out selection outline based on object opacity

    The selection outline should stay clearly visible.
    bjorn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    adacbdf View commit details
    Browse the repository at this point in the history
  6. Removed unused MovingObject::oldOpacity

    Opacity is irrelevant here since it doesn't change when an object is
    moved.
    bjorn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    09552e5 View commit details
    Browse the repository at this point in the history
  7. Use a more consistent enum order

    We don't need these values to stay the same, so we can put Opacity
    after Rotation like everywhere else in the code.
    bjorn committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    39675f5 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dbbc6bc View commit details
    Browse the repository at this point in the history
  9. Update .gitignore

    Remove build files
    jcbk101 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    e9fa5b9 View commit details
    Browse the repository at this point in the history
  10. Opacity adjustments

    Opacity adjusted for tmxrasterizer and minimaprederer
    jcbk101 committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    b65718f View commit details
    Browse the repository at this point in the history