-
Notifications
You must be signed in to change notification settings - Fork 165
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
Various Title Screen Demo Enhancements #833
Open
someone2639
wants to merge
38
commits into
HackerN64:develop/3.0.0
Choose a base branch
from
someone2639:demo_upgrade
base: develop/3.0.0
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains 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
…at) from demos; made bowser 1 demo work again
someone2639
force-pushed
the
demo_upgrade
branch
from
September 4, 2024 13:40
cf78ed2
to
f437e5f
Compare
Ready to review! Still have to test on console to see if my DMA's are valid but I did manage to record some new demos |
gheskett
added
enhancement
New feature or request
needs console verification
Needs to be tested on console to ensure functionality
cleanup
Removal of useless or bloat code/features
labels
Sep 5, 2024
HMC does not crash on console (even after letting it play twice) and all the new demos work too 👍 |
someone2639
removed
the
needs console verification
Needs to be tested on console to ensure functionality
label
Sep 5, 2024
This PR is ready for (re-)review. The Yaw/Mag based demo format has been dropped, but every button is now supported, so that developers can still record on their preferred camera system. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
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.
Finally, a PR that nobody asked for!
Summary of changes:
DISABLE_DEMO
is defined (0x800 byte memory savings)camera-agnosticformat. Vanilla demos have been converted to this formatand are no longer broken.Demo files have been removed fromassets.json
demo_system.c
and.h
, and moved demo related functions and variables to that file (Currently 233 lines of stuff that doesn't need to be in a hack without demos).DEMO_RECORDING_MODE
, which boots straight toSTART_LEVEL
and prints the new demo format to the debug console.tools/demo_data_converter.py
has been rewritten to detect demos in the assets folder, and the hardcodedassets/demo_data.json
has been deleted.DISABLE_DEMO
is commented out but no demos are present.