Skip to content

Commit 7e49383

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

File tree

5 files changed

+1130
-1
lines changed

5 files changed

+1130
-1
lines changed

.decomp-progress

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ projects
1616
"directory" "Toshi/Source/TKernel"
1717
}
1818
}
19-
"PPropertyParser"
19+
"PPropertyParser"
2020
{
2121
"functions" "Tools/ProgressCalculation/PPropertyParser/functions.csv"
2222
"ignore" "Tools/ProgressCalculation/PPropertyParser/ignorelist.txt"
@@ -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/TRender"
48+
"directory" "Toshi/Source/TRender"
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)