Age | Commit message (Expand) | Author |
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 | make: Suppress winedebug output | 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 | make: Start adding Dolphin SDK files to object list | mrb0nk500 |
2023-02-01 | make: Create `CFLAGS_BASE`, and make seperate `FLAGS` for c, and c++ | mrb0nk500 |
2023-02-01 | types: Rename `types.h` to `global_types.h` | mrb0nk500 |
2023-02-01 | global: Import Dolphin SDK | mrb0nk500 |
2023-01-31 | asm: Add `macros.inc` | mrb0nk500 |
2023-01-31 | asm: Start work on importing the 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 | .gitignore: Add `build` directory to ignore list | 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 | Add `Makefile`, and `obj_files.mk` | mrb0nk500 |
2023-01-29 | pso: Add `TMainTask` | mrb0nk500 |
2023-01-29 | pso: add `forward.h` | mrb0nk500 |
2023-01-29 | pso: add `macros.h` | mrb0nk500 |
2023-01-29 | types.h: Use local path include, instead of system path include | mrb0nk500 |
2023-01-29 | TObject: Use `vu16` from `types.h` | mrb0nk500 |
2023-01-29 | TObject: Use `types.h` to get the typedefs | 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 | Added .gitignore | mrb0nk500 |
2023-01-28 | Initial commit | mrb0nk500 |