Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-12 | Modules: Ensure classes match their header filename | Rémi Verschelde | |
Renamed: - `modules/mono/mono_gd/gd_mono_class_member.h` -> `i_mono_class_member.h` - `modules/upnp/upnpdevice.h` -> `upnp_device.h` - `modules/websocket/websocket_multiplayer.h` -> `websocket_multiplayer_peer.h` | |||
2019-01-01 | Update copyright statements to 2019 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-09-28 | SCons: Build thirdparty code in own env, disable warnings | Rémi Verschelde | |
Also remove unnecessary `Export('env')` in other SCsubs, Export should only be used when exporting *new* objects. | |||
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-11 | Fix mistake in previous commit | Rémi Verschelde | |
2018-09-11 | UPnP: Fix includes of thirdparty headers | Rémi Verschelde | |
2018-06-07 | Add UPnP support (port forwarding, querying external IP) | mhilbrunner | |