Add periods to lines in code_status.md for consistency (#3521)

This commit is contained in:
Matthew Wells 2024-05-25 07:51:01 -07:00 committed by GitHub
parent 645e649a9c
commit bd2db7b15a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -11,7 +11,7 @@
- This file generates no code. - This file generates no code.
## `gkernel-h`: **Done** ## `gkernel-h`: **Done**
- The types `cpu-thread` and `catch-frame` have a slightly different layout in OpenGOAL to back up x86-64 registers - The types `cpu-thread` and `catch-frame` have a slightly different layout in OpenGOAL to back up x86-64 registers.
## `gkernel`: ## `gkernel`:
- Many changes for x86-64/OpenGOAL - Many changes for x86-64/OpenGOAL
@ -57,7 +57,7 @@
- No comments - No comments
## `euler-h`: **Done** ## `euler-h`: **Done**
- Uses boxed arrays - Uses boxed arrays.
## `transform-h`: **Done** ## `transform-h`: **Done**
- No comments - No comments
@ -69,7 +69,7 @@
- Empty - Empty
## `transformq-h`: waiting on stack stuff ## `transformq-h`: waiting on stack stuff
- Needs stack stuff - Needs stack stuff.
## `bounding-box`: asm ## `bounding-box`: asm
@ -84,7 +84,7 @@
## `geometry`: asm ## `geometry`: asm
## `trigonometry`: **Done** ## `trigonometry`: **Done**
- `sincos!` and `sincos-rad!` have a bug where cosine is slightly off - `sincos!` and `sincos-rad!` have a bug where cosine is slightly off.
## `gsound-h`: **Done** ## `gsound-h`: **Done**
@ -116,19 +116,19 @@
## `dma-disasm`: In progress ## `dma-disasm`: In progress
- Unused, but possibly useful debugging utilities for printing DMA chains. - Unused, but possibly useful debugging utilities for printing DMA chains.
- Needs stack stuff to do the last two functions - Needs stack stuff to do the last two functions.
- Needs static data disassembler for a lookup table. - Needs static data disassembler for a lookup table.
## `pad`: **Done** ## `pad`: **Done**
## `gs`: **Done** ## `gs`: **Done**
- Missing bitfields - Missing bitfields.
## `display-h`: **Done** ## `display-h`: **Done**
## `vector`: asm ## `vector`: asm
- Largely decompiled successfully and compiles! - Largely decompiled successfully and compiles!
- Functions are currently undocumented and still with rough variable names - Functions are currently undocumented and still with rough variable names.
- Some functions are currently failing to decompile: - Some functions are currently failing to decompile:
- `rand-vu-sphere-point!` - `rand-vu-sphere-point!`
- `vector-deg-lerp-clamp!` - `vector-deg-lerp-clamp!`