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
/
upnp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add an XML schema for documentation
Hugo Locurcio
2022-02-15
2
-2
/
+2
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
6
-12
/
+12
*
Rename `remove()` to `remove_at()` when removing by index
Lightning_A
2021-11-23
1
-1
/
+1
*
miniupnpc: Update to version 2.2.3
Rémi Verschelde
2021-11-19
4
-6
/
+6
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-4
/
+4
*
Document how to set up UPnP in a non-blocking manner
Hugo Locurcio
2021-09-30
1
-0
/
+32
*
doc: Use self-closing tags for `return` and `argument`
Rémi Verschelde
2021-07-30
2
-74
/
+37
*
Implement the ability to disable classes
reduz
2021-07-13
1
-2
/
+2
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
Rename Reference to RefCounted
Pedro J. Estébanez
2021-06-11
4
-8
/
+8
*
miniupnpc: Update to version 2.2.2
Rémi Verschelde
2021-03-16
1
-7
/
+8
*
[Net] Fix miniupnpc when no interface is specified
Fabio Alessandrelli
2021-03-15
1
-2
/
+4
*
Initialize class/struct variables with default values in modules/
Rafał Mikrut
2021-02-08
2
-6
/
+3
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
6
-12
/
+12
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
2
-3
/
+3
*
SCons: Add explicit dependencies on thirdparty code in cloned env
Rémi Verschelde
2020-12-18
1
-2
/
+13
*
Remove empty lines around braces with the formatting script
Aaron Franke
2020-11-16
2
-2
/
+0
*
Reorganized core/ directory, it was too fatty already
reduz
2020-11-07
3
-3
/
+3
*
Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks
Rémi Verschelde
2020-05-14
3
-3
/
+0
*
Improve error explanations related to UPNP and UPNPDevice
Rudigus
2020-04-13
2
-15
/
+14
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
2
-16
/
+16
*
SCons: Format buildsystem files with psf/black
Rémi Verschelde
2020-03-30
2
-4
/
+7
*
Adding missing include guards to header files identified by LGTM.
Rajat Goswami
2020-03-23
1
-0
/
+5
*
Style: Set clang-format Standard to Cpp11
Rémi Verschelde
2020-03-17
1
-1
/
+1
*
Mention the `duration` parameter unit in `UPNP.add_port_mapping()`
Hugo Locurcio
2020-02-27
1
-1
/
+1
*
Update docs to version 4.0
clayjohn
2020-01-31
2
-2
/
+2
*
doc: Drop unused 'category' property from header
Rémi Verschelde
2020-01-26
2
-2
/
+2
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
6
-12
/
+12
*
SCons: Use CPPDEFINES instead of CPPFLAGS for pre-processor defines
Rémi Verschelde
2019-07-03
1
-2
/
+2
*
Update miniupnpc library to latest master
Fabio Alessandrelli
2019-06-30
1
-1
/
+2
*
doc: Add default values to all properties
Rémi Verschelde
2019-06-30
2
-9
/
+9
*
doc: UPNP: Add example on how to open/close a port
tree786
2019-06-27
1
-0
/
+11
*
doc: Replace all [code]CONSTANT[/code] by new [constant CONSTANT] hyperlinks
Rémi Verschelde
2019-06-27
1
-1
/
+1
*
SCons: Always use env.Prepend for CPPPATH
Rémi Verschelde
2019-04-30
1
-1
/
+1
*
doc: Drop unused <demos> tag
Rémi Verschelde
2019-04-19
2
-4
/
+0
*
doc: Bump version to 3.2
Rémi Verschelde
2019-04-01
2
-2
/
+2
*
Modules: Ensure classes match their header filename
Rémi Verschelde
2019-02-12
4
-8
/
+8
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
6
-12
/
+12
*
SCons: Build thirdparty code in own env, disable warnings
Rémi Verschelde
2018-09-28
1
-1
/
+5
*
Misc. typos
luz.paz
2018-09-12
1
-1
/
+1
*
Fix mistake in previous commit
Rémi Verschelde
2018-09-11
1
-1
/
+2
*
UPnP: Fix includes of thirdparty headers
Rémi Verschelde
2018-09-11
5
-8
/
+15
*
Add UPnP support (port forwarding, querying external IP)
mhilbrunner
2018-06-07
10
-0
/
+1274