summaryrefslogtreecommitdiff
path: root/include/pso/packet_classes.h
AgeCommit message (Collapse)Author
2023-05-30TProtocol: Add (and match) recv_pso_regist_{connect,check}()mrb0nk500
2023-05-30TProtocol: Add (and match) recv_{burst,exit}_{game,lobby}()mrb0nk500
2023-05-17TProtocol: 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-11TProtocol: Add, and match `send_chara_data_v2()`mrb0nk500
Sorry for the long wait, was busy doing other things.
2023-03-22TProtocol: Add (and match) more command sendersmrb0nk500
2023-03-20TProtocol: Start work on the command sendersmrb0nk500
2023-03-15TProtocol: Add (and match) more command handlersmrb0nk500
2023-03-14TProtocol: Add (and match) even more command handlersmrb0nk500
Slowly starting to get fleshed out.
2023-03-12TProtocol: Add, and match more command handlers, along with some othermrb0nk500
functions needed to get them working
2023-03-10TProtocol: Add (and somewhat match) even more command handlersmrb0nk500
2023-03-09TProtocol: Start adding, and matching more command handlersmrb0nk500
Also found out alot more assumptions I had were wrong.
2023-03-09TProtocol: Start work on `handle_command()`, and the command handlersmrb0nk500
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.