summaryrefslogtreecommitdiff
path: root/README.md
AgeCommit message (Collapse)Author
2025-06-14readme: fix Discord linkLéo Lam
2022-10-19Link to new documentation websiteLéo Lam
2022-06-28Improve README.md formatting (#97)Denis LE
Just a small formatting edit to improve readability
2022-02-07readme: Add clang and libssl-dev to dependency listLéo Lam
needed for the Rust tools
2022-01-27Update README.md to include xdeltaAnne
2021-12-09contributing: Move Python module deps to readmeLéo Lam
2021-12-03readme: Steal^H^H^H^H^Hborrow fancy badges from OoTLéo Lam
2021-09-06readme: Fix path to setup scriptLéo Lam
2021-08-23readme: Explain why 1.6.0 is not being decompiledLéo Lam
2021-08-13readme: Update reference to Contributing.md for 1.6.0->1.5.0 patchLéo Lam
2021-08-11readme: Reorder some paragraphs to make the intro flow betterLéo Lam
2021-08-10tools/setup: Auto-install `check` (viking)MonsterDruide1
2021-08-10tools: Migrate to external repoMonsterDruide1
2021-07-31Remove old tools/check.pyLéo Lam
RIP check.py 2020-2021
2021-07-23Streamline project setup by automating NSO conversion (if needed)Léo Lam
2021-07-23readme: Add note about cloning the repo in WSLLéo Lam
2021-07-22Simplify build setup by adding a setup scriptLéo Lam
2021-07-21build: Clean up build toolchain (and use musl for libc)Léo Lam
Using musl is required to match several functions that use <math.h> floating point functions like isnan. This also removes a dependency on devkitA64. We previously only needed it because Clang insisted on using GCC to link the final executable owing to the use of a "bare metal" target like aarch64-none-elf. We can make Clang invoke the linker itself by using a Linux target.
2021-06-15readme: Clarify project scope (and excluded libraries)Léo Lam
2021-06-15readme: Add note about accuracy of source codeLéo Lam
2021-05-21readme: Add more resources (AArch64, tools)Léo Lam
2021-05-18readme: Fix typoLéo Lam
2021-05-18readme: Add more frequently asked questions and reorder sectionsLéo Lam
2021-05-15readme: Remove outdated note about current focus of the projectLéo Lam
Enough code has been decompiled in KingSystem that Game code can also be decompiled now
2021-03-31readme: Add more FAQsLéo Lam
2021-03-29readme: Mention that ~ shouldn't be used in build commandLéo Lam
2021-03-16readme/contributing.md: Reorder sectionsLéo Lam
2021-02-19readme: Clarify how progress is trackedLéo Lam
2021-02-19readme: U-King -> BotWLéo Lam
leftover from the old repo
2021-01-23readme: Fix heading levelsLéo Lam
2021-01-23Move contributing guidelines to a separate fileLéo Lam
Keeps the readme short.
2021-01-08readme: Clarify that no proprietary SDK or leaks are usedLéo Lam
2021-01-08uking/ui: Add Master Sword related inventory functionsLéo Lam
2021-01-08Clarify project goalLéo Lam
2020-12-10readme: Explain how easy it is to match codeLéo Lam
2020-12-10Update readme informationLéo Lam
2020-10-25readme: Further clarify that this repo can't be used to play the gameLéo Lam
2020-10-24readme: Explain that regalloc diffs are rare for truly equivalent codeLéo Lam
2020-10-19readme: Mention the SHA256 hash of the 1.5.0 NSOLéo Lam
2020-10-15readme: Mention tools/check.pyLéo Lam
2020-09-11readme: Add more information to the contributing sectionLéo Lam
2020-09-11readme: Simplify setup and add more information and adviceLéo Lam
2020-08-30readme: Emphasize the fact that the project cannot be used for piracyLéo Lam
2020-08-30readme: Add information about the status of the projectLéo Lam
And clarify that it cannot be used to play BotW, and that it does not contain any copyrighted content from the RomFS.
2020-08-21Bundle aarch64-none-elf-objdump 2.33 from Arm to simplify setupLéo Lam
Ubuntu 18.04's objdump is too old (2.30) devkitA64's objdump is also too old (2.32) and doesn't support --source-comment
2020-08-21readme: Add binutils-aarch64-linux-gnu to the list of dependenciesLéo Lam
2020-08-21Update instructions, fix diff settings and add asm-differLéo Lam
...to simplify setup a bit
2020-08-21readme: Fix instructionsLéo Lam
* Fix the CMake minimum required version * Add a note about using the official CMake APT repo to update CMake on Ubuntu * Add a note about setting the PATH for devkitA64 * Mention CMake Tools for Visual Studio Code
2020-08-18Initial commitLéo Lam