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
...
|
*
Websocket peer outbound buffer fixes. Expose outbound buffered amount.
Jordan Schidlowsky
2021-07-31
10
-4
/
+56
*
|
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
4
-118
/
+59
|
/
*
[Net] Add generate_unique_id to MultiplayerPeer.
Fabio Alessandrelli
2021-07-29
3
-22
/
+1
*
Use Ref<T> references as iterators where relevant
Rémi Verschelde
2021-07-26
1
-2
/
+2
*
Fix various typos with codespell
luz paz
2021-07-25
1
-1
/
+1
*
Use C++ iterators for Lists in many situations
Aaron Franke
2021-07-23
2
-9
/
+9
*
Optimize StringName usage
reduz
2021-07-18
3
-17
/
+17
*
Expose the resource name the client used to the websocket server
Meriipu
2021-07-17
6
-21
/
+26
*
Misc cleanup of header includes
Rémi Verschelde
2021-07-15
2
-8
/
+7
*
Implement the ability to disable classes
reduz
2021-07-13
1
-1
/
+1
*
[Net] Rename NetworkedMultiplayerPeer to MultiplayerPeer.
Fabio Alessandrelli
2021-07-12
8
-13
/
+13
*
Improve error reporting in WebSocketServer
Hugo Locurcio
2021-07-05
1
-2
/
+11
*
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
[prev]
[next]