summaryrefslogtreecommitdiffstats
path: root/platform/web/export
Commit message (Expand)AuthorAgeFilesLines
* Merge commit godotengine/godot@d09d82d433b03bb3773fd2a8cc8d6ccc2f8739ceSpartan3222024-11-261-7/+0
|\
| * Merge pull request #99044 from Sticksman/bug-fix-98873Thaddeus Crews2024-11-221-7/+0
| |\
| | * Remove deprecated worker.js fileFelix Yuan2024-11-111-7/+0
* | | Merge commit godotengine/godot@cb411fa960f0b7fdbd97dcdb4c90f9346360ee0eSpartan3222024-11-121-0/+1
|\| |
| * | Display correct splash color on web exportElias Pozewaunig2024-11-111-0/+1
| |/
* | Fix copyright headers referring to GodotSpartan3222024-10-276-12/+12
* | Rebrand preambles to RedotDubhghlas McLaughlin2024-10-116-0/+12
* | Rebrand Godot to RedotRandolph W. Aarseth II2024-10-111-2/+2
|/
* Fix web export infinite reload issueAdam Scott2024-09-301-1/+7
* [Editor] Expose more editor settings to documentationA Thousand Ships2024-09-121-0/+1
* Allow adding custom export platforms using scripts / GDExtension.bruvzg2024-08-282-8/+7
* Update the `GodotHost` interface to support signing and verifying Android apksFredia Huya-Kouadio2024-08-261-2/+0
* Fix AudioStreamPlayer get_playback_position() for web buildYahkub-R2024-08-081-0/+2
* Fix web export state for remote debugAdam Scott2024-06-262-35/+89
* [Web] Add "threads"/"nothreads" feature tags to export presetsFabio Alessandrelli2024-06-251-2/+6
* Style: Optimize `.svg` files with `svgo`Thaddeus Crews2024-06-232-2/+2
* Merge pull request #91623 from adamscott/web-default-to-nonthreadedRémi Verschelde2024-06-191-1/+1
|\
| * Default to non-threaded export setting for the webAdam Scott2024-05-061-1/+1
* | Disable remote debug button when there are no runnable presetsHakim2024-05-172-2/+6
* | Fix quotes style in HTML shell head includepatwork2024-05-121-3/+3
|/
* Add more Remote Debug options to the web platformAdam Scott2024-05-012-27/+189
* Added splash image support and new progress bar for web exportpatwork2024-04-251-0/+1
* Revert pack trimming introduced by #82084Mikael Hermansson2024-04-101-1/+1
* Merge uid_cache.bin and global_script_class_cache.cfg after mounting PCKsDavid Nikdel2024-03-061-1/+1
* Merge pull request #86089 from adamscott/pwa-coop-coepRémi Verschelde2024-02-121-0/+4
|\
| * Add option to ensure cross-origin isolation headers on web exportAdam Scott2024-02-121-0/+4
* | Use SafeFlag for EditorHTTPServer.server_quitWilson E. Alvarez2024-02-092-4/+4
|/
* [Web] Move polling thread to EditorHTTPServerFabio Alessandrelli2024-02-074-64/+72
* [Web] Move EditorHTTPServer implementation to cpp.Fabio Alessandrelli2024-02-072-190/+232
* Fix data race regarding `server_quit` in `EditorExportPlatformWeb`jsjtxietian2024-02-072-3/+3
* Add THREADS_ENABLED macro in order to compile Godot to run on the main threadAdam Scott2024-01-172-9/+22
* Reorganize code related to editor themingYuri Sizov2024-01-161-1/+1
* Add const lvalue ref to container parametersMuller-Castro2024-01-052-2/+2
* Ensure more export errors are reported to usersYuri Sizov2023-12-061-4/+13
* Add EditorStringNames singletonkobewi2023-09-032-2/+4
* Add a button in the export dialog to fix missing texture formatsAaron Franke2023-08-171-3/+2
* Merge pull request #79351 from Repiteo/dotnet-handle-warningsYuri Sizov2023-07-261-8/+8
|\
| * Allow MSVC dev_mode builds to succeed with dotnetThaddeus Crews2023-07-171-8/+8
* | Extract and reorganize texture resource classesHendrik Brucker2023-07-141-0/+1
* | Merge pull request #79062 from MewPurPur/svg-optimizationsYuri Sizov2023-07-121-1/+1
|\ \
| * | Optimize SVG icons and remove unused Transpose iconMewPurPur2023-07-071-1/+1
| |/
* | Merge pull request #78248 from felaugmar/load-svg-adjustable-scaleYuri Sizov2023-07-121-3/+2
|\ \ | |/ |/|
| * Added Image's `load_svg_from_(buffer|string)`Felipe Augusto Marques2023-06-231-3/+2
* | Display a message about missing C# support on Android/iOS/Web platformsHugo Locurcio2023-06-241-1/+9
|/
* SCons: Move platform logo/run icon to `export` folderRémi Verschelde2023-06-203-2/+4
* Allow exporting release Android builds without a debug keystoreMichael Alexsander2023-06-192-2/+2
* Style: Harmonize header includes in platform portsRémi Verschelde2023-06-083-4/+7
* Fix wait for thread not startedSamuele Panzeri2023-04-271-1/+3
* Extract editor run toolbar into its own componentYuri Sizov2023-04-192-0/+2
* [Export] Add readable descriptions and validation warnings to the export opti...bruvzg2023-04-194-17/+26