summaryrefslogtreecommitdiff
path: root/src/pso/TObject.cpp
AgeCommit message (Expand)Author
2023-02-26TObject: Make `all_parents_unqueued_for_destruction()` return an intmrb0nk500
2023-02-12TObject: Add `m_` prefix to non-function members, and remove `get_` frommrb0nk500
2023-02-10TObject: Implement, and match `alloc()`, and `free()`mrb0nk500
2023-02-08TObject: Rename `is_flag_0_clear_for_all_parents()` ->mrb0nk500
2023-02-08TObject: Rename `set_flag_0_for_each_node()` ->mrb0nk500
2023-02-08TObject: Rename `BIT_8` -> `DISALLOW_RENDER_SHADOWS`mrb0nk500
2023-02-08TObject: Rename `set_flag_0()` -> `queue_destruction()`mrb0nk500
2023-02-08TObject: Add, and make use of `enum object_flags`mrb0nk500
2023-02-08TObject: Rename `call_func_0x14_for_each_node()` ->mrb0nk500
2023-02-08TObject: Rename `call_func_0x10_for_each_node2()` -> `render_nodes2()`mrb0nk500
2023-02-08TObject: Rename `call_func_0x10_for_each_node()` -> `render_nodes()`mrb0nk500
2023-02-08TObject: Rename `func_0x14()` -> `render_shadows()`mrb0nk500
2023-02-08TObject: Rename `func_0x10()` -> `render()`mrb0nk500
2023-02-05TMainTask: Add, and match `init_main_task()`mrb0nk500
2023-02-03TObject, TMainTask: Make object names extern, and declare them inmrb0nk500
2023-02-01TObject: Correct typo in `get_node_count()`mrb0nk500
2023-01-30TObject, macros: Add `FOREACH_NODE` macros for dealing with TObjectmrb0nk500
2023-01-30TObject, TObject2: Create `TObject2.cpp`, and move flag functionsmrb0nk500
2023-01-30TObject: Add task related globalsmrb0nk500
2023-01-29pso: add `macros.h`mrb0nk500
2023-01-29TObject: Use `vu16` from `types.h`mrb0nk500
2023-01-29Global: Move `TObject.cpp` to `pso/` directorymrb0nk500