Commit Graph

44760 Commits

Author SHA1 Message Date
9403a68853 Bump mbedtls to version 2.18.1, update LICENSE.
Keep applying windows entropy patch.

Update thirdparty/README with correct version information.
2022-07-18 14:58:08 +02:00
73a67f9309 Merge pull request #63125 from cdemirer/fix-parameter-shadowing-class-member
Check for parameters shadowing class members
2022-07-18 13:36:51 +02:00
1c6148aa86 Merge pull request #63062 from Chaosus/vs_fix 2022-07-18 12:05:36 +02:00
2c6707cb02 Merge pull request #63134 from KoBeWi/plugin4screen 2022-07-18 11:21:13 +02:00
058c1eac25 Improve docs on how to make main screen plugin 2022-07-18 10:36:17 +02:00
dfc76dc26d i18n: Sync classref translations with Weblate
(cherry picked from commit 7379f2c76a)
2022-07-18 10:29:25 +02:00
2bc9b7b76b i18n: Sync editor translations with Weblate
(cherry picked from commit 556e090bcc)
2022-07-18 10:28:22 +02:00
73f47921ea Merge pull request #61590 from Haydoggo/path-follow-fix 2022-07-18 09:36:02 +02:00
168ee3e6c4 Merge pull request #63083 from madmiraal/fix-56336 2022-07-18 09:31:35 +02:00
181759e872 Merge pull request #62849 from Calinou/doc-httprequest-timeout 2022-07-18 09:19:58 +02:00
ecc86afc00 Merge pull request #63124 from Calinou/editor-help-codeblock-add-padding 2022-07-17 23:28:59 +02:00
52781535a3 Check for parameters shadowing class members 2022-07-18 00:28:27 +03:00
976d12c3c1 Add padding for code blocks in the editor help
This improves their appearance, making them look closer to code blocks
in the online manual.
2022-07-17 22:55:20 +02:00
d942532710 Merge pull request #63119 from RandomShaper/fix_reset_track_update 2022-07-17 20:20:09 +02:00
b46a2aaa4b Create reset tracks with the right update mode 2022-07-17 19:51:15 +02:00
3ae61590e1 Merge pull request #63087 from akien-mga/scons-num_jobs-default-max 2022-07-17 15:43:56 +02:00
87ca6a67ff Merge pull request #42325 from zak-grumbles/fix_camera_current_doc 2022-07-17 13:42:44 +02:00
ea21122575 SCons: Default num_jobs to max CPUs minus 1 if not specified
This doesn't change the behavior when `--jobs`/`-j` is specified as a
command-line argument or in `SCONSFLAGS`.

The SCons hack used to know if `num_jobs` was set by the user is derived
from the MongoDB setup.

We use `os.cpu_count()` for portability (available since Python 3.4).

With 4 CPUs or less, we use the max. With more than 4 we use max - 1 to
preserve some bandwidth for the user's other programs.
2022-07-17 12:38:41 +02:00
349c750b18 Improve documentation for Camera3D's current member
* Added additional information to the camera documentation to explain
  how the 'current' attribute behaves when multiple cameras are in a
  scene.
2022-07-17 11:29:59 +02:00
3953c1aa73 Merge pull request #63094 from Geometror/fix-gradient-cubic-interpolation 2022-07-17 11:22:43 +02:00
4ce34366e1 Merge pull request #63095 from Geometror/gradient-texture-1d-def-instantiate 2022-07-17 11:21:50 +02:00
04d59a5e8f Merge pull request #60901 from BastiaanOlij/vrs
Adding Variable Rate Shading support to Godot
2022-07-17 11:04:24 +02:00
4c23fe602b Update camera position when updating camera limit 2022-07-17 08:51:43 +01:00
96c75f1d10 Set initial SceneTree processes times to 0.0 2022-07-17 08:51:25 +01:00
438b706d43 Fix TextEdit test dependency on SceneTree's initial process time > 0 2022-07-17 08:50:12 +01:00
d139131aab Adding Variable Rate Shading support to Godot
Improve GI renderer and add VRS support
Implement render device has_feature and move subgroup settings to limit_get
2022-07-17 15:42:24 +10:00
655e2935cf Automatically create a Gradient resource when creating a GradientTexture1D 2022-07-17 04:04:57 +02:00
039045d569 Fix cubic interpolation for Gradient 2022-07-17 03:46:27 +02:00
e3a8ab68ce Merge pull request #63075 from basta/master
Changing function definition to fix errror when compiling godot-python
2022-07-17 02:07:26 +02:00
7d644c43fa Merge pull request #63082 from aaronfranke/editor-plugin-alphabetize 2022-07-17 01:18:05 +02:00
94779c9e30 Alphabetize editor plugins and move 2D plugins to their own section 2022-07-16 17:34:33 -05:00
9dfd120a7e Merge pull request #63077 from Zylann/doc_plane_distance_to
Indicate Plane.distance_to returns a signed distance
2022-07-16 23:10:12 +02:00
1137948015 Merge pull request #63078 from snailrhymer/patch-1 2022-07-16 23:05:59 +02:00
c051c84385 Fix typo in VehicleBody3D.xml 2022-07-16 18:06:01 +01:00
45e329c1d2 Indicate Plane.distance_to returns a signed distance 2022-07-16 18:00:31 +01:00
3e664b4e29 Changed bool to GdNativeBool 2022-07-16 18:09:36 +02:00
5a6b13b8bb Merge pull request #62939 from TokageItLab/implement-rest-fixer
Add Rest Fixer to importer retarget
2022-07-16 16:54:20 +02:00
c39223e0db Merge pull request #62623 from TokageItLab/refactor-sync-animtree
Add `sync` to `NodeTransition` and `BlendSpace1D/2D` and refactor `sync` in `AnimationTree`
2022-07-16 16:53:34 +02:00
f05fce405e Fix visual shader graph not correctly updating when multiple tabs opened 2022-07-16 16:43:06 +03:00
9be288edf9 refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
f3af3aedfe add rest fixer to importer retarget 2022-07-16 19:53:11 +09:00
ae5668f81e Merge pull request #63013 from aaronfranke/double-slider-box 2022-07-15 23:20:22 +02:00
08f3053641 Merge pull request #63043 from pattlebass/fix-html5-locale
HTML5: Make locale string match other platforms
2022-07-15 22:56:37 +02:00
2326ba67e2 Consistently use double in Slider and SpinBox 2022-07-15 15:47:47 -05:00
d57a76c809 HTML5: Make OS.get_locale() match other platforms
Fixes #63029.
2022-07-15 22:11:39 +03:00
9904a9db5a Merge pull request #62906 from bruvzg/ts_bit_fields
Use BitField hint for the TextServer enums.
2022-07-15 09:25:51 +02:00
cbe3a2dcb7 Use BitField hint for the TextServer enums. Add missing parts for BitField support to the GDextension API. 2022-07-15 08:49:50 +03:00
e5a1640cf0 Merge pull request #63002 from Calinou/vulkan-sdk-macos-install-tmp
Download Vulkan SDK disk image to a temporary folder in the script
2022-07-14 20:40:35 +02:00
2582981719 Download Vulkan SDK disk image to a temporary folder in the script
This prevents a `vulkan-sdk.dmg` file from lingering in the current
working directory after installing the Vulkan SDK.
2022-07-14 18:35:51 +02:00
2c11e6d9ef Merge pull request #62980 from garychia/scene_tree_editor_improvement 2022-07-14 17:45:48 +02:00