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
*
Merge pull request #59582 from Faless/net/4.x_tcp_explicit_poll
Rémi Verschelde
2022-04-27
1
-1
/
+2
|
\
|
*
[Net] Drop is_connected_to_host for TCP and UDP.
Fabio Alessandrelli
2022-03-27
1
-1
/
+1
|
*
[Net] Make StreamPeerTCP::_poll_connection explicit.
Fabio Alessandrelli
2022-03-27
1
-0
/
+1
*
|
Added set_extra_headers() to WebSocketServer
Oğuzhan Eroğlu
2022-04-12
7
-3
/
+25
*
|
Fix some issues found by cppcheck.
bruvzg
2022-04-06
9
-82
/
+82
*
|
Modules: Don't build editor-specific classes in templates
Rémi Verschelde
2022-03-28
5
-6
/
+20
|
/
*
Use 3001 instead of 1001 when destroying a websocket.
Jason Knight
2022-03-18
1
-1
/
+1
*
Discern between virtual and abstract class bindings
reduz
2022-03-10
1
-1
/
+1
*
Style: Cleanup single-line blocks, semicolons, dead code
Rémi Verschelde
2022-02-16
2
-5
/
+11
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
4
-4
/
+4
*
Fix typos with codespell
Rémi Verschelde
2022-02-10
1
-1
/
+1
*
[Net] Non-blocking WebSocket hostname resolution.
Jordan Schidlowsky
2022-02-05
2
-21
/
+56
*
Rename or refactor macros to avoid leading underscores
Omar Polo
2022-01-20
2
-15
/
+15
*
Fixed incorrect property types
Arnav Vijaywargiya
2022-01-11
1
-1
/
+1
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
29
-58
/
+58
*
Fix usage of "Return" in the docs
kobewi
2022-01-02
1
-2
/
+2
*
Replace String comparisons with "", String() to is_empty()
Nathan Franke
2021-12-09
1
-3
/
+3
*
Auto-Increment Debugger Port
Nathan Franke
2021-12-04
2
-8
/
+40
*
wslay: Sync with upstream 45d22583b
Rémi Verschelde
2021-11-19
1
-2
/
+1
*
Merge pull request #54344 from mhilbrunner/rpc-error-msgs
Fabio Alessandrelli
2021-10-29
2
-6
/
+9
|
\
|
*
Websockets: Fix buffer size checks in put_packet()
Max Hilbrunner
2021-10-29
2
-6
/
+9
*
|
Fix Macros -> Mactos typo in WEBSOCKETMACTOS_H
Max Hilbrunner
2021-10-28
1
-3
/
+3
|
/
*
Save all 64 bits of get_ticks_msec() in more cases
Max Hilbrunner
2021-10-26
1
-1
/
+1
*
Fix missing argument names in bindings
Rémi Verschelde
2021-10-09
2
-5
/
+5
*
Fix small typos regarding WebSocketPeer
Infinixius
2021-10-06
1
-1
/
+1
*
Use range iterators for `Map`
Lightning_A
2021-09-30
2
-16
/
+16
*
Merge pull request #52481 from Faless/net/4.x_native_peers
Fabio Alessandrelli
2021-09-28
3
-36
/
+0
|
\
|
*
[Net/Docs] Update extensions documentation.
Fabio Alessandrelli
2021-09-24
1
-4
/
+0
|
*
[Net] MultiplayerPeer cleanup, defaults.
Fabio Alessandrelli
2021-09-24
2
-32
/
+0
*
|
Document Android permission requirements for network access where needed
Hugo Locurcio
2021-09-25
3
-0
/
+3
|
/
*
Don't generate empty doc sections and reduce code duplication
Aaron Franke
2021-09-20
3
-6
/
+0
*
Merge pull request #52226 from Faless/debugger/4.x_start_options
Rémi Verschelde
2021-09-14
2
-4
/
+12
|
\
|
*
[Editor] Editor debugger binds according to editor settings.
Fabio Alessandrelli
2021-08-29
2
-4
/
+12
*
|
Multiplayer networking renames/simplification
Max Hilbrunner
2021-09-08
3
-4
/
+4
*
|
[Net] Move multiplayer to core subdir, split RPCManager.
Fabio Alessandrelli
2021-09-07
3
-7
/
+7
*
|
Try other resolved IPs if one fails to connect
Haoyu Qiu
2021-08-30
2
-6
/
+24
|
/
*
HTML5: Fix warnings and re-enable `werror=yes` on CI
Rémi Verschelde
2021-08-06
1
-1
/
+1
*
Merge pull request #51005 from Faless/mp/4.x_channels
Rémi Verschelde
2021-08-04
2
-0
/
+10
|
\
|
*
[Net] Implement RPC channels in MultiplayerAPI.
Fabio Alessandrelli
2021-07-30
2
-0
/
+10
*
|
Merge pull request #51036 from winterpixelgames/master-ws-fix
Rémi Verschelde
2021-08-01
10
-4
/
+56
|
\
\
|
|
/
|
/
|
|
*
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
[next]