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
/
upnp.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ce
Spartan322
2024-11-26
1
-298
/
+1
|
\
|
*
[UPNP] Allow disabling UPNP implementation on the Web
Fabio Alessandrelli
2024-11-23
1
-298
/
+1
*
|
Fix copyright headers referring to Godot
Spartan322
2024-10-27
1
-2
/
+2
*
|
Rebrand preambles to Redot
Dubhghlas McLaughlin
2024-10-11
1
-0
/
+2
|
/
*
miniupnpc: Update to 2.2.8 (new major 18)
Rémi Verschelde
2024-09-18
1
-0
/
+4
*
Cleanup of raw `nullptr` checks with `Ref`
A Thousand Ships
2024-08-31
1
-6
/
+6
*
Replace `find` with `contains/has` where applicable
A Thousand Ships
2024-05-08
1
-4
/
+4
*
Use local variable to stop memory leak.
Alistair Leslie-Hughes
2024-04-05
1
-21
/
+8
*
Replace error checks against `size` with `is_empty`
A Thousand Ships
2024-02-09
1
-1
/
+1
*
[Modules] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable
A Thousand Ships
2023-09-26
1
-2
/
+2
*
One Copyright Update to rule them all
Rémi Verschelde
2023-01-05
1
-29
/
+29
*
UPNP: Don't delete mappings when adding mappings
Max Hilbrunner
2022-08-02
1
-2
/
+0
*
Update copyright statements to 2022
Rémi Verschelde
2022-01-03
1
-2
/
+2
*
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
1
-2
/
+2
*
clang-format: Disable alignment of operands, too unreliable
Rémi Verschelde
2021-10-28
1
-4
/
+4
*
Rename `instance()`->`instantiate()` when it's a verb
Lightning_A
2021-06-19
1
-1
/
+1
*
[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
1
-3
/
+0
*
Update copyright statements to 2021
Rémi Verschelde
2021-01-01
1
-2
/
+2
*
Rename empty() to is_empty()
Marcel Admiraal
2020-12-28
1
-2
/
+2
*
Improve error explanations related to UPNP and UPNPDevice
Rudigus
2020-04-13
1
-4
/
+3
*
Replace NULL with nullptr
lupoDharkael
2020-04-02
1
-12
/
+12
*
Update copyright statements to 2020
Rémi Verschelde
2020-01-01
1
-2
/
+2
*
Update copyright statements to 2019
Rémi Verschelde
2019-01-01
1
-2
/
+2
*
UPnP: Fix includes of thirdparty headers
Rémi Verschelde
2018-09-11
1
-2
/
+4
*
Add UPnP support (port forwarding, querying external IP)
mhilbrunner
2018-06-07
1
-0
/
+401