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
*
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
|
/
*
Made use of semicolons more consitent, fixed formatting
JohnJLight
2019-06-19
1
-1
/
+2
*
Fix ENet incorrectly binding to wildcard.
Fabio Alessandrelli
2019-06-15
1
-0
/
+1
*
Fix error macro calls not ending with semicolon
Rémi Verschelde
2019-06-11
1
-2
/
+2
*
Fix typos with codespell
Rémi Verschelde
2019-05-19
2
-2
/
+2
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-1
/
+1
*
Merge pull request #25004 from Faless/enet/proto_optimize
Hein-Pieter van Braam
2019-04-23
1
-9
/
+7
|
\
|
*
Save 4 bytes in ENet multiplayer protocol.
Fabio Alessandrelli
2019-01-15
1
-9
/
+7
*
|
Merge pull request #28125 from KoBeWi/code_true_code
Rémi Verschelde
2019-04-22
1
-1
/
+1
|
\
\
|
*
|
Consistently wrap booleans in [code]
Tomasz Chabora
2019-04-17
1
-1
/
+1
*
|
|
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
1
-2
/
+0
|
/
/
*
|
Style: Apply new changes from clang-format 8.0
Rémi Verschelde
2019-04-09
1
-2
/
+5
*
|
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
1
-1
/
+1
*
|
Fix all -Wtype-limits warnings.
marxin
2019-02-21
1
-1
/
+0
[next]