CC0 oot - #2780
Draft
Dragorn421 wants to merge 127 commits into
Draft
Conversation
"git checkout https://github.com/Dragorn421/oot/tree/oot_cc0redo_take2" git reset upstream/main git add ... git commit
…liderElements[N];
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.
Thanks to everyone who helped re-decompile some stuff!
This PR undoes changes to the repo that were not shared under CC0 (typically because their author is MIA and can't be contacted anymore), re-decompiling in place the relevant bits (e.g. the n64dd segment, some actors).
To achieve this result, I rebased almost the entire history with git, leaving out commits made by people who didn't agree to CC0.
This needs some more cleanup before merging, and I also plan to split up the bigger chunks (like the re-decompiled parts) into separate PRs
Reviews are welcome on things to improve!
Please note: do NOT tell "do X like it's done in main", the main branch contains non-CC0 stuff which the whole point is getting away from, so I want to avoid referencing it. Instead describe things like "you could change X to do Y" in an attempt at "clean room"