index
:
redot-engine.git
4.3
master
Redot Engine – Multi-platform 2D and 3D game engine
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
modules
/
websocket
Commit message (
Expand
)
Author
Age
Files
Lines
*
[HTML5] Add function signatures to JS libraries.
Fabio Alessandrelli
2020-12-04
1
-0
/
+4
*
[HTML5] Run eslint --fix.
Fabio Alessandrelli
2020-11-23
1
-31
/
+31
*
[HTML5] Libraries refactor for linting.
Fabio Alessandrelli
2020-11-21
1
-20
/
+20
*
Fix godot_js_websocket_send function unused assignment.
Marcel Admiraal
2020-11-17
1
-4
/
+2
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
1
-1
/
+0
*
[HTML5] Port JavaScript inline code to libraries.
Fabio Alessandrelli
2020-11-10
6
-160
/
+241
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
16
-20
/
+20
*
Add override keywords.
Marcel Admiraal
2020-07-10
5
-35
/
+19
*
Remove String::find_last (same as rfind)
Stijn Hinlopen
2020-07-03
1
-1
/
+1
*
websocket: Fix crash at exit when not running the editor
Ignacio Etcheverry
2020-05-16
1
-1
/
+8
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
8
-45
/
+83
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+1
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
23
-100
/
+0
*
Style: Fix missing/invalid copyright headers
Rémi Verschelde
2020-05-14
4
-12
/
+12
*
Modernize remaining uses of 0/NULL instead of nullptr (C++11)
Rémi Verschelde
2020-05-14
2
-3
/
+3
*
Add WebSocket debugger, use it for Javascript.
Fabio Alessandrelli
2020-05-12
5
-0
/
+363
*
Remove WebSocket defaults from project settings.
Fabio Alessandrelli
2020-05-12
5
-35
/
+14
*
Fix Closure compiler build, python style.
Fabio Alessandrelli
2020-05-10
1
-3
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
8
-26
/
+26
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-4
/
+7
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
6
-14
/
+14
*
Fix Javascript platform after PoolVector removal.
Fabio Alessandrelli
2020-03-08
1
-3
/
+2
*
doc: Sync classref with current source
Rémi Verschelde
2020-02-18
2
-3
/
+3
*
PoolVector is gone, replaced by Vector
Juan Linietsky
2020-02-18
8
-20
/
+20
*
Fix EMWSClient::get_connection_status(), try catch
Fabio Alessandrelli
2020-02-15
2
-13
/
+24
*
Update docs to version 4.0
clayjohn
2020-01-31
4
-4
/
+4
*
Disable Nagle's algorithm for WebSocket TCP.
Fabio Alessandrelli
2020-01-28
9
-0
/
+27
*
Merge pull request #35516 from Faless/ws/fix_latency_32
Rémi Verschelde
2020-01-26
3
-4
/
+6
|
\
|
*
Lower WebSocket latency, fixes.
Fabio Alessandrelli
2020-01-24
3
-4
/
+6
*
|
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
4
-4
/
+4
*
|
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-23
1
-1
/
+1
|
/
*
Fix MultiplayerAPI crash when peer impl misbehave.
Fabio Alessandrelli
2020-01-21
1
-1
/
+1
*
Validate input in (CPU)Particles set_emission_shape()
Rémi Verschelde
2020-01-16
1
-1
/
+1
*
Prevent GDScript language server from listening to external hosts by default
Houkime
2020-01-15
4
-1
/
+24
*
Update documentation to reflect HTML5 limitations.
Fabio Alessandrelli
2020-01-14
2
-2
/
+4
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
24
-48
/
+48
*
WSLPeer now prevents receiving data after close.
Fabio Alessandrelli
2019-12-21
2
-1
/
+4
*
Fix Visual Studio throwing C4334 warning.
Marcel Admiraal
2019-11-15
1
-1
/
+1
*
Trim protocol field from spaces in WS classes.
Fabio Alessandrelli
2019-10-16
2
-5
/
+15
*
Fix HTML5 build after 67a4c30.
Fabio Alessandrelli
2019-10-15
4
-5
/
+11
*
doc: Sync classref with current source
Rémi Verschelde
2019-10-11
1
-2
/
+2
*
Document all this new improvements.
Fabio Alessandrelli
2019-10-09
2
-0
/
+31
*
Custom headers support in WebSocketClient.
Fabio Alessandrelli
2019-10-09
10
-22
/
+30
*
Implement WebSocketServer SSL support.
Fabio Alessandrelli
2019-10-09
4
-1
/
+75
*
WebSocketClient can now use custom SSL certificate
Fabio Alessandrelli
2019-10-09
4
-2
/
+26
*
Re-implement WebSocket get host/port.
Fabio Alessandrelli
2019-10-09
7
-13
/
+19
*
doc: Fix parsing of self-closing XML tags
Rémi Verschelde
2019-09-24
1
-2
/
+2
*
Run doctool after overridden properties changes
Bojidar Marinov
2019-09-04
1
-0
/
+4
*
Style: Fix copyright headers in new files
Rémi Verschelde
2019-08-28
1
-1
/
+1
[next]