summaryrefslogtreecommitdiff
path: root/platform/web
AgeCommit message (Expand)Author
2022-11-08Fix viewport doesn't auto-resize on Web.Zae
2022-11-05[Web] Force WebGL2 when supported.Fabio Alessandrelli
2022-11-05[Web] Improve Godot shutdown and cleanup.Fabio Alessandrelli
2022-11-02Style: Misc docs and comment style and language fixesRémi Verschelde
2022-10-31CI: Update minimatch npm dependency to silence security reportRémi Verschelde
2022-10-28Merge pull request #67790 from kdada/fix-flash-windowClay John
2022-10-24Make window creation with custom position do not flashWei Guo
2022-10-21Add multiview to the opengl3 driverDavid Snopek
2022-10-13[WebSocket] Fix debugger implementation.Fabio Alessandrelli
2022-10-12[Web] Add the "serve" and "run" scons targets.Fabio Alessandrelli
2022-10-12Merge pull request #67252 from zaevi/web_fix_export_file_lockedRémi Verschelde
2022-10-11[Web] Add auto-formatting to HTML files.Fabio Alessandrelli
2022-10-11Fix file locked issue when exporting to Web.Zae
2022-10-10Fix Object type in GodotJSWrapper.Zae
2022-10-07Change auto to default in cursor css settings.Jason Knight
2022-10-05Merge pull request #64886 from Calinou/web-editor-add-local-web-server-2Rémi Verschelde
2022-10-04Replace local web server setup for web editor with a Python-based solutionHugo Locurcio
2022-10-03Rename `Engine.target_fps` and associated project setting to `max_fps`Hugo Locurcio
2022-10-03Remove NO_THREADS fallback code, Godot 4 requires thread supportRémi Verschelde
2022-09-30ci: add Python static analysis check via mypyJiri Suchan
2022-09-26SCons: Unify tools/target build type configurationRémi Verschelde
2022-09-20Merge pull request #65745 from akien-mga/scons-production-lto-earlierRémi Verschelde
2022-09-20Merge pull request #65541 from clayjohn/renderer-settingRémi Verschelde
2022-09-19Split rendering driver project setting into renderer_name and rendering_drive...clayjohn
2022-09-19SCons: Refactor handling of `production` flag and per-platform LTO defaultsRémi Verschelde
2022-09-17[Web] Add feature detection helpers to JS Engine class.Fabio Alessandrelli
2022-09-13Disable menus and functionality that are not relevant on the Android Editor portFredia Huya-Kouadio
2022-09-12Fix some errors affecting the Web editorRémi Verschelde
2022-09-11[Web] Small fixes and enhancements.Fabio Alessandrelli
2022-09-08SCons: Refactor LTO options with `lto=<none|thin|full>`Rémi Verschelde
2022-09-08Merge pull request #65460 from Faless/net/4.x_ssl_to_tls_moreRémi Verschelde
2022-09-08[Net] Rename "ssl" references to "tls" in methods and members.Fabio Alessandrelli
2022-09-07[Web] Enable Web exporter in non-dev mode.Fabio Alessandrelli
2022-09-07Merge pull request #65239 from Geequlim/js2webFabio Alessandrelli
2022-09-07[Net] Rename StreamPeerSSL to StreamPeerTLS.Fabio Alessandrelli
2022-09-02Rename JavaScript singleton to JavaScriptBridgeGeequlim
2022-08-30Merge pull request #65094 from Faless/web/4.x_templates_refactorRémi Verschelde
2022-08-30[Web] Require threads, rtti, allow optimize=speed.Fabio Alessandrelli
2022-08-29Rename String `plus_file` to `path_join`Aaron Franke
2022-08-29[Web] Rename JavaScript platform to Web.Fabio Alessandrelli