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

More ergonomic script selection #4

Open
Felk opened this issue Nov 15, 2020 · 0 comments
Open

More ergonomic script selection #4

Felk opened this issue Nov 15, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@Felk
Copy link
Owner

Felk commented Nov 15, 2020

Right now, selecting a script from the GUI is a bit painful, because you have to navigate to the python file each time. This should be more ergonomic. A few ideas:

  • Remember the previous location the user navigated to
  • Offer a list of recently used scripts
  • Have a fixed directory for scripts (similar to where you'd put shaders for examples) and select scripts from there

this is something THC98 requested on the tasvideos forum: http://tasvideos.org/forum/viewtopic.php?t=22105

@Felk Felk added the enhancement New feature or request label Nov 15, 2020
Felk pushed a commit that referenced this issue Sep 12, 2023
ARM64's flexible shifting of input registers also allows us to calculate
a negative power of two in one instruction; shift the input of a NEG
instruction.

Before:
0x128001f7   mov    w23, #-0x10
0x1b1a7efa   mul    w26, w23, w26
0x93407f58   sxtw   x24, w26

After:
0x4b1a13fa   neg    w26, w26, lsl #4
0x93407f58   sxtw   x24, w26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant