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
/
wsl_peer.cpp
Age
Commit message (
Expand
)
Author
2021-05-06
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-02-08
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-01-01
Update copyright statements to 2021
Rémi Verschelde
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-01-28
Disable Nagle's algorithm for WebSocket TCP.
Fabio Alessandrelli
2020-01-24
Lower WebSocket latency, fixes.
Fabio Alessandrelli
2020-01-01
Update copyright statements to 2020
Rémi Verschelde
2019-12-21
WSLPeer now prevents receiving data after close.
Fabio Alessandrelli
2019-11-15
Fix Visual Studio throwing C4334 warning.
Marcel Admiraal
2019-10-09
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-08-28
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-07-04
WebSocket module now uses wslay library.
Fabio Alessandrelli