summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-03-01TTcpSocket: Make `stat()` return a `short`mrb0nk500
2023-02-28TTcpSocket: Start work on `TTcpSocket`mrb0nk500
2023-02-28macros: Add `WEAK_FUNC`mrb0nk500
2023-02-28TSocket: Use the correct return type for all the virtualsmrb0nk500
2023-02-28TSocket: Make the flag helpers publicmrb0nk500
2023-02-28TSocket: Rename `stat` -> `stat_val`mrb0nk500
2023-02-28macros: Make the getter of `PRIVATE_MEMBER_ACCESSORS` return amrb0nk500
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-27TArray: Add some extra functionsmrb0nk500
2023-02-26TSocket: Start work on, and match most of `TSocket`mrb0nk500
2023-02-26TArray: Add `TArray` template classmrb0nk500
2023-02-26TObject: Make `all_parents_unqueued_for_destruction()` return an intmrb0nk500
2023-02-26pso/macros: Add `EXTERN_OBJECT_NAME` macromrb0nk500
2023-02-26pso/macros: Add getters/setters macrosmrb0nk500
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
2023-02-16TObject: Add `toggle_flags()`mrb0nk500
2023-02-16macros: Add new `TL_{}_OBJECTS` xmacrosmrb0nk500
2023-02-12TObject: Move private functions to the topmrb0nk500
2023-02-12context: Update context to match current statemrb0nk500
2023-02-12TObject: Correct typos in `remove_parent()`mrb0nk500
2023-02-12TMainTask: Swap `{dis,}allow` around in `DISALLOW_OR_ALLOW_CHILD`mrb0nk500
2023-02-12TObject: Add `m_` prefix to non-function members, and remove `get_` frommrb0nk500
2023-02-12TObject: Make non-function members private, and add getters, and settersmrb0nk500
2023-02-11TMainTask: Make the function order match the originalmrb0nk500
2023-02-11TMainTask: Add, and match `func_80228bbc()`mrb0nk500
2023-02-11TMainTask: Add, and match `func_80228c44()`mrb0nk500
2023-02-11TMainTask: Add, and match `func_80228dbc()`mrb0nk500
2023-02-11TMainTask: Rename `func_803db618()` -> `set_some_id()`mrb0nk500
2023-02-11TMainTask: Implement, and match `func_803db618()`mrb0nk500
2023-02-11TMainTask: Add, and match `render_clipout_and_fade()`mrb0nk500
2023-02-10context: Update context to current statemrb0nk500
2023-02-10TObject: Correct some minor stuffmrb0nk500
2023-02-10TMainTask: Add, and match `render_shadows()`mrb0nk500
2023-02-10TMainTask: Correct typo in if condition of `X_OR_Y_CHILD`mrb0nk500
2023-02-10TObject: Add `{,dis}allow_rendering_shadows()`mrb0nk500
2023-02-10TMainTask: Rename `lbl_805c5b9{8,c}` -> `{,old_}render_flags`mrb0nk500
2023-02-10TMainTask: Rename `{,old_}main_task_flags` -> `{,old_}update_flags`mrb0nk500
2023-02-10TObject: Implement, and match `alloc()`, and `free()`mrb0nk500
2023-02-10TMainTask: Rename all functions called by `render()` to more readablemrb0nk500
2023-02-10TMainTask: Match all functions called by `render()`mrb0nk500
2023-02-08make: Move runtime files to their proper place, and order in the binarymrb0nk500
2023-02-08runtime: Add `GCN_mem_alloc.c`mrb0nk500
2023-02-08OS: Add some externs from the Pikmin 2 decomp projectmrb0nk500
2023-02-08make, runtime: Start putting files, and functions in the right ordermrb0nk500
2023-02-08TMainTask: Add, and use `DISALLOW_OR_ALLOW_CHILD` macromrb0nk500