summaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Collapse)Author
2025-01-18Document math functionsAetias
2025-01-18Use named arguments in `re` moduleAetias
Some positional arguments have become deprecated
2025-01-09Merge branch 'main' of github-aetias-hax:AetiasHax/phAetias
2025-01-09Remove support for Python on MSYSAetias
2025-01-07Merge pull request #52 from LagoLunatic/depfileAetias
Add depfiles for ninja build
2025-01-06Fix Windows platform checkLagoLunatic
2025-01-06pre-commit: Install instructionsAetias
2025-01-01Run `pre-commit` formattingmike8699
2024-12-08Add depfiles for ninja buildLagoLunatic
2024-11-23Set language to C++ when exportign to decomp.meAetias
2024-11-23Update dsdAetias
2024-10-24Add `ninja delink`Aetias
2024-10-20`rom` and `objdiff` phoniesAetias
2024-10-20Update toolchain setupAetias
2024-10-19Bump dsd to v0.2.0Aetias
2024-10-19Remove obsolete path argumentsAetias
2024-10-19Configure `build.ninja` for one version at a timeAetias
2024-10-13Run `m2ctx` from `build.ninja`Aetias
2024-10-13Generate objdiff config in each target versionAetias
2024-10-13Delete old unused filesAetias
2024-10-12Remove `elfkill`Aetias
2024-10-12Remove dead code eliminationAetias
It appears to no longer be needed under this new build system 🤔 But we take those
2024-09-22Build ROM in Ninja build scriptAetias
2024-09-18Set license file path correctly for `cmd /c` shellAetias
2024-09-15Initial Ninja build scriptAetias
2024-09-10Install dsd in `setup.py`Aetias
2024-09-10Remove obsolete ROM toolsAetias
2024-09-10Remove redundant Python scriptsAetias
2024-09-10Remove non-matching functions and `progress.py`Aetias
2024-07-02Ignore `KILL` macros inside line commentsAetias
2024-06-21Remove function definitions in `m2ctx`Aetias
2024-06-20Export decomp.me scratch in objdiffAetias
2024-06-20Remove `#ifdef STUBS`Aetias
2024-05-18Add `objdiff.py` to generate objdiff configAetias
2024-05-04Match `ActorType.s`Mike
2024-05-03Use UTF-8 in toolsAetias
2024-05-03Merge branch 'main' into item-managerAetias
2024-05-03Merge branch 'main' into fix-buildAetias
2024-05-01Match `ItemManager` dataAetias
2024-04-30Add C++ includes to `m2ctx`Aetias
2024-04-30Delink `MapBase`Aetias
2024-04-30Update compiler flags in `mangle.py`Aetias
2024-04-28Merge branch 'main' into map-managerAetias
2024-04-28Use `argparse` in `m2ctx`Aetias
2024-04-28Place `.cpp` ahead of corresponding `.s` files in LCFAetias
2024-04-27Warn when symbol was not killed by `elfkill`Aetias
2024-04-27Add `elfkill`Aetias
2024-04-23Delink `Course`Aetias
2024-04-21Delink `MapManager`Aetias
2024-04-21Output non-mangled symbols in `mangle.py`Aetias