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

Minor Nitpicks #2741

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

Minor Nitpicks #2741

wants to merge 3 commits into from

Conversation

francinum
Copy link
Contributor

Fixes default/Legacy control
> This does *technically* mean that legacy can't use TGUI Say, but nobody using Legacy is going to care.

Adds macrotest debug tools

Adds Dream Daemon VSCode debug target

About The Pull Request

Default input has been broken for 8 months since #2618, due to it directly binding printable keys on legacy users.

The only safe keys to hard-bind on legacy input users is in this random list from 2008.
https://www.byond.com/docs/notes/macro.html

This also comes with a set of janky tools for directly poking at the client skin. They aren't production safe and are behind a compile flag, MACROTEST

You can now compile targeting Dream Daemon, as god intended. (This boots faster and means your client doesn't try to crash itself when you hit a breakpoint)

Why It's Good For The Game

I got nerd-sniped. I entered the VC as a cheap joke.

Testing Photographs and Procedure

Screenshots&Videos

Nobody but me cares about this anyways.

Changelog

🆑
fix: Default/Legacy input now properly relays keys.
del: TGUI Say and Legacy Input are incompatible, Legacy will take precedence.
/:cl:

Fixes default/Legacy control
> This does *technically* mean that legacy can't use TGUI Say, but nobody using Legacy is going to care.

Adds macrotest debug tools

Adds Dream Daemon VSCode debug target
Copy link
Contributor

@Bokkiewokkie Bokkiewokkie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Checks out

covertcorvid
covertcorvid previously approved these changes Jan 6, 2025
code/modules/keybindings/setup.dm Outdated Show resolved Hide resolved
code/modules/keybindings/setup.dm Outdated Show resolved Hide resolved
Copy link
Contributor

@Bokkiewokkie Bokkiewokkie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

All good

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants