halx99
53122216ee
Add missing param JNIEnv* for natvie interfaces [ci build]
2020-11-18 12:15:48 +08:00
HALX99
5ff9f4786e
fix UserDefault plain mode stack overflow
2020-11-17 19:50:58 +08:00
halx99
702887ba3c
Merge branch 'master' of https://github.com/c4games/engine-x
2020-11-16 22:38:59 +08:00
halx99
7852cb21e5
fix #262
2020-11-16 22:38:18 +08:00
HALX99
45f1519638
Update README_CN.md
2020-11-16 17:41:12 +08:00
HALX99
9aaf62b2d6
Update README.md
2020-11-16 17:40:19 +08:00
halx99
cd4d079d6f
Add missing .a files [ci build]
2020-11-16 16:20:21 +08:00
halx99
76ad6ce1ac
CI don't needs download deps manually [ci build]
2020-11-16 16:02:47 +08:00
halx99
dcb6d22eb3
Embed third parties
2020-11-16 14:47:43 +08:00
halx99
cd34ea9c4d
fix compile issue
2020-11-16 14:19:56 +08:00
halx99
35ac7f43ce
Since we don't support ios x86 simulator yet, set ios default min deployment target to 9.0 is ok
2020-11-15 21:46:24 -08:00
halx99
64c5c4612d
fix ci warnings
2020-11-15 21:34:53 -08:00
halx99
57c767a66d
fix #260 [ci build]
2020-11-16 12:21:27 +08:00
halx99
a71788d942
Delete unused buitin shaders
2020-11-16 11:20:12 +08:00
HALX99
6a80c23885
Update config.json [ci build]
2020-11-15 22:55:41 +08:00
halx99
2644ffd843
Add license badge
2020-11-15 17:56:03 +08:00
HALX99
619b0863ac
Refine UserDefault comment [ci build]
2020-11-15 13:13:24 +08:00
HALX99
b397ed09a5
Update CCUserDefault.cpp
2020-11-15 13:11:53 +08:00
HALX99
f1262c521f
Update CCUserDefault.cpp
2020-11-15 13:08:21 +08:00
HALX99
9ba25c0fb1
Refine UserDefault comment
2020-11-15 12:26:40 +08:00
HALX99
1e0dcb9c3f
Refine user default comment
2020-11-15 12:16:54 +08:00
halx99
980ff17f9a
fix UserDefault doesn't work with encrypt enabled [ci build]
2020-11-15 11:45:14 +08:00
halx99
f6ceee918d
fix compile and improve Physics3DConstraint management [ci build]
2020-11-15 00:48:53 +08:00
HALX99
9db5685623
Update config.json [ci build]
2020-11-15 00:46:11 +08:00
halx99
0975901da6
Update config.json [ci build]
2020-11-14 13:32:51 +08:00
halx99
ebb6e1963b
plain include xxhash.h
2020-11-14 12:22:51 +08:00
halx99
01b4965184
Add missing JNIEXPORT
2020-11-13 23:03:05 +08:00
HALX99
025a91996a
Update ios.mini.cmake
2020-11-13 11:01:48 +08:00
HALX99
381e385f36
Update ios.mini.cmake
2020-11-13 01:08:26 +08:00
HALX99
6409f3550f
Unify ios min deployment target to 10.0
2020-11-13 01:07:41 +08:00
HALX99
846966f823
Update config.json [ci build]
2020-11-13 00:52:41 +08:00
HALX99
e1a6251e21
Update README.md
2020-11-12 23:09:14 +08:00
halx99
46287b84c2
Rollback gradle plugin version 4.0.1, since there is no benefit upgrade to 4.1.0
2020-11-12 22:50:38 +08:00
halx99
755714c103
CMake, use file TO_CMAKE_PATH instead string replace [ci build]
2020-11-12 22:47:35 +08:00
HALX99
dcfd65427b
Merge pull request #261 from halx99/try-bionic-android-ci
...
Try bionic for android ci
2020-11-12 03:24:42 -08:00
halx99
119560af91
Try bionic for android ci
2020-11-12 18:07:52 +08:00
halx99
38fd8e71aa
fix android nasm version print for ci [ci build]
2020-11-12 18:01:27 +08:00
halx99
023f72f2b9
Install nasm for ci [ci build]
2020-11-12 17:48:31 +08:00
HALX99
ffea9bc6c9
Update config.json [ci build]
2020-11-12 17:18:19 +08:00
halx99
f7006b2034
Remove print
2020-11-11 22:33:48 -08:00
HALX99
707131790b
Merge pull request #259 from x8710162/patch-1
...
Fix crash when enable encrypt for UserDefault
2020-11-11 15:26:35 -08:00
Born.Xiao
fce153cdb1
Update CCUserDefault.cpp
...
write with variable size, calculate size use int32_t
2020-11-12 00:32:33 +08:00
HALX99
e4985af560
Update config.json [ci build]
2020-11-11 19:51:51 +08:00
HALX99
10367dfb36
Delete .lgtm.yml
2020-11-11 18:53:25 +08:00
HALX99
2d536536a8
Merge pull request #258 from wtfdnvxk/patch-2
...
fix ios readme build device description
2020-11-11 01:36:09 -08:00
HALX99
0a410dbf7f
Merge pull request #257 from wtfdnvxk/patch-1
...
extend lua by register extensions
2020-11-11 01:25:21 -08:00
wtfdnvxk
44fb557458
fix ios readme build device description
...
if none arch has been defined,then you can use "xcodebuild -scheme "lua-empty-test" -sdk iphonesimulator SYMROOT=." to compile the simulator ,or,You can use 'xcodebuild -scheme "lua-empty-test" -sdk iphoneos SYMROOT=.' to build in ios device。
The Xcode Architectures will show "Standard architecture"
2020-11-11 17:06:03 +08:00
wtfdnvxk
f5fcd5592c
Update lua_module_register.cpp
...
extend lua by register extensions
2020-11-11 16:53:00 +08:00
halx99
d1f0a287ac
Remove ENABLE_CJSON_GLOBAL from cmake
2020-11-11 16:37:33 +08:00
halx99
84741ab567
Update config.json [ci build]
2020-11-11 16:30:44 +08:00