Age | Commit message (Collapse) | Author |
|
Default is "Auto", but can be forced to a specific WebGL version if the
automatic detection fails.
The game and editor canvas are now replaced with a new one in the exit
hooks. This helps the browser do some context cleanup, and allow us to
create a new context of a different type (WebGL/WebGL2).
|
|
williamd67/GPULightmapper-first-dilate-than-denoise
|
|
Implement TileMap patterns palette
|
|
|
|
Add support for returning the play area from XRInterface
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Klowner/audioserver-startplaybackstream-potential-leak
|
|
|
|
Also moved MT physics server wrappers to the main servers folder, since
they don't have to be implementation specific.
|
|
|
|
|
|
|
|
|
|
AudioServer::start_playback_stream()
|
|
|
|
|
|
|
|
|
|
(cherry picked from commit c17f051ee976ca3f192b1ead6c92aff762067508)
|
|
(cherry picked from commit 2a7e1d0aac1020f12228d62a4be76ec6bc4a919a)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
calculation to better match font size.
|
|
the check read the return type of the setter, which doesn't exist and
lead to a segmentation fault. Now we check the first function parameter.
Probably a bad copy/paste of the getter case
|
|
Remove unused imports default_theme SCsub
|
|
Add check to SurfaceTool.generate_lod(); ensure target index count >=…
|
|
|
|
|
|
|
|
Previously, files added via `add_ios_project_static_libs` where
being added as embedded frameworks. This commit fixes that.
Static frameworks/libs should never be embedded into IPAs.
|
|
|
|
|
|
Fix name used instead of doc for GDScript signals
|
|
|
|
|