Age | Commit message (Expand) | Author |
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: Add, and match `render_clipout_and_fade()` | 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 | TObject: Implement, and match `alloc()`, and `free()` | mrb0nk500 |
2023-02-10 | TMainTask: Rename all functions called by `render()` to more readable | mrb0nk500 |
2023-02-08 | OS: Add some externs from the Pikmin 2 decomp project | 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 | 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: Add, and make use of `heap_node` struct | mrb0nk500 |
2023-02-05 | THeap: Correct typo with `heap_xfree()`'s return type | mrb0nk500 |
2023-02-05 | TMainTask: Add, and match `init_main_task()` | mrb0nk500 |
2023-02-05 | macros: Add `TL_OBJECTS` xmacro | mrb0nk500 |
2023-02-05 | THeap: Add global heaps | mrb0nk500 |
2023-02-05 | THeap: Fix single include ifdef in header | mrb0nk500 |
2023-02-04 | THeap: Add `THeap` class | mrb0nk500 |
2023-02-03 | TMainTask: Add, and match `func_0x10()` | mrb0nk500 |
2023-02-03 | TObject: Add `{set,clear}_flag_4()` | mrb0nk500 |
2023-02-03 | TMainTask: Add `SET_OR_CLEAR_CHILD_FLAGS` macro | mrb0nk500 |
2023-02-03 | TMainTask: Add, and match `run_task()` | mrb0nk500 |
2023-02-03 | TObject, TMainTask: Make object names extern, and declare them in | mrb0nk500 |
2023-02-03 | TObject: Make all the task related globals extern | mrb0nk500 |
2023-02-03 | TMainTask: Add private helpers for setting, clearing, and getting | mrb0nk500 |
2023-02-03 | TObject: Add `{set,clear}_flag_3()` | mrb0nk500 |
2023-02-03 | pso/macros: Add `FOREACH_NODE{,_NODECL}_MULTI_ITER` | mrb0nk500 |
2023-02-03 | sdk: Use `NMWException.h`, and `fdlibm.h` from prime decomp project | mrb0nk500 |
2023-02-03 | global: Add rest of Dolphin SDK proper, add MSL, and MetroTRK | mrb0nk500 |
2023-02-02 | macros.inc: use multi-line comments, instead of single line comments | mrb0nk500 |
2023-02-02 | sdk: Add `mtx` | mrb0nk500 |
2023-02-01 | types: Rename `types.h` to `global_types.h` | mrb0nk500 |