Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-28 | TTcpSocket: Start work on `TTcpSocket` | mrb0nk500 | |
I've done most of it, still have to do `test_connection()`, and `open()`. | |||
2023-02-28 | PSOV3EncryptionTCP: Add, and fully match `PSOV3EncryptionTCP` | mrb0nk500 | |
That was way easier than I expected, I thought it'd take a lot longer than this. | |||
2023-02-28 | PSOV3Encryption: Add, and fully match `PSOV3Encryption` | mrb0nk500 | |
Boy, that took way too long to match, mainly due to regalloc issues in `update_stream()`. | |||
2023-02-26 | TSocket: Start work on, and match most of `TSocket` | mrb0nk500 | |
Still need to implement, and match `resolve_domain()`, but it's a good starting point for decompiling the netcode. | |||
2023-02-25 | TMenuList: Add `TMenuList`, and everything else that's needed to get it | mrb0nk500 | |
working I feel this is a good starting point for working on the protocol related code. | |||
2023-02-08 | make: Move runtime files to their proper place, and order in the binary | mrb0nk500 | |
2023-02-08 | runtime: Add `GCN_mem_alloc.c` | mrb0nk500 | |
2023-02-08 | make, runtime: Start putting files, and functions in the right order | mrb0nk500 | |
2023-02-04 | THeap: Add `THeap` class | mrb0nk500 | |
Some matching issues, but still a good start. | |||
2023-02-03 | global: Add rest of Dolphin SDK proper, add MSL, and MetroTRK | mrb0nk500 | |
Finally, it links properly. | |||
2023-02-02 | sdk: Add the rest of Dolphin SDK to object file list | mrb0nk500 | |
2023-02-02 | sdk: Add `mtx` | mrb0nk500 | |
We're slowly getting there. | |||
2023-02-01 | make: Start adding Dolphin SDK files to object list | mrb0nk500 | |
Still need to do the rest. | |||
2023-01-30 | TObject, TObject2: Create `TObject2.cpp`, and move flag functions | mrb0nk500 | |
into it This is necessary to get the function placement correct. | |||
2023-01-30 | Global: Add necessary files to test linking | mrb0nk500 | |
2023-01-29 | Add `Makefile`, and `obj_files.mk` | mrb0nk500 | |
This makefile is based on the one from the Super Mario Sunshine decompilation project. https://github.com/doldecomp/sms |