Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sync with master #11

Merged
merged 21 commits into from
Sep 20, 2019
Merged
Changes from 1 commit
Commits
Show all changes
21 commits
Select commit Hold shift + click to select a range
c6f0196
don't invoke super.onPause() to prevent egl context lost (#19996)
minggo Jul 30, 2019
ec4ebb6
fix v3 travis compiling error (#20002)
minggo Aug 1, 2019
bd6c14f
in Node::enumerateChildren, searchFromParent shouldn't search from ch…
dzj0821 Aug 2, 2019
c840544
fix RotateTo animation when angle is bigger than 360 (#20009)
dzj0821 Aug 5, 2019
67fde78
fix crash when plist filename hasn't suffix (#19999)
dzj0821 Aug 5, 2019
baa6381
[v3] add renderer performance test (#20010)
PatriceJiang Aug 5, 2019
67ba5b4
refactor Quaternion class (#20031)
JohnCoconut Aug 15, 2019
7a72518
Fixing a bug in Node::enumerateChildren (#20045)
ktrongnhan Aug 19, 2019
a8ebce5
update deps (#20051)
PatriceJiang Aug 21, 2019
1a7b99e
fix FastTMXLayer (#20066)
Mee-gu Aug 30, 2019
1875590
update external (#20068)
PatriceJiang Aug 30, 2019
96eb639
[bugfix] v3 Fileutils iOS isDirectory (#20080)
PatriceJiang Sep 4, 2019
a2b2b36
use AVPlayerController instead (#20085)
minggo Sep 4, 2019
ecce450
Ios webview (#20098)
minggo Sep 5, 2019
4c48060
Use external-deps-163 (#20114)
PatriceJiang Sep 12, 2019
e73b7f1
fix memory leak (#20110)
minggo Sep 17, 2019
10a0bb1
uses the same precision for uniforms (#20107)
minggo Sep 17, 2019
efb2d7c
fix bug that system font is not rendered correctly on macOS Catalina …
minggo Sep 17, 2019
f0cdd02
Fix error with update line height (#19914)
kasandko Sep 18, 2019
4439b6b
Fix include order for Win32.
halx99 Sep 19, 2019
ca9ffe0
Merge pull request #20134 from halx99/patch-1
minggo Sep 20, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
update external (cocos2d#20068)
  • Loading branch information
PatriceJiang authored and minggo committed Aug 30, 2019
commit 1875590f0e5588e7136f0ffe219f2cba39a43948
2 changes: 1 addition & 1 deletion external/config.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "v3-deps-161",
"version": "v3-deps-162",
"zip_file_size": "141133955",
"repo_name": "cocos2d-x-3rd-party-libs-bin",
"repo_parent": "https://github.com/cocos2d/",
Expand Down