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

gui/design stamp mode candidate #963

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

Commits on Jan 30, 2024

  1. Add stamp mode and the point drawing 'shape'

    Adds a 'stamp mode' which behaves exactly like center dragging but commits the shape upon left clicking instead of putting down the shape.
    
    Adds a 'shape' which just returns it's marks as being part of the shape.
    MagistrumT-T committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    7768a9a View commit details
    Browse the repository at this point in the history
  2. Add copy designation functionality

    Makes the ctrl+v shortcut create a Point Drawing shape that mimics the shape of the designated tiles under the current shape, then immediately starts stamp mode.
    MagistrumT-T committed Jan 30, 2024
    Configuration menu
    Copy the full SHA
    cf8d085 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2024

  1. Added changelog entry and contextual blurb in the dialog when pasting…

    … designation.
    
    It may be necessary to reaffirm the need to disable auto-commit to use the feature in the tool, but I hope that player's curiosity in "copy designated tiles" will suffice.
    MagistrumT-T committed Feb 23, 2024
    Configuration menu
    Copy the full SHA
    ba344d5 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2024

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