diff options
Diffstat (limited to 'thirdparty/README.md')
-rw-r--r-- | thirdparty/README.md | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/thirdparty/README.md b/thirdparty/README.md index 8c2a3e6af3..f35a95df37 100644 --- a/thirdparty/README.md +++ b/thirdparty/README.md @@ -16,13 +16,18 @@ TODO. Files extracted from upstream source: -- all .c files in the main directory -- the include/enet/ folder as enet/ +- all .c files in the main directory (except unix.c win32.c) +- the include/enet/ folder as enet/ (except unix.h win32.h) - LICENSE file -Important: Some files have been modified by Godot developers so that they work -for all platforms (especially UWP). Check the diff with the 1.3.13 tarball -before the next update. +Important: enet.h, host.c, protocol.c have been slightly modified +to be usable by godot socket implementation and allow IPv6. +Two files (godot.cpp and enet/godot.h) have been added to provide +enet socket implementation using Godot classes. +It is still possible to build against a system wide ENet but doing so +will limit it's functionality to IPv4 only. +Check the diff of enet.h, protocol.c, and host.c with the 1.3.13 +tarball before the next update. ## fonts |