summaryrefslogtreecommitdiffstats
path: root/platform/web
Commit message (Expand)AuthorAgeFilesLines
...
* | | [Export docs] Move docs to platform folders.bruvzg2023-04-202-0/+64
| |/ |/|
* | [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-17/+26
|/
* Merge pull request #75827 from Kvel2D/fix-custom-cursor-atlas-texture-bugRémi Verschelde2023-04-111-9/+4
|\
| * Fix custom cursor using atlas textureKvel2D2023-04-111-9/+4
* | [Web] Detect host OS and use macOS keys on mac hosts.bruvzg2023-04-113-0/+26
|/
* [Web] Fix keycode/physical keycode mixed up.bruvzg2023-04-061-1/+1
* Fix "Download Project Source" for Web Editorator-dev2023-03-211-1/+1
* [Web] Fix some missing keycode mappings.bruvzg2023-03-061-0/+7
* Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde2023-02-171-0/+1
* [InputEventKey] Avoid setting both key and modifier to the same value.bruvzg2023-02-142-9/+17
* Further refactoring to AudioDriver implementations after #69120.Emmanouil Papadeas2023-02-094-18/+20
* [Net] Remove StreamPeerTLS.blocking_handshake option.Fabio Alessandrelli2023-01-281-1/+0
* [NET] Refactor TLS configuration.Fabio Alessandrelli2023-01-283-7/+7
* Cleanup and unify keyboard input.bruvzg2023-01-232-41/+34
* Web Editor: Fix callable binding for Download Zip menu itemRémi Verschelde2023-01-202-2/+2
* [Web] User FS (user://) now correctly uses project name.Fabio Alessandrelli2023-01-181-1/+17
* Improve DisplayServer message for video card drivers failureRémi Verschelde2023-01-171-2/+4
* Update all outdated online documentation linksYuri Sizov2023-01-141-1/+1
* Merge pull request #71325 from reduz/refactor-project-setting-overridesRémi Verschelde2023-01-131-2/+2
|\
| * Refactor ProjectSetting overridesJuan Linietsky2023-01-131-2/+2
* | Merge pull request #63312 from bruvzg/one_clickRémi Verschelde2023-01-136-6/+22
|\ \ | |/ |/|
| * [Export] Add one-click deploy over SSH for the desktop exports.bruvzg2022-12-296-6/+22
* | Merge pull request #70626 from Faless/web/4.x_expose_force_fs_syncFabio Alessandrelli2023-01-095-0/+16
|\ \
| * | [Web] Expose API to force file system sync.Fabio Alessandrelli2022-12-275-0/+16
| |/
* | Bump json5 from 1.0.1 to 1.0.2 in /platform/webdependabot[bot]2023-01-091-6/+6
* | Use BitField<> in core type masksJuan Linietsky2023-01-081-10/+12
* | Add support for the custom initial screen for the main window, fix primary sc...bruvzg2023-01-072-5/+10
* | One Copyright Update to rule them allRémi Verschelde2023-01-0535-1014/+1015
|/
* Merge pull request #69718 from groud/finally_rename_gdnative_to_gdextensionRémi Verschelde2022-12-123-5/+5
|\
| * Rename all gdnative occurences to gdextensionGilles Roudière2022-12-123-5/+5
* | Merge pull request #69712 from bruvzg/real_sizeRémi Verschelde2022-12-072-3/+8
|\ \
| * | Rename `window_get_real_size` to `window_get_size_with_decorations`, add `win...bruvzg2022-12-072-3/+8
| |/
* / Fix Determining Window for TouchscreenMarkus Sauermann2022-12-072-3/+3
|/
* Merge pull request #68870 from dsnopek/master-webxr-inputRémi Verschelde2022-12-023-4/+46
|\
| * Get WebXR fully working in Godot 4!David Snopek2022-12-013-4/+46
* | Merge pull request #67815 from Calinou/html5-improve-feature-errorsRémi Verschelde2022-11-281-5/+5
|\ \ | |/ |/|
| * Improve feature errors in HTML5 for easier understandingHugo Locurcio2022-10-231-5/+5
* | Fix viewport doesn't auto-resize on Web.Zae2022-11-082-2/+11
* | [Web] Force WebGL2 when supported.Fabio Alessandrelli2022-11-051-15/+10
* | [Web] Improve Godot shutdown and cleanup.Fabio Alessandrelli2022-11-052-19/+19
* | Style: Misc docs and comment style and language fixesRémi Verschelde2022-11-021-1/+1
* | CI: Update minimatch npm dependency to silence security reportRémi Verschelde2022-10-311-6/+6
* | Merge pull request #67790 from kdada/fix-flash-windowClay John2022-10-282-5/+5
|\ \
| * | Make window creation with custom position do not flashWei Guo2022-10-242-5/+5
| |/
* / Add multiview to the opengl3 driverDavid Snopek2022-10-214-0/+73
|/
* [WebSocket] Fix debugger implementation.Fabio Alessandrelli2022-10-131-8/+0
* [Web] Add the "serve" and "run" scons targets.Fabio Alessandrelli2022-10-122-9/+26
* Merge pull request #67252 from zaevi/web_fix_export_file_lockedRémi Verschelde2022-10-121-0/+1
|\
| * Fix file locked issue when exporting to Web.Zae2022-10-111-0/+1
* | [Web] Add auto-formatting to HTML files.Fabio Alessandrelli2022-10-113-39/+322
|/