-
Notifications
You must be signed in to change notification settings - Fork 3
Comparing changes
Open a pull request
base repository: Datacup/dfhackscripts
base: master
head repository: Datacup/dfhackscripts
compare: digshape-gui-dev
- 13 commits
- 4 files changed
- 1 contributor
Commits on Mar 25, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for c5f4568 - Browse repository at this point
Copy the full SHA c5f4568View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59d9cfb - Browse repository at this point
Copy the full SHA 59d9cfbView commit details
Commits on Mar 26, 2021
-
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
Configuration menu - View commit details
-
Copy full SHA for 3907dea - Browse repository at this point
Copy the full SHA 3907deaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 96eae8c - Browse repository at this point
Copy the full SHA 96eae8cView commit details -
Merge branch 'digshape-gui' of https://github.com/Datacup/dfhackscripts…
… into digshape-gui
Configuration menu - View commit details
-
Copy full SHA for 65e2fdf - Browse repository at this point
Copy the full SHA 65e2fdfView commit details -
added swap to digshape, and gui. added better pen options for gui. added a bit of chrome to menu.
Configuration menu - View commit details
-
Copy full SHA for ad6c0a8 - Browse repository at this point
Copy the full SHA ad6c0a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for 742b064 - Browse repository at this point
Copy the full SHA 742b064View commit details
Commits on Mar 30, 2021
-
Switched to Widgets.Label to drive buttons. Revised what is shown and how.
Configuration menu - View commit details
-
Copy full SHA for cc06e12 - Browse repository at this point
Copy the full SHA cc06e12View commit details
Commits on Apr 1, 2021
-
-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
Configuration menu - View commit details
-
Copy full SHA for bb54bd0 - Browse repository at this point
Copy the full SHA bb54bd0View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 99bcf20 - Browse repository at this point
Copy the full SHA 99bcf20View commit details -
Configuration menu - View commit details
-
Copy full SHA for ea19d74 - Browse repository at this point
Copy the full SHA ea19d74View commit details
Commits on Apr 3, 2021
-
Add: flood shortcut. Bugfixes: ellipse3p.
Fixed (again) ellipse3p aka 2axis mode. Added Alt+f as a floodfill at cursor shortcut
Configuration menu - View commit details
-
Copy full SHA for b2d0100 - Browse repository at this point
Copy the full SHA b2d0100View commit details -
Added a ctrl+key selector for commands. No style.
Configuration menu - View commit details
-
Copy full SHA for ee2c897 - Browse repository at this point
Copy the full SHA ee2c897View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...digshape-gui-dev