Age | Commit message (Expand) | Author |
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-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 | TProtocol: Use `const short` variable for return value in | mrb0nk500 |
2023-03-07 | T{Tcp,}Socket: Make `send(u8 *, size_t)` return the proper type | mrb0nk500 |
2023-03-07 | TTcpSocket: Remove unnecessary local variables | 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 | TTcpSocket: Revert `TTcpSocket: Make most of the virtuals inline` | mrb0nk500 |
2023-03-03 | TTcpSocket: Make most of the virtuals inline | mrb0nk500 |
2023-03-03 | TMenuList, TPlyGuildCardTag: Add constructors | 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 | TArray: Make `{,fast_}fill_with()` type generic | mrb0nk500 |
2023-03-02 | TTcpSocket: Match `test_connection()` | mrb0nk500 |
2023-03-01 | TTcpSocket: Match `open()` | 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 | PSOV3EncryptionTCP: Add, and fully match `PSOV3EncryptionTCP` | mrb0nk500 |
2023-02-28 | PSOV3Encryption: Make `update_stream()` a lot cleaner | mrb0nk500 |
2023-02-28 | PSOV3Encryption: Rename `encrypt()` -> `init()` | mrb0nk500 |
2023-02-28 | PSOV3Encryption: Add, and fully match `PSOV3Encryption` | mrb0nk500 |
2023-02-26 | TSocket: Start work on, and match most of `TSocket` | mrb0nk500 |
2023-02-26 | TObject: Make `all_parents_unqueued_for_destruction()` return an int | 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-12 | TObject: Add `m_` prefix to non-function members, and remove `get_` from | mrb0nk500 |
2023-02-12 | TObject: Make non-function members private, and add getters, and setters | mrb0nk500 |
2023-02-11 | TMainTask: Make the function order match the original | mrb0nk500 |
2023-02-11 | TMainTask: Add, and match `func_80228bbc()` | mrb0nk500 |
2023-02-11 | TMainTask: Add, and match `func_80228c44()` | mrb0nk500 |
2023-02-11 | TMainTask: Add, and match `func_80228dbc()` | mrb0nk500 |
2023-02-11 | TMainTask: Rename `func_803db618()` -> `set_some_id()` | mrb0nk500 |
2023-02-11 | TMainTask: Implement, and match `func_803db618()` | mrb0nk500 |
2023-02-11 | TMainTask: Add, and match `render_clipout_and_fade()` | mrb0nk500 |
2023-02-10 | TMainTask: Add, and match `render_shadows()` | mrb0nk500 |