Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: Datacup/dfhackscripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: Datacup/dfhackscripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: digshape-gui-dev
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 4 files changed
  • 1 contributor

Commits on Mar 25, 2021

  1. digshape refactor and gui, from flavourstreet

    Added flavourstreet's refactor of digshape, and it's new lua gui [keupo's discord, 2021-02-17]
    
    [8:10 PM]flavorstreet:
    Attachment file type: archive
    digshape-gui-ALPHA.zip
    14.32 KB
    
    [8:12 PM]flavorstreet:
    Yall can do whatever u want with it i'll probably never get around to fixing the bugs im so burned out lol
    --811767111344193566
    qvatch committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c5f4568 View commit details
    Browse the repository at this point in the history
  2. Tidying and commenting

    Regrouped functions, added more comments.
    qvatch committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    59d9cfb View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. digshape refactor and gui, from flavourstreet

    Added flavourstreet's refactor of digshape, and it's new lua gui [keupo's discord, 2021-02-17]
    
    [8:10 PM]flavorstreet:
    Attachment file type: archive
    digshape-gui-ALPHA.zip
    14.32 KB
    
    [8:12 PM]flavorstreet:
    Yall can do whatever u want with it i'll probably never get around to fixing the bugs im so burned out lol
    --811767111344193566
    qvatch committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    3907dea View commit details
    Browse the repository at this point in the history
  2. Tidying and commenting

    Regrouped functions, added more comments.
    qvatch committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    96eae8c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    65e2fdf View commit details
    Browse the repository at this point in the history
  4. Added 'swap' command

    added swap to digshape, and gui.
    added better pen options for gui.
    added a bit of chrome to menu.
    qvatch committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    ad6c0a8 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    qvatch committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    742b064 View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2021

  1. Mostly functional GUI

    Switched to Widgets.Label to drive buttons.
    Revised what is shown and how.
    qvatch committed Mar 30, 2021
    Configuration menu
    Copy the full SHA
    cc06e12 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Fixed ctrlptA display/toggle

    -now respect allowfilled for menu display
    -now respect requireMajor for display/menudisplay
    -spiral rotation is now modulo 360
    -refactored self. "command", "activecommand", "parsedcommand", self.digshapecommands. "current" --> to a new self.activecommand with less confusing parts. "name" is the base name of the command (ellipse, circle, etc), "args" are the commandargs for the specific digshape command, "digshapeArgs" are the generic digshape args (filled, digmode), "digshapeString" is the fully composed string to send to digshape (which will include nondigshape args until stripped in rundigshapecommand() )
    -significantly revised program flow to be simpler and make less useless update/redraw calls.
    -added aliases to commands, mostly 1 letter shortcuts, as a bandaid until proper selection
    qvatch committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    bb54bd0 View commit details
    Browse the repository at this point in the history
  2. bugfixing reversions plus floodfill

    -fixed bug: not respecting designation mode
    -fixed bug: not accepting fill status
    -fixed floodfill overflowing execution.
    -revised floodfill digshape code to skip rechecking and redesignating same spots.
    qvatch committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    99bcf20 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea19d74 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2021

  1. Add: flood shortcut. Bugfixes: ellipse3p.

    Fixed (again) ellipse3p aka 2axis mode.
    
    Added Alt+f as a floodfill at cursor shortcut
    qvatch committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    b2d0100 View commit details
    Browse the repository at this point in the history
  2. Hack of a command selector

    Added a ctrl+key selector for commands. No style.
    qvatch committed Apr 3, 2021
    Configuration menu
    Copy the full SHA
    ee2c897 View commit details
    Browse the repository at this point in the history
Loading