Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-03-06 | TProtocol: Match both `parse_packet()`, and `run_task()` | mrb0nk500 | |
2023-03-04 | TProtocol: Match ctor | mrb0nk500 | |
The reason for the large change is because I was trying to figure out why `TTcpSocket`'s ctor was so disjointed from the rest of the functions. Turns out, it's inlined, and inlining was turned off. Most likely, the whole codebase has inlining turned off. oof, press f `TArray`. | |||
2023-02-28 | TSocket: Use the correct return type for all the virtuals | mrb0nk500 | |
2023-02-28 | TSocket: Make the flag helpers public | mrb0nk500 | |
2023-02-28 | TSocket: Rename `stat` -> `stat_val` | mrb0nk500 | |
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. |