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
2020-07-03
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-05-16
websocket: Fix crash at exit when not running the editor
Ignacio Etcheverry
2020-05-14
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
Style: Fix missing/invalid copyright headers
Rémi Verschelde
2020-05-14
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-12
Add WebSocket debugger, use it for Javascript.
Fabio Alessandrelli
2020-05-12
Remove WebSocket defaults from project settings.
Fabio Alessandrelli
2020-05-10
Fix Closure compiler build, python style.
Fabio Alessandrelli
2020-04-02
Replace NULL with nullptr
lupoDharkael
2020-03-30
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-23
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-17
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-08
Fix Javascript platform after PoolVector removal.
Fabio Alessandrelli
2020-02-18
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-15
Fix EMWSClient::get_connection_status(), try catch
Fabio Alessandrelli
2020-01-31
Update docs to version 4.0
clayjohn
2020-01-28
Disable Nagle's algorithm for WebSocket TCP.
Fabio Alessandrelli
2020-01-26
Merge pull request #35516 from Faless/ws/fix_latency_32
Rémi Verschelde
2020-01-26
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-24
Lower WebSocket latency, fixes.
Fabio Alessandrelli
2020-01-23
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-21
Fix MultiplayerAPI crash when peer impl misbehave.
Fabio Alessandrelli
2020-01-16
Validate input in (CPU)Particles set_emission_shape()
Rémi Verschelde
2020-01-15
Prevent GDScript language server from listening to external hosts by default
Houkime
2020-01-14
Update documentation to reflect HTML5 limitations.
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-16
Trim protocol field from spaces in WS classes.
Fabio Alessandrelli
2019-10-15
Fix HTML5 build after 67a4c30.
Fabio Alessandrelli
2019-10-11
doc: Sync classref with current source
Rémi Verschelde
2019-10-09
Document all this new improvements.
Fabio Alessandrelli
2019-10-09
Custom headers support in WebSocketClient.
Fabio Alessandrelli
2019-10-09
Implement WebSocketServer SSL support.
Fabio Alessandrelli
2019-10-09
WebSocketClient can now use custom SSL certificate
Fabio Alessandrelli
2019-10-09
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-09-24
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-04
Run doctool after overridden properties changes
Bojidar Marinov
2019-08-28
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-21
Merge pull request #29871 from Faless/crypto/initial_pr
Rémi Verschelde
2019-08-20
Merge pull request #31483 from Faless/ws/fix_double_relay
Rémi Verschelde
2019-08-19
Fix WebSocketServer relaying message 2 times.
Fabio Alessandrelli
2019-08-19
WebSocketServer now sanitize destination peers.
Fabio Alessandrelli
2019-08-19
Move CryptoCore to it's own folder.
Fabio Alessandrelli
2019-08-17
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
Rémi Verschelde
2019-08-12
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-07-28
Fix WebSocketClient crash when unref during signal
Fabio Alessandrelli
[next]