-
-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bump godot-cpp to beta8, libdatachannel to v0.18.0
libdatachannel and libjuice are now released under MPL 2.0. Dependencies has been refactored under a `thirdparty` folder similar to what we have in Godot, with a dedicated `thirdparty/README.md` containing details information on dependencies upstreams, versions, and licenses.
- Loading branch information
Showing
11 changed files
with
100 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule libdatachannel
deleted from
1ec2a2
Submodule godot-cpp
updated
23 files
+6 −0 | .github/CODEOWNERS | |
+21 −23 | CMakeLists.txt | |
+1 −1 | README.md | |
+6 −6 | binding_generator.py | |
+4,020 −6,147 | godot-headers/extension_api.json | |
+108 −105 | godot-headers/godot/gdnative_interface.h | |
+4 −4 | include/godot_cpp/classes/ref.hpp | |
+211 −210 | include/godot_cpp/classes/wrapped.hpp | |
+56 −56 | include/godot_cpp/core/binder_common.hpp | |
+5 −5 | include/godot_cpp/core/builtin_ptrcall.hpp | |
+7 −7 | include/godot_cpp/core/class_db.hpp | |
+6 −6 | include/godot_cpp/core/engine_ptrcall.hpp | |
+19 −19 | include/godot_cpp/core/method_bind.hpp | |
+31 −31 | include/godot_cpp/core/method_ptrcall.hpp | |
+1 −1 | include/godot_cpp/core/type_info.hpp | |
+3 −3 | include/godot_cpp/godot.hpp | |
+3 −3 | include/godot_cpp/variant/variant.hpp | |
+2 −6 | src/classes/wrapped.cpp | |
+5 −5 | src/core/class_db.cpp | |
+2 −2 | src/core/method_bind.cpp | |
+1 −1 | src/godot.cpp | |
+3 −3 | src/variant/variant.cpp | |
+1 −1 | test/src/register_types.cpp |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,82 @@ | ||
# Third party libraries | ||
|
||
Please keep categories (`##` level) listed alphabetically and matching their | ||
respective folder names. Use two empty lines to separate categories for | ||
readability. | ||
|
||
|
||
## json | ||
|
||
- Upstream: https://github.com/nlohmann/json | ||
- Version: 3.10.5 (4f8fba14066156b73f1189a2b8bd568bde5284c5, 2022) | ||
- License: MIT | ||
|
||
Module location: | ||
|
||
- thirdparty/libdatachannel/deps/json | ||
|
||
|
||
## libdatachannel | ||
|
||
- Upstream: https://github.com/paullouisageneau/libdatachannel | ||
- Version: 0.18.0 (084445012d6c63c9f2cc250d88df553aed2eb189, 2022) | ||
- License: MPL 2.0 | ||
|
||
Module location: | ||
|
||
- thirdparty/libdatachannel | ||
|
||
|
||
# libjuice | ||
|
||
- Upstream: https://github.com/paullouisageneau/libjuice | ||
- Version: 1.1.0 (0dabc046cd23da6908749e4c6add834ec29a7c49, 2022) | ||
- License: MPL 2.0 | ||
|
||
Module location: | ||
|
||
- thirdparty/libdatachannel/deps/libjuice | ||
|
||
|
||
## libsrtp | ||
|
||
- Upstream: https://github.com/cisco/libsrtp | ||
- Version: 2.4.2 (90d05bf8980d16e4ac3f16c19b77e296c4bc207b, 2021) | ||
- License: BSD-3-Clause | ||
|
||
Module location: | ||
|
||
- thirdparty/libdatachannel/deps/libsrtp | ||
|
||
|
||
## openssl | ||
|
||
- Upstream: git://git.openssl.org/openssl.git | ||
- Version: 3.0.7 (19cc035b6c6f2283573d29c7ea7f7d675cf750ce, 2022) | ||
- License: Apache 2.0 | ||
|
||
Module location: | ||
|
||
- thirdparty/openssl | ||
|
||
|
||
## plog | ||
|
||
- Upstream: https://github.com/SergiusTheBest/plog | ||
- Version: git (d8461e9d473e59fbcc1f79eee021550dcf81e618, 2021) | ||
- License: MPL 2.0 | ||
|
||
Module location: | ||
|
||
- thirdparty/libdatachannel/deps/plog | ||
|
||
|
||
## usrsctp | ||
|
||
- Upstream: https://github.com/sctplab/usrsctp | ||
- Version: git (7c31bd35c79ba67084ce029511193a19ceb97447, 2021) | ||
- License: BSD-3-Clause | ||
|
||
Module location: | ||
|
||
- thirdparty/libdatachannel/deps/usrsctp |
Submodule libdatachannel
added at
084445
Submodule openssl
updated
from 000000 to 19cc03