Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-02 | mtx: Decompile `PSVECDistance()` | mrb0nk500 | |
2023-02-02 | mtx: Decompile `C_MTXLightFrustum()` | mrb0nk500 | |
2023-02-02 | sdk: Add `mtx` | mrb0nk500 | |
We're slowly getting there. | |||
2023-02-01 | TObject: Correct typo in `get_node_count()` | mrb0nk500 | |
Oof, forgot an underscore. | |||
2023-02-01 | make: Start adding Dolphin SDK files to object list | mrb0nk500 | |
Still need to do the rest. | |||
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 | |
This version comes from the Metroid Prime decompilation project. https://github.com/PrimeDecomp/prime | |||
2023-01-31 | asm: Add `macros.inc` | mrb0nk500 | |
2023-01-31 | asm: Start work on importing the Dolphin SDK | mrb0nk500 | |
It's a start, but need to import more. | |||
2023-01-30 | TObject, macros: Add `FOREACH_NODE` macros for dealing with TObject | mrb0nk500 | |
iteration Thanks to EpochFlame for suggesting this. | |||
2023-01-30 | TObject, TObject2: Create `TObject2.cpp`, and move flag functions | mrb0nk500 | |
into it This is necessary to get the function placement correct. | |||
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 | |
Link to project: https://github.com/doldecomp/sms | |||
2023-01-29 | Add `Makefile`, and `obj_files.mk` | mrb0nk500 | |
This makefile is based on the one from the Super Mario Sunshine decompilation project. https://github.com/doldecomp/sms | |||
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 | |
Required a weird `volatile` typecast in the `if (!node->get_flags(4))` block. | |||
2023-01-28 | Added .gitignore | mrb0nk500 | |
2023-01-28 | Initial commit | mrb0nk500 | |