Skip to content

Commit b81f909

Browse files
committed
[Decomp Progress] Added TRenderInterface
1 parent 942518d commit b81f909

File tree

5 files changed

+1129
-0
lines changed

5 files changed

+1129
-0
lines changed

.decomp-progress

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,20 @@ projects
3232
"directory" "Toshi/Plugins/Source/PPropertyParser"
3333
}
3434
}
35+
"TRenderInterface"
36+
{
37+
"functions" "Tools/ProgressCalculation/TRenderInterface/functions.csv"
38+
"ignore" "Tools/ProgressCalculation/TRenderInterface/ignorelist.txt"
39+
"svgtemplate" "Tools/ProgressCalculation/TRenderInterface/template.svg"
40+
41+
"files"
42+
{
43+
"extension" ".cpp"
44+
"extension" ".hpp"
45+
"extension" ".c"
46+
"extension" ".h"
47+
"directory" "Toshi/Include/TRenderInterface"
48+
"directory" "Toshi/Source/TRenderInterface"
49+
}
50+
}
3551
}

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ Decompilation of the Toshi engine 1.0 and Jurassic Park: Operation Genesis (JPOG
33

44
## Status
55
<img src="https://opentoshi.net/progress/TKernelInterface.svg" width="100%"/>
6+
<img src="https://opentoshi.net/progress/TRenderInterface.svg" width="100%"/>
67
<img src="https://opentoshi.net/progress/PPropertyParser.svg" width="100%"/>
78

89
At the moment, this is not an accurate representation of the actual progress of the decomp, since many functions have not been marked as done.

0 commit comments

Comments
 (0)