Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

decomp: decompile almost all the platform related files #812

Merged
merged 29 commits into from
Sep 7, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
540dac2
deocmp: `plat` finished, `baseplat` started
xTVaser Aug 22, 2021
47c391d
decomp: finish `baseplat`
xTVaser Aug 24, 2021
c5212b7
decomp: finish `plat-button`
xTVaser Aug 24, 2021
a2b111d
decomp: finish `plat-eco`
xTVaser Aug 24, 2021
ba8577e
decomp: finish `citb-drop-plat-CIT`
xTVaser Aug 24, 2021
4806b8d
decomp: finish `cit-drop-plat-L1`
xTVaser Aug 24, 2021
ff0be21
decomp: finish `plat-flip`
xTVaser Aug 25, 2021
059c5b2
decomp: added a bunch of label defs
xTVaser Aug 25, 2021
983e249
Merge remote-tracking branch 'water111/master' into decomp/plat
xTVaser Aug 31, 2021
fdbe079
decomp: `plat-button` ref test added
xTVaser Aug 31, 2021
46a3660
stash
xTVaser Sep 1, 2021
ada46c5
Merge remote-tracking branch 'water111/master' into decomp/plat
xTVaser Sep 1, 2021
6c8dc7a
decomp: finish `baseplat`
xTVaser Sep 1, 2021
256985b
decomp: finish `plat`
xTVaser Sep 1, 2021
d839cea
decomp: finish `plat-button`
xTVaser Sep 1, 2021
2d17c7f
tests: fix offline-test to handle multi-DGO files better
xTVaser Sep 2, 2021
37e622d
decomp: finish `citb-drop-plat-CIT`
xTVaser Sep 2, 2021
7551057
Merge remote-tracking branch 'water111/master' into decomp/plat
xTVaser Sep 2, 2021
af67b73
decomp: finish `plat-flip`
xTVaser Sep 2, 2021
a72b20e
decomp: finish `wedge-plats`
xTVaser Sep 2, 2021
5dbe55b
tools: fix memory analyzer, skip invalid type
xTVaser Sep 2, 2021
a456f0f
decomp: finish `wall-plat`
xTVaser Sep 2, 2021
e6e26e1
fix ordering
xTVaser Sep 2, 2021
1237e89
Merge remote-tracking branch 'water111/master' into decomp/plat
xTVaser Sep 3, 2021
c731465
fix some casting issues
xTVaser Sep 3, 2021
94ff6c1
Merge remote-tracking branch 'water111/master' into decomp/plat
xTVaser Sep 6, 2021
e786bb6
cleanup after conflict resolution
xTVaser Sep 6, 2021
dffcae7
address reviews
xTVaser Sep 7, 2021
f2a9fca
Merge remote-tracking branch 'water111/master' into decomp/plat
xTVaser Sep 7, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions .vs/launch.vs.json
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,13 @@
"name" : "Run - EE Memory Analyze",
"args" : [ "${workspaceRoot}/eeMemory.bin", "${workspaceRoot}"]
},
{
"type" : "default",
"project" : "CMakeLists.txt",
"projectTarget" : "memory_dump_tool.exe (bin\\memory_dump_tool.exe)",
"name" : "Run - EE Memory Analyze - Test",
"args" : [ "\"C:\\Users\\xtvas\\Repositories\\pcsx2\\128mb\\sstates\\SCUS-97124 (1B3976AB).00.p2s\"", "${workspaceRoot}"]
},
{
"type" : "default",
"project" : "CMakeLists.txt",
Expand Down
11 changes: 11 additions & 0 deletions Taskfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,10 @@ tasks:
- task: decomp-file
- python ./scripts/add-reference-test.py --file "{{.FILE}}"
- task: offline-tests
add-reference-test-no-decomp:
cmds:
- python ./scripts/add-reference-test.py --file "{{.FILE}}"
- task: offline-tests
update-reference-tests:
cmds:
- cmd: python ./scripts/default-file-or-folder.py --path failures
Expand All @@ -64,4 +68,11 @@ tasks:
type-test:
cmds:
- ./out/build/Release/bin/goalc-test.exe --gtest_brief=0 --gtest_filter="*TypeConsistency*"
# TODO - make a script that checks for function/method splits
# TODO - make a script to cleanup common cruft from finished file
file-good?:
cmds:
- task: type-test
- task: offline-tests
- task: find-label-types

Loading