summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2020-10-21ordering/reg swap in func_801DB9FCMax
2020-10-21match func_801DB92CMax
2020-10-20add header files and reduce scope of local variable/functionsMax
2020-10-20match code_801DB040Max
2020-10-20match up to func_801DB79CMax
2020-10-20match func_801DB184Max
2020-10-20match func_801DB07CMax
2020-10-19match func_801DB040 and func_801DB07CMax
2020-10-18mark else block of func_801DAFAC as nonmatchingMax
2020-10-18wrapped func_801DAFAC in a ifdefMax
2020-10-18make gUnk8063F2C8 file scopeMax
2020-10-18arrange file-local type definitions, constants, and objects into an unnamed ↵Max
namespace
2020-10-18add headers, and mark internal functions as staticMax
2020-10-18match code_801DAAE0.cppMax
2020-10-18match func_801DAFAC using an inline asm blockMax
2020-10-18match up to func_801DAF70Max
2020-10-18match func_801DAC0C, func_801DAC14, func_801DAC44Max
2020-10-18match func_801DAB28, func_801DAB30, and func_801DAB78Max
2020-10-17match func_801DAAE0Max
2020-10-17add note to ctors_2, and organize function/class declarations into headersMax
2020-10-17got OK by splitting ctors.s and sbss.s and editing the link order in the ↵Max
Makefile
2020-10-17rename code_801DAA30's static initializer in ctors.s, and match ↵Max
code_801DAA30.cpp. Does not link because the __sinit_ function is not global
2020-09-29split MSL_C math functions, and reorganize source treeMax
2020-09-29fix includesMax
2020-09-20add src/GameSpy to makefile, fill src/GameSpy and asm/GameSpyMax
2020-09-19fix warningsred031000
2020-09-19add pragma internal onred031000
2020-09-19decompile ptmf.ored031000
2020-09-17decompile darray.c. ArraySearch and ArrayInsertedSorted nonmatching with ↵Max
register swaps for now
2020-09-17Match all except ArraySearch & ArrayInsertSortedMax
2020-09-16match ArrayNewMax
2020-09-16rough decompMax
2020-09-16Added inferred inline functions ArrayInsert and ArrayCheckGrowMax
2020-09-16progress on darray.c, inlining calls to ArrayNth and ArrayRemoveAtMax
2020-09-16darray.c progress, added qsort.h, qsort labeledMax
2020-09-16ArrayNew, Free, Length, Nth and Append. Labeling and updates to heaadersMax
2020-09-15remove todoMax
2020-09-15remove hashtable.sMax
2020-09-15cleanupMax
2020-09-15hashtable.c matches, but needs cleanupMax
2020-09-15TableLookup, TableMapSafe, TableMapSafe2. Added darray.h headerMax
2020-09-15TableCount, TableEnter, and TableRemoveMax
2020-09-15decomp TableNew, TableNew2, TableFree, and add labels for referencesMax
2020-09-15added consts.hMax
2020-09-15cleanupMax
2020-09-15Match OSAlloc.c, labeled HeapArray is sbss.sMax
2020-09-15OSAlloc.c need to fixed offsets to global static data, then it will matchMax
2020-09-14OSFreeToHeap matching besides SDA offset, OSAllocFromHeap almost matching ↵Max
besides register swap
2020-09-13newlinered031000
2020-09-13FISRT FUNC DECOMPED, DLInsertred031000