Compare commits
13
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
44c8df5197 | ||
|
|
9a8d34c93b | ||
|
|
ce540f2517 | ||
|
|
bfc808a095 | ||
|
|
1a834a63c6 | ||
|
|
c6a8715ad2 | ||
|
|
d38351ef50 | ||
|
|
8942d8ab78 | ||
|
|
8e78d49253 | ||
|
|
bc1c652c93 | ||
|
|
9dd70571cf | ||
|
|
12c8d3051c | ||
|
|
b1d2c74774 |
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.
Binary file not shown.
@@ -278,6 +278,7 @@ SE_DECLARE_FINALIZE_FUNC(js_delete_$jsdtor) %}
|
||||
%{
|
||||
bool js_register_$jsmangledname(se::Object* obj) {
|
||||
$jsclass_inheritance
|
||||
cls->defineStaticProperty("__isJSB", se::Value(true), se::PropertyAttribute::READ_ONLY | se::PropertyAttribute::DONT_ENUM | se::PropertyAttribute::DONT_DELETE);
|
||||
$jsclassvariables
|
||||
$jsclassfunctions
|
||||
$jsstaticclassvariables
|
||||
|
||||
Binary file not shown.
@@ -278,6 +278,7 @@ SE_DECLARE_FINALIZE_FUNC(js_delete_$jsdtor) %}
|
||||
%{
|
||||
bool js_register_$jsmangledname(se::Object* obj) {
|
||||
$jsclass_inheritance
|
||||
cls->defineStaticProperty("__isJSB", se::Value(true), se::PropertyAttribute::READ_ONLY | se::PropertyAttribute::DONT_ENUM | se::PropertyAttribute::DONT_DELETE);
|
||||
$jsclassvariables
|
||||
$jsclassfunctions
|
||||
$jsstaticclassvariables
|
||||
|
||||
+1
-2
@@ -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
@@ -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.
@@ -278,6 +278,7 @@ SE_DECLARE_FINALIZE_FUNC(js_delete_$jsdtor) %}
|
||||
%{
|
||||
bool js_register_$jsmangledname(se::Object* obj) {
|
||||
$jsclass_inheritance
|
||||
cls->defineStaticProperty("__isJSB", se::Value(true), se::PropertyAttribute::READ_ONLY | se::PropertyAttribute::DONT_ENUM | se::PropertyAttribute::DONT_DELETE);
|
||||
$jsclassvariables
|
||||
$jsclassfunctions
|
||||
$jsstaticclassvariables
|
||||
|
||||
Reference in New Issue
Block a user