Compare commits

...
11 Commits
Author SHA1 Message Date
qiuguohuaandGitHub 44c8df5197 Android platform does not exit the loop (#335) 2023-02-14 14:45:57 +08:00
minggoandGitHub 9a8d34c93b Merge pull request #332 from cocos/v3.7
V3.7
2023-01-06 12:10:45 +08:00
minggoandGitHub ce540f2517 Revert "Support to bind a struct's default constructor with its properties as arguments. (#330)" (#331)
This reverts commit bfc808a095.
2023-01-06 10:31:42 +08:00
James ChenandGitHub bfc808a095 Support to bind a struct's default constructor with its properties as arguments. (#330) 2023-01-05 16:55:22 +08:00
MoHaiandGitHub 1a834a63c6 update ar ios lib (#329) 2022-12-30 11:11:18 +08:00
江战andGitHub c6a8715ad2 Merge pull request #328 from dumganhar/license-year
Update the license info for the files generated by swig
2022-12-29 13:22:50 +08:00
James Chen d38351ef50 Update versions.txt 2022-12-29 12:45:33 +08:00
James Chen 8942d8ab78 Update the license info for the files genereated by swig 2022-12-29 12:44:30 +08:00
fqamicandGitHub 8e78d49253 improve: update xr platform library (#327) 2022-12-28 13:36:09 +08:00
James ChenandGitHub bc1c652c93 Update swig repo url (#324)
* Update swig repo url

* Update swig version
2022-12-19 14:10:04 +08:00
MoHaiandGitHub 9dd70571cf update ar ios lib (#323) 2022-12-09 14:20:21 +08:00
13 changed files with 5 additions and 6 deletions
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
@@ -127,8 +127,7 @@ void android_app_pre_exec_cmd(struct android_app* android_app, int8_t cmd) {
break;
case APP_CMD_DESTROY:
LOGV("APP_CMD_DESTROY");
android_app->destroyRequested = 1;
// ts call to destroy
break;
}
}
+4 -4
View File
@@ -131,7 +131,7 @@ glslang (Built using https://github.com/YunHsiao/glslang/tree/build)
ios: 11.5.0 (commit: 1978c76)
linux: 11.5.0
swig (Built using https://github.com/dumganhar/swig/tree/cocos-se)
win64: cocos-v1.1.0 (commit: fac0dbb)
mac: cocos-v1.1.0 (commit: fac0dbb)
linux: cocos-v1.1.0 (commit: fac0dbb)
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.2 )
win64: cocos-v1.1.2 (commit: 5c7c430)
mac: cocos-v1.1.2 (commit: 5c7c430)
linux: cocos-v1.1.2 (commit: 5c7c430)
Binary file not shown.