Age | Commit message (Collapse) | Author |
|
This allows multiple instances to co-exist in the same domain while
keeping their user data separate (each in its own folder).
|
|
[Web] Expose API to force file system sync.
|
|
As many open source projects have started doing it, we're removing the
current year from the copyright notice, so that we don't need to bump
it every year.
It seems like only the first year of publication is technically
relevant for copyright notices, and even that seems to be something
that many companies stopped listing altogether (in a version controlled
codebase, the commits are a much better source of date of publication
than a hardcoded copyright statement).
We also now list Godot Engine contributors first as we're collectively
the current maintainers of the project, and we clarify that the
"exclusive" copyright of the co-founders covers the timespan before
opensourcing (their further contributions are included as part of Godot
Engine contributors).
Also fixed "cf." Frenchism - it's meant as "refer to / see".
|
|
Mostly useful for modules and extensions that can't use FileAccess to
write files.
|
|
Register module during core initialization so the remote debugger can
properly handle the "wss://" protocol.
|
|
This also removes `OS::can_use_threads` from the public API since it's always
true.
|
|
|
|
Update export names (web[_dlink]_[release|debug].zip).
The Build with dynamic linking is broken due to high number of imports
in output wasm (likely emscripten regression issue 15487).
|
|
Also rename export name from "HTML5" to "Web".
|