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-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 | |