Skip to content

Commit

Permalink
Merge pull request #387 from minggo/develop-merge-v3.8.1
Browse files Browse the repository at this point in the history
Develop merge v3.8.1
  • Loading branch information
minggo authored Jul 13, 2023
2 parents 6e292f0 + 109587f commit 7983e5d
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 16 deletions.
4 changes: 2 additions & 2 deletions emscripten/bullet/bullet.asm.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions emscripten/bullet/bullet.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -255,6 +255,7 @@ declare namespace Bullet {
// CharacterController
ControllerHitReport_new(): ptr;
CharacterController_getGhostObject(ptrCCT: ptr): ptr;
CharacterController_getCollisionShape(ptrCCT: ptr): ptr;
ControllerHit_getCurrentController(p: ptr): ptr;
ControllerHit_getHitWorldPos(p: ptr): ptr;
ControllerHit_getHitWorldNormal(p: ptr): ptr;
Expand Down
Binary file modified emscripten/bullet/bullet.wasm
Binary file not shown.
18 changes: 9 additions & 9 deletions emscripten/spine/spine.asm.js

Large diffs are not rendered by default.

Binary file modified emscripten/spine/spine.js.mem
Binary file not shown.
Binary file modified emscripten/spine/spine.wasm
100644 → 100755
Binary file not shown.
2 changes: 1 addition & 1 deletion emscripten/spine/spine.wasm.js

Large diffs are not rendered by default.

Binary file modified linux/bin/swig/bin/swig
Binary file not shown.
Binary file modified mac/bin/swig/bin/swig
Binary file not shown.
8 changes: 4 additions & 4 deletions versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ glslang (Built using https://github.com/YunHsiao/glslang/tree/build)
linux: 11.5.0
openharmony:11.5.0 (commit: 1978c76)

swig ( Built using https://github.com/cocos/swig/tree/cocos-se, executable files are downloaded from https://github.com/cocos/swig/releases/tag/cocos-v1.1.4 )
win64: cocos-v1.1.4 (commit: 9807544)
mac: cocos-v1.1.4 (commit: 9807544)
linux: cocos-v1.1.4 (commit: 9807544)
swig ( Built using https://github.com/cocos/swig/tree/cocos-se, executable files are downloaded from https://github.com/cocos/swig/releases/tag/cocos-v1.1.5 )
win64: cocos-v1.1.5 (commit: 42543c0)
mac: cocos-v1.1.5 (commit: 42543c0)
linux: cocos-v1.1.5 (commit: 42543c0)
Binary file modified win64/bin/swig/bin/swig.exe
Binary file not shown.

0 comments on commit 7983e5d

Please sign in to comment.