1
0
Fork 0
godot/modules/upnp
Fabio Alessandrelli 0df602afed [UPNP] Allow disabling UPNP implementation on the Web
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.
2024-11-23 20:17:28 +01:00
..
doc_classes docs: update UPnP gdscript snippet to latest gdscript 2024-08-22 00:49:52 +02:00
SCsub [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
config.py SCons: Format buildsystem files with psf/black 2020-03-30 09:05:53 +02:00
register_types.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
register_types.h One Copyright Update to rule them all 2023-01-05 13:25:55 +01:00
upnp.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device_miniupnp.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_device_miniupnp.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_miniupnp.cpp [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00
upnp_miniupnp.h [UPNP] Allow disabling UPNP implementation on the Web 2024-11-23 20:17:28 +01:00