summaryrefslogtreecommitdiffstats
path: root/modules/upnp/upnp_device_miniupnp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-2/+4
|
* [UPNP] Allow disabling UPNP implementation on the WebFabio Alessandrelli2024-11-231-0/+153
Make UPNP classes custom instance, so they can come with empty implementation on the Web (where the would not work anyway) without breaking scripts referencing it. This results in smaller Web builds by not including the library which also results in the emscripten socket wrappers to be stipped away.