Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | 2022-08-29 | 1 | -346/+0 |
| | | | | Also rename export name from "HTML5" to "Web". | ||||
* | Update copyright statements to 2022 | Rémi Verschelde | 2022-01-03 | 1 | -2/+2 |
| | | | | Happy new year to the wonderful Godot community! | ||||
* | [HTML5] JS callback functions now returns passed value. | Fabio Alessandrelli | 2021-06-18 | 1 | -1/+14 |
| | | | | | | | | JavaScript callbacks created via the `JavaScript.create_callback` method used to always return void. With this patch they return the value returned by the Godot function as one would expect. | ||||
* | [HTML5] Fix some JS library signature. | Fabio Alessandrelli | 2021-06-14 | 1 | -1/+1 |
| | |||||
* | [HTML5] Implement Godot <-> JavaScript interface. | Fabio Alessandrelli | 2021-05-20 | 1 | -0/+333 |