Commit Graph

94 Commits

Author SHA1 Message Date
Moses Troyer
c2dd933d22 All Changes 2025-08-16 17:15:49 +00:00
Banjo Kazooie
1a99579123 Merge branch 'documentation' into 'master'
Documenting Player Utilities and Related

See merge request banjo.decomp/banjo-kazooie!105
2024-11-03 17:19:48 +00:00
Shmoopi
0d223bfc2b Documenting Player Utilities and Related 2024-11-03 17:19:48 +00:00
Banjo Kazooie
26d7a9e180 Merge branch 'document/load-level-from-file-stuff' into 'master'
Document: load level from file related code

See merge request banjo.decomp/banjo-kazooie!100
2024-11-03 17:11:18 +00:00
Dominik Peters
d842151114 Document: load level from file related code 2024-11-03 17:11:18 +00:00
banjo.decomp
4c3d4df97b rename animctrl to anctrl to match source debug string and tooie naming
rename `rumbleManager` to `bamotor`
2024-10-30 19:51:58 -05:00
banjo.decomp
819ba6b9ce Docuement TTC/ma/castle.c (based on XBox debug strings). 2024-10-20 12:11:45 -05:00
banjo.decomp
8a76df65d9 Docuement FP/ma/snowy.c (based on XBox debug strings). 2024-10-20 12:09:27 -05:00
banjo.decomp
9048ada585 Docuement FP/ma/snowbutton.c (based on XBox debug strings). 2024-10-20 11:40:42 -05:00
banjo.decomp
88082f3236 Docuement FP/ma/slalom.c (based on XBox debug strings). 2024-10-20 01:57:17 -05:00
banjo.decomp
15390deab1 Merge branch 'mr-origin-97' 2024-10-19 23:19:49 -05:00
banjo.decomp
a59e1abddf Merge branch 'mr-origin-96' 2024-10-19 23:10:46 -05:00
banjo.decomp
9443a276c5 Merge branch 'mr-origin-93' 2024-10-19 23:04:50 -05:00
mariob92
d9439b9cef src/core1: renamed matrix math library
umbenannt:      include/ml/mtx.h -> include/core1/mlmtx.h
        umbenannt:      src/core1/code_13990.c -> src/core1/mlmtx.c
2024-10-17 17:00:39 +02:00
mariob92
e19c5f75d0 src/core1/ml.c: more consistent function names 2024-10-17 16:45:16 +02:00
mariob92
8a55096c9c src/core1: document code_7090.c and code_CE60.c 2024-10-16 21:50:24 +02:00
Bl00D4NGEL
916e83bf65 chore: replace \*_TEXT with \*_DIALOG 2024-10-15 20:14:46 +02:00
mariob92
9495386470 Merge branch 'master' of https://gitlab.com/banjo.decomp/banjo-kazooie into core1_docu 2024-10-15 10:40:52 +02:00
mariob92
50138293a4 src/core1: moved SnS to core1
umbenannt:      include/SnS.h -> include/core1/sns.h
        umbenannt:      src/core1/code_1E360.c -> src/core1/sns.c
2024-10-08 20:58:22 +02:00
mariob92
ee183c38cc src/core1: reorganized header files 2024-10-08 20:39:44 +02:00
mariob92
737ccf97c3 src/core1: improvments and renamings on various files, added some header files
neue Datei:     include/core1/eeprom.h
        neue Datei:     include/core1/pfsmanager.h
        neue Datei:     include/core1/ucode.h
        umbenannt:      src/core1/code_18110.c -> src/core1/eeprom.c
        umbenannt:      src/core1/code_10A00.c -> src/core1/pfsmanager.c
        umbenannt:      src/core1/code_13640.c -> src/core1/stub_13640.c
        umbenannt:      src/core1/code_1D590.c -> src/core1/stub_1D590.c
        umbenannt:      src/core1/code_18210.c -> src/core1/ucode.c
        umbenannt:      src/core1/code_EAF0.c -> src/core1/viewport.c
2024-10-08 18:29:28 +02:00
Owlenuff
8b326a11cc Document cubeList 2024-10-08 13:22:26 +02:00
Owlenuff
82cc8de206 Document ch Bottles2 2024-10-08 12:34:23 +02:00
Owlenuff
7bbc6d3b69 Document sfxsource 2024-10-08 12:28:08 +02:00
banjo.decomp
6fb4f2b3f1 Merge branch 'mr-origin-91' 2024-10-08 02:13:18 -05:00
banjo.decomp
680cf7a950 Merge branch 'mr-origin-86' 2024-10-08 01:58:19 -05:00
Banjo Kazooie
01b63ee455 Merge branch 'level_specific_flags' into 'master'
Document level specific flags

See merge request banjo.decomp/banjo-kazooie!88
2024-10-08 06:07:43 +00:00
Owlenuff
ea6b1e5291 Document level specific flags 2024-10-08 06:07:42 +00:00
Mario
cd336b9b58 Fight and other docu 2024-10-08 05:54:59 +00:00
Bl00D4NGEL
bcffeec1fb Merge branch 'master' of https://gitlab.com/banjo.decomp/banjo-kazooie into document/fileprogress 2024-10-02 00:20:25 +02:00
Bl00D4NGEL
7984c313a8 document: fileprogresss related code, replaced magic numbers with constants where applicable 2024-10-01 23:48:12 +02:00
Bl00D4NGEL
a69ab3fdde Merge branch 'master' of https://gitlab.com/banjo.decomp/banjo-kazooie 2024-09-29 17:37:20 +02:00
Banjo Kazooie
8ea4dfbeb8 rename mlMtx_apply_vec3f 2024-09-28 23:02:40 -05:00
Bl00D4NGEL
ca83d8f36c Merge branch 'master' of https://gitlab.com/banjo.decomp/banjo-kazooie into contrib 2024-09-29 03:13:01 +02:00
Bl00D4NGEL
1506d57893 document: Blubber actor from TTC 2024-09-28 22:32:03 +02:00
Banjo Kazooie
87b9bb398f PAL: sync core2/code_7060 & resolve file compiler warnings 2024-09-28 13:20:56 -05:00
Banjo Kazooie
5fd7e7f3cc Merge branch 'mr-origin-84' 2024-09-26 19:28:18 -05:00
Banjo Kazooie
8a312a3e64 Merge branch 'mr-origin-80' 2024-09-26 19:10:37 -05:00
Nabnut
7086187288 Renaming spawn functions 2024-09-24 11:08:21 +02:00
Nabnut
249f5a7329 Renaming Juju 2024-09-22 11:30:51 +02:00
Bl00D4NGEL
9bd6988f99 refac: rename func_8030D90C to sfxsource_createSfxsourceAndReturnIndex and func_8030DBB4 to sfxsource_playSfxAtVolume
Additionally rename properties/variables assigned by sfxsource_createSfxsourceAndReturnIndex to sfxsourceIdx
2024-09-22 03:10:19 +02:00
Nabnut
3127ba4a68 Renaming LMonkey 2024-09-19 12:32:08 +02:00
Nabnut
6cf31d1df0 Renaming gcdialog_showText function 2024-09-19 12:32:04 +02:00
Nabnut
db8a200799 Renaming player_isDead function 2024-09-19 12:32:02 +02:00
Nabnut
4f714c2d5a Renaming boolean values 2024-09-19 12:31:53 +02:00
Nabnut
17f1f826b5 Renaming Actor.unk28 2024-09-19 12:31:50 +02:00
Banjo Kazooie
351f4e9fea Merge branch 'mr-origin-70' 2024-09-13 20:37:54 -05:00
Banjo Kazooie
425e05a58b Merge branch 'mr-origin-69' 2024-09-13 20:26:40 -05:00
Banjo Kazooie
333e1b8600 Merge branch 'naming_actor_properties' into 'master'
Renaming functions

See merge request banjo.decomp/banjo-kazooie!68
2024-09-13 23:37:12 +00:00
Mr-Wiseguy
8d918e3505 Fix fixed-point matrix type being used in floating-point matrix instances 2024-09-13 17:56:28 -04:00