summaryrefslogtreecommitdiff
path: root/asm
AgeCommit message (Collapse)Author
2021-05-15Merge branch 'master' into render_begin_end_labelsAkira Akashi
2020-12-24rename PSQUATDotProduct to PSVECDotProduct (was a typo)Max
2020-12-13label possible pointer to some rendering context objectFelk
2020-12-13label begin_drawing and end_drawingFelk
2020-12-13name some blur/fake-antialiasing related labelsFelk
2020-11-25rename file to gUnkClass20.cpp, condense code, and add commentsMax
2020-11-25decompile code_801E07E8.o and code_801E0810.oMax
2020-11-11remove GScamera_asm.sMax
2020-11-11match GScamera (except func_801DEA3C)Max
2020-11-11match GScamera virtual function at 801DE5F8Max
2020-11-10progress on func_801DEA3CMax
2020-11-09match lbl_801DEEF8Max
2020-11-09match GScamera virtual func at 801DED3CMax
2020-11-08added nonmatching ifdefs for each function in GScamera and match register ↵Max
order in 801DDF78 constructor
2020-11-07decomp 801DDF78 and add mtx.hMax
2020-11-06remove code_801DD8C0_asm.sMax
2020-11-06C++ refactoring, adding nonmatching #ifdefs for ctors/dtor using operator ↵Max
delete for now
2020-11-06add GShierMemObject.h, and implement constructors for GSanimationObject and ↵Max
GSblendObject
2020-11-05add two nonmatching ifdefs to code_801DD8C0Max
2020-11-05decompile code_801DD8C0 with some nonmatchingsMax
2020-11-02start decompiling code_801DD8C0.oMax
2020-11-01add headerMax
2020-11-01decompile code_801DD5C8.oMax
2020-10-31refactor as code_801DCE6C to C++Max
2020-10-31match func_801DD294Max
2020-10-31match loop body in func_801DD294Max
2020-10-30add nonmatching ifdefMax
2020-10-30match up to func_801DD294Max
2020-10-29match up to func_801DCFE4, add string.h and stdlib.h, add types.h to ↵Max
Makefile include path, and move GameSpy under DWC
2020-10-27add headers and cleanupMax
2020-10-27match all of code_801DBE90Max
2020-10-27match up to func_801DCE38Max
2020-10-27match 801DC9CCMax
2020-10-27match up to func_801DC9CCMax
2020-10-27match up to func_801DC7F8Max
2020-10-27match up to func_801DC5FCMax
2020-10-27match func_801DC264Max
2020-10-27match func_801DC0C8Max
2020-10-24match first three functions in code_801DCE6CMax
2020-10-24match up to func_801DC0C8 with two nonmatchingsMax
2020-10-24match first two functions in code_801DBE90Max
2020-10-23delete code_801DBB3C_asm.sMax
2020-10-23bring func_801DBB48 closer to matchingMax
2020-10-23match func_801DBD74Max
2020-10-23match func_801DBD00Max
2020-10-23match func_801DBC58Max
2020-10-22decompile code_801DB81C, and revamp the source file layout template and type ↵Max
naming convention. Rename unkStruct to ctorStruct
2020-10-22figured out how to reference global variables from inline asm functions ↵Max
using a special declaration syntax and #pragmas for mwcceppc 3.0
2020-10-21remove warnings by adding explicits castsMax
2020-10-21match func_801DBA8CMax