| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
This way they are automatically cleaned up when the engine exits,
landing a hand to browsers garbage collectors.
|
|
|
|
|
| |
Side and GDNative libraries are now added by engine.js , the dynlink pre
js had been deleted.
|
|
|
|
|
|
| |
This "breaks" our loading bar logic (libraries are not counted).
Fixing it is non trivial and probably deserves investigating a different
strategy.
|
|
|
|
| |
Working with emscripten >= 2.0.10
|
|
|
|
| |
Should I write a poem about this whole new world? ;)
|
|
Initial work to make liniting easier.
This includes:
- Rename http_request.js to library_godot_http_request.js.
- Rename externs.js to engine.externs.js.
- New library_godot_runtime.js (GodotRuntime) wraps around emscripten
functions.
- Refactor of XMLHttpRequest handler in engine/preloader.js.
- Few fixes to bugs spotted by early stage linting.
|