Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -70/+0 |
| | | | | Also rename export name from "HTML5" to "Web". | ||||
* | [HTML5] Implement JavaScript PWA update callbacks. | Fabio Alessandrelli | 2022-02-06 | 1 | -0/+2 |
| | | | | | | Allows detecting when a new version of the progressive web app service worker is waiting (i.e. an update is pending), along a function to force the update and reload all clients. | ||||
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | Rename Reference to RefCounted | Pedro J. Estébanez | 2021-06-11 | 1 | -3/+3 |
| | |||||
* | [HTML5] Add easy to use download API. | Fabio Alessandrelli | 2021-05-21 | 1 | -0/+1 |
| | | | | | New `JavaScript.download_buffer` method to create a prompt that let the user download a file. | ||||
* | [HTML5] Implement Godot <-> JavaScript interface. | Fabio Alessandrelli | 2021-05-20 | 1 | -0/+67 |