Skip to content

Update BabylonNative and Babylon.js #473

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

Merged
merged 11 commits into from
Oct 13, 2022
Merged
57 changes: 23 additions & 34 deletions Apps/Playground/0.64/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Apps/Playground/0.64/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"iosCmake": "node scripts/tools.js iosCMake"
},
"dependencies": {
"@babylonjs/core": "5.17.0",
"@babylonjs/loaders": "5.17.0",
"@babylonjs/core": "5.27.1",
"@babylonjs/loaders": "5.27.1",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
Expand Down
63 changes: 27 additions & 36 deletions Apps/Playground/0.65/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Apps/Playground/0.65/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@
"iosCmake": "node scripts/tools.js iosCMake"
},
"dependencies": {
"@babylonjs/core": "5.17.0",
"@babylonjs/loaders": "5.17.0",
"@babylonjs/core": "5.27.1",
"@babylonjs/loaders": "5.27.1",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
Expand Down
57 changes: 23 additions & 34 deletions Apps/Playground/0.69/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Apps/Playground/0.69/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
"windows": "react-native run-windows"
},
"dependencies": {
"@babylonjs/core": "5.17.0",
"@babylonjs/loaders": "5.17.0",
"@babylonjs/core": "5.27.1",
"@babylonjs/loaders": "5.27.1",
"@babylonjs/react-native": "file:../../../Modules/@babylonjs/react-native",
"@babylonjs/react-native-iosandroid": "file:../../../Modules/@babylonjs/react-native-iosandroid",
"@babylonjs/react-native-windows": "file:../../../Modules/@babylonjs/react-native-windows",
Expand Down
Submodule BabylonNative updated 29 files
+6 −20 .github/workflows/nightly.yml
+42 −42 Apps/package-lock.json
+7 −4 Apps/package.json
+19 −0 Apps/scripts/getNightly.js
+5 −0 Dependencies/AndroidExtensions/Include/AndroidExtensions/JavaWrappers.h
+14 −0 Dependencies/AndroidExtensions/Source/JavaWrappers.cpp
+1 −0 Dependencies/CMakeLists.txt
+6 −6 Dependencies/UrlLib/CMakeLists.txt
+7 −1 Dependencies/UrlLib/Include/UrlLib/UrlLib.h
+20 −46 Dependencies/UrlLib/Source/UrlRequest_Android.cpp
+11 −48 Dependencies/UrlLib/Source/UrlRequest_Apple.mm
+81 −0 Dependencies/UrlLib/Source/UrlRequest_Base.h
+7 −2 Dependencies/UrlLib/Source/UrlRequest_Shared.h
+55 −48 Dependencies/UrlLib/Source/UrlRequest_Unix.cpp
+18 −53 Dependencies/UrlLib/Source/UrlRequest_Windows.cpp
+1 −1 Dependencies/bgfx.cmake
+4 −0 Dependencies/napi/napi-direct/include/napi/napi-inl.h
+1 −0 Dependencies/napi/napi-direct/include/napi/napi.h
+3 −0 Plugins/ExternalTexture/Source/ExternalTexture_D3D11.cpp
+3 −0 Plugins/ExternalTexture/Source/ExternalTexture_D3D12.cpp
+2 −2 Plugins/NativeEngine/Source/NativeEngine.cpp
+15 −5 Plugins/NativeEngine/Source/ShaderCompilerCommon.cpp
+1 −0 Plugins/NativeEngine/Source/ShaderCompilerCommon.h
+1 −2 Polyfills/Console/CMakeLists.txt
+48 −63 Polyfills/Console/Source/Console.cpp
+0 −28 Polyfills/Console/Source/Console.h
+20 −12 Polyfills/XMLHttpRequest/Source/XMLHttpRequest.cpp
+1 −0 Polyfills/XMLHttpRequest/Source/XMLHttpRequest.h
+1 −0 README.md