84982f5778
Center the indeterminate spinner on HTML5 page
2021-12-09 23:18:48 +08:00
ae1702bee5
Replace HTTP links with HTTPS for sites with HTTPS versions
2021-08-22 20:13:11 -05:00
5d095ed21d
[HTML5] Optional icon generation, use export name for it.
...
We used to only generate the favicon if it was specified in the user
project settings, now it's optional, will export it to `NAME.icon.png`,
(falling back to the default project icon if none is set in project
settings), and the `<link>` tag is added using the `$HEAD_INCLUDE`
instead of being hardcoded in the template.
2021-04-27 11:50:11 +02:00
548edfc4fe
Remove unused variables from full-size.html
2021-02-21 16:02:15 +00:00
65abf94675
[HTML5] Better fullscreen, canvas resizing.
...
Three canvas resize policies:
- `None`: Godot window settings are ignored.
- `Project`: Godot handles the canvas like a native app (resizing it
when setting the window size).
- `Adaptive`: Canvas size will always adapt to browser window size.
Use `None` if you want to control the canvas size with custom JavaScript
code.
2021-02-19 05:12:32 +01:00
2972ea3229
[HTML5] Easier HTML templates, better deinit/cleanup.
2021-02-19 05:12:32 +01:00
611c4998e8
[HTML5] EditorRunNative works with GDNative.
...
This "breaks" our loading bar logic (libraries are not counted).
Fixing it is non trivial and probably deserves investigating a different
strategy.
2020-12-05 00:55:07 +01:00
02161aad5a
Remove empty lines around braces with the formatting script
2020-11-16 23:38:11 -05:00
53f04aa1b9
Make canvas resize optional in HTML5.
2020-09-23 09:51:06 +02:00
806edcae5b
Better HiDPI support in HTML5.
2020-09-23 09:51:06 +02:00
64095245ee
Explicitly add implicitly added semicolons.
2020-09-09 15:30:57 +01:00
3097c2da96
Add WebSocket debugger, use it for Javascript.
2020-05-12 15:09:13 +02:00
7411e7fd37
DisplayServerJavaScript implementation.
2020-05-10 18:22:48 +02:00
eecce139ea
Set the title tag in the HTML5 export immediately
...
This makes the project title display without having to wait for
the project to finish loading.
2020-04-22 11:31:14 +02:00
4492cf856b
Export and reference the icon as favicon when exporting to HTML5
...
This makes the project icon display immediately as a favicon when
opening the page, without having to wait for the project to finish
loading.
2020-02-01 10:33:23 +01:00
6f1d6cfc78
Fixed running the export templates with newer emscripten versions.
2019-10-01 15:41:19 +02:00
e7760deb74
Fix HTML5 export after #30864
2019-09-14 16:47:55 +02:00
5323d24fad
Fixed javascript code to remove animateStatusIndeterminate callback when the game is loaded.
...
(cherry picked from commit a5a413c7e9 )
2019-09-03 13:39:57 +02:00
31cc1bdb58
Fix pointer position in hidpi-corrected resolutions on web
2019-06-14 17:37:21 -03:00
86d9e67d7a
Add responsive HTML5 export page with full-size canvas as new default
2018-08-23 21:28:09 +02:00