Commit Graph

361 Commits

Author SHA1 Message Date
Mr-Wiseguy
8d918e3505 Fix fixed-point matrix type being used in floating-point matrix instances 2024-09-13 17:56:28 -04:00
Banjo Kazooie
d876e71eba Merge branch 'mr-origin-66' 2024-09-08 21:40:47 -05:00
Banjo Kazooie
01bb4b8a85 Merge branch 'mr-origin-65' 2024-09-08 21:33:17 -05:00
Banjo Kazooie
65e383dc67 Merge branch 'mr-origin-64' 2024-09-08 21:29:47 -05:00
Banjo Kazooie
e55c674517 PAL: core1 initialized 2024-09-08 20:39:43 -05:00
Adrien Bonnin
9d2e6efbda Documenting Mumbo Mountain 2024-09-08 23:20:57 +02:00
mariob92
3b092f2749 created enums for misc flags 2024-09-08 19:57:16 +02:00
mariob92
f85116d50c completed documentation of vola flags 2024-09-08 18:58:43 +02:00
Adrien Bonnin
5ce76c4769 Documenting collision triangle 2024-09-08 18:32:21 +02:00
mariob92
f451eae4e2 document more vola flags 2024-09-08 17:59:41 +02:00
mariob92
35f93d5505 document more vola flags 2024-09-08 15:21:48 +02:00
mariob92
615e2bda33 documented volatile flag functions and enums and some Actor struct members 2024-09-08 12:22:27 +02:00
Banjo Kazooie
3460bb81e5 Merge remote-tracking branch 'origin/master' into pal 2024-09-07 21:13:37 -05:00
mariob92
b5c7accc37 documentations:
- added comments
- documented marker struct functions
2024-09-08 00:55:04 +02:00
mariob92
f1dea250de documentations
- spawnableActorList_add: decode flags
- add some prototypes in functions.h
- ActorMarker: docu unk8 (drawFunc) and unk14_20 (id)
2024-09-07 21:51:24 +02:00
mariob92
c8598c2677 documentations:
- various particle system functions/structs
- more in src/fight
- beehive
- added prototypes (reduced compiler warnings)
2024-09-07 12:52:35 +02:00
Banjo Kazooie
057a22e8ef PAL: match up through core1/audio/copy 2024-09-07 01:54:12 -05:00
mariob92
78142ca162 renamed: src/fight/code_9850.c -> src/fight/chgreenblast.c 2024-09-06 19:43:22 +02:00
mariob92
539d6f4804 Further documentations have been made:
- src/fight: named more variables and functions, named some parameters
- src/core1, src/core2: named some dummy functions, documented a bit of the graphics stack
2024-09-06 19:37:28 +02:00
mariob92
fbeb744fc6 Further documentations have made:
- src/fight: named all ActorInfos and related functions
- src/core2: named shock jump and flight pad ActorInfos and related functions in code_43A40.c, partially documented code_CF3E0.c
- include/enums.h: added some enum values
2024-09-06 12:07:27 +02:00
Banjo Kazooie
64c9d1eca8 PAL: match upto core1/code_15770 2024-09-05 22:26:30 -05:00
Banjo Kazooie
1a240c651c Merge branch 'master' into wip/pal_integration 2024-09-05 20:10:25 -05:00
Banjo Kazooie
4f122e5b8c Merge branch 'mr-origin-58' 2024-09-05 20:07:11 -05:00
Banjo Kazooie
e5cfb77283 Merge branch 'mr-origin-57' 2024-09-05 20:03:35 -05:00
Banjo Kazooie
1fe12db32d Sfxsource -> SfxSource to better fit style guide 2024-09-05 20:03:21 -05:00
Banjo Kazooie
a39dfa2021 Merge branch 'mr-origin-55' 2024-09-05 19:56:43 -05:00
Banjo Kazooie
17a0530ff8 PAL: up to core1/rumblemanager.c 2024-09-05 00:43:07 -05:00
Banjo Kazooie
4fce59f41e pal up to core1/code_E360 2024-09-04 23:13:08 -05:00
Banjo Kazooie
5593309d99 core1/code_8C50 2024-09-04 20:12:37 -05:00
Banjo Kazooie
06e1330e71 start Pal WIP 2024-09-04 01:30:42 -05:00
Adrien Bonnin
c7cd396dba Documenting sound effect playback 2024-09-04 08:17:10 +02:00
Bl00D4NGEL
90bee21337 refac: rename unk2A of Sfxsource struct to sample_rate 2024-09-03 20:30:13 +02:00
Bl00D4NGEL
1908fb86b2 refac: rename D_803824C0 to sfxsources 2024-09-03 20:27:17 +02:00
Bl00D4NGEL
3b2c5f4a99 refac: rename struct45s to Sfxsource 2024-09-03 20:26:49 +02:00
Bl00D4NGEL
9d802d0c08 refac: rename func_8030E510 to sfxsource_play 2024-09-03 20:25:19 +02:00
Shmoopi
1bf68887e6 Function and Enum Naming
Enum Changes:

BSGROUP_4_LOOK = 0x4

MISC_FLAG_17_FPV = 0x17

Moved nc_first_person_state to global enums.h

Function names:

func_8028EE84() -> player_getWaterState()

func_8028B2E8() -> player_isStable()

func_80294F78() -> should_look_first_person_camera()

func_80294F78() -> can_view_first_person()

func_8028B424() -> player_isFallTumbling()

func_8029C780() -> bs_getTypeOfJump()

func_8028DB14() -> hitbox_getHitboxForActor()
2024-09-02 08:40:25 -10:00
mariob92
ec98c1620c document gGlobalTimer and related functions 2024-09-02 12:35:38 +02:00
Banjo Kazooie
a1392e33de Merge branch 'mr-origin-53' 2024-09-01 16:28:30 -05:00
Banjo Kazooie
b26ae6b1f3 Merge branch 'mr-origin-53' 2024-09-01 16:26:51 -05:00
Banjo Kazooie
892f773f80 rename function prefixes to better follow guidelines 2024-09-01 16:23:14 -05:00
Banjo Kazooie
35a2c13ea9 Merge branch 'master' into banjo-kazooie-var_renames 2024-09-01 15:31:34 -05:00
Banjo Kazooie
9cb645df24 chsnacker documentation
snackerctl documentation
gczoombox partial documentation
several warning resolutions
2024-09-01 15:12:21 -05:00
Cyrus Kashef
0964b8e08a Merge branch banjo-kazooie:master into documentation 2024-09-01 00:00:26 +00:00
Cyrus Kashef
3c6c25b744 Another func_8031EF20 typo 2024-08-31 18:58:52 -05:00
Cyrus Kashef
2ee20da7ab func_8031EF20 Typo 2024-08-31 18:57:37 -05:00
Cyrus Kashef
8f8f9c9139 warp_lairMMLobbyFromSMLevel Typo 2024-08-31 18:54:02 -05:00
Cyrus Kashef
b3a1cf4c8d warp_lairEnterMMLobbyFromSMLevel Typo 2024-08-31 18:51:42 -05:00
Cyrus Kashef
895a2a6583 warp_ttcEnterLevel Duplicate 2024-08-31 18:46:49 -05:00
Cyrus Kashef
c6fdd863ed Warps & Misc Documentation 2024-08-31 18:41:14 -05:00
Banjo Kazooie
131e422275 ccw/ch/vacationtexttrigger, ccw/ch/grublinhood documentation update 2024-08-31 17:48:41 -05:00