Age | Commit message (Expand) | Author |
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: 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-05 | TMainTask: Match destructor | mrb0nk500 |
2023-02-05 | THeap: Add stubs for `heap_x{free,malloc}()` | mrb0nk500 |
2023-02-05 | TMainTask: Add, and match `init_main_task()` | mrb0nk500 |
2023-02-05 | THeap: Add global heaps | mrb0nk500 |
2023-02-05 | THeap: Get `heap_alloc()`, and the constructor closer to matching | 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: Make use of `SET_OR_CLEAR_CHILD_FLAGS` in `run_task()` | 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: Add `{set,clear}_flag_3()` | mrb0nk500 |
2023-02-03 | global: Add rest of Dolphin SDK proper, add MSL, and MetroTRK | mrb0nk500 |
2023-02-02 | sdk: Add the rest of Dolphin SDK to object file list | mrb0nk500 |
2023-02-02 | mtx: Decompile `PSVECDistance()` | mrb0nk500 |
2023-02-02 | mtx: Decompile `C_MTXLightFrustum()` | mrb0nk500 |
2023-02-02 | sdk: Add `mtx` | mrb0nk500 |
2023-02-01 | TObject: Correct typo in `get_node_count()` | mrb0nk500 |
2023-02-01 | global: Import Dolphin SDK | mrb0nk500 |
2023-01-30 | TObject, macros: Add `FOREACH_NODE` macros for dealing with TObject | mrb0nk500 |
2023-01-30 | TObject, TObject2: Create `TObject2.cpp`, and move flag functions | mrb0nk500 |
2023-01-30 | TObject: Add task related globals | mrb0nk500 |
2023-01-30 | Global: Add necessary files to test linking | mrb0nk500 |
2023-01-30 | Makefile: Add `TEST_LD` env var for testing out linking | mrb0nk500 |
2023-01-29 | __start: Use `__start` from the Super Mario Sunshine decomp project | mrb0nk500 |
2023-01-29 | pso: Add `TMainTask` | mrb0nk500 |
2023-01-29 | pso: add `macros.h` | mrb0nk500 |
2023-01-29 | TObject: Use `vu16` from `types.h` | mrb0nk500 |
2023-01-29 | Global: Move `TObject.cpp` to `pso/` directory | mrb0nk500 |
2023-01-28 | TObject: Perfectly matched `TObject::run_tasks()` | mrb0nk500 |
2023-01-28 | Initial commit | mrb0nk500 |