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
*
[WS] Implement wslay unbuffered message parsing
Fabio Alessandrelli
2024-11-12
6
-17
/
+72
*
Merge pull request #97913 from Faless/fix/websocket_closing_transition
Thaddeus Crews
2024-11-12
1
-6
/
+31
|
\
|
*
[WS] Detect disconnection due to protocol errors
Fabio Alessandrelli
2024-11-04
1
-6
/
+31
*
|
[WebSocket] Add optional heartbeat via "ping" control frames.
Fabio Alessandrelli
2024-11-07
5
-1
/
+53
|
/
*
Set clang-format `RemoveSemicolon` rule to `true`
Adam Scott
2024-10-25
2
-2
/
+2
*
Parse fragment from URL
Haoyu Qiu
2024-09-27
3
-4
/
+6
*
SCons: Add unobtrusive type hints in SCons files
Thaddeus Crews
2024-09-25
1
-0
/
+1
*
Allow ClassDB to create a Object without postinitialization for GDExtension.
Daylily-Zeleen
2024-08-20
4
-6
/
+6
*
[WS] Fix set_no_delay on Windows
Fabio Alessandrelli
2024-08-07
1
-2
/
+3
*
Merge pull request #94168 from Faless/net/wsl_peer_reuse
Rémi Verschelde
2024-08-01
2
-3
/
+5
|
\
|
*
[WebSocket] Allow reusing closing and closed peers
Fabio Alessandrelli
2024-07-10
2
-3
/
+5
*
|
[WebSocket] Ensure TCP_NODELAY is always set
Fabio Alessandrelli
2024-07-22
2
-2
/
+3
|
/
*
Reduce and prevent unnecessary random-access to `List`
A Thousand Ships
2024-05-04
1
-2
/
+2
*
Enforce template syntax `typename` over `class`
Thaddeus Crews
2024-03-07
1
-1
/
+1
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
2
-3
/
+3
*
Merge pull request #79407 from zaevi/fix_web_websocket-close-reason
Rémi Verschelde
2023-10-13
1
-1
/
+1
|
\
|
*
[Web]Fix WebSocket returning empty close-reason.
Zae
2023-07-13
1
-1
/
+1
*
|
Add `proxy_to_pthread` option to `platform=web`
Adam Scott
2023-10-09
1
-0
/
+5
*
|
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
*
|
UWP: Remove platform port, needs to be redone from scratch for 4.x
Rémi Verschelde
2023-09-07
1
-1
/
+1
|
/
*
Doctool: Remove version attribute from XML header
Rémi Verschelde
2023-07-06
2
-2
/
+2
*
Bump version to 4.2-dev
Rémi Verschelde
2023-07-05
2
-2
/
+2
*
Style: Harmonize header includes in modules
Rémi Verschelde
2023-06-15
8
-21
/
+25
*
[TLS] Fix crashes trying to use TLS when not available.
Fabio Alessandrelli
2023-05-12
1
-1
/
+3
*
Validate code tags in documentation for potential params
Yuri Sizov
2023-04-26
2
-2
/
+2
*
Fix misuses of error macros
Danil Alexeev
2023-04-18
1
-3
/
+0
*
Fix typos and inconsistencies in classref
Haoyu Qiu
2023-03-16
1
-1
/
+1
*
Bump version to 4.1-dev
Rémi Verschelde
2023-03-01
2
-2
/
+2
*
Fix WebSocketMultiplayerPeer server crash
Vsono
2023-02-23
1
-0
/
+1
*
Document unsupported features in Mobile and Compatibility rendering methods
Hugo Locurcio
2023-02-13
1
-1
/
+1
*
Remove some unused signals
Rémi Verschelde
2023-01-31
1
-1
/
+0
*
[Net] Remove StreamPeerTLS.blocking_handshake option.
Fabio Alessandrelli
2023-01-28
1
-1
/
+0
*
[NET] Refactor TLS configuration.
Fabio Alessandrelli
2023-01-28
10
-44
/
+37
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
16
-464
/
+464
*
Fix WebSocket connection failed on Web.
Zae
2022-11-03
1
-0
/
+4
*
Style: Misc docs and comment style and language fixes
Rémi Verschelde
2022-11-02
1
-1
/
+1
*
[MP] Remove connection state signals from MultiplayerPeer.
Fabio Alessandrelli
2022-11-02
1
-4
/
+1
*
Merge pull request #67982 from Faless/mp/4.x_disconnect_close
Fabio Alessandrelli
2022-11-01
3
-22
/
+11
|
\
|
*
[MP] Add MultiplayerPeer disconnect_peer, close.
Fabio Alessandrelli
2022-10-28
3
-22
/
+11
*
|
Merge pull request #67578 from KoBeWi/GEDITOR
Rémi Verschelde
2022-10-31
1
-2
/
+2
|
\
\
|
|
/
|
/
|
|
*
Unify usage of GLOBAL/EDITOR_GET
kobewi
2022-10-18
1
-2
/
+2
*
|
[MP] Let MultiplayerAPI handle packet relaying and peer signaling.
Fabio Alessandrelli
2022-10-27
2
-197
/
+75
|
/
*
[WebSocket] Fix client failing to connect to direct IP.
Fabio Alessandrelli
2022-10-17
1
-2
/
+4
*
[WebSocket] Fix potential double free after multiplayer clear.
Fabio Alessandrelli
2022-10-13
1
-0
/
+1
*
[WebSocket] Fix debugger implementation.
Fabio Alessandrelli
2022-10-13
3
-5
/
+19
*
[WebSocket] Fix Web write mode.
Fabio Alessandrelli
2022-10-13
1
-1
/
+1
*
[WebSocket] Fix TCP connection being closed while connecting.
Fabio Alessandrelli
2022-10-13
1
-0
/
+2
*
[WebSocket] Refactor websocket module.
Fabio Alessandrelli
2022-10-11
29
-2382
/
+1814
*
Remove NO_THREADS fallback code, Godot 4 requires thread support
Rémi Verschelde
2022-10-03
1
-0
/
+1
*
SCons: Unify tools/target build type configuration
Rémi Verschelde
2022-09-26
1
-1
/
+1
[next]