godot/doc/classes
Daniel Rakos 6df53e0401 MeshLibrary export improvements
- From now materials assigned to the MeshInstance (not the Mesh) get exported
  into the MeshLibrary when such materials exist. This enables workflows where
  the MeshLibrary is exported from an imported scene (e.g. GLTF) where the
  materials assigned to the Mesh (not the MeshInstance) get overwritten on
  re-import, thus can't use editor set materials in the exported MeshLibrary
  unless they are assigned to the MeshInstance whose materials get saved with
  the inherited scene thus persist across re-imports.
- When appending to an existing MeshLibrary only generate previews for newly
  added or modified meshes.
- During preview generation transform camera and lights instead of the mesh
  and use the source MeshInstance's transform for the mesh to avoid weird
  previews being generated for meshes with a position dependent material
  (e.g. when using triplanar mapping).
- Adjust the camera angle and light directions used in mesh preview generation
  for better results.
2019-02-03 22:48:35 +01:00
..
@GDScript.xml GDScript: Fix return value of "lerp" builtin 2019-01-18 10:47:04 +01:00
@GlobalScope.xml Improved bindings and added documentation for AnimationNode, closes #20720 2018-11-25 16:57:23 -03:00
@NativeScript.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
@VisualScript.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AABB.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
AcceptDialog.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
AnimatedSprite.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
AnimatedSprite3D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
AnimatedTexture.xml Document AnimatedTexture and bind MAX_FRAMES constant 2019-01-27 13:11:57 +01:00
Animation.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
AnimationNode.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
AnimationNodeAdd2.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeAdd3.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeAnimation.xml doc: Sync classref with current source 2018-11-10 20:21:34 +07:00
AnimationNodeBlend2.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeBlend3.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeBlendSpace1D.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeBlendSpace2D.xml GLES2: Fix typo in project setting 2019-01-15 13:26:54 +01:00
AnimationNodeBlendTree.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeOneShot.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeOutput.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
AnimationNodeStateMachine.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeStateMachinePlayback.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeStateMachineTransition.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeTimeScale.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeTimeSeek.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationNodeTransition.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationPlayer.xml doc: Sync classref with current source 2018-12-04 21:57:07 +01:00
AnimationRootNode.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
AnimationTrackEditPlugin.xml Style fixes for commit d5bb6faa 2018-06-13 14:42:55 +02:00
AnimationTree.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AnimationTreePlayer.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Area.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
Area2D.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
Array.xml doc: Fix formatting in code blocks 2018-12-14 09:37:19 +01:00
ArrayMesh.xml MeshLibrary export improvements 2019-02-03 22:48:35 +01:00
ARVRAnchor.xml Docs: Language fixes in ARVR reference 2019-01-16 10:37:11 +01:00
ARVRCamera.xml Docs: Language fixes in ARVR reference 2019-01-16 10:37:11 +01:00
ARVRController.xml Docs: Language fixes in ARVR reference 2019-01-16 10:37:11 +01:00
ARVRInterface.xml Remove trailing whitespace 2018-11-20 11:15:02 +01:00
ARVROrigin.xml Docs: Language fixes in ARVR reference 2019-01-16 10:37:11 +01:00
ARVRPositionalTracker.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ARVRServer.xml [Docs] Fixed a typing glitch in ARVRServer.xml 2019-01-18 14:07:33 +07:00
AStar.xml doc: Fix formatting in code blocks 2018-12-14 09:37:19 +01:00
AtlasTexture.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
AudioBusLayout.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffect.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectAmplify.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectBandLimitFilter.xml [Docs] Fix some broken links 2018-10-06 04:20:16 +08:00
AudioEffectBandPassFilter.xml [Docs] Fix some broken links 2018-10-06 04:20:16 +08:00
AudioEffectChorus.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectCompressor.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectDelay.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
AudioEffectDistortion.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectEQ.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectEQ6.xml doc: Remove extraneous empty lines in descriptions 2018-06-15 08:54:06 +02:00
AudioEffectEQ10.xml doc: Remove extraneous empty lines in descriptions 2018-06-15 08:54:06 +02:00
AudioEffectEQ21.xml doc: Remove extraneous empty lines in descriptions 2018-06-15 08:54:06 +02:00
AudioEffectFilter.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectHighPassFilter.xml [Docs] Fix some broken links 2018-10-06 04:20:16 +08:00
AudioEffectHighShelfFilter.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectLimiter.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectLowPassFilter.xml [Docs] Fix some broken links 2018-10-06 04:20:16 +08:00
AudioEffectLowShelfFilter.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectNotchFilter.xml [Docs] Fix some broken links 2018-10-06 04:20:16 +08:00
AudioEffectPanner.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectPhaser.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectPitchShift.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioEffectRecord.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AudioEffectReverb.xml doc: Sync classref with current source 2018-11-20 09:34:45 +01:00
AudioEffectStereoEnhance.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioServer.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
AudioStream.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
AudioStreamMicrophone.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
AudioStreamPlayback.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioStreamPlayer.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
AudioStreamPlayer2D.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
AudioStreamPlayer3D.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
AudioStreamRandomPitch.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
AudioStreamSample.xml Add backward looping support to AudioStreamSample (wav files) 2018-10-28 19:37:14 +01:00
BackBufferCopy.xml removed reference to texscreen 2018-08-13 21:34:56 -07:00
BakedLightmap.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
BakedLightmapData.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
BaseButton.xml Docs: fix arg name of toggled signal in BaseButton 2019-01-11 09:51:39 +07:00
Basis.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
BitMap.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
BitmapFont.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Bone2D.xml Sync classref with current source 2018-05-12 09:38:00 +02:00
BoneAttachment.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
bool.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
BoxContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
BoxShape.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Button.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ButtonGroup.xml Expose ButtonGroup's "get_buttons()" to GDScript 2018-12-14 04:16:23 -02:00
Camera.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Camera2D.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
CanvasItem.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
CanvasItemMaterial.xml doc: Sync classref with current source 2018-11-10 20:21:34 +07:00
CanvasLayer.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
CanvasModulate.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
CapsuleMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
CapsuleShape.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
CapsuleShape2D.xml Fixed (minor) typo in CapsuleShape2D doc page 2018-04-25 11:57:01 +01:00
CenterContainer.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
CheckBox.xml Update class documentation xml 2018-10-07 21:57:26 +08:00
CheckButton.xml Update class documentation xml 2018-10-07 21:57:26 +08:00
CircleShape2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ClassDB.xml [docs] fix links in class docs 2018-05-17 00:15:30 +08:00
ClippedCamera.xml doc: Sync classref with current source 2018-08-29 22:25:11 +02:00
CollisionObject.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
CollisionObject2D.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
CollisionPolygon.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
CollisionPolygon2D.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
CollisionShape.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
CollisionShape2D.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
Color.xml doc: Fix formatting in code blocks 2018-12-14 09:37:19 +01:00
ColorPicker.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
ColorPickerButton.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
ColorRect.xml [DOCS] Updates to assorted class descriptions. 2018-08-17 14:55:19 -07:00
ConcavePolygonShape.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ConcavePolygonShape2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ConeTwistJoint.xml Added missing end points for brief descriptions in the docs. 2018-03-30 20:11:14 -03:00
ConfigFile.xml Document use of spaces in ConfigFile 2018-11-18 10:10:50 -03:00
ConfirmationDialog.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Container.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Control.xml Update Control.xml 2019-01-21 21:39:06 -09:00
ConvexPolygonShape.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ConvexPolygonShape2D.xml Documented set_point_cloud() for ConvexPolygonShape2D 2018-12-06 07:01:27 +02:00
CPUParticles.xml doc: Sync classref with current source 2018-12-04 21:57:07 +01:00
CPUParticles2D.xml doc: Sync classref with current source 2018-12-04 21:57:07 +01:00
CubeMap.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
CubeMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Curve.xml Bind Curve::get_point_count 2018-09-07 20:07:44 +02:00
Curve2D.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
Curve3D.xml Rename OrientedPathFollow to PathFollowOriented 2019-01-16 14:32:18 -02:00
CurveTexture.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
CylinderMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
CylinderShape.xml added cylinder shape support 2018-07-01 11:16:54 +02:00
DampedSpringJoint2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Dictionary.xml doc: Sync classref with current source 2018-11-20 09:34:45 +01:00
DirectionalLight.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
Directory.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
DynamicFont.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
DynamicFontData.xml Add a property to control DynamicFont anti-aliasing 2018-11-10 22:07:32 +01:00
EditorExportPlugin.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
EditorFileDialog.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
EditorFileSystem.xml doc: Sync classref with current source 2018-11-23 01:06:24 +01:00
EditorFileSystemDirectory.xml Misc. typos 2018-09-12 21:39:17 -04:00
EditorImportPlugin.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
EditorInspector.xml doc: Sync classref with current source 2018-11-10 20:21:34 +07:00
EditorInspectorPlugin.xml Fix MethodInfo for EditorInspectorPlugin.can_handle 2018-05-28 16:28:09 +02:00
EditorInterface.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
EditorPlugin.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
EditorProperty.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
EditorResourceConversionPlugin.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
EditorResourcePreview.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
EditorResourcePreviewGenerator.xml doc: Sync classref with current source 2018-09-21 09:33:05 +02:00
EditorSceneImporter.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
EditorScenePostImport.xml doc: Fix formatting in code blocks 2018-12-14 09:37:19 +01:00
EditorScript.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
EditorSelection.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
EditorSettings.xml Fixes favorites not updating and rename favorite_dirs to favorites 2018-09-18 14:02:59 +02:00
EditorSpatialGizmo.xml Minor fixes and documentation for Spatial Gizmos 2019-01-27 18:40:01 +01:00
EditorSpatialGizmoPlugin.xml Minor fixes and documentation for Spatial Gizmos 2019-01-27 18:40:01 +01:00
EncodedObjectAsID.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Engine.xml doc: Remove extraneous empty lines in descriptions 2018-06-15 08:54:06 +02:00
Environment.xml Adding option to re-orient our sky 2018-12-15 19:41:34 +11:00
Expression.xml Fix non-compiling typo in Expression.xml example 2019-01-28 16:38:13 -05:00
File.xml doc: Add caveat for File.file_exists for imported resources 2019-01-26 20:25:36 +01:00
FileDialog.xml Add undo-redo to the TileSet editor, and other improvements 2018-12-30 10:54:03 -02:00
float.xml Docs: Fix "equal to" and code markup in float.xml 2019-01-03 18:42:25 +02:00
Font.xml Sync classref with current source 2018-05-12 09:38:00 +02:00
FuncRef.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
GDNativeLibraryResourceLoader.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
GDNativeLibraryResourceSaver.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
Generic6DOFJoint.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Geometry.xml Sync classref with current source 2018-05-12 09:38:00 +02:00
GeometryInstance.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
GIProbe.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
GIProbeData.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Gradient.xml Fixed typos 2018-11-04 22:15:11 +01:00
GradientTexture.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
GraphEdit.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
GraphNode.xml General fixes for the AnimationTree editor 2018-12-17 21:03:58 -02:00
GridContainer.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
GrooveJoint2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
HBoxContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
HingeJoint.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
HScrollBar.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
HSeparator.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
HSlider.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
HSplitContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
HTTPClient.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
HTTPRequest.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
Image.xml Prevent upscaled SVG from exceeding Image bounds 2019-01-28 16:00:15 +01:00
ImageTexture.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
ImmediateGeometry.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Input.xml Fixed the default value for Input.action_press() from commit 8c45282 2018-11-17 20:45:24 +00:00
InputDefault.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
InputEvent.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
InputEventAction.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
InputEventGesture.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
InputEventJoypadButton.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
InputEventJoypadMotion.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
InputEventKey.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
InputEventMagnifyGesture.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
InputEventMIDI.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
InputEventMouse.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
InputEventMouseButton.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
InputEventMouseMotion.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
InputEventPanGesture.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
InputEventScreenDrag.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
InputEventScreenTouch.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
InputEventWithModifiers.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
InputMap.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
InstancePlaceholder.xml Sync classref with current source 2018-05-12 09:38:00 +02:00
int.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
InterpolatedCamera.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
IP.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
IP_Unix.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ItemList.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
JavaScript.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
Joint.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
Joint2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
JSON.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
JSONParseResult.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
KinematicBody.xml Improve docs for KinematicBody linear_velocity, fixes #23927 2019-01-18 17:48:16 -05:00
KinematicBody2D.xml Improve docs for KinematicBody linear_velocity, fixes #23927 2019-01-18 17:48:16 -05:00
KinematicCollision.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
KinematicCollision2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Label.xml Fix return value of get_total_character_count 2018-11-15 12:34:08 +01:00
LargeTexture.xml [Docs] Remove double-spaces from descriptions, as well a couple other small fixes 2018-09-23 16:13:30 -04:00
Light.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Light2D.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
LightOccluder2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Line2D.xml Line2D texture stretch mode 2018-07-16 23:16:58 +02:00
LineEdit.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
LineShape2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
LinkButton.xml Added missing end points for brief descriptions in the docs. 2018-03-30 20:11:14 -03:00
Listener.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
MainLoop.xml Changes IME input to use notification instead of callback, exposes IME methods to gdscript/gdnative. 2018-11-23 14:07:48 +02:00
MarginContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Marshalls.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Material.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
MenuButton.xml Make opening menus with the same parent on mouse focus explicit 2018-11-20 20:37:45 -02:00
Mesh.xml MeshLibrary export improvements 2019-02-03 22:48:35 +01:00
MeshDataTool.xml doc: Fix formatting in code blocks 2018-12-14 09:37:19 +01:00
MeshInstance.xml doc: Sync with current source 2018-10-25 15:14:47 +02:00
MeshInstance2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
MeshLibrary.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
MultiMesh.xml doc: Sync classref with current source 2018-09-11 00:18:21 +02:00
MultiMeshInstance.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
MultiplayerAPI.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Mutex.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
Navigation.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
Navigation2D.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
NavigationMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
NavigationMeshInstance.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
NavigationPolygon.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
NavigationPolygonInstance.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
NetworkedMultiplayerPeer.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Nil.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
NinePatchRect.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Node.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
Node2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
NodePath.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Object.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
OccluderPolygon2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
OmniLight.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
OptionButton.xml Sync classref with current source 2018-05-12 09:38:00 +02:00
OS.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
PackedDataContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PackedDataContainerRef.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PackedScene.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
PacketPeer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PacketPeerStream.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PacketPeerUDP.xml [docs] fix links in class docs 2018-05-14 23:06:22 +08:00
Panel.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PanelContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PanoramaSky.xml filled in docs for panorama sky 2018-05-13 13:56:34 -07:00
ParallaxBackground.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
ParallaxLayer.xml Add note in ParallaxLayer doc about ignoring position/scale changes after entering the scene 2018-10-02 17:48:01 -03:00
Particles.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Particles2D.xml Added missing descriptions to Particles2D 2019-01-19 06:17:39 +05:30
ParticlesMaterial.xml clarified and filled out particles material doc 2019-01-07 12:26:36 +01:00
Path.xml Sync classref with current source 2018-05-12 09:38:00 +02:00
Path2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PathFollow.xml Rename OrientedPathFollow to PathFollowOriented 2019-01-16 14:32:18 -02:00
PathFollow2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
PCKPacker.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Performance.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
PHashTranslation.xml Fill info for translation related docs 2018-11-20 03:12:37 -02:00
PhysicalBone.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
Physics2DDirectBodyState.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
Physics2DDirectBodyStateSW.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Physics2DDirectSpaceState.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
Physics2DServer.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
Physics2DServerSW.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Physics2DShapeQueryParameters.xml doc: Sync classref with current source 2018-08-29 22:25:11 +02:00
Physics2DShapeQueryResult.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Physics2DTestMotionResult.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PhysicsBody.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
PhysicsBody2D.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
PhysicsDirectBodyState.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
PhysicsDirectSpaceState.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
PhysicsMaterial.xml [DOCS] Corrections and clarifications 2018-08-27 18:56:43 -07:00
PhysicsServer.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
PhysicsShapeQueryParameters.xml doc: Sync classref with current source 2018-08-29 22:25:11 +02:00
PhysicsShapeQueryResult.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PinJoint.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PinJoint2D.xml [DOCS] Small fix to PinJoint2D 2018-03-02 04:59:17 +01:00
Plane.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
PlaneMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PlaneShape.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Polygon2D.xml doc: Sync classref with current source + AUTHORS edit 2019-01-10 14:34:29 +01:00
PolygonPathFinder.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PoolByteArray.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
PoolColorArray.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
PoolIntArray.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
PoolRealArray.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
PoolStringArray.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
PoolVector2Array.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
PoolVector3Array.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
Popup.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
PopupDialog.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
PopupMenu.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
PopupPanel.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Position2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Position3D.xml Added missing end points for brief descriptions in the docs. 2018-03-30 20:11:14 -03:00
PrimitiveMesh.xml Sync classref with current source 2018-05-12 09:38:00 +02:00
PrismMesh.xml Doc: Fix typos spotted by @yurchor 2018-07-01 15:55:53 +02:00
ProceduralSky.xml Misc. typos 2018-09-12 21:39:17 -04:00
ProgressBar.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
ProjectSettings.xml GLES2: Make Nvidia flicker workaround opt-in 2019-01-14 19:02:07 +01:00
ProximityGroup.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ProxyTexture.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
QuadMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Quat.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
RandomNumberGenerator.xml doc: Sync classref with current source 2018-12-13 15:12:25 +01:00
Range.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
RayCast.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
RayCast2D.xml [Docs] Remove double-spaces from descriptions, as well a couple other small fixes 2018-09-23 16:13:30 -04:00
RayShape.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
RayShape2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Rect2.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
RectangleShape2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Reference.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ReferenceRect.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
ReflectionProbe.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
RemoteTransform.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
RemoteTransform2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Resource.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ResourceFormatDDS.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatImporter.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoader.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
ResourceFormatLoaderBinary.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderBMFont.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderDynamicFont.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderGDScript.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderImage.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderNativeScript.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderShader.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderStreamTexture.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderText.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderTextureLayered.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderTheora.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatLoaderWebm.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatPKM.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatPVR.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatSaver.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
ResourceFormatSaverBinary.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatSaverGDScript.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatSaverNativeScript.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatSaverShader.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceFormatSaverText.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
ResourceImporter.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ResourceInteractiveLoader.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ResourceLoader.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
ResourcePreloader.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
ResourceSaver.xml doc: Sync with current source 2018-10-25 15:14:47 +02:00
ResourceSaverPNG.xml Added basic support for custom resource savers and loaders 2018-12-15 05:34:53 +00:00
RichTextLabel.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
RID.xml [Docs] Remove double-spaces from descriptions, as well a couple other small fixes 2018-09-23 16:13:30 -04:00
RigidBody.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
RigidBody2D.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
RootMotionView.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
SceneState.xml [DOCS] Classref additions and consistency fixes 2018-09-16 10:52:21 -07:00
SceneTree.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
SceneTreeTimer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Script.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
ScriptCreateDialog.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
ScriptEditor.xml update class docs 2018-08-31 22:35:15 +02:00
ScrollBar.xml Docs update for several classes 2018-04-19 21:09:53 +02:00
ScrollContainer.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
SegmentShape2D.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Semaphore.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
Separator.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Shader.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
ShaderMaterial.xml doc: Sync classref with current source 2018-09-15 03:13:47 +02:00
Shape.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
Shape2D.xml GDScript: Fix return value of "lerp" builtin 2019-01-18 10:47:04 +01:00
ShortCut.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Skeleton.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
Skeleton2D.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
SkeletonIK.xml doc: Sync classref with current source 2018-11-23 01:06:24 +01:00
Sky.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Slider.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
SliderJoint.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
SoftBody.xml Add method get_collision_exceptions 2018-11-01 06:41:34 -03:00
Spatial.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
SpatialGizmo.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
SpatialMaterial.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
SpatialVelocityTracker.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
SphereMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
SphereShape.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
SpinBox.xml Update class documentation xml 2018-10-07 21:57:26 +08:00
SplitContainer.xml doc: Sync classref with current source 2018-11-23 01:06:24 +01:00
SpotLight.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
SpringArm.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
Sprite.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Sprite3D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
SpriteBase3D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
SpriteFrames.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
StaticBody.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
StaticBody2D.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
StreamPeer.xml StreamPeer get[_utf8]_string with negative length. 2018-09-22 13:35:41 +02:00
StreamPeerBuffer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
StreamPeerSSL.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
StreamPeerTCP.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
StreamTexture.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
String.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
StyleBox.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
StyleBoxEmpty.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
StyleBoxFlat.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
StyleBoxLine.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
StyleBoxTexture.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
SurfaceTool.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
TabContainer.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Tabs.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
TCP_Server.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
TextEdit.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
TextFile.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
Texture.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
Texture3D.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
TextureArray.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
TextureButton.xml doc: Fix wrong references found by new makerst.py 2019-01-07 10:06:12 +01:00
TextureLayered.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
TextureProgress.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
TextureRect.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Theme.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
Thread.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
TileMap.xml Docs: Fix TileMap::world_to_map description 2019-01-19 15:23:49 +01:00
TileSet.xml doc: Sync classref with current source 2019-01-26 22:21:53 +01:00
Timer.xml doc: Fix references to setters and misc formatting 2018-12-29 00:17:09 +01:00
ToolButton.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
TouchScreenButton.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
Transform.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
Transform2D.xml DocData: Fix return type listed as "var" instead of "Variant" 2018-08-31 22:41:14 +02:00
Translation.xml Fill info for translation related docs 2018-11-20 03:12:37 -02:00
TranslationLoaderPO.xml doc: Sync classref with current source 2018-12-27 11:10:18 +01:00
TranslationServer.xml Fill info for translation related docs 2018-11-20 03:12:37 -02:00
Tree.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
TreeItem.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
TriangleMesh.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Tween.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
UndoRedo.xml Add argument to UndoRedo's "clear_history()" to not increase the version 2018-11-18 19:46:35 -02:00
Variant.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
VBoxContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
Vector2.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
Vector3.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
VehicleBody.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
VehicleWheel.xml [Docs] fix typos 2018-03-29 12:46:21 +07:00
VideoPlayer.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
VideoStream.xml [DOCS] Corrections and clarifications 2018-08-27 18:56:43 -07:00
Viewport.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
ViewportContainer.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
ViewportTexture.xml Add longer description to ViewportTexture doc 2018-06-18 16:35:17 +02:00
VisibilityEnabler.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
VisibilityEnabler2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
VisibilityNotifier.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
VisibilityNotifier2D.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
VisualInstance.xml doc: Sync classref with current source 2018-08-21 00:35:46 +02:00
VisualServer.xml doc: Fix wrong references found by Sphinx and new makerst.py 2019-01-07 12:15:01 +01:00
VisualShader.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNode.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeColorConstant.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeColorOp.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeColorUniform.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeCubeMap.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeCubeMapUniform.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeDotProduct.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeInput.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeOutput.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeScalarConstant.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeScalarFunc.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeScalarInterp.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeScalarOp.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeScalarUniform.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTexture.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTextureUniform.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTransformCompose.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTransformConstant.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTransformDecompose.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTransformMult.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTransformUniform.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeTransformVecMult.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeUniform.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVec3Constant.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVec3Uniform.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVectorCompose.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVectorDecompose.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVectorFunc.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVectorInterp.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVectorLen.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VisualShaderNodeVectorOp.xml doc: Sync classref with current source 2018-07-26 11:56:21 +02:00
VScrollBar.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
VSeparator.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
VSlider.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
VSplitContainer.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
WeakRef.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
WindowDialog.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00
World.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
World2D.xml doc: Use HTTPS for docs.godotengine.org and point to latest branch 2018-11-05 08:46:27 +01:00
WorldEnvironment.xml Update WorldEnvironment.xml 2018-12-12 13:32:26 +02:00
XMLParser.xml doc: Remove status from hardcoded version string 2018-02-27 13:40:49 +01:00
YSort.xml doc: Add missing commas after "If true/false" 2018-12-20 13:47:12 +01:00