Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-11-17 | Fix godot_js_websocket_send function unused assignment. | Marcel Admiraal | |
2020-11-16 | Remove empty lines around braces with the formatting script | Aaron Franke | |
2020-11-10 | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli | |
The API is implemented in javascript, and generates C functions that can be called from godot. This allows much cleaner code replacing all `EM_ASM` calls in our C++ code with plain C function calls. This also gets rid of few hacks and comes with few optimizations (e.g. custom cursor shapes should be much faster now). |