summaryrefslogtreecommitdiffstats
path: root/platform/web
Commit message (Expand)AuthorAgeFilesLines
* 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
* | [macOS/Windows] Add optional ANGLE backed OpenGL renderer support. Add EGL_AN...bruvzg2023-09-213-3/+41
* | Web: Fix version check for missing scalbnf LTO workaroundRémi Verschelde2023-09-181-7/+9
|/
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* Merge pull request #81105 from SysError99/master-fix-js-mem-leakRémi Verschelde2023-09-071-1/+3
|\
| * Fix JavaScript callback memory leak issueSysError992023-09-071-1/+3
* | Merge pull request #80573 from KoBeWi/2k_lines_of_changes_created_at_2AMYuri Sizov2023-09-062-2/+4
|\ \
| * | Add EditorStringNames singletonkobewi2023-09-032-2/+4
| |/
* / Web: Workaround Emscripten 3.1.42+ LTO regressionRémi Verschelde2023-09-051-0/+5
|/
* Fix `JavaScriptBridge.eval()` never returning PackedByteArrayEmmanouil Papadeas2023-08-281-3/+3
* Add missing tutorials to documentation classesHugo Locurcio2023-08-191-0/+1
* Add a `--audio-output-latency` command-line argumentHugo Locurcio2023-08-171-1/+1
* Merge pull request #79578 from Faless/web/4.x_dlink_visibilityRémi Verschelde2023-08-172-0/+5
|\
| * [Web] Use fvisibility=hidden for side module when dlink_enabled.Fabio Alessandrelli2023-07-172-0/+5
* | Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-171-3/+2
* | SCons: Disable C++ exception handlingRémi Verschelde2023-08-161-6/+3
* | Fix various typos with codespellRémi Verschelde2023-08-072-5/+5
* | [Web] Update npm packagesFabio Alessandrelli2023-07-313-2939/+1142
* | Merge pull request #79351 from Repiteo/dotnet-handle-warningsYuri Sizov2023-07-261-8/+8
|\ \