Commit Graph

116 Commits

Author SHA1 Message Date
Cyrus Kashef ca2dcf62c5 Model Appendages & BS Method Table Documentation & Minor Cleanup 2026-07-02 18:28:20 +00:00
Mario de805b4421 Documentation of model and modelrender related stuff 2026-05-16 14:59:40 +00:00
Mario 82f4485927 refactor overlay code 2026-04-23 10:23:45 +00:00
mariob92 3e85dbf98a more work on: src/core1/code_8C50.c
- created header file (threads.h)
- renamed resetThread to thread5 (based on OSId in osCreateThread), because it's not really reset handling
- renamed functions to match style guide
- further documentations
2026-04-17 17:41:35 +02:00
Mario efa1ae27ce Merge branch banjo-kazooie:master into docu_boot 2026-03-29 15:18:52 +00:00
mariob92 d78c9a3737 libultra changes: solve sqrtf/gu_sqrtf issue 2026-02-11 16:44:09 +01:00
Cyrus Kashef 8c5f529fb5 Merge Request Cleanup + Collision Table Documentation 2026-02-09 22:48:26 +00:00
Mario 0a989150e3 Merge branch banjo-kazooie:master into docu_boot 2026-02-04 16:04:53 +00:00
mariob92 9bee42a73e documentation: defragmanager.c 2026-02-03 03:26:32 +00:00
mariob92 ab362d1fb0 document playerPosition code
src/core2/code_11460.c
2026-02-03 03:14:50 +00:00
SuperZambezi 80a01001b4 Document: FP Wozza + enum updates 2026-02-03 03:07:46 +00:00
mariob92 77e85b4b04 sync ultra files for boot and core1/core2
added assert, separated string
2026-01-01 20:55:00 +01:00
SuperZambezi ef39f6fb58 Document: FP xmas tree and twinkly minigame 2025-11-28 19:03:32 +00:00
Banjo Kazooie 2decbef3fa pal: all core2/bs matched 2025-09-13 19:29:38 -05:00
Banjo Kazooie 24c3c06a6a pal progress, rename bs/iFrame to ba/iFrame 2025-08-17 19:01:23 -05:00
Banjo Kazooie 065fa3e8c8 code_83340 -> propModelList 2025-08-16 18:23:48 -05:00
Moses Troyer c2dd933d22 All Changes 2025-08-16 17:15:49 +00:00
Banjo Kazooie 23b8510eb4 code_B6CE0.c => time.c 2024-11-03 13:03:26 -06:00
banjo.decomp 1772033ec8 rename miscFlags to baflag 2024-10-31 00:59:44 -05:00
banjo.decomp 622902575b document baeyes.c, bainput.c, and basfx.c 2024-10-30 23:47:11 -05:00
banjo.decomp 01a4051a87 Document core2/bakey.c 2024-10-30 21:56:48 -05: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 aa181c3bd9 Document core2/batimer.c functions 2024-10-27 22:46:37 -05:00
banjo.decomp 74deec4d39 Merge branch 'mr-origin-98' 2024-10-19 23:50:51 -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 bc6680d618 src/core1: cleaned up function prototypes for math library (ml)
umbenannt:      src/core1/code_18350.c -> src/core1/ml.c
        neue Datei:     include/core1/ml.h
2024-10-17 10:58:39 +02:00
mariob92 05fe65d6e8 src/core1: more documentation and renaming
neue Datei:     include/core1/framebufferdraw.h
        neue Datei:     include/core1/sprite.h
        umbenannt:      src/core1/code_ABB0.c -> src/core1/framebufferdraw.c
        umbenannt:      src/core1/code_13680.c -> src/core1/sprite.c
        umbenannt:      src/core1/code_3A70.c -> src/core1/stub_3A70.c
2024-10-15 22:14:17 +02:00
Bl00D4NGEL 543fee63e4 document: SM characters 2024-10-15 20:59:24 +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 0cee3c6697 src/core1: renamed files
umbenannt:      src/core1/code_1E6E0.c -> src/core1/crccalc.c
        umbenannt:      src/core1/code_15770.c -> src/core1/depthbuffer.c
2024-10-09 08:46:12 +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 3cd3b3e5da Merge branch 'mr-origin-89' 2024-10-08 02:06:56 -05:00
banjo.decomp 680cf7a950 Merge branch 'mr-origin-86' 2024-10-08 01:58:19 -05: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
Owlenuff 6208ea22bc Documented ch Loggo 2024-10-01 10:28:07 +02: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 acbedad7fa Merge branch 'mr-origin-76' 2024-09-28 13:31:37 -05: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
Banjo Kazooie e8eed5ecb9 Merge branch 'master' into 'master'
Document sfxsource related code

See merge request banjo.decomp/banjo-kazooie!83
2024-09-27 00:05:30 +00:00