This website requires JavaScript.
Explore
Help
Sign In
northern-lighthouse
/
godot
Watch
1
Star
0
Fork
0
You've already forked godot
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
2325fb11a8374e58da534bdaf90fb712d00a04a2
godot
/
modules
/
websocket
History
Rémi Verschelde
538328898b
Style: Fix copyright headers in new files
2019-08-28 09:19:52 +02:00
..
doc_classes
…
config.py
…
emws_client.cpp
…
emws_client.h
…
emws_peer.cpp
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
2019-08-12 10:15:54 +02:00
emws_peer.h
…
emws_server.cpp
…
emws_server.h
…
packet_buffer.h
…
register_types.cpp
…
register_types.h
…
SCsub
…
websocket_client.cpp
…
websocket_client.h
…
websocket_macros.h
…
websocket_multiplayer_peer.cpp
Merge pull request
#31483
from Faless/ws/fix_double_relay
2019-08-20 12:49:15 +02:00
websocket_multiplayer_peer.h
Fixes minor issues found by static analyzer
2019-07-07 23:08:51 +02:00
websocket_peer.cpp
…
websocket_peer.h
…
websocket_server.cpp
…
websocket_server.h
…
wsl_client.cpp
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
2019-08-17 13:31:22 +02:00
wsl_client.h
Optimize header reads (avoid extra allocs)
2019-07-04 15:03:04 +02:00
wsl_peer.cpp
Style: Fix copyright headers in new files
2019-08-28 09:19:52 +02:00
wsl_peer.h
…
wsl_server.cpp
Replace last occurrences of 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG'
2019-08-17 13:31:22 +02:00
wsl_server.h
(Re-)Implement subprotocols in websocket server.
2019-07-08 07:48:26 +02:00