Commit Graph
11 Commits
Author SHA1 Message Date
Robin AveryandGitHub 1d3192a4aa Support specifying a dtk binary (#14) 2024-03-04 18:13:10 -07:00
Luke Street 6debc74abf Fix Windows path handling
ninja_syntax.py should be writing native
platform paths instead of converting
things to unix paths.

Separately, fixed type errors introduced
by the previous commit.
2024-03-04 08:19:20 -07:00
Luke StreetandGitHub 192191ced2 Assembly modding support & objdiff + decomp.me integration (#15)
* Add initial asm build support

* WIP decomp.me and links
2024-03-03 22:47:05 -07:00
Robin AveryandGitHub bf77cea86d Fix pyright complaints and run black (#12) 2024-02-29 11:21:44 -07:00
Robin AveryandGitHub 2e4bd593e5 Set mode +x on executable Python scripts (#10) 2024-01-26 10:42:46 -07:00
Thaddeus CrewsandGitHub 575e3b4a46 Implement mypy fixes across all python files (#4)
• Type hinting added to every single file
• Path conversion now handled in `ninja_syntax.py` natively, can safely pass almost everything directly
2024-01-23 23:21:46 -07:00
Phillip StephensandGitHub 04c8b45f93 Add ability to print progress in a fun way. (#2)
This adds the ability to specify both code/data fractions and item specifiers
2023-12-20 18:59:04 -07:00
Phillip StephensandGitHub e84ce8db06 Add 'src_dir' override for libraries (#1)
This allows projects to specify external libraries more easily.
Particularly useful for common libraries shared between decomp projects,
enabling the use of submodules/subtrees to deduplicated decomp efforts
2023-12-18 21:55:36 -07:00
Luke Street 1bcf33638f Sync various changes from other repos & minor updates 2023-11-21 20:14:25 -05:00
Luke Street bfe4567c0c Update tools & use new compilers URL 2023-10-10 23:29:45 -04:00
Luke Street 5b8fbc6cd5 Initial commit 2023-10-04 23:30:39 -04:00