Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-04 | Replace local web server setup for web editor with a Python-based solution | Hugo Locurcio | |
This makes it easier to set up, as you always have Python installed when building Godot. On the other hand, you don't always have Node.js + npm installed (and you may not want to spend time running `npm install`). Co-authored-by: Fabio Alessandrelli <fabio.alessandrelli@gmail.com> | |||
2022-08-29 | [Web] Rename JavaScript platform to Web. | Fabio Alessandrelli | |
Also rename export name from "HTML5" to "Web". |