jk20012001
90727b557e
add support for effect vscode plugins
2023-04-17 18:08:47 +08:00
James Chen
8942d8ab78
Update the license info for the files genereated by swig
2022-12-29 12:44:30 +08:00
James Chen
b1d2c74774
Add Constructor.__isJSB for JSB classes. ( #321 )
2022-12-07 14:07:53 +08:00
James Chen
8e9734ba80
fix crash if function returns stack object like Vec4 ( #316 )
...
* fix crash if function returns stack object like Vec4
* Strip debug symbols
* Update swig version to v1.1.0
2022-11-21 10:22:25 +08:00
James Chen
749af5630c
Update swig, fix warnings, upgrade to 4.1.0 release ( #315 )
2022-11-18 09:48:59 +08:00
James Chen
0d193a0432
Update swig, disable warning for unused variable ( #289 )
2022-09-06 14:43:43 +08:00
timlyeee
2c8201af1a
update libpng as static library. ( #282 )
...
To fix the error when trying to save image with png extension
2022-08-19 18:09:01 +08:00
James Chen
68e015729d
Add swig binaries for mac, win64, linux ( #280 )
...
* Add swig binaries for mac, win64, linux
2022-08-15 14:34:58 +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
yangchao
e1f76034aa
remove iconv ( #270 )
...
* remove iconv
* update version.txt
2022-06-30 14:37:37 +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
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
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
李吉林
d2f3382ab5
add freetype ( #227 )
2022-03-15 17:01:22 +08:00
wkp
8e1e22ce0e
refactor v8 config for cc_editor ( #217 )
...
Co-authored-by: minggo <xiaoming.zhang@chukong-inc.com>
2022-02-08 11:10:23 +08:00
minggo
3cb6ea1f12
Merge branch 'v3.6' into v3.5
2022-01-26 13:55:53 +08:00
wkp
50616c85f9
adapt editor native scene ( #214 )
2022-01-26 13:45:58 +08:00
timlyeee
fbef7505d9
mpg123 fix ( #210 )
2022-01-07 17:33:25 +08:00
Yun Hsiao Wu
a52c3279c3
revert link order adjustment ( #201 )
...
The new order will lead to compilation failures when running 32-bit app
on 64-bit devices. /eyerolling
2021-12-16 11:51:30 +08:00
Yun Hsiao Wu
4f972469ff
fix glslang link order ( #198 )
2021-11-12 11:46:34 +08:00
timlyeee
acbdb6702b
Disable cxx exceptions for spirv-tools ( #196 )
...
https://github.com/cocos-creator/3d-tasks/issues/9154
2021-10-21 15:34:42 +08:00
Yun Hsiao Wu
2fc0d39b14
use older pvrvframe library ( #195 )
...
which does not suffer from the mandatory multisampled back buffer issue from egl.
2021-10-20 17:25:48 +08:00
timlyeee
3394d82bd6
Fix x64 websocket issue ( #193 )
2021-09-28 11:51:56 +08:00
minggo
c062a38ab9
merge 3.3.2 ( #192 )
...
* Fix issue (#190 )
https://github.com/cocos-creator/3d-tasks/issues/9185
* spirv cross for ios 10.0 (#191 )
Co-authored-by: LX <codingboeuf@jizamaoxuewangdeMacBook-Air.local>
Co-authored-by: timlyeee <43355299+timlyeee@users.noreply.github.com>
Co-authored-by: LX <codingboeuf@jizamaoxuewangdeMacBook-Air.local>
2021-09-24 11:48:06 +08:00
timlyeee
91ced4772c
Add msvcr dynamic library ( #185 )
...
* Add msvcr dynamic library
Issue: https://github.com/cocos-creator/3d-tasks/issues/8920
* msvcr110 is Microsoft Visual C++ Redistributable 2012
* msvcr120 is Microsoft Visual C++ Redistributable 2013
* MSVCP140(D).dll, vcruntime(d).dll is in Microsoft Visual C++ Redistributable 2015
Simulator usually runs on Win32 platform so no need for x64. And x64 platform runs without msvcr110+
* add x64
* Revert "Add msvcr dynamic library"
This reverts commit f5c8d60d05 .
2021-09-07 10:20:05 +08:00
minggo
61a9b31c19
Merge pull request #180 from cocos-creator/3d-gfx
...
3d gfx
2021-08-17 10:57:55 +08:00
李吉林
05bf167704
vk use tbb but tbbmalloc ( #179 )
...
Co-authored-by: lijilin <jilin.li@cocos.com>
2021-08-16 15:40:19 +08:00
timlyeee
f931b3637d
Fix spirv issue ( #178 )
...
* modify spirv
* update Spirv
* issue: https://github.com/cocos-creator/3d-tasks/issues/8671
* Update Android
Co-authored-by: LX <codingboeuf@jizamaoxuewangdeMacBook-Air.local>
2021-08-13 18:43:47 +08:00
李吉林
fc76ca7afe
add tcmalloc & USE_JOB_SYSTEM_TBB ( #172 )
...
Co-authored-by: lijilin <jilin.li@cocos.com>
2021-08-12 14:32:25 +08:00
timlyeee
1129f869f0
recreate glslang static libs ( #169 )
...
* recreate glslang static libs
* re-add glslang static libs
* delete opt libs as it's too larg, also modified cmake list
* keep unified glslang version 11.5.0
* (no branch):
2021-08-04 17:45:38 +08:00
timlyeee
59e4e026e9
update glslang and tbb to shared library ( #167 )
...
* update glslang and tbb to shared library
* update glslang and tbb libs so that we can reduce space costs
* update tbb by using https://github.com/wjakob/tbb
* update cmake file.
* update cmake, re-add physx libs
* Physx library is special, while compiling physx-character-kinematic lib, it will cause CRT problems and link error. while we try to use compile as shared libs, its causing unresolved symbols problems and hard to fix.
2021-08-03 09:46:08 +08:00
Yun Hsiao Wu
3ade5ba374
fix physx location ( #166 )
2021-07-30 14:58:19 +08:00
Yun Hsiao Wu
434aef7496
unified glslang ( #165 )
2021-07-30 14:46:37 +08:00
江战
e119cc2d0d
V3.3 modularize ( #163 )
...
* seperate modules
* sep
* add include directory
* remove unused
2021-07-28 15:45:33 +08:00
timlyeee
8a52b672bf
Update websocket libs and so on ( #161 )
...
* version of lib websocket has been return to old version 2.4.2
* freetype lib has been confirmed as static lib
* delete unused librarys ( webpdecoder.dll, vorbisenc.dll etc )
* rename uv dir as the old version.
2021-07-16 11:12:25 +08:00
timlyeee
abf3616c12
Win64平台适配 ( #158 )
2021-06-30 18:04:49 +08:00