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
*
Protocol shadows a variable.
K. S. Ernest (iFire) Lee
2021-06-30
1
-3
/
+3
*
Merge pull request #49966 from Faless/net/4.x_ws_timeout
Rémi Verschelde
2021-06-29
5
-6
/
+24
|
\
|
*
[Net] Add WebSocketServer handshake_timeout property.
Fabio Alessandrelli
2021-06-28
5
-6
/
+24
*
|
[Net] Fix WebSocketClient path parsing.
Fabio Alessandrelli
2021-06-28
2
-3
/
+7
|
/
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
2
-3
/
+3
*
Merge pull request #49698 from aaronfranke/prop-no-usage
Rémi Verschelde
2021-06-18
2
-5
/
+5
|
\
|
*
Add PROPERTY_USAGE_NONE and use it
Aaron Franke
2021-06-17
2
-5
/
+5
*
|
Better format arguments in variant parser
Michael Alexsander Silva Dias
2021-06-18
2
-3
/
+3
|
/
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
3
-3
/
+3
*
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
16
-29
/
+29
*
Merge pull request #48205 from Faless/net/4.x_url_parsing
Fabio Alessandrelli
2021-05-03
1
-24
/
+8
|
\
|
*
[Net] Implement String::parse_url for parsing URLs.
Fabio Alessandrelli
2021-04-26
1
-24
/
+8
*
|
Add WebSocketMultiplayerPeer _incoming_packets check bound
MaxStgs
2021-04-30
1
-0
/
+2
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
2
-12
/
+11
|
/
*
Document secure wss:// caveats for WebSocketClient
Hugo Locurcio
2021-04-07
1
-0
/
+1
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-3
/
+3
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
14
-98
/
+46
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
29
-58
/
+58
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-8
/
+24
*
[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
[next]