summaryrefslogtreecommitdiff
path: root/platform/web
AgeCommit message (Expand)Author
2023-01-23Cleanup and unify keyboard input.bruvzg
2023-01-20Web Editor: Fix callable binding for Download Zip menu itemRémi Verschelde
2023-01-18[Web] User FS (user://) now correctly uses project name.Fabio Alessandrelli
2023-01-17Improve DisplayServer message for video card drivers failureRémi Verschelde
2023-01-14Update all outdated online documentation linksYuri Sizov
2023-01-13Merge pull request #71325 from reduz/refactor-project-setting-overridesRémi Verschelde
2023-01-13Merge pull request #63312 from bruvzg/one_clickRémi Verschelde
2023-01-13Refactor ProjectSetting overridesJuan Linietsky
2023-01-09Merge pull request #70626 from Faless/web/4.x_expose_force_fs_syncFabio Alessandrelli
2023-01-09Bump json5 from 1.0.1 to 1.0.2 in /platform/webdependabot[bot]
2023-01-08Use BitField<> in core type masksJuan Linietsky
2023-01-07Add support for the custom initial screen for the main window, fix primary sc...bruvzg
2023-01-05One Copyright Update to rule them allRémi Verschelde
2022-12-29[Export] Add one-click deploy over SSH for the desktop exports.bruvzg
2022-12-27[Web] Expose API to force file system sync.Fabio Alessandrelli
2022-12-12Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde
2022-12-12Rename all gdnative occurences to gdextensionGilles Roudière
2022-12-07Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde
2022-12-07Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg
2022-12-07Fix Determining Window for TouchscreenMarkus Sauermann
2022-12-02Merge pull request #68870 from dsnopek/master-webxr-inputRémi Verschelde
2022-12-01Get WebXR fully working in Godot 4!David Snopek
2022-11-28Merge pull request #67815 from Calinou/html5-improve-feature-errorsRémi Verschelde
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-23Improve feature errors in HTML5 for easier understandingHugo Locurcio
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