coulsonwang
dde4780e14
decrease the font size or it will be conflict ( #20333 )
2019-11-14 18:11:15 +08:00
coulsonwang
a6f73e2f5a
adjust testItem relative position ( #20331 )
2019-11-14 15:13:20 +08:00
Arnold
6a53b31d08
[bugfix] add pagezero_size link flags ( #20321 )
2019-11-13 11:07:52 +08:00
minggo
98ab6d23b6
set iOS default deployment version in correct place ( #20307 )
2019-11-08 10:30:51 +08:00
minggo
5acc952a17
fix iOS build issue ( #20292 )
2019-11-05 15:23:54 +08:00
coulsonwang
8126cfafd5
add defualt ios deloyment target ( #20282 )
...
* add defualt ios deloyment target
2019-11-01 17:07:52 +08:00
coulsonwang
4914dfff10
fix AudioSwitchStateTest subtile ( #20278 )
2019-10-31 16:05:57 +08:00
coulsonwang
d41457d447
comment spine codes in lua ( #20272 )
2019-10-30 16:25:08 +08:00
coulsonwang
4f486528cc
fix walking boundary of 3D test in lua
2019-10-29 19:24:35 +08:00
minggo
487634b5b7
Merge pull request #20264 from Mee-gu/fixLua
...
fix experimental namespace
2019-10-29 14:30:10 +08:00
coulsonwang
d77cd8f3b1
fix experimental namespace
2019-10-29 14:19:16 +08:00
minggo
2f79eb10af
fix installation error on some Android devices
...
May meet "The application could not be installed: INSTALL_FAILED_TEST_ONLY" error on some devices.
2019-10-29 11:35:22 +08:00
minggo
4af28a2f68
revert cpp-empty-test ( #20262 )
2019-10-29 10:46:24 +08:00
minggo
84feb1f87c
update default ABI
2019-10-28 15:43:42 +08:00
coulsonwang
2d42aa1d21
fix memory leak ( #20258 )
2019-10-28 15:04:03 +08:00
coulsonwang
2501f53b9b
add CameraTest ( #20253 )
...
* nodeTest
* fix
2019-10-25 18:22:35 +08:00
minggo
c9af873e2e
fix some warnings ( #20247 )
2019-10-25 16:40:30 +08:00
coulsonwang
b849fce842
remove box2d tests ( #20246 )
2019-10-25 13:37:08 +08:00
minggo
be038d9ffc
fix some warnings ( #20236 )
2019-10-25 09:27:54 +08:00
minggo
6b1e55f419
Remove experimental namespace ( #20229 )
2019-10-23 14:58:31 +08:00
coulsonwang
ee4432661c
fix label text word wrong warp issue ( #20226 )
2019-10-23 14:13:38 +08:00
Arnold
11a1f820e2
[v4] add unzip test code ( #20219 )
2019-10-22 13:47:07 +08:00
Andy Duplain
1a04787287
Rework CMake Xcode support. ( #20205 )
...
- Build using C++17 by default.
- Simplified customization of Xcode project via cmake.
- Add documentation to demonstrate how to use the customization.
- NOTE: I believe we could compile with bitcode enabled if the box2d
library was compiled using bitcode.
2019-10-22 13:42:56 +08:00
minggo
24b04e561b
sync #20007 to v4 ( #20210 )
...
* sync #20007 to v4
* Fixing a bug in Node::enumerateChildren (#20045 )
This patch fixes an issue that if both // (recursive enumeration)
and .. (starting from parent node) are specified,
Node::enumerateChildren does not honor the latter and starts searching
from current node rather than parent node.
2019-10-17 11:12:25 +08:00
coulsonwang
b8cf680342
update ProgramState usage in lua ( #20204 )
2019-10-16 09:48:38 +08:00
coulsonwang
67ae2e756e
fix ProgramState and Program performance ( #20189 )
...
* fix ProgramState and Program performance
* fix review
* fix
* add autorelease
2019-10-15 09:40:59 +08:00
coulsonwang
ab04e037b7
fix PhysicsContactTest ( #20171 )
...
modify the item relative position to avoid inappropriate operation.
2019-10-08 15:07:46 +08:00
minggo
42c43a53a1
fix crash when back with playing video ( #20169 )
2019-09-25 14:33:18 +08:00
coulsonwang
6de088ab98
fix C4244 warning ( #20162 )
...
* fix C4244 warning
* fix warning C4244
* fix compile error
2019-09-25 14:32:26 +08:00
coulsonwang
03a4ddf764
fix warning ( #20146 )
...
* fix warning
fix warning
* remove integer type constructor for Vec2
2019-09-24 11:31:35 +08:00
coulsonwang
1888267fa9
add particle texture ( #20144 )
...
add particle texture
2019-09-20 17:31:08 +08:00
coulsonwang
5918758904
fixLuaNodeTest ( #20145 )
...
set depth write mask correctly
2019-09-20 17:30:52 +08:00
minggo
965ea379a7
Merge pull request #20139 from Mee-gu/fixWarning
...
fix warning
2019-09-20 14:36:36 +08:00
coulsonwang
0dbe3419d2
fix warning
...
fix warning
2019-09-20 11:20:07 +08:00
coulsonwang
4c3375bc41
add particle texture
2019-09-18 10:02:33 +08:00
coulsonwang
83dd39ec0b
remove unneeded codes ( #20126 )
...
was removed from Sprite3D. Should not be call from lua.
2019-09-18 09:22:15 +08:00
Arnold
96ae05d511
[bugfix] Android compile error on arm64 ( #20128 )
...
* add --no-warn-shared-textrel only in android/x86
* update comment position
2019-09-18 09:21:56 +08:00
minggo
9df47ef6fd
use WKWebview instead ( #20103 )
...
UIWebView is removed in iOS 13.
2019-09-06 09:57:38 +08:00
coulsonwang
d9e6c74ea6
particle use tiff issue ( #20105 )
2019-09-06 09:46:15 +08:00
Arnold
eed319938d
[lua tests] MaterialSystemTest update u_Time uniform ( #20083 )
2019-09-05 15:56:39 +08:00
Arnold
92b48359ea
add cert file ( #20081 )
2019-09-04 10:09:12 +08:00
Arnold
7c3a7153c8
update' ( #20082 )
2019-09-04 10:06:38 +08:00
Arnold
55f6f6d6e7
[bugfix] Fileutils iOS isDirectory ( #20079 )
2019-09-04 10:03:38 +08:00
coulsonwang
469fc61d5a
set depth write ( #20071 )
2019-09-04 10:02:03 +08:00
coulsonwang
4d04b64a3a
add specific define for metal ( #20084 )
2019-09-04 09:58:40 +08:00
coulsonwang
b4d0522116
shader value validation ( #20086 )
2019-09-04 09:53:26 +08:00
Arnold
56c9ec137c
add link flags ( #20069 )
2019-09-02 09:39:43 +08:00
minggo
5e40f5e6a5
remove tiff ( #20047 )
2019-08-20 15:15:40 +08:00
coulsonwang
c4e6ede197
move VertexLayout to ProgramState ( #20029 )
...
* move VertexLayout to ProgramState
* fix lua
2019-08-15 16:51:49 +08:00
coulsonwang
e23f1f34c3
remove step mode ( #20032 )
2019-08-15 09:31:44 +08:00