summaryrefslogtreecommitdiff
path: root/context.h
AgeCommit message (Collapse)Author
2023-02-26TSocket: Start work on, and match most of `TSocket`mrb0nk500
Still need to implement, and match `resolve_domain()`, but it's a good starting point for decompiling the netcode.
2023-02-26TArray: Add `TArray` template classmrb0nk500
This is a convenience class, to make working with arrays alot easier, but without hurting our chances of matching.
2023-02-26pso/macros: Add `EXTERN_OBJECT_NAME` macromrb0nk500
2023-02-26pso/macros: Add getters/setters macrosmrb0nk500
This'll come in handy later.
2023-02-25TMenuList: Add `TMenuList`, and everything else that's needed to get itmrb0nk500
working I feel this is a good starting point for working on the protocol related code.
2023-02-16TMainTask: Complete `TMainTask.cpp`mrb0nk500
2023-02-16TObject: Add `toggle_flag_3()`mrb0nk500
2023-02-16TObject: Add `toggle_flags()`mrb0nk500
2023-02-16macros: Add new `TL_{}_OBJECTS` xmacrosmrb0nk500
This will be needed for later.
2023-02-12TObject: Move private functions to the topmrb0nk500
2023-02-12context: Update context to match current statemrb0nk500
2023-02-11TMainTask: Make the function order match the originalmrb0nk500
2023-02-11TMainTask: Add, and match `func_80228bbc()`mrb0nk500
2023-02-11TMainTask: Add, and match `func_80228c44()`mrb0nk500
oof, my system crashed in the middle of builing `TMainTask.cpp`, causing it to corrupt the source file, meaning I had to redo this function again. Thank god I'm using version control.
2023-02-11TMainTask: Add, and match `func_80228dbc()`mrb0nk500
2023-02-11TMainTask: Rename `func_803db618()` -> `set_some_id()`mrb0nk500
2023-02-11TMainTask: Implement, and match `func_803db618()`mrb0nk500
2023-02-11TMainTask: Add, and match `render_clipout_and_fade()`mrb0nk500
2023-02-10context: Update context to current statemrb0nk500
2023-02-06context: Fix typo with return value of `heap_xfree()`mrb0nk500
2023-02-04THeap: Add `THeap` classmrb0nk500
Some matching issues, but still a good start.
2023-02-03context: Update context to match current statemrb0nk500
2023-02-03context: add `-lang=c++`mrb0nk500
2023-02-03context: Add compiler version, and flagsmrb0nk500
Makes it a bit easier to copy-paste into decomp.me
2023-02-03global: Add context for decomp.memrb0nk500