Place stack canaries behind DEBUG_ASSERTIONS instead of DEBUG#843
Merged
gheskett merged 1 commit intoHackerN64:develop/2.4.0from Nov 11, 2024
Merged
Conversation
Collaborator
Author
|
Will forcefully merge if this is not reviewed before the end of the week. |
Collaborator
Author
|
Time's up. |
someone2639
pushed a commit
to someone2639/ultrasm64-extbounds
that referenced
this pull request
Jan 30, 2025
…mber 22 2023) Add option for .local/share/HackerSM64/UNFLoader-dir.txt This allows referencing a custom UNFLoader path to be used, ideally for placing on the C drive for WSL instances. UNFLoader tends to hang for an unbearably long time when saved somewhere within the WSL directory structure, and simply using the Linux build isn't an option because it can't access Windows USB devices trivially. Dialogs in dialogs.h no longer have to be in order (HackerN64#832) reset adjacent rooms when loading a new area (HackerN64#704) Check for opensuse's cross mips gcc package (HackerN64#842) Makes it possible to rely on the official repo. Ideally the following instructions would also be added to the wiki for opensuse: ``` sudo zypper install cross-mips-binutils git capstone pkgconf python311 cross-mips-gcc14 sudo zypper install --type pattern devel_basis ``` Support pre word-swapped textures, fix puppyprint rendering for lowercase z and tilde, minor font fixes (HackerN64#838) * Fix puppyprint rendering lowercase z and tilde, minor font fixes * Add support for generating pre word swapped textures * Use image for fasttext font texture * Adjustments to fasttext font and puppyprint outline font Place stack canaries behind DEBUG_ASSERTIONS instead of DEBUG (HackerN64#843) Add action continue/finish defines; mario.c labeled airborne actions labeled all actions labeled last labels i swear actual last one
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
These were missed when
DEBUG_ASSERTIONSwas introduced.