Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-30 | TProtocol: Add (and match) recv_{burst,exit}_{game,lobby}() | mrb0nk500 | |
2023-05-17 | TProtocol: Add (and match) the `SndPsoData` related command senders, | mrb0nk500 | |
along with a few other senders Man, those `SndPsoData` functions took way longer then they should've to figure out, mostly due to typecasting, and general weirdness. | |||
2023-05-11 | TProtocol: Add, and match `send_chara_data_v2()` | mrb0nk500 | |
Sorry for the long wait, was busy doing other things. | |||
2023-03-22 | TProtocol: Add (and match) more command senders | mrb0nk500 | |
2023-03-20 | TProtocol: Start work on the command senders | mrb0nk500 | |
2023-03-15 | TProtocol: Add (and match) more command handlers | mrb0nk500 | |
2023-03-14 | TProtocol: Add (and match) even more command handlers | mrb0nk500 | |
Slowly starting to get fleshed out. | |||
2023-03-12 | TProtocol: Add, and match more command handlers, along with some other | mrb0nk500 | |
functions needed to get them working | |||
2023-03-10 | TProtocol: Add (and somewhat match) even more command handlers | mrb0nk500 | |
2023-03-09 | TProtocol: Start adding, and matching more command handlers | mrb0nk500 | |
Also found out alot more assumptions I had were wrong. | |||
2023-03-09 | TProtocol: Start work on `handle_command()`, and the command handlers | mrb0nk500 | |
Hopefully, we can make some good progress. Also, oof, I didn't realize that what I thought were `operator=()`, or a manual `assign()` function, was actually a copy ctor. |