Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-03 | TProtocol: Start work on `TProtocol`'s header file | mrb0nk500 | |
Still need to add the rest of the classes, and structs that're used, as well as the functions for all of these, but it's a start. | |||
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-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-04 | THeap: Add `THeap` class | mrb0nk500 | |
Some matching issues, but still a good start. | |||
2023-01-29 | pso: Add `TMainTask` | mrb0nk500 | |
2023-01-29 | pso: add `forward.h` | mrb0nk500 | |