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
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
2022-01-20
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-11
Fixed incorrect property types
Arnav Vijaywargiya
2022-01-03
Update copyright statements to 2022
Rémi Verschelde
2022-01-02
Fix usage of "Return" in the docs
kobewi
2021-12-09
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-04
Auto-Increment Debugger Port
Nathan Franke
2021-11-19
wslay: Sync with upstream 45d22583b
Rémi Verschelde
2021-10-29
Merge pull request #54344 from mhilbrunner/rpc-error-msgs
Fabio Alessandrelli
2021-10-29
Websockets: Fix buffer size checks in put_packet()
Max Hilbrunner
2021-10-28
Fix Macros -> Mactos typo in WEBSOCKETMACTOS_H
Max Hilbrunner
2021-10-26
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-09
Fix missing argument names in bindings
Rémi Verschelde
2021-10-06
Fix small typos regarding WebSocketPeer
Infinixius
2021-09-30
Use range iterators for `Map`
Lightning_A
2021-09-28
Merge pull request #52481 from Faless/net/4.x_native_peers
Fabio Alessandrelli
2021-09-25
Document Android permission requirements for network access where needed
Hugo Locurcio
2021-09-24
[Net/Docs] Update extensions documentation.
Fabio Alessandrelli
2021-09-24
[Net] MultiplayerPeer cleanup, defaults.
Fabio Alessandrelli
2021-09-20
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-14
Merge pull request #52226 from Faless/debugger/4.x_start_options
Rémi Verschelde
2021-09-08
Multiplayer networking renames/simplification
Max Hilbrunner
2021-09-07
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-08-30
Try other resolved IPs if one fails to connect
Haoyu Qiu
2021-08-29
[Editor] Editor debugger binds according to editor settings.
Fabio Alessandrelli
2021-08-06
HTML5: Fix warnings and re-enable `werror=yes` on CI
Rémi Verschelde
[next]