Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
46 commits
Select commit Hold shift + click to select a range
1620763
ship it, YOLO
mattbruv Mar 29, 2025
14fa5eb
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Mar 29, 2025
869d131
test
LivewireCB Mar 29, 2025
a4121cc
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Mar 29, 2025
7d1abcb
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Mar 29, 2025
dfe2fe1
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Mar 30, 2025
17beb0a
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Mar 30, 2025
9d3b36a
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Mar 31, 2025
d581911
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Apr 1, 2025
08752c9
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Apr 1, 2025
b80b505
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Apr 2, 2025
371797f
BossSB2 functions and mem offsets
LivewireCB Apr 2, 2025
0bb02b1
b upd
LivewireCB Apr 3, 2025
106a439
Merge branch 'main' into dev2
LivewireCB Apr 3, 2025
a96d1e8
wip push
LivewireCB Apr 3, 2025
1326187
push fix
LivewireCB Apr 3, 2025
15c17d9
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Apr 3, 2025
f6e9c89
Merge branch 'main' into dev2
LivewireCB Apr 3, 2025
a8fe36e
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Apr 4, 2025
52cdd27
Merge branch 'main' into dev2
LivewireCB Apr 4, 2025
165d8b9
couple of bossplankton functions.
LivewireCB Apr 4, 2025
bd5ca44
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Apr 5, 2025
bbe0951
Merge branch 'main' into dev2
LivewireCB Apr 5, 2025
d282032
znpcmessenger function fix
LivewireCB Apr 6, 2025
35274fa
Merge branch 'main' of https://github.com/bfbbdecomp/bfbb
LivewireCB Apr 6, 2025
9ad6c7e
Merge branch 'main' into dev2
LivewireCB Apr 6, 2025
1831bfb
More xMath3 work (#513)
escape209 Apr 11, 2025
d0f5c2a
Update 🆗 bot
mattbruv Apr 11, 2025
e473369
zNPCGoalAmbient: zNPCGoalJellyBumped Near 100% Match (#514)
JoshSanch Apr 11, 2025
11664b5
Robo-Sandy: Function Progress (#515)
JoshSanch Apr 13, 2025
83be86e
zNPCFXCinematic -> NPARMgmt::KillAll() 100% (#516)
Redberd36 Apr 13, 2025
8090d4a
xSnd work (#517)
escape209 Apr 14, 2025
5413ee8
40% - 92% for some NCIN_Par functions in zNPCFXCinematic (#518)
Redberd36 Apr 15, 2025
320ff60
xCM work (#520)
escape209 Apr 17, 2025
423858d
Robo-Sandy Callback Funcs and Idle Goal Impl (#521)
JoshSanch Apr 18, 2025
060b102
Working more on zNPCFXCinematic with one 100% and started on other fu…
Redberd36 Apr 18, 2025
155a222
Match most of iMix (#522)
escape209 Apr 20, 2025
72d16df
Robosandy: Progress (#523)
JoshSanch Apr 20, 2025
a5578fc
zEntHangable progress (#524)
mattbruv Apr 24, 2025
267a5a0
zCamera: 95% match on zCameraFlyUpdate (#525)
JoshSanch Apr 25, 2025
86edb60
zNPCSupplement work (#526)
escape209 Apr 28, 2025
d6ba7af
zCamera: Equiv/Near Equiv for more functions (#527)
JoshSanch Apr 29, 2025
5c34c6a
zNPCSupport work (#528)
escape209 May 1, 2025
02ce069
zCamera: zCameraFlyRestoreBackup and zCameraRewardUpdate functions (#…
JoshSanch May 5, 2025
6e054a3
zNPCSpawner: Matches and additional function definitions (#530)
JoshSanch May 5, 2025
793784c
Little bit of zNPCtypeBossPlankton
LivewireCB May 8, 2025
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,7 @@ jobs:
- name: Download OK bot
id: download-ok
run: |
python ./tools/download_tool.py OK ok --tag v0.1.3
python ./tools/download_tool.py OK ok --tag v0.1.4

- name: Run OK command
id: ok-command
Expand Down
6 changes: 3 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"[c]": {
"files.encoding": "utf8",
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
"editor.defaultFormatter": "xaver.clang-format"
},
"[cpp]": {
"files.encoding": "utf8",
"editor.defaultFormatter": "llvm-vs-code-extensions.vscode-clangd"
"editor.defaultFormatter": "xaver.clang-format"
},
"[python]": {
"editor.defaultFormatter": "ms-python.black-formatter"
Expand All @@ -19,5 +19,5 @@
".clangd": "yaml"
},
// Disable C/C++ IntelliSense, use clangd instead
"C_Cpp.intelliSenseEngine": "disabled",
"C_Cpp.intelliSenseEngine": "default",
}
Loading