Commit Graph
31 Commits
Author SHA1 Message Date
tetrapod00andJohn Veness 93489bbefb Use "low-level" and "high-level" instead of "low level" and "high level"
Co-Authored-By: John Veness <2512915+JohnVeness@users.noreply.github.com>
2024-11-18 13:47:58 -08:00
tetrapod00 09156f2ee9 Add UPDATE comments to perishable information 2024-11-17 13:50:42 -08:00
Hugo Locurcio 40d16134a5 Document exporting as progressive web app in Exporting for the web
- Document no-threads web export and its limitations.
- Document sample-based audio playback and its limitations.
- Mention that threading issues can be worked around by exporting
  as a progressive web app.
2024-11-08 23:30:41 +01:00
Adam Scott cc53e4b19e Add Web export file name section 2024-10-28 11:32:09 -04:00
skyace65 3eed2dac66 Add extension support info for web export 2024-03-14 21:31:43 -04:00
Fabio Alessandrelli 712aa0c345 [Web] Expand "Interacting with Javascript"
Document the new (preferred) interface.

Add a small section about downloading files to the user device.
2024-02-21 11:45:33 +01:00
a0822839f6 Add hint reg. Safari audio autoplay restriction when exporting for the web (#8499)
* Add hint reg. Safari audio autoplay restriction when exporting for the web

* Apply suggestions from code review

* Apply suggestions from code review

* Update tutorials/export/exporting_for_web.rst

Co-authored-by: Matthew <matthewehr@hotmail.com>

---------

Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Co-authored-by: Max Hilbrunner <mhilbrunner@users.noreply.github.com>
Co-authored-by: Matthew <matthewehr@hotmail.com>
2023-11-25 19:16:53 +01:00
Hugo Locurcio 2633dedf71 Add section on optimizing distribution size in Optimizing a build for size
This isn't strictly related to compiling custom export templates,
but it's a neat trick to reduce the final distribution size that works
regardless of the export template binary used.
2023-11-24 21:54:01 +01:00
Hugo Locurcio 589a77515a Improve documentation related to SharedArrayBuffer in Exporting for the Web 2023-10-25 02:09:16 +02:00
Liana 905c48db4f add list of cors headers needed in web export (#8020)
Adds instructions for setting up the correct CORS headers to host games with the SharedArrayBuffer
2023-10-09 01:49:55 +02:00
nightpool 016673690d Remove outdated Firefox Linux warning
The linked tracking bug has been closed since Firefox 94 which reached stable Nov 2, 2021, since the new WebRender backend improved the benchmarks
2023-10-01 17:05:26 -05:00
Hugo Locurcio 1e411aa125 Document C# currently not being supported on Android, iOS and Web 2023-06-23 23:14:56 +02:00
Andreas Raddau b6f197c064 Documented export config files and evironment vars 2023-05-15 14:02:38 +02:00
Unai Martinez-Corral dd53486bd0 [tutorials/export/exporting_for_web] s/platform:html5/platform:web/ 2023-03-29 04:04:19 +02:00
Hugo Locurcio 80b71c4ba8 Document missing macOS/iOS support for HTML5 due to upstream bugs 2023-03-25 17:49:28 +01:00
Hugo Locurcio 9286f1b466 Remove references to removed GLES2 backend
- Update FAQ to remove issues resolved in 4.0, and add more advice
  on resolving VRR flicker issues.
2023-03-11 02:55:30 +01:00
Rémi Verschelde a232d4bb18 Merge pull request #6886 from jrvidal/fix-export-web
remove mentions to export types
2023-03-09 07:15:05 +01:00
Roberto Vidal bc8d61a5ea remove mentions to export types 2023-03-04 09:57:35 +01:00
Hugo Locurcio 1abe518cf8 Mention local web server for testing web editor in Compiling/Exporting for the Web 2023-03-01 23:33:08 +01:00
Max Hilbrunner ea92f07f3c Fix CI 2023-02-27 07:56:39 +01:00
Adi Mathur 108fdc681e Add C# documentation for the export section (#6362)
* add c# documentation for the export section
* update for 4.0 naming changes
* update server feature tag
* fix typo and change feature flag name
2023-02-04 22:20:10 +03:00
belzecue 520ceaac85 Fix typo in Exporting for the Web (#6321) 2022-10-17 16:56:56 +02:00
Max Hilbrunner 3765e1ca51 Nuke GDNative from docs 2022-10-15 23:53:50 +02:00
Hugo Locurcio 955c97bb1d Cross-reference compiling and exporting pages, rename OSX/Mac to macOS
There's a lot of confusion between compiling Godot and exporting projects.

This aims to resolve part of the confusion by cross-linking other pages
for each platform.
2022-04-29 13:10:37 +02:00
Hugo Locurcio 482e0c6544 Document background processing limitations in Exporting for the Web 2021-12-13 01:17:43 +01:00
Rémi Verschelde 1e375578c1 Exporting for Web: Update info about WebGL 2021-06-29 17:40:56 +02:00
Rémi Verschelde 044b6a74f8 Cleanup uses of double spaces between words or after punctuation 2021-06-07 10:44:02 +02:00
Hugo Locurcio 93b25e8713 Document Firefox WebGL being slow on Linux and workaround (#4628) 2021-02-13 02:10:39 +01:00
Fabio Alessandrelli 912cf15fec Update documentation about HTML5 exporting and compiling (#4454)
* Improve the Exporting for the Web section.

Add "Export Type" options (threads, gdnative, regular).
Add warnings about "secure contexts" limitations.
Mentions threads and GDNative requirements.
Mention WebRTC as a networking API.
General refactor.

* Update compiling for the Web.

Bump emscripten requirements, mention threads, gdnative and editor
build.
2021-01-04 16:56:26 +01:00
Hugo Locurcio 5469ac45d3 Mention hosts that support on-the-fly compression in Exporting for the Web 2020-11-04 20:35:19 +01:00
Nathan Lovato edeb6a961f Move the export section to tutorials/ 2020-11-04 12:32:02 -06:00