Age | Commit message (Expand) | Author |
2023-07-18 | TObject: Properly match `run_tasks()`HEADmaster | mrb0nk500 |
2023-03-07 | global: Completly disable inlining | mrb0nk500 |
2023-03-07 | TObject: Replace `alloc()`, and `free()` with `operator {new,delete}` | mrb0nk500 |
2023-02-26 | TObject: Make `all_parents_unqueued_for_destruction()` return an int | mrb0nk500 |
2023-02-12 | TObject: Add `m_` prefix to non-function members, and remove `get_` from | mrb0nk500 |
2023-02-10 | TObject: Implement, and match `alloc()`, and `free()` | mrb0nk500 |
2023-02-08 | TObject: Rename `is_flag_0_clear_for_all_parents()` -> | mrb0nk500 |
2023-02-08 | TObject: Rename `set_flag_0_for_each_node()` -> | mrb0nk500 |
2023-02-08 | TObject: Rename `BIT_8` -> `DISALLOW_RENDER_SHADOWS` | mrb0nk500 |
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-05 | TMainTask: Add, and match `init_main_task()` | mrb0nk500 |
2023-02-03 | TObject, TMainTask: Make object names extern, and declare them in | mrb0nk500 |
2023-02-01 | TObject: Correct typo in `get_node_count()` | 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-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 |