Age | Commit message (Expand) | Author |
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 |
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 | context: Update context to current state | mrb0nk500 |
2023-02-10 | TObject: Correct some minor stuff | mrb0nk500 |
2023-02-10 | TMainTask: Add, and match `render_shadows()` | mrb0nk500 |
2023-02-10 | TMainTask: Correct typo in if condition of `X_OR_Y_CHILD` | mrb0nk500 |
2023-02-10 | TObject: Add `{,dis}allow_rendering_shadows()` | mrb0nk500 |
2023-02-10 | TMainTask: Rename `lbl_805c5b9{8,c}` -> `{,old_}render_flags` | mrb0nk500 |
2023-02-10 | TMainTask: Rename `{,old_}main_task_flags` -> `{,old_}update_flags` | mrb0nk500 |
2023-02-10 | TObject: Implement, and match `alloc()`, and `free()` | mrb0nk500 |
2023-02-10 | TMainTask: Rename all functions called by `render()` to more readable | mrb0nk500 |
2023-02-10 | TMainTask: Match all functions called by `render()` | mrb0nk500 |
2023-02-08 | make: Move runtime files to their proper place, and order in the binary | mrb0nk500 |
2023-02-08 | runtime: Add `GCN_mem_alloc.c` | mrb0nk500 |
2023-02-08 | OS: Add some externs from the Pikmin 2 decomp project | mrb0nk500 |
2023-02-08 | make, runtime: Start putting files, and functions in the right order | mrb0nk500 |
2023-02-08 | TMainTask: Add, and use `DISALLOW_OR_ALLOW_CHILD` macro | mrb0nk500 |
2023-02-08 | TMainTask: Add, and use `X_OR_Y_CHILD` macro | mrb0nk500 |
2023-02-08 | TObject: Rename `is_flag_0_clear_for_all_parents()` -> | mrb0nk500 |
2023-02-08 | TObject: Rename `set_flag_0_for_each_node()` -> | mrb0nk500 |
2023-02-08 | TObject: Rename `BIT_8` -> `DISALLOW_RENDER_SHADOWS` | mrb0nk500 |
2023-02-08 | TObject: Rename `clear_flag_4()` -> `allow_rendering()` | mrb0nk500 |
2023-02-08 | TObject: Rename `set_flag_4()` -> `disallow_rendering()` | mrb0nk500 |
2023-02-08 | TObject: Rename `set_flag_0()` -> `queue_destruction()` | mrb0nk500 |
2023-02-08 | TObject: Add, and make use of `enum object_flags` | mrb0nk500 |
2023-02-08 | make: Remove `-enum int` from `CFLAGS_BASE` | mrb0nk500 |
2023-02-08 | TObject: Rename `call_func_0x14_for_each_node()` -> | mrb0nk500 |
2023-02-08 | TObject: Rename `call_func_0x10_for_each_node2()` -> `render_nodes2()` | mrb0nk500 |
2023-02-08 | TObject: Rename `call_func_0x10_for_each_node()` -> `render_nodes()` | mrb0nk500 |
2023-02-08 | TObject: Rename `func_0x14()` -> `render_shadows()` | mrb0nk500 |
2023-02-08 | TObject: Rename `func_0x10()` -> `render()` | mrb0nk500 |
2023-02-07 | THeap: Rename `aligned_size` -> `node_size` | mrb0nk500 |
2023-02-07 | THeap: Make `next_u8` const | mrb0nk500 |
2023-02-07 | THeap: Match `heap_alloc()` | mrb0nk500 |
2023-02-07 | THeap: Use `sizeof(heap_node)` instead of `heap_offset` | mrb0nk500 |
2023-02-07 | THeap: Match `THeap::THeap()` | mrb0nk500 |
2023-02-07 | THeap: Add, and make use of `heap_node` struct | mrb0nk500 |
2023-02-06 | context: Fix typo with return value of `heap_xfree()` | mrb0nk500 |