virtualx-engine/doc/classes
reduz 67a260d63f Implement a Worker ThreadPool
This PR implements a worked thread pool. It uses a fixed amount of threads in a pool and allows scheduling tasks
that can be run on threads (and then waited for). It satisfies the following use cases:

* HTML5 thread count is fixed (and similar restrictions are known in consoles) so we need to reuse threads.
* Thread spawning is slow in general, so reusing threads is faster anyway.
* This implementation supports recursive waiting for tasks, making it less prone to deadlocks if threads from the pool also run tasks.

After this is approved and merged, subsequent PRs will be needed to replace the ThreadWorkPool usage by this class.
2022-07-22 11:46:48 +02:00
..
@GlobalScope.xml Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
AABB.xml Remove generating of null comparison operators from documentation 2022-03-14 22:35:23 +03:00
AcceptDialog.xml Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 2022-07-09 10:47:08 -05:00
AESContext.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimatableBody2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimatableBody3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimatedSprite2D.xml Improve AnimatedSprite2D description in the class reference 2022-05-13 01:36:07 +02:00
AnimatedSprite3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimatedTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Animation.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationLibrary.xml Fix type hints for AnimationLibrary's signals 2022-06-12 13:20:51 -04:00
AnimationNode.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeAdd2.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeAdd3.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeAnimation.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationNodeBlend2.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlend3.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlendSpace1D.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlendSpace2D.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeBlendTree.xml Mention default output node name for AnimationNodeBlendTree 2022-03-21 18:02:40 +08:00
AnimationNodeOneShot.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeOutput.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationNodeStateMachine.xml Improvements of state machine 2022-05-02 13:06:36 -03:00
AnimationNodeStateMachinePlayback.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationNodeStateMachineTransition.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
AnimationNodeSync.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationNodeTimeScale.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationNodeTimeSeek.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationNodeTransition.xml refactor sync in AnimationTree 2022-07-16 21:45:32 +09:00
AnimationPlayer.xml Clarify seek() in relation to animation_finished 2022-05-16 20:04:38 +02:00
AnimationRootNode.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationTrackEditPlugin.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AnimationTree.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
Area2D.xml Merge pull request #57478 from FelixNemis/physics-signal-doc-fix 2022-03-03 16:08:13 +01:00
Area3D.xml Merge pull request #57478 from FelixNemis/physics-signal-doc-fix 2022-03-03 16:08:13 +01:00
Array.xml Clarify all and any documentation for empty arrays 2022-06-16 20:50:31 +03:00
ArrayMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ArrayOccluder3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AspectRatioContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
AStar2D.xml Make AStar to use 64-bit logic 2022-06-16 16:43:41 +03:00
AStar3D.xml Make AStar to use 64-bit logic 2022-06-16 16:43:41 +03:00
AtlasTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioBusLayout.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioEffect.xml Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
AudioEffectAmplify.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectBandLimitFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectBandPassFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectCapture.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectChorus.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectCompressor.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectDelay.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectDistortion.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioEffectEQ.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectEQ6.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectEQ10.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectEQ21.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectFilter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioEffectHighPassFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectHighShelfFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectInstance.xml Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
AudioEffectLimiter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectLowPassFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectLowShelfFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectNotchFilter.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectPanner.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectPhaser.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectPitchShift.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectRecord.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioEffectReverb.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioEffectSpectrumAnalyzer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioEffectSpectrumAnalyzerInstance.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioEffectStereoEnhance.xml Cleanup audio effect class reference pages 2022-06-19 22:25:00 -04:00
AudioListener2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioListener3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioServer.xml Expose AudioServer.capture_device as a property 2022-02-17 19:35:46 +01:00
AudioStream.xml Add missing binding to AudioStream class 2022-02-22 18:11:40 -08:00
AudioStreamGenerator.xml Remove unused GDNative code 2022-03-09 13:59:03 +01:00
AudioStreamGeneratorPlayback.xml Remove unused GDNative code 2022-03-09 13:59:03 +01:00
AudioStreamMicrophone.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioStreamPlayback.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioStreamPlaybackResampled.xml Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
AudioStreamPlayer.xml AudioStreamPlayer: Clarify that no validation is made on 'bus' name 2022-07-08 09:33:25 +02:00
AudioStreamPlayer2D.xml AudioStreamPlayer: Clarify that no validation is made on 'bus' name 2022-07-08 09:33:25 +02:00
AudioStreamPlayer3D.xml AudioStreamPlayer: Clarify that no validation is made on 'bus' name 2022-07-08 09:33:25 +02:00
AudioStreamRandomizer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
AudioStreamSample.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
BackBufferCopy.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
BaseButton.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
BaseMaterial3D.xml Always sample the heightmap with linear filtering in BaseMaterial3D 2022-06-14 18:56:18 +02:00
Basis.xml Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
BitMap.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Bone2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
BoneAttachment3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
BoneMap.xml implement bone renamer in importer 2022-07-01 03:55:28 +09:00
bool.xml Remove generating of null comparison operators from documentation 2022-03-14 22:35:23 +03:00
BoxContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
BoxMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
BoxOccluder3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
BoxShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
Button.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
ButtonGroup.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Callable.xml Remove generating of null comparison operators from documentation 2022-03-14 22:35:23 +03:00
CallbackTweener.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Camera2D.xml Merge pull request #57392 from madmiraal/implement-3888 2022-03-14 08:31:58 +01:00
Camera3D.xml Improve documentation for Camera3D's current member 2022-07-17 11:29:59 +02:00
CameraEffects.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CameraFeed.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CameraServer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CameraTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CanvasGroup.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CanvasItem.xml 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
CanvasItemMaterial.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CanvasLayer.xml Merge pull request #58144 from Josephblt/Godot-4-CanvasLayer-missing-show-hide 2022-02-15 17:43:05 +01:00
CanvasModulate.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CanvasTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CapsuleMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CapsuleShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
CapsuleShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
CenterContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
CharacterBody2D.xml Fix up direction doc description 2022-04-09 12:59:24 +02:00
CharacterBody3D.xml Fix up direction doc description 2022-04-09 12:59:24 +02:00
CharFXTransform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CheckBox.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
CheckButton.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
CircleShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
ClassDB.xml Object: Remove unused category boilerplate 2022-03-26 15:46:01 +01:00
CodeEdit.xml Add the ability to drag the code completion scrollbar using the mouse click 2022-07-03 23:47:52 +02:00
CodeHighlighter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CollisionObject2D.xml Add a note about collisions in different canvases. 2022-04-08 09:27:31 +02:00
CollisionObject3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CollisionPolygon2D.xml Mention that Area2D doesn't support one_way_collision 2022-05-09 15:00:53 +02:00
CollisionPolygon3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
CollisionShape2D.xml Mention that Area2D doesn't support one_way_collision 2022-05-09 15:00:53 +02:00
CollisionShape3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Color.xml i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
ColorPicker.xml ColorPicker Refactor 2022-07-06 22:11:43 +05:30
ColorPickerButton.xml enhancement: rename exposed property Control::minimum_size to Control::custom_minimum_size 2022-06-23 18:06:10 +02:00
ColorRect.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CompressedCubemap.xml Rename StreamTexture* to CompressedTexture* 2022-03-05 16:43:38 +01:00
CompressedCubemapArray.xml Rename StreamTexture* to CompressedTexture* 2022-03-05 16:43:38 +01:00
CompressedTexture2D.xml Remove more occurrences of "stex" 2022-03-10 18:31:48 -07:00
CompressedTexture2DArray.xml Rename StreamTexture* to CompressedTexture* 2022-03-05 16:43:38 +01:00
CompressedTexture3D.xml Rename StreamTexture* to CompressedTexture* 2022-03-05 16:43:38 +01:00
CompressedTextureLayered.xml Rename StreamTexture* to CompressedTexture* 2022-03-05 16:43:38 +01:00
ConcavePolygonShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
ConcavePolygonShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
ConeTwistJoint3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ConfigFile.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ConfirmationDialog.xml Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 2022-07-09 10:47:08 -05:00
Container.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
Control.xml Rename Control PRESET_WIDE to PRESET_FULL_RECT 2022-07-18 20:08:11 -05:00
ConvexPolygonShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
ConvexPolygonShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
CPUParticles2D.xml Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape 2022-03-18 08:21:59 +01:00
CPUParticles3D.xml Merge pull request #55399 from RPicster/particlesmaterial-sphere-emittershape 2022-03-18 08:21:59 +01:00
Crypto.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
CryptoKey.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
Cubemap.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
CubemapArray.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Curve.xml Expose Curve points in the inspector 2022-05-17 18:08:36 +02:00
Curve2D.xml Expose Curve points in the inspector 2022-05-17 18:08:36 +02:00
Curve3D.xml Expose Curve points in the inspector 2022-05-17 18:08:36 +02:00
CurveTexture.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
CurveXYZTexture.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
CylinderMesh.xml Add properties to disable top/bottom cap generation in CylinderMesh 2022-05-21 02:06:53 +02:00
CylinderShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
DampedSpringJoint2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Decal.xml Document changing the Decal and Light3D projector texture filter modes 2022-07-04 22:17:16 +02:00
Dictionary.xml Merge pull request #59883 from KoBeWi/merge_this 2022-06-06 23:38:29 +02:00
DirectionalLight2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
DirectionalLight3D.xml Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
Directory.xml Expose move_to_trash() 2022-04-27 01:02:11 +02:00
DisplayServer.xml Fix screen_get_usable_rect returning display safe area 2022-05-02 09:31:32 +02:00
DTLSServer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorCommandPalette.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorDebuggerPlugin.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorExportPlugin.xml Rename OSX to macOS and iPhoneOS to iOS. 2022-07-21 09:37:52 +03:00
EditorFeatureProfile.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorFileDialog.xml Seperate filter and description in FileDialog.add_filter() 2022-07-09 10:51:45 -05:00
EditorFileSystem.xml Fix a typo in EditorFileSystem classref 2022-05-19 18:53:01 +08:00
EditorFileSystemDirectory.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorFileSystemImportFormatSupportQuery.xml Fix typos with codespell 2022-05-23 21:32:19 +02:00
EditorImportPlugin.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorInspector.xml Improves EditorInspector documentation 2022-04-12 12:08:24 +08:00
EditorInspectorPlugin.xml Reorganize Region Rect Editor 2022-05-24 09:42:49 +02:00
EditorInterface.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorNode3DGizmo.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorNode3DGizmoPlugin.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorPaths.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorPlugin.xml Improve docs on how to make main screen plugin 2022-07-18 10:36:17 +02:00
EditorProperty.xml Add ability to export Node pointers as NodePaths 2022-06-25 15:50:15 +02:00
EditorResourceConversionPlugin.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorResourcePicker.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorResourcePreview.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorResourcePreviewGenerator.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorSceneFormatImporter.xml Import scenes as AnimationLibrary 2022-04-13 15:06:56 +02:00
EditorScenePostImport.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorScenePostImportPlugin.xml Remove unused hints 2022-07-12 00:44:13 +02:00
EditorScript.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorScriptPicker.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorSelection.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorSettings.xml Added ability to retrieve array of changed settings changed when it is saved. 2022-03-05 19:26:40 +10:00
EditorSpinSlider.xml Expose EditorSpinSlider.hide_slider 2022-04-09 16:31:22 -05:00
EditorSyntaxHighlighter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorTranslationParserPlugin.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EditorVCSInterface.xml Remove unused GDNative code 2022-03-09 13:59:03 +01:00
EncodedObjectAsID.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Engine.xml Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
EngineDebugger.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
EngineProfiler.xml Rename profiler "Idle Time" to "Process Time" 2022-05-05 20:23:47 +02:00
Environment.xml Merge pull request #59411 from Calinou/doc-tonemap 2022-04-29 23:14:29 +02:00
Expression.xml Add a const call mode to Object, Variant and Script. 2022-06-27 13:33:06 -07:00
File.xml Add static method support to ClassDB 2022-03-22 16:27:34 +01:00
FileDialog.xml Seperate filter and description in FileDialog.add_filter() 2022-07-09 10:51:45 -05:00
FileSystemDock.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
float.xml Implement exponential operator (**) to GDScript/Expressions 2022-05-11 16:30:37 +03:00
FlowContainer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
FogMaterial.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
FogVolume.xml Add Cone and Cylinder shapes to FogVolume 2022-05-25 12:35:53 +02:00
Font.xml 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
FontFile.xml 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
FontVariation.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
Generic6DOFJoint3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Geometry2D.xml Change instances of "returns an empty Variant" to "returns null" in docs 2022-05-29 20:12:32 +02:00
Geometry3D.xml Change instances of "returns an empty Variant" to "returns null" in docs 2022-05-29 20:12:32 +02:00
GeometryInstance3D.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
GPUParticles2D.xml Added interpolation property to GPUParticles2D 2022-04-04 15:51:13 +02:00
GPUParticles3D.xml Added interpolation property to GPUParticles2D 2022-04-04 15:51:13 +02:00
GPUParticlesAttractor3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesAttractorBox3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesAttractorSphere3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesAttractorVectorField3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollision3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionBox3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionHeightField3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionSDF3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
GPUParticlesCollisionSphere3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
Gradient.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
GradientTexture1D.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
GradientTexture2D.xml Document the CurveXYZTexture class, improve CurveTexture documentation 2022-06-12 19:33:27 +02:00
GraphEdit.xml Improve Graphedit connection lines 2022-05-30 17:33:01 +02:00
GraphNode.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
GridContainer.xml Merge pull request #60405 from CheetoMonster/documentation-edits 2022-04-29 08:04:32 +02:00
GrooveJoint2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
HashingContext.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
HBoxContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
HeightMapShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
HFlowContainer.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
HingeJoint3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
HMACContext.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
HScrollBar.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
HSeparator.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
HSlider.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
HSplitContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
HTTPClient.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
HTTPRequest.xml Document the timeout property in HTTPRequest 2022-07-08 23:24:45 +02:00
Image.xml Merge pull request #63005 from Chaosus/image_rotate 2022-07-19 15:21:16 +02:00
ImageTexture.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
ImageTexture3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ImageTextureLayered.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ImmediateMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ImporterMesh.xml SurfaceTool.set_custom_format Fixes and documentation. 2022-06-14 15:10:17 -07:00
ImporterMeshInstance3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Input.xml Input: Re-enable input accumulation by default 2022-07-03 12:16:16 +02:00
InputEvent.xml Ensure minimum modifiers are pressed when matching actions 2022-03-20 08:02:54 +00:00
InputEventAction.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventFromWindow.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventGesture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventJoypadButton.xml Fix typos with codespell 2022-03-31 14:07:29 +02:00
InputEventJoypadMotion.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventKey.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventMagnifyGesture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventMIDI.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventMouse.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventMouseButton.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventMouseMotion.xml [macOS, Windows, X11] Add stylus inverted/eraser support to 2022-07-04 10:36:53 -07:00
InputEventPanGesture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventScreenDrag.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventScreenTouch.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventShortcut.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputEventWithModifiers.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
InputMap.xml Clarify InputMap.action_get_events() in the editor 2022-05-03 19:45:50 +02:00
InstancePlaceholder.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
int.xml Implement exponential operator (**) to GDScript/Expressions 2022-05-11 16:30:37 +03:00
IntervalTweener.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
IP.xml Increase the maximum number of concurrent DNS queries from 32 to 256 2022-03-23 18:18:23 +01:00
ItemList.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
JavaClass.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
JavaClassWrapper.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
JavaScript.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
JavaScriptObject.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
JNISingleton.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Joint2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Joint3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
JSON.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
JSONRPC.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
KinematicCollision2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
KinematicCollision3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Label.xml Add LabelSettings resource for quick Label theme property override. 2022-07-12 16:05:12 +03:00
Label3D.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
LabelSettings.xml Add LabelSettings resource for quick Label theme property override. 2022-07-12 16:05:12 +03:00
Light2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Light3D.xml Document changing the Decal and Light3D projector texture filter modes 2022-07-04 22:17:16 +02:00
LightmapGI.xml Fix small typo in LightmapGI class reference 2022-07-05 17:19:47 -04:00
LightmapGIData.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
Lightmapper.xml Document LightmapGI, LightmapGIData and LightmapProbe 2022-06-13 15:46:15 +02:00
LightmapperRD.xml Document LightmapGI, LightmapGIData and LightmapProbe 2022-06-13 15:46:15 +02:00
LightmapProbe.xml Document LightmapGI, LightmapGIData and LightmapProbe 2022-06-13 15:46:15 +02:00
LightOccluder2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Line2D.xml Merge pull request #58162 from KoBeWi/RY 2022-03-03 13:08:23 +01:00
LineEdit.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
LinkButton.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
MainLoop.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MarginContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
Marshalls.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Material.xml Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
MenuButton.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
Mesh.xml SurfaceTool.set_custom_format Fixes and documentation. 2022-06-14 15:10:17 -07:00
MeshDataTool.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MeshInstance2D.xml Update name of Convert to MeshInstance2D button in MeshInstance2D doc 2022-06-11 21:52:39 +02:00
MeshInstance3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MeshLibrary.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MeshTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MethodTweener.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MissingNode.xml Implement missing Node & Resource placeholders 2022-05-03 17:08:09 +02:00
MissingResource.xml Implement missing Node & Resource placeholders 2022-05-03 17:08:09 +02:00
MovieWriter.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
MultiMesh.xml Filled in MultiMesh instance_count doc. 2022-07-19 22:41:56 +02:00
MultiMeshInstance2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MultiMeshInstance3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MultiplayerAPI.xml [Net] Allow branch-specific MultiplayerAPIs. 2022-04-26 17:22:54 +02:00
MultiplayerPeer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
MultiplayerPeerExtension.xml Document the MultiplayerPeerExtension class 2022-03-16 23:36:41 +01:00
MultiplayerSpawner.xml Add peer visibility to MultiplayerSynchronizer. 2022-07-20 19:08:35 +02:00
MultiplayerSynchronizer.xml Add peer visibility to MultiplayerSynchronizer. 2022-07-20 19:08:35 +02:00
Mutex.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
NativeExtension.xml Refactor module initialization 2022-05-04 17:34:51 +02:00
NativeExtensionManager.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
NavigationAgent2D.xml Clarify NavigationAgent radius property 2022-06-26 13:04:02 +02:00
NavigationAgent3D.xml Clarify NavigationAgent radius property 2022-06-26 13:04:02 +02:00
NavigationMesh.xml Implement NavigationMesh bake area 2022-06-23 14:55:21 +02:00
NavigationMeshGenerator.xml Document limits of using meshes to obstruct navigation mesh baking 2022-06-24 14:32:24 +02:00
NavigationObstacle2D.xml Note that NavigationObstacles should only be used if necessary and for moving objects only 2022-06-02 01:24:43 +02:00
NavigationObstacle3D.xml Note that NavigationObstacles should only be used if necessary and for moving objects only 2022-06-02 01:24:43 +02:00
NavigationPolygon.xml Expose get_mesh() for NavigationPolygon Resources 2022-06-02 09:52:26 +02:00
NavigationRegion2D.xml Add navigation layer bitmask helper functions 2022-06-19 13:47:19 +02:00
NavigationRegion3D.xml Add navigation layer bitmask helper functions 2022-06-19 13:47:19 +02:00
NavigationServer2D.xml Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
NavigationServer3D.xml Merge pull request #62300 from smix8/navigation_map_force_update_4.x 2022-06-24 10:13:07 +02:00
NinePatchRect.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Node.xml Node: Rename child_exited_tree to child_exiting_tree 2022-06-20 11:55:19 +02:00
Node2D.xml Merge pull request #61877 from aaronfranke/doc-negative-scale 2022-06-16 09:59:30 +02:00
Node3D.xml Add global_position and global_rotation to Node3D 2022-07-01 10:27:07 -04:00
Node3DGizmo.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
NodePath.xml implement bone renamer in importer 2022-07-01 03:55:28 +09:00
Object.xml Change set/get binding to use StringName 2022-06-14 16:27:33 +02:00
Occluder3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
OccluderInstance3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
OccluderPolygon2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
OmniLight3D.xml Add a new HashMap implementation 2022-05-12 11:21:29 +02:00
OptimizedTranslation.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
OptionButton.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
ORMMaterial3D.xml Add a description to ORMMaterial3D and StandardMaterial3D 2022-06-15 22:25:45 -04:00
OS.xml Merge pull request #60798 from Calinou/doc-os-cmdline-args 2022-06-19 14:09:13 +02:00
PackedByteArray.xml Prevent out-of-bounds write in array conversion; avoid logspam on empty arrays. 2022-06-30 18:04:33 -07:00
PackedColorArray.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedDataContainer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PackedDataContainerRef.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PackedFloat32Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedFloat64Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedInt32Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedInt64Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedScene.xml Various code and documentation improvements 2022-03-05 22:00:35 +01:00
PackedStringArray.xml Mention how to join PackedStringArray 2022-05-10 13:56:31 +02:00
PackedVector2Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PackedVector3Array.xml Add search methods for packed arrays 2022-05-07 20:16:11 +08:00
PacketPeer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PacketPeerDTLS.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PacketPeerExtension.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PacketPeerStream.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PacketPeerUDP.xml [Net] Drop is_connected_to_host for TCP and UDP. 2022-03-27 16:36:44 +02:00
Panel.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PanelContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
PanoramaSkyMaterial.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ParallaxBackground.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ParallaxLayer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ParticlesMaterial.xml Restore and improve some ParticlesMaterial docs 2022-07-01 15:09:41 +02:00
Path2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Path3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PathFollow2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PathFollow3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PCKPacker.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Performance.xml Improve the Performance class documentation 2022-05-16 01:08:11 +02:00
PhysicalBone2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicalBone3D.xml Add linear_velocity and angular_velocity to PhysicalBone3D 2022-03-03 20:34:29 +01:00
PhysicalSkyMaterial.xml Use IGN instead of white noise for sky dithering 2022-05-24 10:57:07 -07:00
PhysicsBody2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsBody3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsDirectBodyState2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsDirectBodyState3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsDirectBodyState3DExtension.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
PhysicsDirectSpaceState2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsDirectSpaceState3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsDirectSpaceState3DExtension.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
PhysicsMaterial.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsPointQueryParameters2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsPointQueryParameters3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsRayQueryParameters2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsRayQueryParameters3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsServer2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsServer3D.xml PhysicsServer3D docs: sync phrasing of get_process_info with 2D docs 2022-03-18 19:53:14 +01:00
PhysicsServer3DExtension.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
PhysicsServer3DRenderingServerHandler.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
PhysicsShapeQueryParameters2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsShapeQueryParameters3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsTestMotionParameters2D.xml Add motion parameter to toggle whether recovery is reported as a collision 2022-05-18 16:40:29 +02:00
PhysicsTestMotionParameters3D.xml Add motion parameter to toggle whether recovery is reported as a collision 2022-05-18 16:40:29 +02:00
PhysicsTestMotionResult2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PhysicsTestMotionResult3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PinJoint2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PinJoint3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PlaceholderCubemap.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderCubemapArray.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderMaterial.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderMesh.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTexture2D.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTexture2DArray.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTexture3D.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
PlaceholderTextureLayered.xml Implement placeholder assets 2022-04-28 12:19:01 +02:00
Plane.xml Rename epsilon to tolerance in the Plane::has_point method 2022-07-21 20:15:15 +03:00
PlaneMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PointLight2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PointMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Polygon2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PolygonOccluder3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PolygonPathFinder.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Popup.xml Improve popup window handling. 2022-02-25 09:33:27 +02:00
PopupMenu.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
PopupPanel.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PortableCompressedTexture2D.xml Fix typos with codespell 2022-03-31 14:07:29 +02:00
Position2D.xml Change gizmo_extents to property 2022-04-05 16:16:28 +02:00
Position3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
PrimitiveMesh.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
PrismMesh.xml Decrease default sizes of some primitive and CSG meshes for consistency 2022-04-27 22:45:38 +02:00
ProceduralSkyMaterial.xml Use IGN instead of white noise for sky dithering 2022-05-24 10:57:07 -07:00
ProgressBar.xml Add fill_mode to ProgressBar 2022-05-10 19:34:48 +08:00
ProjectSettings.xml Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
PropertyTweener.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ProxyTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
QuadMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
QuadOccluder3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Quaternion.xml Merge pull request #57675 from TokageItLab/fix-blending 2022-03-17 10:49:34 +01:00
RandomNumberGenerator.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Range.xml i18n: Misc fixes translation strings 2022-06-08 12:57:54 +02:00
RayCast2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RayCast3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDAttachmentFormat.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDFramebufferPass.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDPipelineColorBlendState.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDPipelineColorBlendStateAttachment.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDPipelineDepthStencilState.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDPipelineMultisampleState.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDPipelineRasterizationState.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDPipelineSpecializationConstant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDSamplerState.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDShaderFile.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDShaderSource.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDShaderSPIRV.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDTextureFormat.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDTextureView.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RDVertexAttribute.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Rect2.xml Remove generating of null comparison operators from documentation 2022-03-14 22:35:23 +03:00
Rect2i.xml Remove generating of null comparison operators from documentation 2022-03-14 22:35:23 +03:00
RectangleShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
RefCounted.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ReferenceRect.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ReflectionProbe.xml Rename "ss_reflections_" to "ssr_" in Environment 2022-03-25 14:37:01 -05:00
RemoteTransform2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RemoteTransform3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RenderingDevice.xml Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
RenderingServer.xml Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
Resource.xml Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
ResourceFormatLoader.xml Remove more occurrences of "stex" 2022-03-10 18:31:48 -07:00
ResourceFormatSaver.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ResourceImporter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ResourceLoader.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
ResourcePreloader.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ResourceSaver.xml Fix various typos not caught by codespell 2022-07-21 07:38:23 -04:00
ResourceUID.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RibbonTrailMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RichTextEffect.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
RichTextLabel.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
RID.xml Remove generating of null comparison operators from documentation 2022-03-14 22:35:23 +03:00
RigidDynamicBody2D.xml Merge pull request #57478 from FelixNemis/physics-signal-doc-fix 2022-03-03 16:08:13 +01:00
RigidDynamicBody3D.xml Remove unused Bullet module and thirdparty code 2022-03-09 21:45:47 +01:00
RootMotionView.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SceneReplicationConfig.xml Improve MultiplayerSynchronizer editor usability 2022-05-23 13:14:59 +02:00
SceneState.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SceneTree.xml Add Path2D/3D debug options 2022-06-20 17:32:05 +02:00
SceneTreeTimer.xml Fix description about SceneTreeTimer auto free 2022-06-10 18:04:34 +08:00
Script.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ScriptCreateDialog.xml Add ok_button_text to AcceptDialog and cancel_button_text to ConfirmationDialog 2022-07-09 10:47:08 -05:00
ScriptEditor.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ScriptEditorBase.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ScriptExtension.xml Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
ScriptLanguage.xml Add GDExtension support to Script 2022-03-27 16:13:00 +02:00
ScriptLanguageExtension.xml Add support for documenting built-in annotations 2022-07-04 20:21:39 +03:00
ScrollBar.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
ScrollContainer.xml enhancement: rename exposed property Control::minimum_size to Control::custom_minimum_size 2022-06-23 18:06:10 +02:00
SegmentShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
Semaphore.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SeparationRayShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
SeparationRayShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
Separator.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Shader.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ShaderGlobalsOverride.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ShaderMaterial.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Shape2D.xml Document Shape2D's collide_and_get_contacts() and collide_with_motion_and_get_contacts() 2022-05-13 15:06:46 +01:00
Shape3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
ShapeCast2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Shortcut.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Signal.xml Add tutorial links to Signal's documentation 2022-04-08 08:25:45 -06:00
Skeleton2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Skeleton3D.xml Implement global rest 2022-04-18 02:11:19 +09:00
SkeletonIK3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2DCCDIK.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2DFABRIK.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2DJiggle.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2DLookAt.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2DPhysicalBones.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2DStackHolder.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification2DTwoBoneIK.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification3DCCDIK.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification3DFABRIK.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification3DJiggle.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification3DLookAt.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification3DStackHolder.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModification3DTwoBoneIK.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModificationStack2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonModificationStack3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkeletonProfile.xml add rest fixer to importer retarget 2022-07-16 19:53:11 +09:00
SkeletonProfileHumanoid.xml implement bone renamer in importer 2022-07-01 03:55:28 +09:00
Skin.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SkinReference.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Sky.xml Revert "Default to real-time radiance map filter for environment sky reflections" 2022-02-17 23:13:32 -08:00
Slider.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
SliderJoint3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SoftDynamicBody3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SphereMesh.xml Decrease default sizes of some primitive and CSG meshes for consistency 2022-04-27 22:45:38 +02:00
SphereOccluder3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SphereShape3D.xml Decrease SphereShape3D's default radius to 0.5 to match primitive mesh 2022-05-22 08:46:01 +02:00
SpinBox.xml Mention how to add dragging for SpinBox's LineEdit 2022-04-03 19:40:14 +02:00
SplitContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
SpotLight3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SpringArm3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Sprite2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Sprite3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SpriteBase3D.xml Expose Label3D and Sprite*3D material render priority properties. 2022-04-30 15:09:30 +03:00
SpriteFrames.xml SpriteFrames: Sort animations alphabetically 2022-07-13 16:15:11 +02:00
StandardMaterial3D.xml Add a description to ORMMaterial3D and StandardMaterial3D 2022-06-15 22:25:45 -04:00
StaticBody2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
StaticBody3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
StreamPeer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
StreamPeerBuffer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
StreamPeerExtension.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
StreamPeerSSL.xml Add StreamPeerSSL.get_stream() accessor. 2022-05-25 12:43:19 -07:00
StreamPeerTCP.xml [Net] Drop is_connected_to_host for TCP and UDP. 2022-03-27 16:36:44 +02:00
String.xml Improve String.format() documentation 2022-06-27 11:29:44 +08:00
StringName.xml [GDExtension] Expose Variant, NodePath and StringName hash functions. 2022-06-06 12:19:56 +03:00
StyleBox.xml StyleBox: Document correct methods to draw with a RID 2022-07-05 09:45:11 +02:00
StyleBoxEmpty.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
StyleBoxFlat.xml Add a Skew property to StyleBoxFlat 2022-02-26 02:39:36 +01:00
StyleBoxLine.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
StyleBoxTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
SubViewport.xml Update some docs regarding SubViewports 2022-03-01 01:11:23 +01:00
SubViewportContainer.xml Rename Control's Rect properties to exclude rect_ part 2022-03-08 16:30:35 +00:00
SurfaceTool.xml SurfaceTool.set_custom_format Fixes and documentation. 2022-06-14 15:10:17 -07:00
SyntaxHighlighter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TabBar.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TabContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
TCPServer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TextEdit.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TextLine.xml 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
TextMesh.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TextParagraph.xml 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
TextServer.xml 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
TextServerDummy.xml Unify TextServer built-in module and GDExtension code. 2022-03-17 08:15:29 +02:00
TextServerExtension.xml 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
TextServerManager.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Texture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Texture2D.xml Remove image property of ImageTexture 2022-06-07 16:30:54 +02:00
Texture2DArray.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Texture3D.xml Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
TextureButton.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TextureLayered.xml Discern between virtual and abstract class bindings 2022-03-10 12:28:11 +01:00
TextureProgressBar.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
TextureRect.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Theme.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
Thread.xml Remove userdata from Thread.start() 2022-06-23 12:50:28 +02:00
TileData.xml Allow using CanvasItemMaterial in the TileSet editor 2022-06-21 17:02:52 +02:00
TileMap.xml Add terrain center bit 2022-06-10 14:37:39 +02:00
TileMapPattern.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TileSet.xml Fix typo in TILE_LAYOUT_STACKED_OFFSET description 2022-05-15 01:17:34 +08:00
TileSetAtlasSource.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TileSetScenesCollectionSource.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TileSetSource.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Time.xml Fix inconsistent naming in Time 2022-05-05 16:00:37 +02:00
Timer.xml Various code and documentation improvements 2022-03-05 22:00:35 +01:00
TouchScreenButton.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Transform2D.xml Document limitations of negative scales in 2D and 3D 2022-06-10 00:56:49 -05:00
Transform3D.xml Core: Rename math 'phi' arguments to 'angle' 2022-05-05 14:17:39 +02:00
Translation.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TranslationServer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Tree.xml Refactor Font configuration and import UI, and Font resources. 2022-07-06 14:12:36 +03:00
TreeItem.xml Clarified usage of TreeItem get_next*() and get_prev*() functions. 2022-07-08 08:49:56 +02:00
TriangleMesh.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
TubeTrailMesh.xml Decrease default sizes of some primitive and CSG meshes for consistency 2022-04-27 22:45:38 +02:00
Tween.xml Fix typos and improve clarity in Tween docs 2022-06-28 16:04:44 +02:00
Tweener.xml Miscellaneous Tween fixes 2022-04-28 21:19:01 +08:00
UDPServer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
UndoRedo.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Variant.xml Remove unused GDNative code 2022-03-09 13:59:03 +01:00
VBoxContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
Vector2.xml Refactor bezier interpolation functions 2022-06-27 19:42:43 +02:00
Vector2i.xml Remove generating of null comparison operators from documentation 2022-03-14 22:35:23 +03:00
Vector3.xml Refactor bezier interpolation functions 2022-06-27 19:42:43 +02:00
Vector3i.xml Fix type name typo in Debug Adapter Protocol 2022-04-24 03:21:23 -05:00
VehicleBody3D.xml Fix typo in VehicleBody3D.xml 2022-07-16 18:06:01 +01:00
VehicleWheel3D.xml i18n: Sync classref translations with Weblate 2022-07-18 10:29:25 +02:00
VelocityTracker3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VFlowContainer.xml Rename theme properties to include underscores 2022-04-23 11:16:18 -05:00
VideoStream.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VideoStreamPlayer.xml Disable Expand by default in VideoStreamPlayer 2022-07-06 00:51:27 +02:00
Viewport.xml Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
ViewportTexture.xml Create GDExtension clases for PhysicsServer3D 2022-03-15 18:39:31 +01:00
VisibleOnScreenEnabler2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisibleOnScreenEnabler3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisibleOnScreenNotifier2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisibleOnScreenNotifier3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualInstance3D.xml Document GPUParticles3D attractors and collision 2022-05-16 08:21:46 +02:00
VisualShader.xml Remove engine version from visual shader 2022-06-10 13:17:16 +03:00
VisualShaderNode.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeBillboard.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeBooleanConstant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeBooleanUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeClamp.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeColorConstant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeColorFunc.xml Push HSV2RGB/RGB2HSV to ColorFunc (from VecFunc) in visual shaders 2022-05-07 09:49:12 +03:00
VisualShaderNodeColorOp.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeColorUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeComment.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeCompare.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeConstant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeCubemap.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeCubemapUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeCurveTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeCurveXYZTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeCustom.xml Add _get_func_code/_is_available virtual functions to custom nodes 2022-03-08 16:23:44 +03:00
VisualShaderNodeDerivativeFunc.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeDeterminant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeDotProduct.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeExpression.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeFaceForward.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeFloatConstant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeFloatFunc.xml Fix typo "Frac" instead of "Fract" 2022-06-05 19:20:32 -06:00
VisualShaderNodeFloatOp.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeFloatUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeFresnel.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeGlobalExpression.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeGroupBase.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeIf.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeInput.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeIntConstant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeIntFunc.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeIntOp.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeIntUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeIs.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeMix.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeMultiplyAdd.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeOuterProduct.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeOutput.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleAccelerator.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleBoxEmitter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleConeVelocity.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleEmit.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleEmitter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleMeshEmitter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleMultiplyByAxisAngle.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleOutput.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleRandomness.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleRingEmitter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeParticleSphereEmitter.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeResizableBase.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeSample3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeScreenUVToSDF.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeSDFRaymarch.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeSDFToScreenUV.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeSmoothStep.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeStep.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeSwitch.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeTexture.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTexture2DArray.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTexture2DArrayUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTexture3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTexture3DUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTextureSDF.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTextureSDFNormal.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTextureUniform.xml Rename hint_albedo, hint_white/black in shaders 2022-05-09 22:50:18 +03:00
VisualShaderNodeTextureUniformTriplanar.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTransformCompose.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTransformConstant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTransformDecompose.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTransformFunc.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTransformOp.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTransformUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeTransformVecMult.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeUniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeUniformRef.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeUVFunc.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVarying.xml Add varying support to visual shaders 2022-03-04 23:30:47 +03:00
VisualShaderNodeVaryingGetter.xml Add varying support to visual shaders 2022-03-04 23:30:47 +03:00
VisualShaderNodeVaryingSetter.xml Add varying support to visual shaders 2022-03-04 23:30:47 +03:00
VisualShaderNodeVec2Constant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVec2Uniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVec3Constant.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVec3Uniform.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVec4Constant.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVec4Uniform.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorBase.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorCompose.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorDecompose.xml Add Vector4 to VisualShader 2022-04-12 19:09:29 +02:00
VisualShaderNodeVectorDistance.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVectorFunc.xml Fix typo "Frac" instead of "Fract" 2022-06-05 19:20:32 -06:00
VisualShaderNodeVectorLen.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVectorOp.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VisualShaderNodeVectorRefract.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VoxelGI.xml Clamp VoxelGI extents to reasonable values to avoid breaking baking 2022-07-05 18:32:44 +02:00
VoxelGIData.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VScrollBar.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VSeparator.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VSlider.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
VSplitContainer.xml Link to Container tutorial 2022-04-28 00:22:43 -07:00
WeakRef.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
Window.xml Document most of the Window's members 2022-06-22 20:46:27 +02:00
WorkerThreadPool.xml Implement a Worker ThreadPool 2022-07-22 11:46:48 +02:00
World2D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
World3D.xml Classref typo fixes and improvements 2022-06-17 15:15:30 +08:00
WorldBoundaryShape2D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
WorldBoundaryShape3D.xml Improve documentation related to physics collision shapes 2022-03-02 20:28:43 +01:00
WorldEnvironment.xml Add description for camera effects property in WorldEnvironment 2022-06-13 08:06:13 -04:00
X509Certificate.xml HTML5: Enable mbedTLS module for Crypto object 2022-05-25 14:19:49 +02:00
XMLParser.xml Implement XMLParser.get_current_line() 2022-07-05 01:23:04 +02:00
XRAnchor3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
XRCamera3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
XRController3D.xml Implementing OpenXR driver 2022-02-23 12:02:24 +01:00
XRInterface.xml Remove unused GDNative code 2022-03-09 13:59:03 +01:00
XRInterfaceExtension.xml Adding Variable Rate Shading support to Godot 2022-07-17 15:42:24 +10:00
XRNode3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
XROrigin3D.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
XRPose.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00
XRPositionalTracker.xml Adding signals and events to OpenXR interface 2022-03-10 17:14:56 +11:00
XRServer.xml Add an XML schema for documentation 2022-02-15 00:03:31 +01:00