Commit Graph

402 Commits

Author SHA1 Message Date
Cyrus Kashef
415f0b0228 Added Table Of Contents To Building Instructions 2024-09-07 23:25:16 +00:00
Banjo Kazooie
05821843a7 README update 2024-09-07 22:05:05 +00:00
Banjo Kazooie
b073e08c28 Merge branch 'feature/ci-build' into 'master'
Implement CI builds & automated PR testing

See merge request banjo.decomp/banjo-kazooie!61
2024-09-07 18:47:09 +00:00
Banjo Kazooie
596bf7c0ee Update gitlab variable version names to match Pipeline names 2024-09-07 18:21:58 +00:00
Jamie Kerber
bc1a837507 Refactor CI to be version-specific 2024-09-07 20:06:47 +02:00
Jamie Kerber
69e323c36e Added CI builds 2024-09-07 18:03:15 +02:00
Jamie Kerber
1e92b51931 Fixed Docker builds 2024-09-07 16:56:21 +02: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
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
98e97f4e95 remove static __propellorTimer symbol 2024-09-01 20:53:34 -05:00
Banjo Kazooie
c03e6232a4 Add LICENSE 2024-09-01 21:43:10 +00:00
Banjo Kazooie
992a784ae7 remove section progress badges from README 2024-09-01 16:32:03 -05: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
Banjo Kazooie
33745d334b update bk_rom_compressor 2024-08-31 01:54:14 -05:00
Cyrus Kashef
de50021481 Merge branch banjo-kazooie:master into documentation 2024-08-31 05:56:33 +00:00
Banjo Kazooie
624d9ac58b Merge branch 'master' of gitlab.com:banjo.decomp/banjo-kazooie 2024-08-31 00:04:36 -05:00
Banjo Kazooie
0185fdefa3 Make tool build recipes Phony 2024-08-31 00:04:26 -05:00
Banjo Kazooie
4bd3ad00de Merge branch 'fix-shifting' into 'master'
Remove all undefined symbols (besides fixed address ones) and fix bss/data migrations to allow shifting

See merge request banjo.decomp/banjo-kazooie!52
2024-08-31 04:38:55 +00:00
Mr-Wiseguy
87f630370e Import parameters.s from ultralib and cleanup undefined syms, fix accidental change in makefile 2024-08-30 22:01:48 -04:00
Mr-Wiseguy
fd89ad5560 Back to OK without undefined symbols 2024-08-30 21:56:03 -04:00
Mr-Wiseguy
9d1d1e5de8 Fix bss ordering in code_7AF80 2024-08-30 20:51:36 -04:00
Mr-Wiseguy
9f05494e7c Matched __propellorCtrl_setState without a function static 2024-08-30 19:38:02 -04:00
Mr-Wiseguy
b1b7605a5f WIP Removed all defined or auto undefined symbols (not matching) 2024-08-30 17:59:33 -04:00
Banjo Kazooie
2514b28c12 remove tracked .rodata section 2024-08-29 09:05:42 -05:00
Banjo Kazooie
3cfac5bf5c func_803411B0 match 2024-08-29 08:50:27 -05:00
Banjo Kazooie
e1ca9892de func_80299EC0 match 2024-08-29 02:42:08 -05:00
Banjo Kazooie
01776fb5bf func_80340BE4 match 2024-08-28 21:48:23 -05:00
Cyrus Kashef
4882b2fd12 Documented Mole Files (Core 2 & SM) 2024-08-28 21:03:28 -05:00
Banjo Kazooie
ac6099cbda func_80307948 match 2024-08-27 20:31:47 -05:00