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

Make Terrain Brush fill full tiles mode toggle-able #3407

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

Commits on Jul 3, 2022

  1. Add toggle for Ctrl behaviour of Wang Tool

    Pressing Ctrl when using the Wang tool should
    also be able to make it _not_ fill whole
    tiles when held, and fill whole tiles when
    not held.
    
    Still need to make this toggle-able from
    a toolbar or something similar.
    fjnlpy committed Jul 3, 2022
    Configuration menu
    Copy the full SHA
    b46bf15 View commit details
    Browse the repository at this point in the history

Commits on Jul 10, 2022

  1. Add toolbar toggle for fill full tiles mode

    Add action to the Terrain Tool's toolbar which toggles
    this mode.
    
    Holding Ctrl/Cmd still temporarily switches to the mode
    that's not currently selected.
    fjnlpy committed Jul 10, 2022
    Configuration menu
    Copy the full SHA
    832cd12 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2022

  1. Remove L as shortcut key for full tile mode

    Users can add their own shortcut key from
    the preferences menu if they want.
    fjnlpy committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    ff87ed2 View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2023

  1. Add fill-full-tiles icon

    fjnlpy committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    0e9a71c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6179d2e View commit details
    Browse the repository at this point in the history
  3. Remove tiled.qrc file

    This has been removed on master. I added
    to it to make the fill full tiles icon appear
    but now that doesn't seem to be necessary.
    fjnlpy committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    763a5be View commit details
    Browse the repository at this point in the history
  4. Remove redundant include

    This came in through the merge with master. It's
    not there in master and not added by commits in this
    branch so it can be removed.
    fjnlpy committed Jul 15, 2023
    Configuration menu
    Copy the full SHA
    b06ee77 View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2023

  1. Removed unnecessary mIsFillFullTilesByDefault member

    We can just read out the checked state of mToggleFillFullTiles.
    
    Also corrected name of icon variable.
    bjorn committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    35b4184 View commit details
    Browse the repository at this point in the history
  2. Updated NEWS.md

    bjorn committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    48d0644 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    471fce2 View commit details
    Browse the repository at this point in the history