Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [HTML5] Port JavaScript inline code to libraries. | Fabio Alessandrelli | 2020-11-10 | 1 | -63/+0 |
| | | | | | | | | | 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). | ||||
* | Fix Closure compiler build, python style. | Fabio Alessandrelli | 2020-05-10 | 1 | -0/+63 |
Move copyToFS into utils.js library included with '--pre-js'. |