summaryrefslogtreecommitdiffstats
path: root/platform/web/os_web.cpp
Commit message (Expand)AuthorAgeFilesLines
* Rebrand preambles to RedotSpartan3222024-10-131-0/+2
* Reduce and prevent unnecessary random-access to `List`A Thousand Ships2024-05-041-2/+2
* Implement `amplitude` to Input.vibrate_handheldRadiant2024-05-021-1/+1
* Collapse the gdextension arguments into the `GDExtensionData` structFredia Huya-Kouadio2024-04-191-3/+3
* Fix loading GDExtension dependencies on AndroidFredia Huya-Kouadio2024-04-191-1/+1
* Add get_process_exit_code() methodkobewi2024-04-161-0/+4
* Add renaming of PDB files to avoid blocking themDmitriySalnikov2024-04-051-1/+1
* Implement `OS.execute_with_pipe` method to run process with redirected stdio.bruvzg2024-03-271-0/+4
* Add const lvalue ref to core/* container parametersMuller-Castro2024-02-141-2/+2
* Add `proxy_to_pthread` option to `platform=web`Adam Scott2023-10-091-0/+6
* Web: Clarify that `OS.get_unique_id` is not supportedRémi Verschelde2023-09-271-0/+4
* [Drivers,Platform] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicableA Thousand Ships2023-09-121-1/+1
* Fix formatting of dlopen error message on WindowsKamil Brzoskowski2023-07-091-1/+1
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-081-4/+4
* [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-111-0/+3
* [Web] User FS (user://) now correctly uses project name.Fabio Alessandrelli2023-01-181-1/+17
* Merge pull request #70626 from Faless/web/4.x_expose_force_fs_syncFabio Alessandrelli2023-01-091-0/+6
|\
| * [Web] Expose API to force file system sync.Fabio Alessandrelli2022-12-271-0/+6
* | One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
|/
* [WebSocket] Fix debugger implementation.Fabio Alessandrelli2022-10-131-8/+0
* Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde2022-10-031-3/+0
* Rename JavaScript singleton to JavaScriptBridgeGeequlim2022-09-021-3/+3
* [Web] Require threads, rtti, allow optimize=speed.Fabio Alessandrelli2022-08-301-17/+0
* [Web] Rename JavaScript platform to Web.Fabio Alessandrelli2022-08-291-0/+275