summaryrefslogtreecommitdiffstats
path: root/platform/web
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #89907 from bruvzg/nat_dlg_ftr_flagsRémi Verschelde2024-03-281-0/+2
|\
| * [DisplayServer] Add separate feature flags for different native dialog types.bruvzg2024-03-261-0/+2
* | Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-272-0/+5
|/
* Merge pull request #89598 from dustdfg/web/fix-supported-arch-messageRémi Verschelde2024-03-241-1/+1
|\
| * Fix platform name in the message about unsupported CPU architectureYevhen Babiichuk (DustDFG)2024-03-171-1/+1
* | Merge pull request #89229 from akien-mga/main-refactor-os-exit-codeRémi Verschelde2024-03-241-9/+7
|\ \ | |/ |/|
| * Refactor OS exit code to be `EXIT_SUCCESS` by defaultRémi Verschelde2024-03-081-9/+7
* | [Doc] Fix some incorrect uses of `a/an`A Thousand Ships2024-03-131-1/+1
* | Merge pull request #82084 from ogapo/pr/pck-cache-mergeRémi Verschelde2024-03-111-1/+1
|\ \ | |/ |/|
| * Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* | Move `global_menu_*` methods to a separate `NativeMenu` class.bruvzg2024-03-042-1/+11
|/
* Overhaul some "uncommon" wording in class referenceMicky2024-03-011-2/+2
* Improve cursor_set_custom_image() methodkobewi2024-02-281-36/+4
* [Docs] Fix some experimental/deprecated hintsA Thousand Ships2024-02-231-2/+1
* 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
|\