Skip to content

Commit

Permalink
update function tested list
Browse files Browse the repository at this point in the history
  • Loading branch information
mateoconlechuga committed Aug 24, 2019
1 parent ff0f0f5 commit f66bf3d
Showing 1 changed file with 14 additions and 12 deletions.
26 changes: 14 additions & 12 deletions tools/funcs_tested/tested-functions-list.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,34 +37,35 @@
| [`ti_GetName`](/#L54) | YES | [in 2 files](https://github.com/search?q=ti_GetName+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`ti_Rename`](/#L55) | YES | [in 1 file](https://github.com/search?q=ti_Rename+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`ti_RenameVar`](/#L56) ||
| [`ti_ArchiveHasRoom`](/#L60) ||

**Total: 19/34 tested.**
**Total: 19/35 tested.**

### graphx
| Function | Tested? | Occurrences |
| -------- | ------- | ----------- |
| [`gfx_Begin`](/#L14) | YES | [in 19 files](https://github.com/search?q=gfx_Begin+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_End`](/#L15) | YES | [in 19 files](https://github.com/search?q=gfx_End+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetColor`](/#L16) | YES | [in 10 files](https://github.com/search?q=gfx_SetColor+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_Begin`](/#L14) | YES | [in 23 files](https://github.com/search?q=gfx_Begin+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_End`](/#L15) | YES | [in 23 files](https://github.com/search?q=gfx_End+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetColor`](/#L16) | YES | [in 11 files](https://github.com/search?q=gfx_SetColor+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetDefaultPalette`](/#L17) ||
| [`gfx_SetPalette`](/#L18) | YES | [in 11 files](https://github.com/search?q=gfx_SetPalette+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_FillScreen`](/#L19) | YES | [in 10 files](https://github.com/search?q=gfx_FillScreen+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_FillScreen`](/#L19) | YES | [in 13 files](https://github.com/search?q=gfx_FillScreen+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetPixel`](/#L20) ||
| [`gfx_GetPixel`](/#L21) ||
| [`gfx_GetDraw`](/#L22) ||
| [`gfx_SetDraw`](/#L23) | YES | [in 2 files](https://github.com/search?q=gfx_SetDraw+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SwapDraw`](/#L24) | YES | [in 5 files](https://github.com/search?q=gfx_SwapDraw+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SwapDraw`](/#L24) | YES | [in 6 files](https://github.com/search?q=gfx_SwapDraw+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_Blit`](/#L25) | YES | [in 2 files](https://github.com/search?q=gfx_Blit+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_BlitLines`](/#L26) | YES | [in 1 file](https://github.com/search?q=gfx_BlitLines+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_BlitRectangle`](/#L27) | YES | [in 1 file](https://github.com/search?q=gfx_BlitRectangle+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_PrintChar`](/#L28) ||
| [`gfx_PrintInt`](/#L29) ||
| [`gfx_PrintUInt`](/#L30) | YES | [in 3 files](https://github.com/search?q=gfx_PrintUInt+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_PrintString`](/#L31) | YES | [in 3 files](https://github.com/search?q=gfx_PrintString+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_PrintStringXY`](/#L32) | YES | [in 5 files](https://github.com/search?q=gfx_PrintStringXY+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_PrintStringXY`](/#L32) | YES | [in 7 files](https://github.com/search?q=gfx_PrintStringXY+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetTextXY`](/#L33) ||
| [`gfx_SetTextBGColor`](/#L34) | YES | [in 2 files](https://github.com/search?q=gfx_SetTextBGColor+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetTextFGColor`](/#L35) | YES | [in 3 files](https://github.com/search?q=gfx_SetTextFGColor+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetTextBGColor`](/#L34) | YES | [in 3 files](https://github.com/search?q=gfx_SetTextBGColor+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetTextFGColor`](/#L35) | YES | [in 4 files](https://github.com/search?q=gfx_SetTextFGColor+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetTextTransparentColor`](/#L36) | YES | [in 2 files](https://github.com/search?q=gfx_SetTextTransparentColor+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetFontData`](/#L37) ||
| [`gfx_SetFontSpacing`](/#L38) ||
Expand All @@ -78,7 +79,7 @@
| [`gfx_VertLine`](/#L46) ||
| [`gfx_Circle`](/#L47) | YES | [in 1 file](https://github.com/search?q=gfx_Circle+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_FillCircle`](/#L48) | YES | [in 1 file](https://github.com/search?q=gfx_FillCircle+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_Rectangle`](/#L49) | YES | [in 1 file](https://github.com/search?q=gfx_Rectangle+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_Rectangle`](/#L49) | YES | [in 2 files](https://github.com/search?q=gfx_Rectangle+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_FillRectangle`](/#L50) | YES | [in 4 files](https://github.com/search?q=gfx_FillRectangle+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_Line_NoClip`](/#L51) ||
| [`gfx_HorizLine_NoClip`](/#L52) ||
Expand Down Expand Up @@ -135,10 +136,11 @@
| [`gfx_RotateScaleSprite`](/#L121) ||
| [`gfx_RotatedScaledTransparentSprite_NoClip`](/#L122) ||
| [`gfx_RotatedScaledSprite_NoClip`](/#L123) | YES | [in 1 file](https://github.com/search?q=gfx_RotatedScaledSprite_NoClip+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_SetCharData`](/#L127) | |
| [`gfx_SetCharData`](/#L127) | YES | [in 1 file](https://github.com/search?q=gfx_SetCharData+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)
| [`gfx_Wait`](/#L131) ||
| [`gfx_CopyRectangle`](/#L135) | YES | [in 1 file](https://github.com/search?q=gfx_CopyRectangle+repo%3ACE-Programming%2Ftoolchain+path%3Aexamples&type=Code)

**Total: 60/94 tested.**
**Total: 62/95 tested.**

### keypadc
| Function | Tested? | Occurrences |
Expand Down

0 comments on commit f66bf3d

Please sign in to comment.