mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #107954 from stuartcarnie/unix_domain_socket_support
Add Core UNIX domain socket support
This commit is contained in:
commit
6b22951162
39 changed files with 1791 additions and 529 deletions
|
|
@ -8,6 +8,18 @@ Add new entries at the end of the file.
|
|||
|
||||
## Changes between 4.5-stable and 4.6-stable
|
||||
|
||||
GH-107954
|
||||
---------
|
||||
Validate extension JSON: API was removed: classes/TCPServer/methods/is_connection_available
|
||||
Validate extension JSON: API was removed: classes/TCPServer/methods/is_listening
|
||||
Validate extension JSON: API was removed: classes/TCPServer/methods/stop
|
||||
Validate extension JSON: API was removed: classes/StreamPeerTCP/methods/disconnect_from_host
|
||||
Validate extension JSON: API was removed: classes/StreamPeerTCP/methods/get_status
|
||||
Validate extension JSON: API was removed: classes/StreamPeerTCP/methods/poll
|
||||
|
||||
These were moved to the parent classes, and are still available.
|
||||
|
||||
|
||||
GH-110250
|
||||
---------
|
||||
Validate extension JSON: JSON file: Field was added in a way that breaks compatibility 'classes/Control/methods/grab_focus': arguments
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue