Age | Commit message (Expand) | Author |
---|---|---|
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 |