summaryrefslogtreecommitdiffstats
path: root/platform/web
Commit message (Expand)AuthorAgeFilesLines
* Add `WASM_BIGINT` linker flag to the web buildAdam Scott2024-02-201-0/+6
* Merge pull request #86966 from Muller-Castro/value2ref-coreRémi Verschelde2024-02-152-4/+4
|\
| * Add const lvalue ref to core/* container parametersMuller-Castro2024-02-142-4/+4
* | SCons: "Environment" to "SConsEnvironment"Thaddeus Crews2024-02-141-2/+2
|/
* Merge pull request #86089 from adamscott/pwa-coop-coepRémi Verschelde2024-02-125-6/+40
|\
| * Add option to ensure cross-origin isolation headers on web exportAdam Scott2024-02-125-6/+40
* | Merge pull request #88155 from Rubonnek/use-safeflag-insteadRémi Verschelde2024-02-122-4/+4
|\ \
| * | Use SafeFlag for EditorHTTPServer.server_quitWilson E. Alvarez2024-02-092-4/+4
| |/
* | Merge pull request #86977 from Mickeon/documentation-editor-export-platform-w...Rémi Verschelde2024-02-121-3/+37
|\ \ | |/ |/|
| * Add documentation to EditorExportPlatformWebMicky2024-02-111-3/+37
* | Merge pull request #82800 from Sauermann/fix-screen-mousemotionRémi Verschelde2024-02-091-0/+3
|\ \
| * | Add screen-related attributes to mouse input eventsMarkus Sauermann2024-02-051-0/+3
* | | [Web] Move polling thread to EditorHTTPServerFabio Alessandrelli2024-02-074-64/+72
* | | [Web] Move EditorHTTPServer implementation to cpp.Fabio Alessandrelli2024-02-072-190/+232
* | | Fix various typos with codespellRémi Verschelde2024-02-071-1/+1
* | | Merge pull request #88043 from jsjtxietian/web-data-raceRémi Verschelde2024-02-072-3/+3
|\ \ \
| * | | Fix data race regarding `server_quit` in `EditorExportPlatformWeb`jsjtxietian2024-02-072-3/+3
* | | | Web: Bump closure compiler spec to ECMASCRIPT_2021Rémi Verschelde2024-02-061-1/+1
| |/ / |/| |
* | | Merge pull request #87981 from adamscott/add-emscripten--sgl_enable_get_proc_...Rémi Verschelde2024-02-051-0/+5
|\ \ \
| * | | Fix emscripten 3.1.51 breaking change about `*glGetProcAddress()`Adam Scott2024-02-051-0/+5
| |/ /
* / / Add workaround for emscripten >= 3.1.47 LTO buildAdam Scott2024-02-041-0/+3
|/ /
* | Add InputEventKey.location to tell left from rightMel Collins2024-01-263-0/+25
* | Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-1711-40/+195
* | Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
|/
* Add const lvalue ref to container parametersMuller-Castro2024-01-052-2/+2
* SCons: Add `stack_size` and `default_pthread_stack_size` options to Web targetnikitalita2024-01-031-6/+7
* [Web] Add IME input support.bruvzg2023-12-154-14/+307
* Merge pull request #84686 from dsnopek/webxr-msaaRémi Verschelde2023-12-123-0/+35
|\
| * Add MSAA support for WebXRDavid Snopek2023-12-113-0/+35
* | Set what were default values for some emscripten linkflagsAdam Scott2023-12-111-4/+10
* | Ensure more export errors are reported to usersYuri Sizov2023-12-061-4/+13
|/
* Fix various typos with codespellRémi Verschelde2023-11-111-2/+2
* Revert to `proxy_to_pthread=no` as defaultAdam Scott2023-10-231-1/+1
* [Web] Fix closure compiler builds using BIGINTFabio Alessandrelli2023-10-211-1/+1
* [Web] Improve emscripten "locateFile" glue.Fabio Alessandrelli2023-10-111-1/+3
* Merge pull request #79711 from adamscott/web-non-blocking-main-threadRémi Verschelde2023-10-0916-36/+392
|\
| * Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-0916-36/+392
* | Merge pull request #83003 from AThousandShips/null_check_extraRémi Verschelde2023-10-091-1/+1
|\ \
| * | Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-10-081-1/+1
| |/
* / Web: Catch using GDExtensions in a non-dlink buildMario Liebisch2023-10-061-0/+4
|/
* Add vararg call() method to C++ Callablekobewi2023-10-052-32/+9
* Fix godot_js_wrapper_create_cb regressionAdam Scott2023-10-031-1/+1
* Merge pull request #82633 from Faless/web/visibility_exposeRémi Verschelde2023-10-025-26/+33
|\
| * [Web] Fix dlink_enabled buildFabio Alessandrelli2023-10-015-26/+33
* | Merge pull request #82441 from akien-mga/web-clarify-get_unique_idRémi Verschelde2023-10-022-0/+5
|\ \
| * | Web: Clarify that `OS.get_unique_id` is not supportedRémi Verschelde2023-09-272-0/+5
| |/
* / Fix expected argument count for `Callable` call errorsDanil Alexeev2023-09-292-2/+2
|/
* Updated compiler version detectionMario Liebisch2023-09-251-1/+1
* Merge pull request #81716 from akien-mga/web-disable-raycast-embreeRémi Verschelde2023-09-221-0/+2
|\
| * Web: Disable raycast module by default (no occlusion culling)Rémi Verschelde2023-09-161-0/+2