index
:
godot-fmod
4.0.3
Godot with FMOD integration
RayHammer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
modules
/
websocket
Age
Commit message (
Expand
)
Author
2023-05-18
[TLS] Fix crashes trying to use TLS when not available.
Fabio Alessandrelli
2023-03-16
Fix typos and inconsistencies in classref
Haoyu Qiu
2023-02-23
Fix WebSocketMultiplayerPeer server crash
Vsono
2023-02-13
Document unsupported features in Mobile and Compatibility rendering methods
Hugo Locurcio
2023-01-31
Remove some unused signals
Rémi Verschelde
2023-01-28
[Net] Remove StreamPeerTLS.blocking_handshake option.
Fabio Alessandrelli
2023-01-28
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-05
One Copyright Update to rule them all
Rémi Verschelde
2022-11-03
Fix WebSocket connection failed on Web.
Zae
2022-11-02
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
[MP] Remove connection state signals from MultiplayerPeer.
Fabio Alessandrelli
2022-11-01
Merge pull request #67982 from Faless/mp/4.x_disconnect_close
Fabio Alessandrelli
2022-10-31
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-28
[MP] Add MultiplayerPeer disconnect_peer, close.
Fabio Alessandrelli
2022-10-27
[MP] Let MultiplayerAPI handle packet relaying and peer signaling.
Fabio Alessandrelli
2022-10-18
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-17
[WebSocket] Fix client failing to connect to direct IP.
Fabio Alessandrelli
2022-10-13
[WebSocket] Fix potential double free after multiplayer clear.
Fabio Alessandrelli
2022-10-13
[WebSocket] Fix debugger implementation.
Fabio Alessandrelli
2022-10-13
[WebSocket] Fix Web write mode.
Fabio Alessandrelli
2022-10-13
[WebSocket] Fix TCP connection being closed while connecting.
Fabio Alessandrelli
2022-10-11
[WebSocket] Refactor websocket module.
Fabio Alessandrelli
2022-10-03
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-09-26
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-21
Style: Ensure consistent formatting with clang-format 15
Rémi Verschelde
2022-09-08
[Net] Rename "ssl" references to "tls" in methods and members.
Fabio Alessandrelli
2022-09-07
[Net] Rename StreamPeerSSL to StreamPeerTLS.
Fabio Alessandrelli
2022-08-29
[Web] Rename JavaScript platform to Web.
Fabio Alessandrelli
2022-08-08
Rename the argument tag to param in XML documentation
Yuri Sizov
2022-08-07
[Websocket] Remove dummy JS server implemenation.
Fabio Alessandrelli
2022-07-26
[Net] Modularize multiplayer, expose MultiplayerAPI to extensions.
Fabio Alessandrelli
2022-07-25
Code quality: Fix header guards consistency
Rémi Verschelde
2022-05-16
Replace most uses of Map by HashMap
reduz
2022-05-04
[WebSocket] Fix WSLClient connection status.
Fabio Alessandrelli
2022-05-04
Refactor module initialization
reduz
2022-05-03
Merge pull request #60444 from snailrhymer/expand-websocketclient-error-messages
Fabio Alessandrelli
2022-05-02
Style: Partially apply clang-tidy's `cppcoreguidelines-pro-type-member-init`
Rémi Verschelde
2022-04-27
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
Rémi Verschelde
2022-04-22
Add detail to some error messages in wsl_client
SnailRhymer
2022-04-12
Added set_extra_headers() to WebSocketServer
Oğuzhan Eroğlu
2022-04-06
Fix some issues found by cppcheck.
bruvzg
2022-03-28
Modules: Don't build editor-specific classes in templates
Rémi Verschelde
2022-03-27
[Net] Drop is_connected_to_host for TCP and UDP.
Fabio Alessandrelli
2022-03-27
[Net] Make StreamPeerTCP::_poll_connection explicit.
Fabio Alessandrelli
2022-03-18
Use 3001 instead of 1001 when destroying a websocket.
Jason Knight
2022-03-10
Discern between virtual and abstract class bindings
reduz
2022-02-16
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-15
Add an XML schema for documentation
Hugo Locurcio
2022-02-10
Fix typos with codespell
Rémi Verschelde
2022-02-05
[Net] Non-blocking WebSocket hostname resolution.
Jordan Schidlowsky
[next]