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

Improve advanced contribution readme and experience #2107

Merged
merged 6 commits into from
Nov 29, 2023

Commits on Oct 5, 2023

  1. Improve advanced contribution readme and experience

    Some improvements for helping new contributors get started with the more advanced
    hacking aspects of the randomizer, and simplifying re-setting up an environment
    on new hardware/installs for existing contributors.
    
    README.md & others: Consistently use Project64's canonical name in documentation.
    
    ASM/README.md: Add headers, more detailed instructions on installing the toolchain,
    including methods described in Discord #dev-resources channels. Also mention a
    potential issue with trying to use the Project64 symbols on a default install.
    
    ASM/build.py: Add additional subdirectories of `tools` to PATH. Makes above
    instructions simpler.
    
    ASM/.gitignore: Ignore everything in the `tools` directory (except .gitkeep as with roms)
    flagrama committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    383e76f View commit details
    Browse the repository at this point in the history
  2. Remove hard wraps

    flagrama committed Oct 5, 2023
    Configuration menu
    Copy the full SHA
    7d68fa3 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2023

  1. Add Windows & Debian prerequisites

    Windows: armips requires the VC++ redist installed
    but doesn't currently provide it. MSYS2 is required
    for the files prepackaged on dropbox.
    
    The rest is mostly stuff people on the affected
    platforms should be used to so detail is not added.
    flagrama committed Oct 8, 2023
    Configuration menu
    Copy the full SHA
    1b2758d View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Mention the compilers required on other platforms for armips as well.
    flagrama authored Oct 8, 2023
    Configuration menu
    Copy the full SHA
    f593e6e View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Update README.md

    flagrama authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    8540bd1 View commit details
    Browse the repository at this point in the history
  2. Update README.md

    Typo and reword previous commit.
    flagrama authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    b44ce90 View commit details
    Browse the repository at this point in the history