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
/
enet
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #48331 from Faless/net/4.x_enet_relay_lax
Rémi Verschelde
2021-06-17
1
-1
/
+4
|
\
|
*
[Net] ENet non-relaying server now process broadcasts.
Fabio Alessandrelli
2021-04-30
1
-1
/
+4
*
|
Fix typos with codespell
Rémi Verschelde
2021-05-20
1
-1
/
+1
*
|
Rename `IP_Unix`, `IP_Address` and `TCP_Server` to remove underscores
Hugo Locurcio
2021-05-06
2
-11
/
+11
|
/
*
Merge pull request #48235 from Faless/feature/network-local-port-enet-salvaged
Rémi Verschelde
2021-04-28
3
-35
/
+40
|
\
|
*
Implement NetworkedMultiplayerENet.get_local_port
Fabio Alessandrelli
2021-04-28
3
-35
/
+40
*
|
Core: Drop custom `copymem`/`zeromem` defines
Rémi Verschelde
2021-04-27
1
-3
/
+3
|
/
*
Fixes small typos and grammar correction
Anshul7sp1
2021-03-12
1
-1
/
+1
*
Add set_peer_timeout to NetworkedMultiplayerENet.
Fabian
2021-02-27
3
-0
/
+26
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
2
-35
/
+19
*
Mention that NetworkedMultiplayerENet uses UDP only
Hugo Locurcio
2021-01-14
1
-0
/
+2
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
4
-8
/
+8
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-2
/
+14
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
1
-1
/
+1
*
Add link titles for all links in the class reference
Hugo Locurcio
2020-08-31
1
-2
/
+2
*
Fix crash in ENet changing refuse_new_connections
Fabio Alessandrelli
2020-07-29
1
-1
/
+5
*
Funnel refuse_new_connections to Godot ENet.
Fabio Alessandrelli
2020-07-14
1
-0
/
+3
*
Improve the ENet channels documentation in NetworkedMultiplayerENet
Hugo Locurcio
2020-07-13
1
-2
/
+2
*
Add override keywords.
Marcel Admiraal
2020-07-10
1
-14
/
+14
*
Style: Enforce braces around if blocks and loops
Rémi Verschelde
2020-05-14
2
-14
/
+27
*
Style: Enforce separation line between function definitions
Rémi Verschelde
2020-05-14
1
-0
/
+2
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
3
-64
/
+0
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-14
/
+14
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-3
/
+6
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Fix various typos
luz.paz
2020-03-11
1
-1
/
+1
*
Add documentation for new DTLS features.
Fabio Alessandrelli
2020-02-17
1
-0
/
+25
*
NetworkedMultiplayerENet dtls support.
Fabio Alessandrelli
2020-02-17
2
-0
/
+62
*
Improve error explanations related to NetworkedMultiplayerENet
Hugo Locurcio
2020-02-02
1
-43
/
+43
*
Update docs to version 4.0
clayjohn
2020-01-31
1
-1
/
+1
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
1
-1
/
+1
*
doc: Misc updates for AnimationNode* and others
Rémi Verschelde
2020-01-23
1
-2
/
+2
*
Merge pull request #34789 from Faless/enet/disconnect_relay
Rémi Verschelde
2020-01-16
1
-10
/
+10
|
\
|
*
ENet optional server_relay when disconnecting peer
Fabio Alessandrelli
2020-01-03
1
-10
/
+10
*
|
Fix ENet max clients highest value.
Fabio Alessandrelli
2020-01-03
2
-2
/
+2
|
/
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
4
-8
/
+8
*
Add ENet option to disable server relaying.
Fabio Alessandrelli
2019-11-27
3
-23
/
+53
*
Fix memory leak in NetworkedMultiplayerENet.
Fabio Alessandrelli
2019-11-26
1
-1
/
+10
*
Merge pull request #32051 from qarmin/some_error_explanation
Rémi Verschelde
2019-09-25
1
-1
/
+1
|
\
|
*
Added some obvious errors explanations
qarmin
2019-09-25
1
-1
/
+1
*
|
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
/
+2
|
/
*
Replace 'ERR_EXPLAIN' with 'ERR_FAIL_*_MSG' in rest of 'modules/'
Robin Hübner
2019-08-12
1
-9
/
+2
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-1
/
+1
*
doc: Remove hardcoded default values from descriptions
Rémi Verschelde
2019-06-30
1
-2
/
+2
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
1
-4
/
+4
*
Merge pull request #29380 from bojidar-bg/16086-docs-default-value
Rémi Verschelde
2019-06-29
1
-1
/
+3
|
\
|
*
Add default values to the editor help, docs, and generated RST
Bojidar Marinov
2019-06-27
1
-1
/
+3
*
|
Proofread and improve the whole class reference
Hugo Locurcio
2019-06-27
1
-11
/
+11
*
|
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Rémi Verschelde
2019-06-27
1
-3
/
+3
|
/
[next]