| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-02-15 | split f_op_kankyo | Pheenoh | |
| 2021-02-15 | clang-format | Pheenoh | |
| 2021-02-15 | split f_op_scene_iter, f_op_scene_pause, f_op_scene_tag | Pheenoh | |
| 2021-02-15 | split f_op_overlap_req | Pheenoh | |
| 2021-02-15 | split f_op_msg_mng | Pheenoh | |
| 2021-02-15 | split f_op_kankyo_mng | Pheenoh | |
| 2021-02-15 | split f_op_draw_tag | Pheenoh | |
| 2021-02-15 | split f_op_draw_iter | Pheenoh | |
| 2021-02-15 | split f_op_camera | Pheenoh | |
| 2021-02-15 | split f_op_view | Pheenoh | |
| 2021-02-15 | most of f_op_overlap_mng OK | Pheenoh | |
| 2021-02-14 | fopOvlpM_Done OK, fopOvlpM_ToldAboutID OK, fopOvlpM_IsPeek OK, ↵ | Pheenoh | |
| fopOvlpM_IsDone OK | |||
| 2021-02-14 | f_op_camera_mng OK | Pheenoh | |
| 2021-02-13 | fapGm_HIO_c::fapGm_HIO_c attempt | Pheenoh | |
| 2021-02-13 | fapGm_Create ok | Pheenoh | |
| 2021-02-13 | fapGm_After OK, split f_op_scene_mng, split f_op_camera_mng, split ↵ | Pheenoh | |
| f_op_overlap_mng | |||
| 2021-02-13 | clang-format | Pheenoh | |
| 2021-02-13 | split f_ap_game, fapGm_Execute ok, more changes to m_Do_main | Pheenoh | |
| 2021-02-12 | f_op_actor_mng split & started decomp (#112) | lepelog | |
| * fop-actor-mng * rodata * more actor mng progress * actor mng progress * format * cleanup * fix Mtx function signatures * PR suggestion Co-authored-by: Pheenoh <pheenoh@gmail.com> | |||
| 2021-02-07 | swap back to inline asm for Debug_console | Pheenoh | |
| 2021-02-07 | debugDisplay and Debug_console attemp | Pheenoh | |
| 2021-02-03 | clang-format | Pheenoh | |
| 2021-02-03 | main attempt | Pheenoh | |
| 2021-01-31 | os: const-qualify string arguments (#111) | LC | |
| Avoids the need to cast away const from string literals. | |||
| 2021-01-31 | d_kyeff, d_kyeff2, m_Do_printf, and m_Do_graphic (#109) | jdflyer | |
| * Split d_kyeff * Partially matched d_kyeff * split d_kyeff2 * Match d_kyeff2 * split m_Do_printf * m_Do_printf partially matched * hotfix and clang-format * split m_Do_graphic * rename symbols in m_Do_graphic * Match a few functions in m_Do_graphic * Fix Merge Errors * Delete sh.exe.stackdump * Update OSReportInit | |||
| 2021-01-31 | fix sjis strings (#108) | notyourav | |
| Co-authored-by: Pheenoh <pheenoh@gmail.com> | |||
| 2021-01-31 | split m_Do_machine_exception | Pheenoh | |
| 2021-01-31 | split m_Do_dvd_thread | Pheenoh | |
| 2021-01-31 | split m_Do_mtx | Pheenoh | |
| 2021-01-31 | split m_Do_MemCardRWmng | Pheenoh | |
| 2021-01-31 | split m_Do_MemCard | Pheenoh | |
| 2021-01-31 | split m_Do_machine | Pheenoh | |
| 2021-01-31 | split m_Do_lib | Pheenoh | |
| 2021-01-31 | split m_Do_ext | Pheenoh | |
| 2021-01-31 | clang-format | Pheenoh | |
| 2021-01-31 | Merge branch 'functions' | Pheenoh | |
| 2021-01-31 | Merge branch 'master' of https://github.com/zeldaret/tp | Pheenoh | |
| 2021-01-31 | remove functions.h | Pheenoh | |
| 2021-01-29 | remove m_Do_printf test code | Julgodis | |
| 2021-01-29 | formatting | Julgodis | |
| 2021-01-29 | replace symbols with string literals and python script | Julgodis | |
| 2021-01-26 | decompile s_basic, cleanup mangled names in f_pc (#101) | lepelog | |
| Co-authored-by: Pheenoh <pheenoh@gmail.com> | |||
| 2021-01-25 | split m_Do_DVDError | Pheenoh | |
| 2021-01-25 | Z2AudioLib: Migrate declarations out of functions.h to respective files (#96) | LC | |
| Removes the strong dependency on a single header file and moves declarations to their respective header file. This allows for making dependencies explicit in cpp files and other headers, and also makes it much easier to track where everything related to a particular component is. This change also creates a few header files that previously didn't exist, making it much nicer for people implementing things, as they won't need to create the header file, it'll just be there ready to go. Ideally functions.h wouldn't even be a thing, as this header adds a lot of preprocessing overhead due to its size, and will continue to grow significantly larger over the lifespan of the project, which can also impact the performance of editors that do dependency lookups and context-aware syntax highlighting. | |||
| 2021-01-24 | Merge branch 'master' into polypass2 | notyourav | |
| 2021-01-22 | dBgS: Add declaration for cBgS_PolyPassChk's destructor | Lioncash | |
| 2021-01-22 | dBgS: Add release-elided functions to interface | Lioncash | |
| 2021-01-22 | dBgS: Decomp dBgS_PolyPassChk constructor and destructor | Lioncash | |
| Fairly basic empty destructor, and a constructor that uses an initializer list. | |||
| 2021-01-22 | dBgS: Decomp dBgS_PolyPassChk::ChkNoHorse | Lioncash | |
| The only querying function within the poly pass interface. | |||
| 2021-01-22 | dBgs: Implement all dBgS_PolyPassChk Set and Clr functions | Lioncash | |
