parent
e2c19fd4bc
commit
a67d099d36
|
|
@ -11,7 +11,7 @@ It supports and builds the following versions:
|
||||||
| mk64.eu-1.0.z64 | EUR 1.0 | a729039453210b84f17019dda3f248d5888f7690 |
|
| mk64.eu-1.0.z64 | EUR 1.0 | a729039453210b84f17019dda3f248d5888f7690 |
|
||||||
| mk64.eu-final.z64 | EUR 1.1 | f6b5f519dd57ea59e9f013cc64816e9d273b2329 |
|
| mk64.eu-final.z64 | EUR 1.1 | f6b5f519dd57ea59e9f013cc64816e9d273b2329 |
|
||||||
|
|
||||||
status: [](https://github.com/n64decomp/mk64/actions/workflows/linux-compile.yml)
|
[](https://github.com/n64decomp/mk64/actions/workflows/linux-compile.yml)
|
||||||
|
|
||||||
## Progress
|
## Progress
|
||||||
|
|
||||||
|
|
@ -40,7 +40,6 @@ git submodule update --init --recursive
|
||||||
Extract assets
|
Extract assets
|
||||||
```
|
```
|
||||||
make assets -j
|
make assets -j
|
||||||
```
|
|
||||||
make -j
|
make -j
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -540,7 +540,7 @@ elif args.format == 'badge':
|
||||||
badge_game_pct = badge(left_text="Game progress", right_text=str(round(gamePct, 2))+"%", right_color="green")
|
badge_game_pct = badge(left_text="Game progress", right_text=str(round(gamePct, 2))+"%", right_color="green")
|
||||||
with open("docs/html/game_progress.svg", "w") as f:
|
with open("docs/html/game_progress.svg", "w") as f:
|
||||||
f.write(badge_game_pct)
|
f.write(badge_game_pct)
|
||||||
badge_asm_funcs = badge(left_text="ASM functions", right_text=str(TotalGlobalAsmFunctions), right_color="blue")
|
badge_asm_funcs = badge(left_text="WIP functions", right_text=str(TotalGlobalAsmFunctions), right_color="blue")
|
||||||
with open("docs/html/asm_funcs.svg", "w") as f:
|
with open("docs/html/asm_funcs.svg", "w") as f:
|
||||||
f.write(badge_asm_funcs)
|
f.write(badge_asm_funcs)
|
||||||
badge_nonmatching_funcs = badge(left_text="NON_MATCHING functions", right_text=str(TotalNonMatchingFunctions), right_color="blue")
|
badge_nonmatching_funcs = badge(left_text="NON_MATCHING functions", right_text=str(TotalNonMatchingFunctions), right_color="blue")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue