Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add option to ensure cross-origin isolation headers on web export | Adam Scott | 2024-02-12 | 1 | -3/+13 |
| | |||||
* | Web: Catch using GDExtensions in a non-dlink build | Mario Liebisch | 2023-10-06 | 1 | -0/+4 |
| | | | | | Previously this would simply fail with a cryptic `me.rtenv.loadDynamicLibrary is not a function` error. | ||||
* | Rename all gdnative occurences to gdextension | Gilles Roudière | 2022-12-12 | 1 | -2/+2 |
| | | | | | | | | | | | | | Non-exhaustive list of case-sensitive renames: GDExtension -> GDNative GDNATIVE -> GDEXTENSION gdextension -> gdnative ExtensionExtension ->Extension (for where there was GDNativeExtension) EXTENSION_EXTENSION ->EXTENSION (for where there was GDNATIVE_EXTENSION) gdnlib -> gdextension gdn_interface -> gde_interface gdni -> gde_interface | ||||
* | [Web] Add feature detection helpers to JS Engine class. | Fabio Alessandrelli | 2022-09-17 | 1 | -16/+9 |
| | |||||
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -0/+281 |
Also rename export name from "HTML5" to "Web". |