Age | Commit message (Expand) | Author |
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 |
2023-02-28 | TTcpSocket: Start work on `TTcpSocket` | mrb0nk500 |
2023-02-28 | macros: Add `WEAK_FUNC` | mrb0nk500 |
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-28 | macros: Make the getter of `PRIVATE_MEMBER_ACCESSORS` return a | mrb0nk500 |
2023-02-28 | PSOV3EncryptionTCP: Add, and fully match `PSOV3EncryptionTCP` | mrb0nk500 |
2023-02-28 | PSOV3Encryption: Rename `encrypt()` -> `init()` | mrb0nk500 |
2023-02-28 | PSOV3Encryption: Add, and fully match `PSOV3Encryption` | mrb0nk500 |
2023-02-27 | TArray: Add some extra functions | mrb0nk500 |
2023-02-26 | TSocket: Start work on, and match most of `TSocket` | mrb0nk500 |
2023-02-26 | TArray: Add `TArray` template class | mrb0nk500 |
2023-02-26 | TObject: Make `all_parents_unqueued_for_destruction()` return an int | mrb0nk500 |
2023-02-26 | pso/macros: Add `EXTERN_OBJECT_NAME` macro | mrb0nk500 |
2023-02-26 | pso/macros: Add getters/setters macros | mrb0nk500 |
2023-02-25 | TMenuList: Add `TMenuList`, and everything else that's needed to get it | mrb0nk500 |
2023-02-16 | TMainTask: Complete `TMainTask.cpp` | mrb0nk500 |
2023-02-16 | TObject: Add `toggle_flag_3()` | mrb0nk500 |
2023-02-16 | TObject: Add `toggle_flags()` | mrb0nk500 |
2023-02-16 | macros: Add new `TL_{}_OBJECTS` xmacros | mrb0nk500 |
2023-02-12 | TObject: Move private functions to the top | mrb0nk500 |
2023-02-12 | context: Update context to match current state | mrb0nk500 |
2023-02-12 | TObject: Correct typos in `remove_parent()` | mrb0nk500 |
2023-02-12 | TMainTask: Swap `{dis,}allow` around in `DISALLOW_OR_ALLOW_CHILD` | mrb0nk500 |