Commit Graph

384 Commits

Author SHA1 Message Date
minggo c5d2cdacd7
Merge pull request #278 from cocos/v3.6
V3.6
2022-08-11 13:39:09 +08:00
timlyeee 9572c7b209
Compile glslang with xcode 12.4 (#277) 2022-07-29 13:45:30 +08:00
timlyeee ec0f635f89
recompile glslang to fix memory leaks on xcode 13.4, x86_64 (#276) 2022-07-27 15:46:09 +08:00
yangchao 9fdaeaa984
fix warn : libz.a was build for newer macOS version (12.0) than being linked(11.0) (#275) 2022-07-20 11:21:32 +08:00
江战 458a4b5473
Merge pull request #274 from cocos/3.6-reduce-warnings
3.6 reduce cmake warning
2022-07-13 16:41:44 +08:00
Patrice Jiang 807419565f merge windows cfg 2022-07-13 16:39:27 +08:00
timlyeee c4aa75e909
add v8 in debug version (#273) 2022-07-06 18:01:29 +08:00
timlyeee 49c457ef2a
set cflags -fvisiblity=hidden (#271) 2022-07-04 16:32:37 +08:00
yangchao e1f76034aa
remove iconv (#270)
* remove iconv

* update version.txt
2022-06-30 14:37:37 +08:00
yangchao e821968f17
add arm64 arch for zlib (#269) 2022-06-30 14:35:17 +08:00
James Chen a0a3c67d09
freetype is only used in DebugRenderer now, so link freetype only when DebugRenderer is enabled. (#268) 2022-06-30 10:26:44 +08:00
yangchao e16a3e115f
remove no use file (#267) 2022-06-28 09:53:24 +08:00
yangchao 6756126140
update zlib to 1.2.12 for mac (#266) 2022-06-27 17:02:36 +08:00
bofeng-song 6bc7be8a80
google-game-sdk: only notify resize event after window's size(lastWindowWidth) has been initialized (#265) 2022-06-23 15:24:06 +08:00
bofeng-song ae7ffe5396
Google-Game-SDK: export api that called from java (#264) 2022-06-23 14:54:48 +08:00
yangchao fb1ee5c0e5
V3.6 update libz (#263)
* update win zlib to 1.2.12

* update linux zlib to 1.2.12

* update android zlib to 1.2.12
2022-06-22 16:15:04 +08:00
minggo 4bf6c8924b
Remove unneeded libs (#262)
* remove MurmurHash2
2022-06-22 09:52:41 +08:00
bofeng-song e8af372fd4
fix anr after game enter background (#260)
* fix anr after game enter background
2022-06-14 18:10:17 +08:00
minggo b8ec38c4a1
Merge pull request #259 from minggo/v3.6_merge_v3.5
V3.6 merge v3.5
2022-06-07 15:45:02 +08:00
minggo 7b0b2bc14e Merge branch 'v3.5' into v3.6_merge_v3.5 2022-06-07 15:39:40 +08:00
yangchao d576db3d0f
not use this marco on nx windows (#258)
* not use this marco on nx windows

* nx windows not need this compile options
2022-05-31 17:23:24 +08:00
yangchao 40e0ab05b8
V3.5 nx (#257)
* add nx support

* fix nx external compiler error

* format code

* nx if use nvn, no need use tbb

* windows cl.exe not  support -include compile flag

* update pvmp3dec cmake , support windows
2022-05-28 20:10:19 +08:00
bofeng-song 9a6b364f70
Fix the problem that Surface size may get wrong after Android backend cut to frontend (#255) 2022-05-13 10:16:01 +08:00
timlyeee c90cf22abf
delete win32 libs (#256) 2022-05-11 17:43:20 +08:00
minggo a280d3ba6a
Update boost.cmake (#252) 2022-04-25 16:12:53 +08:00
minggo 8a702477c1
Merge pull request #251 from minggo/merge_v3.5
Merge v3.5
2022-04-25 14:06:51 +08:00
minggo 9b3fc71c6d Merge branch 'revert_v3.5' into merge_v3.5 2022-04-25 14:01:47 +08:00
bofeng-song b0c2516d5b
integrate gamesdk source code (#248)
* integrate gamesdk source code

* refine
2022-04-19 16:43:33 +08:00
Zeqiang Li ea41ab8f47
conditional compile swappy (#247) 2022-04-14 18:12:30 +08:00
bofeng-song dae690a354
fix android build error (#246) 2022-04-14 16:08:15 +08:00
Zeqiang Li e5e37407a3
disable swappy by default (#245) 2022-04-11 10:54:04 +08:00
江战 9e98579fc3
Merge pull request #244 from PatriceJiang/swappy-ndk-19
support ndk 19+
2022-04-08 20:13:32 +08:00
PatriceJiang ce6c0e8ee2 support ndk 19+ 2022-04-08 20:12:22 +08:00
yangchao e0a3e7bc34
mv qnx libs in private repo (#243) 2022-04-06 11:00:38 +08:00
minggo 705e0e0f59
fix compiling error on android (#242) 2022-04-01 13:37:16 +08:00
江战 12edb5dd27
Merge pull request #241 from PatriceJiang/v3.6-fix-boost-container
Fix iOS archive error
2022-04-01 13:37:02 +08:00
James Chen 53005b48c3
[v3.5] Don't depend on boost_container since it's not necessary (#240) 2022-04-01 11:54:59 +08:00
yangchao 602a2896ba
V3.6 add freetype (#239)
* add linux freetype
2022-04-01 10:37:00 +08:00
mmyduckx 379c390f7d
upgrade freetype to 2.10.0 for mac/ios/ios-m1-sim/android/win64 (#231)
* upgrade freetype to 2.10.0 for mac/ios/ios-m1-sim/android

* update version.txt

* add win64 freetype 2.10.0
2022-04-01 10:36:43 +08:00
PatriceJiang 391eae645e fix archive-output-director 2022-04-01 10:31:56 +08:00
minggo c6407256aa
Update CMakeLists.txt 2022-03-31 11:17:49 +08:00
minggo 41cb1f4a5b
fix compiling error with swappy on android 2022-03-31 11:00:17 +08:00
minggo 6a553d5814
Merge pull request #235 from cocos/v3.5
V3.5
2022-03-29 17:19:25 +08:00
Zeqiang Li 5c20ccbf71
fix crash caused by swappy on android
* fix native android crash

Co-authored-by: Zeqiang Li <zeqiang-li@outlook.com.com>
2022-03-24 14:38:07 +08:00
mmyduckx 660df56732
fix ios m1 simulator tbb link error (#232) 2022-03-24 13:45:03 +08:00
Zeqiang Li bf693c7221
3.5.0 swappy (#226)
* swappy
* enable swappy macro
Co-authored-by: Zeqiang Li <zeqiang-li@outlook.com.com>
2022-03-22 17:51:40 +08:00
minggo 30393be332
Fix boost link error (#230)
* fix boost link error
2022-03-21 15:13:05 +08:00
mmyduckx 805b07df7e
recompile freetype 2.6.3 for x64/arm64 mac (#229) 2022-03-21 11:00:00 +08:00
minggo 660590ef8a
reame macro X to TREMOLO_X to fix compiling error, X is not a good name (#228) 2022-03-18 15:12:12 +08:00
李吉林 d2f3382ab5
add freetype (#227) 2022-03-15 17:01:22 +08:00