| Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
(cherry picked from commit cf63abac360e0e8d0eb8b2d95de49678d66602c2)
|
|
(cherry picked from commit 5002db6be1ba99bcd1b4d669a8c0dfad15650878)
|
|
(cherry picked from commit 25b5242d9f9a7328f62977eea41ef96b82b67338)
|
|
(cherry picked from commit 03250259d35f411a36fd08480267364b8e628b0f)
|
|
(cherry picked from commit b820056b3803871e46ae89e7dca12dc83276c01b)
|
|
(cherry picked from commit d759d25aca6151f574efe15ca09b49c1c01973c3)
|
|
Workaround for #19551.
(cherry picked from commit 195e96361399b6d38b5e148b989d3d0e60a2e758)
|
|
(cherry picked from commit d1b3f36eab87e9fc6054634236c9fbcb9198c9d8)
|
|
(cherry picked from commit 650ebdc832beafd7aec68db797301b412439e8a4)
|
|
(cherry picked from commit c4dfef58d9cca9d9112f5f8d8db9dcc1bd9dfaae)
|
|
(cherry picked from commit 920224a535f7858dd4bf39f04e3c90c8276503c3)
|
|
|
|
Threaded HTTPRequest appears to be crashy on 3.0.x.
Fixes #19336.
|
|
- Fixed bad size check
- Fixed bad member initialization
- Removed unused cell_size (Bullet expects us to use localScaling)
- Accept precomputed min/max height, will be calculated if not provided
(cherry picked from commit a66e1af1689c385cc3adae0cf8eef4eb02a61d40)
|
|
And onwards!
|
|
New contributors added to AUTHORS:
@Nallebeorn, @ibrahn, @KellyThomas, @ShyRed
Thanks to all contributors and donors for making Godot possible!
[ci skip]
(cherry picked from commit a18fe067736c2136e451ab183b53d228f5568c0d)
|
|
|
|
|
|
|
|
(cherry picked from commit b3ddf12fb1774d63ac47a8d9890bf017b67d879e)
|
|
|
|
|
|
(cherry picked from commit 1c419531a009f48aa074f9b5f93b98d387c33723)
|
|
This reverts commit 826108efecf106522a3412291725069dc35119f8.
This caused a regression (#18614), and potentially other unintended regressions.
|
|
|
|
|
|
(cherry picked from commit a6bd2c6e72de373fab783d2ce15b67f5413e98ea)
|
|
Now both structs (Vector2 & Vector3) have round, floor & ceil methods.
(see #18603)
(cherry picked from commit 26963473a9d832f18e05db074577511d2477a42a)
|
|
This fixes the problem that `SynchronizationContext.Current` would be null
during the call to `_EnterTree`, `_Ready` and the first call to `_Process` thus
the task continuations would be scheduled outside the main thread, which is unexpected and might lead to crashes.
With this change, task continuations are scheduled always on the main thread and so async/await can be used without any explicit synchronization, which is what is expected.
Fixes #18849
(cherry picked from commit f25240cfe6a4b7f030b2dfd5db1365b4de44301d)
|
|
The function expects now a return value. Returning NULL seems to work in
this case.
(cherry picked from commit 6c74f3de6dbba53878d9ebe377a6c33ef2294afc)
|
|
- Set (Csc/Vbc/Fsc)ToolExe environment variables to point to the batch files in Mono's bin directory when building with Mono's MSBuild.
- Set Mono's MSBuild as the default build tool on Windows.
- Generate projects with portable DebugType instead of full.
(cherry picked from commit 01397a10d9f82e00638eb9b5c200b6dde8e515a9)
|
|
and fix unnecessary casts in Basis
(cherry picked from commit b335274bcd6df9ad7e4ba381574fd1607f2b3437)
|
|
(cherry picked from commit 56262ceafe4f41e61b5c69e4f387fe0c50cf5f1e)
|
|
No longer printed when using using placeholder script instances (for non-tool scripts in the editor).
Print different error if the project assembly is not loaded
(cherry picked from commit c8945fe7d81c6168e300375d2e6d2a9b01612496)
|
|
(cherry picked from commit 1e19e2846dbcd4435f64a73deded67c92993204e)
|
|
(cherry picked from commit d3a696043769ff7ccdec95aa2bf74cf654154670)
|
|
(cherry picked from commit 0c56e011adf4de59848d8fb801e8741119548543)
|
|
(cherry picked from commit 12fb5f58d9e0913c12358ccfb410f3e4b0128198)
|
|
(cherry picked from commit 660bebec94a6e4ce6b0d5c5e4af8ec8403845009)
|
|
(cherry picked from commit a36e5951ff30f74b45e52f33ce1a37f50496b807)
|
|
(cherry picked from commit 4fe2605ab37ba72beefc7eca63d3733bb6a55296)
|
|
filled in docs for panorama sky
(cherry picked from commit 1bf7f8fcd13bf1662e961ab07b5799b5975491b3)
|
|
Added documentation for procedural sky
added documentation for procedural sky
added documentation for procedural sky
(cherry picked from commit 6711691d10892a341b2d05d0cf0903aa20423aaa)
|
|
(cherry picked from commit 888eefa0fd5d14468161832d96e41e79d150899e)
|
|
(cherry picked from commit c6ed46891d0abacb6619ff77697c616c9658a90f)
|
|
(cherry picked from commit 393125a6a4bbe97f4e7ebe3ac5e652a321be324c)
|
|
(cherry picked from commit 9115d84913f30d35997cf3e2c26b86ebccd36f0e)
|
|
(cherry picked from commit b7ae2ca128307f4926a9b380f271469030c06e2a)
|