Age | Commit message (Expand) | Author |
2023-05-30 | TProtocol: Add (and match) recv_pso_regist_{connect,check}() | mrb0nk500 |
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 |
2023-05-11 | TProtocol: Add, and match `send_chara_data_v2()` | mrb0nk500 |
2023-03-22 | TProtocol: Add (and match) more command senders | mrb0nk500 |
2023-03-20 | TProtocol: Start work on the command senders | mrb0nk500 |
2023-03-20 | TProtocol: Add (and match) `operator delete()` | mrb0nk500 |
2023-03-15 | TProtocol: Add `flex_packet`, and make use of it in `packet` | mrb0nk500 |
2023-03-15 | TProtocol: Add (and match) more command handlers | mrb0nk500 |
2023-03-15 | TProtocol: Rename `maybe_release_flag` -> `enable_v2_features` | mrb0nk500 |
2023-03-14 | TProtocol: Add (and match) even more command handlers | mrb0nk500 |
2023-03-12 | TProtocol: Add, and match more command handlers, along with some other | mrb0nk500 |
2023-03-12 | TProtocol: Rename some of the command handlers to match their names in | mrb0nk500 |
2023-03-10 | TProtocol: Add (and somewhat match) even more command handlers | mrb0nk500 |
2023-03-09 | global: Compile the entire codebase with `-sym on` | mrb0nk500 |
2023-03-09 | TProtocol: Start adding, and matching more command handlers | mrb0nk500 |
2023-03-09 | TProtocol: Start work on `handle_command()`, and the command handlers | mrb0nk500 |
2023-03-08 | macros: Add `as()` | mrb0nk500 |
2023-03-07 | global: Completly disable inlining | mrb0nk500 |
2023-03-07 | THeap: Replace `heap_x{malloc,free}` with `operator {new,delete}` | mrb0nk500 |
2023-03-07 | TObject: Replace `alloc()`, and `free()` with `operator {new,delete}` | mrb0nk500 |
2023-03-07 | global: Remove `override` from pure virtual definitions | mrb0nk500 |
2023-03-07 | T{Tcp,}Socket: Make `send(u8 *, size_t)` return the proper type | mrb0nk500 |
2023-03-07 | TTcpSocket: Remove `WEAK_FUNC` prefix from `TTcpSocket`'s ctor | mrb0nk500 |
2023-03-07 | TProtocol: Rename `packet.packet` -> `packet.pkt` | mrb0nk500 |
2023-03-06 | TProtocol: Disable inlining completely | mrb0nk500 |
2023-03-06 | TProtocol: Match both `parse_packet()`, and `run_task()` | mrb0nk500 |
2023-03-05 | global: Start work on making the codebase match without inlining | mrb0nk500 |
2023-03-04 | TProtocol: Match ctor | mrb0nk500 |
2023-03-03 | TProtocol: Get `TProtocol` to the point of building | mrb0nk500 |
2023-03-03 | TPlySmth: Add `TPlySmth` | mrb0nk500 |
2023-03-03 | TPlyClientConfig: Add `TPlyClientConfig` | mrb0nk500 |
2023-03-03 | TPlyCharData: Add `TPlyCharData` | mrb0nk500 |
2023-03-03 | TPlyInventory: Add `TPlyInventory` | mrb0nk500 |
2023-03-03 | TPlyDispData: Add `TPlyDispData` | mrb0nk500 |
2023-03-03 | TMath: Add `TMath` | mrb0nk500 |
2023-03-03 | TArray: Add `at()`, and `at_as()` | mrb0nk500 |
2023-03-03 | TTcpSocket: Revert `TTcpSocket: Make most of the virtuals inline` | mrb0nk500 |
2023-03-03 | TProtocol: Start work on `TProtocol`'s header file | mrb0nk500 |
2023-03-03 | TTcpSocket: Make most of the virtuals inline | mrb0nk500 |
2023-03-03 | TMenuList, TPlyGuildCardTag: Add constructors | mrb0nk500 |
2023-03-02 | TPlyGuildCardTag: Fix compilation error in `_assign()` | mrb0nk500 |
2023-03-02 | TMenuList, TPlyGuildCardTag: Actually match both classes | mrb0nk500 |
2023-03-02 | TPlyGuildCardTag: Make variable members private, and add accessors for | mrb0nk500 |
2023-03-02 | TPlyGuildCardTag: Put everything upto `guildcard_number` in a union | mrb0nk500 |
2023-03-02 | TMenuListEntry: Make the entry arrays use `TArray`, instead of a | mrb0nk500 |
2023-03-02 | TArray: Make `{,fast_}fill_with()` type generic | mrb0nk500 |
2023-03-02 | TArray: Add `size_as()` | mrb0nk500 |
2023-03-01 | TTcpSocket: Make `some_stub()` a member function | mrb0nk500 |
2023-03-01 | TTcpSocket: Make `stat()` return a `short` | mrb0nk500 |