summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-07-18TObject: Properly match `run_tasks()`HEADmastermrb0nk500
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
2023-05-11TProtocol: Add, and match `send_chara_data_v2()`mrb0nk500
2023-03-22TProtocol: Add (and match) more command sendersmrb0nk500
2023-03-20TProtocol: Start work on the command sendersmrb0nk500
2023-03-15TProtocol: Add `flex_packet`, and make use of it in `packet`mrb0nk500
2023-03-15TProtocol: Add (and match) more command handlersmrb0nk500
2023-03-15TProtocol: Rename `maybe_release_flag` -> `enable_v2_features`mrb0nk500
2023-03-14TProtocol: Add (and match) even more command handlersmrb0nk500
2023-03-12TProtocol: Add, and match more command handlers, along with some othermrb0nk500
2023-03-12TProtocol: Rename some of the command handlers to match their names inmrb0nk500
2023-03-10TProtocol: Add (and somewhat match) even more command handlersmrb0nk500
2023-03-09global: Compile the entire codebase with `-sym on`mrb0nk500
2023-03-09TProtocol: Start adding, and matching more command handlersmrb0nk500
2023-03-09TProtocol: Start work on `handle_command()`, and the command handlersmrb0nk500
2023-03-07global: Completly disable inliningmrb0nk500
2023-03-07THeap: Replace `heap_x{malloc,free}` with `operator {new,delete}`mrb0nk500
2023-03-07TObject: Replace `alloc()`, and `free()` with `operator {new,delete}`mrb0nk500
2023-03-07TProtocol: Use `const short` variable for return value inmrb0nk500
2023-03-07T{Tcp,}Socket: Make `send(u8 *, size_t)` return the proper typemrb0nk500
2023-03-07TTcpSocket: Remove unnecessary local variablesmrb0nk500
2023-03-07TProtocol: Rename `packet.packet` -> `packet.pkt`mrb0nk500
2023-03-06TProtocol: Disable inlining completelymrb0nk500
2023-03-06TProtocol: Match both `parse_packet()`, and `run_task()`mrb0nk500
2023-03-05global: Start work on making the codebase match without inliningmrb0nk500
2023-03-04TProtocol: Match ctormrb0nk500
2023-03-03TProtocol: Get `TProtocol` to the point of buildingmrb0nk500
2023-03-03TTcpSocket: Revert `TTcpSocket: Make most of the virtuals inline`mrb0nk500
2023-03-03TTcpSocket: Make most of the virtuals inlinemrb0nk500
2023-03-03TMenuList, TPlyGuildCardTag: Add constructorsmrb0nk500
2023-03-02TMenuList, TPlyGuildCardTag: Actually match both classesmrb0nk500
2023-03-02TPlyGuildCardTag: Make variable members private, and add accessors formrb0nk500
2023-03-02TPlyGuildCardTag: Put everything upto `guildcard_number` in a unionmrb0nk500
2023-03-02TArray: Make `{,fast_}fill_with()` type genericmrb0nk500
2023-03-02TTcpSocket: Match `test_connection()`mrb0nk500
2023-03-01TTcpSocket: Match `open()`mrb0nk500
2023-03-01TTcpSocket: Make `some_stub()` a member functionmrb0nk500
2023-03-01TTcpSocket: Make `stat()` return a `short`mrb0nk500
2023-02-28TTcpSocket: Start work on `TTcpSocket`mrb0nk500
2023-02-28PSOV3EncryptionTCP: Add, and fully match `PSOV3EncryptionTCP`mrb0nk500
2023-02-28PSOV3Encryption: Make `update_stream()` a lot cleanermrb0nk500
2023-02-28PSOV3Encryption: Rename `encrypt()` -> `init()`mrb0nk500
2023-02-28PSOV3Encryption: Add, and fully match `PSOV3Encryption`mrb0nk500
2023-02-26TSocket: Start work on, and match most of `TSocket`mrb0nk500
2023-02-26TObject: Make `all_parents_unqueued_for_destruction()` return an intmrb0nk500
2023-02-25TMenuList: Add `TMenuList`, and everything else that's needed to get itmrb0nk500
2023-02-16TMainTask: Complete `TMainTask.cpp`mrb0nk500
2023-02-16TObject: Add `toggle_flag_3()`mrb0nk500