godot/doc/classes
Eoin O'Neill 58ff96b8b7 Prevent double input events on gamepad when running through steam input
During GDC and general testing on Steam Deck units, we found that single
gamepads would often register inputs twice under certain circumstances.
This was caused by SteamInput creating a new virtual device, which Godot
registers as a second gamepad. This resulted in two gamepad devices
reporting the same button presses, often leading to buggy input response
on games with no multi-device logic and other-wise could cause intended
Steam rebindings to not work as intended (for example, swapping o and x
on a playstation pad if that feature isn't supported by the game.)

SDL gets around this by taking in a list of devices that are to be
ignored. When valve sees a controller that wants to be rebound via
SteamInput, they push a new VID/PID entry onto the environment
variable `SDL_GAMECONTROLLER_IGNORE_DEVICES` for the original gamepad
so that all game inputs can be read from the virtual gamepad instead.

This leverages the same logic as we are already using SDL gamepad
related HID mappings.

(cherry picked from commit 8de98dbf21)
2023-09-21 14:57:13 +02:00
..
@GlobalScope.xml Future proof links in docs 2023-09-02 10:51:58 +02:00
AABB.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
AcceptDialog.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
AESContext.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
AnimatableBody2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
AnimatableBody3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
AnimatedSprite2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AnimatedSprite3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AnimatedTexture.xml Documentation: Unify deprecations 2023-06-07 16:34:03 +03:00
Animation.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
AnimationLibrary.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AnimationNode.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeAdd2.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeAdd3.xml Fix various typos in documentation 2023-07-10 17:46:09 +02:00
AnimationNodeAnimation.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
AnimationNodeBlend2.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeBlend3.xml Fix various typos in documentation 2023-07-10 17:46:09 +02:00
AnimationNodeBlendSpace1D.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeBlendSpace2D.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeBlendTree.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeOneShot.xml Fix outdated C# code example for class AnimationNodeOneShot 2023-05-31 19:25:32 +03:00
AnimationNodeOutput.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
AnimationNodeStateMachine.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeStateMachinePlayback.xml Update C# code example to fix an error 2023-06-02 11:34:23 +02:00
AnimationNodeStateMachineTransition.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
AnimationNodeSub2.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeSync.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
AnimationNodeTimeScale.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
AnimationNodeTimeSeek.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationNodeTransition.xml Implement NodeSub2 to AnimationTree & improve mathematical Nodes 2023-05-27 13:19:54 +09:00
AnimationPlayer.xml Clarify when things with _IDLE and _PHYSICS enums will run 2023-06-20 13:25:26 -03:00
AnimationRootNode.xml Add examples to AnimationRootNode Description 2023-05-31 11:45:58 +02:00
AnimationTree.xml Clarify when things with _IDLE and _PHYSICS enums will run 2023-06-20 13:25:26 -03:00
Area2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Area3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Array.xml Fix range error for Array.slice 2023-08-31 19:48:16 +02:00
ArrayMesh.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
ArrayOccluder3D.xml Merge pull request #67835 from Calinou/doc-arrayoccluder3d 2023-06-02 17:26:02 +02:00
AspectRatioContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
AStar2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
AStar3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
AStarGrid2D.xml Documentation: Unify deprecations 2023-06-07 16:34:03 +03:00
AtlasTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioBusLayout.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffect.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectAmplify.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectBandLimitFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectBandPassFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectCapture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectChorus.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectCompressor.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectDelay.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectDistortion.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectEQ6.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectEQ10.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectEQ21.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectEQ.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectHighPassFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectHighShelfFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectInstance.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectLimiter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectLowPassFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectLowShelfFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectNotchFilter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectPanner.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectPhaser.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectPitchShift.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectRecord.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectReverb.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectSpectrumAnalyzer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectSpectrumAnalyzerInstance.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioEffectStereoEnhance.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioListener2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioListener3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioServer.xml Document behaviour of AudioServer.get_bus_index() if name doesn't exist 2023-06-12 16:56:31 +02:00
AudioStream.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamGenerator.xml Add an example for how to use AudioStreamGenerator 2023-04-30 20:18:49 +02:00
AudioStreamGeneratorPlayback.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamMicrophone.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamPlayback.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamPlaybackPolyphonic.xml Minor grammar fixes to documentation 2023-05-28 18:27:56 +02:00
AudioStreamPlaybackResampled.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamPlayer2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamPlayer3D.xml Fix documentation for consistency 2023-08-31 20:19:31 +02:00
AudioStreamPlayer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamPolyphonic.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamRandomizer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
AudioStreamWAV.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
BackBufferCopy.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
BaseButton.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
BaseMaterial3D.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
Basis.xml Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE 2023-05-29 17:08:40 +02:00
BitMap.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Bone2D.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
BoneAttachment3D.xml Fix various typos in documentation 2023-07-10 17:46:09 +02:00
BoneMap.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
bool.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
BoxContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
BoxMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
BoxOccluder3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
BoxShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Button.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ButtonGroup.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Callable.xml Explain a bit more RPCs options 2023-06-27 11:25:15 +02:00
CallbackTweener.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Camera2D.xml Clarify when things with _IDLE and _PHYSICS enums will run 2023-06-20 13:25:26 -03:00
Camera3D.xml Future proof links in docs 2023-09-02 10:51:58 +02:00
CameraAttributes.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CameraAttributesPhysical.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CameraAttributesPractical.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CameraFeed.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CameraServer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CameraTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CanvasGroup.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CanvasItem.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
CanvasItemMaterial.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CanvasLayer.xml Clarify that CanvasLayers are restricted to one Viewport 2023-06-01 13:22:13 +02:00
CanvasModulate.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
CanvasTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CapsuleMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CapsuleShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CapsuleShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CenterContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
CharacterBody2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CharacterBody3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CharFXTransform.xml Ensure RID, Callable, and Signal are stored as strings 2023-06-22 17:01:08 +02:00
CheckBox.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
CheckButton.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
CircleShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
ClassDB.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
CodeEdit.xml Merge pull request #75746 from ajreckof/order_autocomplete 2023-06-08 18:14:31 +02:00
CodeHighlighter.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
CollisionObject2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CollisionObject3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CollisionPolygon2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CollisionPolygon3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CollisionShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CollisionShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Color.xml Future proof links in docs 2023-09-02 10:51:58 +02:00
ColorPicker.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ColorPickerButton.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ColorRect.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
CompressedCubemap.xml Fix CompressedTextureLayered description in the class reference 2023-03-22 22:06:55 +01:00
CompressedCubemapArray.xml Fix CompressedTextureLayered description in the class reference 2023-03-22 22:06:55 +01:00
CompressedTexture2D.xml Fix CompressedTextureLayered description in the class reference 2023-03-22 22:06:55 +01:00
CompressedTexture2DArray.xml Fix CompressedTextureLayered description in the class reference 2023-03-22 22:06:55 +01:00
CompressedTexture3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CompressedTextureLayered.xml Fix CompressedTextureLayered description in the class reference 2023-03-22 22:06:55 +01:00
ConcavePolygonShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
ConcavePolygonShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
ConeTwistJoint3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
ConfigFile.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ConfirmationDialog.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Container.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Control.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
ConvexPolygonShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
ConvexPolygonShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
CPUParticles2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CPUParticles3D.xml Fix typos and inconsistencies in classref 2023-03-16 14:10:20 +08:00
Crypto.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
CryptoKey.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Cubemap.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CubemapArray.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Curve2D.xml Clarify the return value of Curve2D.sample_baked_with_rotation 2023-06-22 18:06:15 +02:00
Curve3D.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
Curve.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
CurveTexture.xml Fixed various typos across the docs 2023-05-02 18:24:32 -04:00
CurveXYZTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CylinderMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
CylinderShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
DampedSpringJoint2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Decal.xml Fixed various typos across the docs 2023-05-02 18:24:32 -04:00
Dictionary.xml C#: Fix dictionary key lookup documentation 2023-06-02 11:13:03 +02:00
DirAccess.xml Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE 2023-05-29 17:08:40 +02:00
DirectionalLight2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
DirectionalLight3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
DisplayServer.xml Fix documentation for consistency 2023-08-31 20:19:31 +02:00
DTLSServer.xml Change to_utf8 to to_utf8_buffer and to_ascii to to_ascii_buffer in remaining docs 2023-04-10 21:07:02 +02:00
EditorCommandPalette.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorDebuggerPlugin.xml Fix documentation for consistency 2023-08-31 20:19:31 +02:00
EditorDebuggerSession.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorExportPlatform.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorExportPlatformPC.xml [Export] Add readable descriptions and validation warnings to the export options. 2023-04-19 08:35:59 +03:00
EditorExportPlugin.xml Clarify EditorExportPlugin::add_file only remaps in _export_file 2023-07-11 12:21:27 +02:00
EditorFeatureProfile.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorFileDialog.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
EditorFileSystem.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorFileSystemDirectory.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorFileSystemImportFormatSupportQuery.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorImportPlugin.xml Fix function signature in EditorImportPlugin example 2023-06-28 15:27:38 +08:00
EditorInspector.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorInspectorPlugin.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
EditorInterface.xml Let editor workaround a case of inconsistency in compound scenes 2023-06-13 11:05:57 +02:00
EditorNode3DGizmo.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorNode3DGizmoPlugin.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
EditorPaths.xml Merge pull request #73429 from bruvzg/macos_no_sc 2023-03-07 08:36:51 +01:00
EditorPlugin.xml Decouple EditorInterface from EditorPlugin 2023-04-17 21:59:09 +02:00
EditorProperty.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
EditorResourceConversionPlugin.xml Fix GDScript code style regarding colon 2023-03-05 17:03:20 +03:00
EditorResourcePicker.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorResourcePreview.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
EditorResourcePreviewGenerator.xml Enhance filesystem dock tooltips 2023-05-12 19:28:34 +02:00
EditorResourceTooltipPlugin.xml Small rework of tooltip plugins 2023-05-30 23:13:50 +02:00
EditorSceneFormatImporter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorScenePostImport.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorScenePostImportPlugin.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorScript.xml Extract editor run toolbar into its own component 2023-04-19 17:12:28 +02:00
EditorScriptPicker.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorSelection.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorSettings.xml Merge pull request #75345 from Rindbee/fix-wrong-description-in-EditorSettings 2023-06-21 10:18:09 +02:00
EditorSpinSlider.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
EditorSyntaxHighlighter.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
EditorTranslationParserPlugin.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
EditorUndoRedoManager.xml add backward_undo_ops as property for action 2023-06-13 15:32:05 +02:00
EditorVCSInterface.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
EncodedObjectAsID.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Engine.xml Fix incorrect documentation for Engine.get_architecture_name() 2023-07-10 17:46:09 +02:00
EngineDebugger.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
EngineProfiler.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Environment.xml Fix various typos in the classref 2023-03-09 14:56:23 +08:00
Expression.xml Provide an example on how to use ImmediateMesh 2023-04-26 12:36:02 +02:00
FileAccess.xml Docs: Add FileAccess.close, remove dupl. example 2023-05-31 16:28:21 +02:00
FileDialog.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
FileSystemDock.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
float.xml Add more info on the nature of NAN 2023-05-30 15:38:10 +02:00
FlowContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
FogMaterial.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
FogVolume.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Font.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
FontFile.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
FontVariation.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
GDExtension.xml Remove GDExtension compatibility code for Godot 4.0 2023-06-07 13:01:42 -05:00
GDExtensionManager.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Generic6DOFJoint3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Geometry2D.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Geometry3D.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
GeometryInstance3D.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
GPUParticles2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticles3D.xml Add motion vector support for GPU 3D Particles. 2023-09-21 14:20:04 +02:00
GPUParticlesAttractor3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticlesAttractorBox3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticlesAttractorSphere3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticlesAttractorVectorField3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticlesCollision3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticlesCollisionBox3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticlesCollisionHeightField3D.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
GPUParticlesCollisionSDF3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GPUParticlesCollisionSphere3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Gradient.xml Clarify that Gradient.colors/offsets are returned by-copy 2023-07-03 14:00:51 +02:00
GradientTexture1D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
GradientTexture2D.xml Add a square fill mode to GradientTexture2D 2023-04-20 16:32:42 +02:00
GraphEdit.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
GraphNode.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
GridContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
GrooveJoint2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
HashingContext.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
HBoxContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
HeightMapShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
HFlowContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
HingeJoint3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
HMACContext.xml Change to_utf8 to to_utf8_buffer and to_ascii to to_ascii_buffer in remaining docs 2023-04-10 21:07:02 +02:00
HScrollBar.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
HSeparator.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
HSlider.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
HSplitContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
HTTPClient.xml [Web] Always return -1 as body length in HTTPClientWeb. 2023-09-20 18:40:36 +02:00
HTTPRequest.xml Update HTTPRequest Class Documentation 2023-05-30 15:51:07 +02:00
Image.xml Make documentation sorting use natural order 2023-05-09 17:47:52 +02:00
ImageFormatLoader.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ImageFormatLoaderExtension.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
ImageTexture3D.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
ImageTexture.xml Fix GDScript code style regarding colon 2023-03-05 17:03:20 +03:00
ImageTextureLayered.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
ImmediateMesh.xml Small docs syntax fixes 2023-05-18 14:20:53 +02:00
ImporterMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ImporterMeshInstance3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Input.xml Prevent double input events on gamepad when running through steam input 2023-09-21 14:57:13 +02:00
InputEvent.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventAction.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventFromWindow.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventGesture.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventJoypadButton.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventJoypadMotion.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventKey.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventMagnifyGesture.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventMIDI.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventMouse.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
InputEventMouseButton.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventMouseMotion.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventPanGesture.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventScreenDrag.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventScreenTouch.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InputEventShortcut.xml Deprecate push_unhandled_input 2023-05-31 19:07:04 +02:00
InputEventWithModifiers.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
InputMap.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
InstancePlaceholder.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
int.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
IntervalTweener.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
IP.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ItemList.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
JavaClass.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
JavaClassWrapper.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
JavaScriptBridge.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
JavaScriptObject.xml Update outdated syntax in JavaScriptBridge doc 2023-05-30 12:27:38 +02:00
JNISingleton.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Joint2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Joint3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
JSON.xml Fix example in JSON class. 2023-06-21 22:41:14 +00:00
JSONRPC.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
KinematicCollision2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
KinematicCollision3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Label3D.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
Label.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
LabelSettings.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Light2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Light3D.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
LightmapGI.xml Propagate error correctly when max texture size for lightmaps is too small. 2023-09-20 22:44:04 +02:00
LightmapGIData.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Lightmapper.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
LightmapperRD.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
LightmapProbe.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
LightOccluder2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Line2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
LineEdit.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
LinkButton.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
MainLoop.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MarginContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Marker2D.xml Fix various typos with codespell 2023-04-26 13:57:09 +02:00
Marker3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Marshalls.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Material.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MenuBar.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
MenuButton.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Mesh.xml Fix more issues with code tags in class reference 2023-05-29 15:46:34 +02:00
MeshConvexDecompositionSettings.xml Add Mesh ConvexDecompositionSettings wrapper 2023-04-07 22:39:25 +02:00
MeshDataTool.xml Updated GDScript example to use clear_surfaces() and C Sharp example to use ClearSurfaces() instead of non-existent surface_remove() and SurfaceRemove() 2023-04-26 09:01:31 -05:00
MeshInstance2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MeshInstance3D.xml Add Mesh ConvexDecompositionSettings wrapper 2023-04-07 22:39:25 +02:00
MeshLibrary.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MeshTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MethodTweener.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MissingNode.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
MissingResource.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
MovieWriter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MultiMesh.xml Mark deprecated methods of MultiMesh in the docs 2023-06-05 21:17:40 +02:00
MultiMeshInstance2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MultiMeshInstance3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MultiplayerAPI.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MultiplayerAPIExtension.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MultiplayerPeer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
MultiplayerPeerExtension.xml Add missing documentation for MultiplayerPeerExtension 2023-03-20 08:08:59 -07:00
Mutex.xml Fix documentation for Mutex.try_lock 2023-06-26 08:48:47 +02:00
NavigationAgent2D.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
NavigationAgent3D.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
NavigationLink2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
NavigationLink3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
NavigationMesh.xml Fix various typos in documentation 2023-07-10 17:46:09 +02:00
NavigationMeshGenerator.xml Add performance note for parsing source geometry 2023-07-10 18:09:57 +02:00
NavigationMeshSourceGeometryData3D.xml Fix for threaded NavigationMesh baking under new thread guards 2023-06-14 01:53:37 +02:00
NavigationObstacle2D.xml Update navigation obstacle API 2023-06-12 14:26:45 +02:00
NavigationObstacle3D.xml Update navigation obstacle API 2023-06-12 14:26:45 +02:00
NavigationPathQueryParameters2D.xml Ensure RID, Callable, and Signal are stored as strings 2023-06-22 17:01:08 +02:00
NavigationPathQueryParameters3D.xml Ensure RID, Callable, and Signal are stored as strings 2023-06-22 17:01:08 +02:00
NavigationPathQueryResult2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
NavigationPathQueryResult3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
NavigationPolygon.xml Add NavigationPolygon cell_size property 2023-06-13 10:53:07 +02:00
NavigationRegion2D.xml Merge pull request #76600 from MewPurPur/improve-docs-top-sections-PHYS 2023-05-29 17:14:38 +02:00
NavigationRegion3D.xml Merge pull request #76600 from MewPurPur/improve-docs-top-sections-PHYS 2023-05-29 17:14:38 +02:00
NavigationServer2D.xml Add agent pause mode to NavigationServer 2023-06-18 12:37:03 +02:00
NavigationServer3D.xml Add performance note for parsing source geometry 2023-07-10 18:09:57 +02:00
NinePatchRect.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Node2D.xml Future proof links in docs 2023-09-02 10:51:58 +02:00
Node3D.xml Fix Pathfollow direction 2023-05-24 17:37:00 +09:00
Node3DGizmo.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Node.xml Improve error message for Node.set_owner 2023-07-11 12:21:27 +02:00
NodePath.xml Add example for NodePath to grandparent 2023-06-25 10:25:22 +02:00
Object.xml clarify the meaning of "deferred" 2023-06-18 00:46:58 -03:00
Occluder3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
OccluderInstance3D.xml Fix various typos in documentation 2023-07-10 17:46:09 +02:00
OccluderPolygon2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
OfflineMultiplayerPeer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
OmniLight3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
OptimizedTranslation.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
OptionButton.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ORMMaterial3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
OS.xml Fixed the fallback logic of OS::shell_show_in_file_manager 2023-07-10 17:11:21 +02:00
PackedByteArray.xml Make documentation sorting use natural order 2023-05-09 17:47:52 +02:00
PackedColorArray.xml Document initializing PackedVectorArray/PackedColorArray correctly 2023-06-15 07:50:54 +02:00
PackedDataContainer.xml Improve and document PackedDataContainer 2023-04-29 00:29:40 +02:00
PackedDataContainerRef.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
PackedFloat32Array.xml Add more info on the nature of NAN 2023-05-30 15:38:10 +02:00
PackedFloat64Array.xml Add more info on the nature of NAN 2023-05-30 15:38:10 +02:00
PackedInt32Array.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PackedInt64Array.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PackedScene.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PackedStringArray.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PackedVector2Array.xml Document initializing PackedVectorArray/PackedColorArray correctly 2023-06-15 07:50:54 +02:00
PackedVector3Array.xml Document initializing PackedVectorArray/PackedColorArray correctly 2023-06-15 07:50:54 +02:00
PacketPeer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PacketPeerDTLS.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PacketPeerExtension.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PacketPeerStream.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PacketPeerUDP.xml Change to_utf8 to to_utf8_buffer and to_ascii to to_ascii_buffer in remaining docs 2023-04-10 21:07:02 +02:00
Panel.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
PanelContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
PanoramaSkyMaterial.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ParallaxBackground.xml Clarify that CanvasLayers are restricted to one Viewport 2023-06-01 13:22:13 +02:00
ParallaxLayer.xml Replaced "mirror" by "repeat" in doc of ParallaxLayer::motion_mirroring 2023-05-18 00:09:46 +02:00
ParticleProcessMaterial.xml Correct description of ParticleProcessMaterial.lifetime_randomness 2023-06-28 18:24:38 +10:00
Path2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Path3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PathFollow2D.xml Fix Pathfollow direction 2023-05-24 17:37:00 +09:00
PathFollow3D.xml Fix Pathfollow direction 2023-05-24 17:37:00 +09:00
PCKPacker.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Performance.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PhysicalBone2D.xml Fix various typos in documentation 2023-07-10 17:46:09 +02:00
PhysicalBone3D.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
PhysicalSkyMaterial.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PhysicsBody2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsBody3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectBodyState2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectBodyState2DExtension.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectBodyState3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectBodyState3DExtension.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectSpaceState2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectSpaceState2DExtension.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectSpaceState3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsDirectSpaceState3DExtension.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsMaterial.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsPointQueryParameters2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsPointQueryParameters3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsRayQueryParameters2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsRayQueryParameters3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsServer2D.xml Ensure RID, Callable, and Signal are stored as strings 2023-06-22 17:01:08 +02:00
PhysicsServer2DExtension.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsServer2DManager.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsServer3D.xml Fix documentation for consistency 2023-08-31 20:19:31 +02:00
PhysicsServer3DExtension.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsServer3DManager.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsServer3DRenderingServerHandler.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsShapeQueryParameters2D.xml Ensure RID, Callable, and Signal are stored as strings 2023-06-22 17:01:08 +02:00
PhysicsShapeQueryParameters3D.xml Ensure RID, Callable, and Signal are stored as strings 2023-06-22 17:01:08 +02:00
PhysicsTestMotionParameters2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsTestMotionParameters3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsTestMotionResult2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PhysicsTestMotionResult3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PinJoint2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PinJoint3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
PlaceholderCubemap.xml Document limitations of placeholder textures 2023-05-14 15:07:58 +02:00
PlaceholderCubemapArray.xml Document limitations of placeholder textures 2023-05-14 15:07:58 +02:00
PlaceholderMaterial.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PlaceholderMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PlaceholderTexture2D.xml Document limitations of placeholder textures 2023-05-14 15:07:58 +02:00
PlaceholderTexture2DArray.xml Document limitations of placeholder textures 2023-05-14 15:07:58 +02:00
PlaceholderTexture3D.xml Document limitations of placeholder textures 2023-05-14 15:07:58 +02:00
PlaceholderTextureLayered.xml Document limitations of placeholder textures 2023-05-14 15:07:58 +02:00
Plane.xml Allow setting negative WorldBoundaryShape2D.distance through the editor 2023-06-14 14:54:00 +02:00
PlaneMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PointLight2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PointMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Polygon2D.xml Fix incorrect Polygon2D description 2023-05-21 17:47:21 -04:00
PolygonOccluder3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PolygonPathFinder.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Popup.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
PopupMenu.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
PopupPanel.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
PortableCompressedTexture2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PrimitiveMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
PrismMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ProceduralSkyMaterial.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ProgressBar.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Projection.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
ProjectSettings.xml C#: Fix editor integration breaking and causing error spam when reloading assemblies fails 2023-06-21 12:47:52 +02:00
PropertyTweener.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
QuadMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
QuadOccluder3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Quaternion.xml Fix Quaternion's brief description 2023-04-15 16:01:19 +02:00
RandomNumberGenerator.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Range.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
RayCast2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
RayCast3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
RDAttachmentFormat.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDFramebufferPass.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDPipelineColorBlendState.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDPipelineColorBlendStateAttachment.xml Changed Subtract blend mode of Forward+ and Mobile renderers to match behaviour of the Godot 3 and Compatibility renderers 2023-05-26 10:50:35 -04:00
RDPipelineDepthStencilState.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDPipelineMultisampleState.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDPipelineRasterizationState.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDPipelineSpecializationConstant.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDSamplerState.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDShaderFile.xml Merge pull request #76418 from reduz/method-bind-validated-call 2023-05-08 13:52:42 +02:00
RDShaderSource.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDShaderSPIRV.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDTextureFormat.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
RDTextureView.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDUniform.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RDVertexAttribute.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
Rect2.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Rect2i.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
RectangleShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
RefCounted.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ReferenceRect.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ReflectionProbe.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
RemoteTransform2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
RemoteTransform3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
RenderingDevice.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
RenderingServer.xml Merge pull request #78575 from brno32/bind-light-param-intensity 2023-06-23 08:48:20 +02:00
Resource.xml Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE 2023-05-29 17:08:40 +02:00
ResourceFormatLoader.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ResourceFormatSaver.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ResourceImporter.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
ResourceLoader.xml Clarify return value of get_dependencies() 2023-07-17 12:05:42 +02:00
ResourcePreloader.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
ResourceSaver.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
ResourceUID.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
RibbonTrailMesh.xml Add documentation for TubeTrailMesh and RibbonTrailMesh 2023-05-03 06:21:20 +02:00
RichTextEffect.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
RichTextLabel.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
RID.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
RigidBody2D.xml Fix rigid body property description 2023-07-10 18:09:57 +02:00
RigidBody3D.xml Fix rigid body property description 2023-07-10 18:09:57 +02:00
RootMotionView.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SceneState.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
SceneTree.xml Clarify restrictions on nested MultiplayerAPI in SceneTree 2023-06-25 11:29:05 +02:00
SceneTreeTimer.xml Clarify when things with _IDLE and _PHYSICS enums will run 2023-06-20 13:25:26 -03:00
Script.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ScriptCreateDialog.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ScriptEditor.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ScriptEditorBase.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ScriptExtension.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ScriptLanguage.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
ScriptLanguageExtension.xml sort code completions with rules 2023-05-23 05:12:34 +02:00
ScrollBar.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ScrollContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
SegmentShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Semaphore.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
SeparationRayShape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
SeparationRayShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Separator.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Shader.xml Add information about file extension to GDScript, CSharpScript, and Shader 2023-06-22 18:56:08 +02:00
ShaderGlobalsOverride.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
ShaderInclude.xml Document ShaderInclude 2023-06-22 18:25:21 +02:00
ShaderMaterial.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Shape2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Shape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
ShapeCast2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
ShapeCast3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Shortcut.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Signal.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Skeleton2D.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
Skeleton3D.xml Documentation: Unify deprecations 2023-06-07 16:34:03 +03:00
SkeletonIK3D.xml Documentation: Unify deprecations 2023-06-07 16:34:03 +03:00
SkeletonModification2D.xml Merge pull request #76549 from MewPurPur/improve-docs-top-sections-ANIM 2023-05-08 12:20:29 +02:00
SkeletonModification2DCCDIK.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SkeletonModification2DFABRIK.xml Fix various typos in the classref 2023-04-18 19:53:47 +08:00
SkeletonModification2DJiggle.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SkeletonModification2DLookAt.xml Fix typos and inconsistencies in classref 2023-03-16 14:10:20 +08:00
SkeletonModification2DPhysicalBones.xml Fix various typos in the classref 2023-04-18 19:53:47 +08:00
SkeletonModification2DStackHolder.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SkeletonModification2DTwoBoneIK.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
SkeletonModificationStack2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SkeletonProfile.xml Overhaul the top sections of the class reference (Animation classes) 2023-05-05 17:17:22 +02:00
SkeletonProfileHumanoid.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Skin.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SkinReference.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Sky.xml Improve RenderingServer, RenderingDevice, ShaderGlobalsOverride documentation 2023-05-06 22:40:32 +02:00
Slider.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
SliderJoint3D.xml Fix documentation for consistency 2023-08-31 20:19:31 +02:00
SoftBody3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
SphereMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SphereOccluder3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SphereShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
SpinBox.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
SplitContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
SpotLight3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SpringArm3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
Sprite2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Sprite3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SpriteBase3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
SpriteFrames.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
StandardMaterial3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
StaticBody2D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
StaticBody3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
StreamPeer.xml Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE 2023-05-29 17:08:40 +02:00
StreamPeerBuffer.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
StreamPeerExtension.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
StreamPeerGZIP.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
StreamPeerTCP.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
StreamPeerTLS.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
String.xml Fix a typo in the String.to_float description 2023-07-10 17:11:22 +02:00
StringName.xml Fix import hints that are followed by dot.number. 2023-07-05 14:49:53 +02:00
StyleBox.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
StyleBoxEmpty.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
StyleBoxFlat.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
StyleBoxLine.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
StyleBoxTexture.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
SubViewport.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
SubViewportContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
SurfaceTool.xml Documentation: Unify deprecations 2023-06-07 16:34:03 +03:00
SyntaxHighlighter.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
SystemFont.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
TabBar.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
TabContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
TCPServer.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
TextEdit.xml Fix documentation for consistency 2023-08-31 20:19:31 +02:00
TextLine.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
TextMesh.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
TextParagraph.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
TextServer.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
TextServerDummy.xml Document TextServerDummy 2023-05-03 21:23:03 +02:00
TextServerExtension.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
TextServerManager.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Texture2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Texture2DArray.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Texture3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Texture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
TextureButton.xml Updated texture_button documentation 2023-05-30 11:12:23 +02:00
TextureLayered.xml Remove double thes from documentation 2023-04-17 21:45:30 +02:00
TextureProgressBar.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
TextureRect.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Theme.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
ThemeDB.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Thread.xml Merge pull request #78000 from RandomShaper/let_users_mess_up 2023-06-10 12:12:13 +02:00
TileData.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
TileMap.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
TileMapPattern.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
TileSet.xml Fixes TileSet set as local to scene 2023-06-20 17:48:56 +02:00
TileSetAtlasSource.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
TileSetScenesCollectionSource.xml Fixed various typos across the docs 2023-05-02 18:24:32 -04:00
TileSetSource.xml Fixes TileSet set as local to scene 2023-06-20 17:48:56 +02:00
Time.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Timer.xml Clarify when things with _IDLE and _PHYSICS enums will run 2023-06-20 13:25:26 -03:00
TLSOptions.xml fix typo on TLSOptions.xml and library_godot_display.js 2023-07-10 17:46:09 +02:00
TorusMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
TouchScreenButton.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
Transform2D.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Transform3D.xml Merge pull request #76526 from MewPurPur/improve-docs-top-sections-CORE 2023-05-29 17:08:40 +02:00
Translation.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
TranslationServer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Tree.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
TreeItem.xml GUI: Fix text overlapping icon in Tree 2023-09-20 22:13:23 +02:00
TriangleMesh.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
TubeTrailMesh.xml Add documentation for TubeTrailMesh and RibbonTrailMesh 2023-05-03 06:21:20 +02:00
Tween.xml Future proof links in docs 2023-09-02 10:51:58 +02:00
Tweener.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
UDPServer.xml Change to_utf8 to to_utf8_buffer and to_ascii to to_ascii_buffer in remaining docs 2023-04-10 21:07:02 +02:00
UndoRedo.xml add backward_undo_ops as property for action 2023-06-13 15:32:05 +02:00
Variant.xml Fix more issues with code tags in class reference 2023-05-29 15:46:34 +02:00
VBoxContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Vector2.xml Future proof links in docs 2023-09-02 10:51:58 +02:00
Vector2i.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Vector3.xml Add more info on the nature of NAN 2023-05-30 15:38:10 +02:00
Vector3i.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Vector4.xml Add more info on the nature of NAN 2023-05-30 15:38:10 +02:00
Vector4i.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
VehicleBody3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
VehicleWheel3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
VFlowContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
VideoStream.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VideoStreamPlayback.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
VideoStreamPlayer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
Viewport.xml Documentation: Unify deprecations 2023-06-07 16:34:03 +03:00
ViewportTexture.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
VisibleOnScreenEnabler2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisibleOnScreenEnabler3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisibleOnScreenNotifier2D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisibleOnScreenNotifier3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualInstance3D.xml Document GI techniques ignoring VisualInstance3D and Camera3D layers 2023-06-02 15:36:57 +02:00
VisualShader.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNode.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeBillboard.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeBooleanConstant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeBooleanParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeClamp.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeColorConstant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeColorFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeColorOp.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeColorParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeComment.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeCompare.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeConstant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeCubemap.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeCubemapParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeCurveTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeCurveXYZTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeCustom.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeDerivativeFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeDeterminant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeDistanceFade.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeDotProduct.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeExpression.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeFaceForward.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeFloatConstant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeFloatFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeFloatOp.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeFloatParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeFresnel.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeGlobalExpression.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeGroupBase.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeIf.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeInput.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeIntConstant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeIntFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeIntOp.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeIntParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeIs.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeLinearSceneDepth.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeMix.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeMultiplyAdd.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeOuterProduct.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeOutput.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParameterRef.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleAccelerator.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleBoxEmitter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleConeVelocity.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleEmit.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleEmitter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleMeshEmitter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleMultiplyByAxisAngle.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleOutput.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleRandomness.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleRingEmitter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeParticleSphereEmitter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeProximityFade.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeRandomRange.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeRemap.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeResizableBase.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeSample3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeScreenUVToSDF.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeSDFRaymarch.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeSDFToScreenUV.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeSmoothStep.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeStep.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeSwitch.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTexture2DArray.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTexture2DArrayParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTexture2DParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTexture3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTexture3DParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTexture.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTextureParameter.xml Fix various typos in the classref 2023-04-18 19:53:47 +08:00
VisualShaderNodeTextureParameterTriplanar.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTextureSDF.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTextureSDFNormal.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTransformCompose.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTransformConstant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTransformDecompose.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTransformFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTransformOp.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTransformParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeTransformVecMult.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeUIntConstant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeUIntFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeUIntOp.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeUIntParameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeUVFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeUVPolarCoord.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVarying.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVaryingGetter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVaryingSetter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVec2Constant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVec2Parameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVec3Constant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVec3Parameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVec4Constant.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVec4Parameter.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorBase.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorCompose.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorDecompose.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorDistance.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorFunc.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorLen.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorOp.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VisualShaderNodeVectorRefract.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VoxelGI.xml Validate code tags in documentation for potential params 2023-04-26 21:36:04 +02:00
VoxelGIData.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
VScrollBar.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
VSeparator.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
VSlider.xml Display BitField[Enum] in docs to distinguish from Enum 2023-06-15 17:23:02 +03:00
VSplitContainer.xml Overhaul the top sections of the class reference (GUI classes) 2023-05-28 14:24:54 +02:00
WeakRef.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
Window.xml Fix documentation of popup_centered_ratio 2023-06-23 22:35:25 +02:00
WorkerThreadPool.xml Avoid multiple possibilites of deadlock in resource loading 2023-05-17 01:52:39 +02:00
World2D.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
World3D.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
WorldBoundaryShape2D.xml Allow setting negative WorldBoundaryShape2D.distance through the editor 2023-06-14 14:54:00 +02:00
WorldBoundaryShape3D.xml Overhaul the top sections of the class reference (Physics classes) 2023-05-20 03:25:26 +02:00
WorldEnvironment.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
X509Certificate.xml Merge pull request #75721 from ScorpionInc/Expose_String_functions_for_X509Certificate 2023-05-10 05:26:55 +02:00
XMLParser.xml Overhaul the top sections of the class reference (Core classes) 2023-05-19 07:04:48 +02:00
XRAnchor3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
XRCamera3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
XRController3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
XRInterface.xml Fix various typos in the classref 2023-04-18 19:53:47 +08:00
XRInterfaceExtension.xml Fix various typos in the classref 2023-04-18 19:53:47 +08:00
XRNode3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
XROrigin3D.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
XRPose.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
XRPositionalTracker.xml Bump version to 4.1-dev 2023-03-01 01:44:37 +01:00
XRServer.xml Merge pull request #74151 from BastiaanOlij/add_world_origin_prop 2023-03-03 11:05:21 +01:00