pandemonium_engine/doc/classes
Relintai 3fb2c16ba0 Ported: Input: Re-enable input accumulation disabled by error in 3.4
Input accumulation was implemented and enabled by default in 3.1, and
I don't recall major complaints around it (or bugs were fixed).
In 3.4, #42220 added input buffering and apparently toggled input
accumulation off by mistake.
This led to multiple bug reports about degraded performance on Windows,
or simply unexpected behavior change (see linked issues in #55037).
Fixes #55037.
- akien-mga
d6bcdd18c3
2022-07-29 20:50:00 +02:00
..
@GlobalScope.xml Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
AABB.xml
AcceptDialog.xml
AESContext.xml
AnimatedSprite3D.xml
AnimatedSprite.xml
AnimatedTexture.xml
Animation.xml
AnimationNode.xml
AnimationNodeAdd2.xml
AnimationNodeAdd3.xml
AnimationNodeAnimation.xml
AnimationNodeBlend2.xml
AnimationNodeBlend3.xml
AnimationNodeBlendSpace1D.xml
AnimationNodeBlendSpace2D.xml
AnimationNodeBlendTree.xml
AnimationNodeOneShot.xml
AnimationNodeOutput.xml
AnimationNodeStateMachine.xml
AnimationNodeStateMachinePlayback.xml
AnimationNodeStateMachineTransition.xml
AnimationNodeTimeScale.xml
AnimationNodeTimeSeek.xml
AnimationNodeTransition.xml
AnimationPlayer.xml
AnimationRootNode.xml
AnimationTrackEditPlugin.xml
AnimationTree.xml
AnimationTreePlayer.xml
Area2D.xml
Area.xml
Array.xml
ArrayMesh.xml
AspectRatioContainer.xml
AStar2D.xml Updating AStar2D documentation to mention the new bidirectional paramter 2022-07-29 09:14:07 +02:00
AStar.xml
AtlasTexture.xml
AudioBusLayout.xml
AudioEffect.xml
AudioEffectAmplify.xml
AudioEffectBandLimitFilter.xml
AudioEffectBandPassFilter.xml
AudioEffectCapture.xml added info on microphone sample format 2022-07-28 15:08:16 +02:00
AudioEffectChorus.xml
AudioEffectCompressor.xml
AudioEffectDelay.xml
AudioEffectDistortion.xml
AudioEffectEQ6.xml
AudioEffectEQ10.xml
AudioEffectEQ21.xml
AudioEffectEQ.xml
AudioEffectFilter.xml
AudioEffectHighPassFilter.xml
AudioEffectHighShelfFilter.xml
AudioEffectInstance.xml
AudioEffectLimiter.xml
AudioEffectLowPassFilter.xml
AudioEffectLowShelfFilter.xml
AudioEffectNotchFilter.xml
AudioEffectPanner.xml
AudioEffectPhaser.xml Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
AudioEffectPitchShift.xml
AudioEffectRecord.xml
AudioEffectReverb.xml
AudioEffectSpectrumAnalyzer.xml
AudioEffectSpectrumAnalyzerInstance.xml
AudioEffectStereoEnhance.xml
AudioServer.xml
AudioStream.xml
AudioStreamGenerator.xml
AudioStreamGeneratorPlayback.xml
AudioStreamMicrophone.xml
AudioStreamPlayback.xml
AudioStreamPlaybackResampled.xml
AudioStreamPlayer2D.xml
AudioStreamPlayer3D.xml
AudioStreamPlayer.xml
AudioStreamRandomPitch.xml
AudioStreamSample.xml
BackBufferCopy.xml
BaseButton.xml
Basis.xml
BitMap.xml
BitmapFont.xml
Bone2D.xml
BoneAttachment.xml
bool.xml
BoxContainer.xml
BoxShape.xml
Button.xml
ButtonGroup.xml
CallbackTweener.xml
Camera2D.xml
Camera.xml
CanvasItem.xml
CanvasItemMaterial.xml
CanvasLayer.xml
CanvasModulate.xml
CapsuleMesh.xml
CapsuleShape2D.xml
CapsuleShape.xml
CenterContainer.xml
CharFXTransform.xml
CheckBox.xml
CheckButton.xml
CircleShape2D.xml
ClassDB.xml
ClippedCamera.xml
CollisionObject2D.xml
CollisionObject.xml
CollisionPolygon2D.xml
CollisionPolygon.xml
CollisionShape2D.xml
CollisionShape.xml
Color.xml
ColorPicker.xml
ColorPickerButton.xml Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
ColorRect.xml
ConcavePolygonShape2D.xml
ConcavePolygonShape.xml
ConeTwistJoint.xml
ConfigFile.xml
ConfirmationDialog.xml
Container.xml
Control.xml
ConvexPolygonShape2D.xml
ConvexPolygonShape.xml
CPUParticles2D.xml
CPUParticles.xml
Crypto.xml
CryptoKey.xml
CubeMap.xml
CubeMesh.xml
CullInstance.xml
Curve2D.xml
Curve3D.xml
Curve.xml
CurveTexture.xml Improve CurveTexture documentation 2022-07-28 19:21:30 +02:00
CylinderMesh.xml
CylinderShape.xml
DampedSpringJoint2D.xml
Dictionary.xml Add Dictionary.merge() 2022-07-28 14:59:15 +02:00
DirectionalLight.xml Ported: Only show relevant properties in the DirectionalLight inspector 2022-07-29 17:24:47 +02:00
Directory.xml
DTLSServer.xml
DynamicFont.xml
DynamicFontData.xml
EditorExportPlugin.xml
EditorFileDialog.xml
EditorFileSystem.xml
EditorFileSystemDirectory.xml
EditorImportPlugin.xml
EditorInspector.xml
EditorInspectorPlugin.xml
EditorInterface.xml
EditorPlugin.xml Improve EditorPlugin state documentation 2022-07-28 14:58:58 +02:00
EditorProperty.xml
EditorResourceConversionPlugin.xml
EditorResourcePicker.xml
EditorResourcePreview.xml
EditorResourcePreviewGenerator.xml
EditorSceneImporter.xml
EditorScenePostImport.xml
EditorScript.xml
EditorScriptPicker.xml
EditorSelection.xml
EditorSettings.xml
EditorSpatialGizmo.xml
EditorSpatialGizmoPlugin.xml
EditorSpinSlider.xml
EncodedObjectAsID.xml
Engine.xml
Environment.xml
Expression.xml
ExternalTexture.xml
File.xml
FileDialog.xml
FileSystemDock.xml
float.xml
FlowContainer.xml
Font.xml
FuncRef.xml
Generic6DOFJoint.xml
Geometry.xml
GeometryInstance.xml
Gradient.xml
GradientTexture2D.xml Improve CurveTexture documentation 2022-07-28 19:21:30 +02:00
GradientTexture.xml Improve CurveTexture documentation 2022-07-28 19:21:30 +02:00
GraphEdit.xml
GraphNode.xml
GridContainer.xml
GrooveJoint2D.xml
HashingContext.xml
HBoxContainer.xml
HeightMapShape.xml
HFlowContainer.xml
HingeJoint.xml Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
HMACContext.xml
HScrollBar.xml
HSeparator.xml
HSlider.xml
HSplitContainer.xml
HTTPClient.xml
HTTPRequest.xml Make code example in HTTPRequest classref working 2022-07-29 12:17:27 +02:00
Image.xml Fix Image.blit_rect/blend_rect() for negative p_dest point 2022-07-27 09:03:55 +02:00
ImageTexture.xml
ImmediateGeometry.xml
Input.xml Ported: Input: Re-enable input accumulation disabled by error in 3.4 2022-07-29 20:50:00 +02:00
InputEvent.xml
InputEventAction.xml
InputEventGesture.xml
InputEventJoypadButton.xml
InputEventJoypadMotion.xml
InputEventKey.xml
InputEventMagnifyGesture.xml
InputEventMIDI.xml
InputEventMouse.xml
InputEventMouseButton.xml
InputEventMouseMotion.xml Ported: Input: Re-enable input accumulation disabled by error in 3.4 2022-07-29 20:50:00 +02:00
InputEventPanGesture.xml
InputEventScreenDrag.xml
InputEventScreenTouch.xml
InputEventWithModifiers.xml
InputMap.xml
InstancePlaceholder.xml
int.xml
InterpolatedCamera.xml Ported: Add process_mode property to InterpolatedCamera - saneery 2022-07-29 17:19:58 +02:00
IntervalTweener.xml
IP.xml
ItemList.xml Document incremental search support in ItemList, PopupMenu and Tree 2022-07-29 11:02:14 +02:00
JavaClass.xml
JavaClassWrapper.xml
JavaScript.xml
JavaScriptObject.xml
JNISingleton.xml
Joint2D.xml
Joint.xml
JSON.xml
JSONParseResult.xml
KinematicBody2D.xml Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
KinematicBody.xml
KinematicCollision2D.xml
KinematicCollision.xml
Label3D.xml
Label.xml
LargeTexture.xml
Light2D.xml
Light.xml
LightOccluder2D.xml
Line2D.xml
LineEdit.xml
LineShape2D.xml
LinkButton.xml
Listener2D.xml
Listener.xml
MainLoop.xml
MarginContainer.xml
Marshalls.xml
Material.xml
MenuButton.xml
Mesh.xml
MeshDataInstance2D.xml
MeshDataTool.xml
MeshInstance2D.xml Update name of Convert to MeshInstance2D button in MeshInstance2D doc 2022-07-28 19:21:44 +02:00
MeshInstance.xml Ported: Clarify that MeshInstance surface methods only apply to override materials - salamandars 2022-07-29 12:01:48 +02:00
MeshTexture.xml
MethodTweener.xml
MultiMesh.xml
MultiMeshInstance2D.xml
MultiMeshInstance.xml
MultiplayerAPI.xml
Mutex.xml
Navigation2D.xml Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
Navigation2DServer.xml Ported: Add NavigationServer map_force_update() function 2022-07-29 17:56:48 +02:00
Navigation.xml Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
NavigationAgent2D.xml Ported: Clarify NavigationAgent radius property 2022-07-29 18:13:29 +02:00
NavigationAgent.xml Ported: Clarify NavigationAgent radius property 2022-07-29 18:13:29 +02:00
NavigationMesh.xml Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
NavigationMeshGenerator.xml Document limits of using meshes to obstruct navigation mesh baking 2022-07-29 12:18:39 +02:00
NavigationMeshInstance.xml Revert 739b0c0c3f . 2022-07-28 22:32:19 +02:00
NavigationObstacle2D.xml
NavigationObstacle.xml
NavigationPolygon.xml
NavigationPolygonInstance.xml Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
NavigationServer.xml Ported: Add NavigationServer map_force_update() function 2022-07-29 17:56:48 +02:00
NetworkedMultiplayerPeer.xml
NinePatchRect.xml
Node2D.xml Document limitations of negative scales in 2D and 3D 2022-07-29 09:10:25 +02:00
Node.xml Node: Rename child_exited_tree to child_exiting_tree 2022-07-29 11:03:04 +02:00
NodePath.xml
Object.xml
Occluder.xml
OccluderPolygon2D.xml
OccluderShape.xml
OccluderShapePolygon.xml
OccluderShapeSphere.xml
OmniLight.xml
OptionButton.xml
OS.xml Improve description of move_to_trash() 2022-07-28 19:22:38 +02:00
PackedDataContainer.xml
PackedDataContainerRef.xml
PackedScene.xml
PacketPeer.xml
PacketPeerDTLS.xml
PacketPeerStream.xml
PacketPeerUDP.xml
Panel.xml
PanelContainer.xml
PanoramaSky.xml
ParallaxBackground.xml
ParallaxLayer.xml
ParticlesMaterial.xml
Path2D.xml
Path.xml
PathFollow2D.xml
PathFollow.xml
PCKPacker.xml
Performance.xml
PHashTranslation.xml
PhysicalBone.xml
Physics2DDirectBodyState.xml
Physics2DDirectSpaceState.xml
Physics2DServer.xml
Physics2DShapeQueryParameters.xml
Physics2DTestMotionResult.xml
PhysicsBody2D.xml
PhysicsBody.xml
PhysicsDirectBodyState.xml
PhysicsDirectSpaceState.xml
PhysicsMaterial.xml
PhysicsServer.xml
PhysicsShapeQueryParameters.xml
PhysicsTestMotionResult.xml
PinJoint2D.xml
PinJoint.xml
Plane.xml
PlaneMesh.xml
PlaneShape.xml
PointMesh.xml
Polygon2D.xml
PolygonPathFinder.xml
PoolByteArray.xml
PoolColorArray.xml
PoolIntArray.xml
PoolRealArray.xml
PoolStringArray.xml
PoolVector2Array.xml
PoolVector2iArray.xml
PoolVector3Array.xml
PoolVector3iArray.xml
Popup.xml
PopupDialog.xml
PopupMenu.xml Document incremental search support in ItemList, PopupMenu and Tree 2022-07-29 11:02:14 +02:00
PopupPanel.xml
Portal.xml
Position2D.xml
Position3D.xml
PrimitiveMesh.xml
PrismMesh.xml
ProceduralSky.xml
ProgressBar.xml
ProjectSettings.xml Clamp Viewport shadow atlas sizes to improve usability 2022-07-29 17:38:06 +02:00
Prop2DDataMeshData.xml
Prop2DDataSprite.xml
PropertyTweener.xml
ProximityGroup.xml Remove extra codeblock tag from ProximityGroup classref 2022-07-28 19:04:45 +02:00
ProxyTexture.xml
QuadMesh.xml
Quat.xml
RandomNumberGenerator.xml
Range.xml
RayCast2D.xml
RayCast.xml
RayShape2D.xml
RayShape.xml
Rect2.xml
Rect2i.xml
RectangleShape2D.xml
Reference.xml
ReferenceRect.xml
ReflectionProbe.xml
RemoteTransform2D.xml
RemoteTransform.xml
Resource.xml
ResourceFormatLoader.xml
ResourceFormatSaver.xml
ResourceImporter.xml
ResourceInteractiveLoader.xml
ResourceLoader.xml
ResourcePreloader.xml
ResourceSaver.xml
RichTextEffect.xml
RichTextLabel.xml Ported: Add readable export errors. Add RTL image vertical alignment support. - bruvzg 2022-07-28 18:40:46 +02:00
RID.xml
RigidBody2D.xml
RigidBody.xml
Room.xml
RoomGroup.xml
RoomManager.xml
RootMotionView.xml
RTileMap.xml
RTileSet.xml
SceneState.xml
SceneTree.xml
SceneTreeTimer.xml Ported: Fix description about SceneTreeTimer auto free - timothyqiu 2022-07-28 18:56:04 +02:00
SceneTreeTween.xml
Script.xml
ScriptCreateDialog.xml
ScriptEditor.xml
ScrollBar.xml
ScrollContainer.xml
SegmentShape2D.xml
Semaphore.xml
Separator.xml
Shader.xml
ShaderMaterial.xml
Shape2D.xml
Shape.xml
ShortCut.xml
Skeleton2D.xml
Skeleton.xml
SkeletonIK.xml
Skin.xml
SkinReference.xml
Sky.xml
Slider.xml
SliderJoint.xml
SoftBody.xml
Spatial.xml Document limitations of negative scales in 2D and 3D 2022-07-29 09:10:25 +02:00
SpatialGizmo.xml
SpatialMaterial.xml
SpatialVelocityTracker.xml
SphereMesh.xml
SphereShape.xml
SpinBox.xml
SplitContainer.xml
SpotLight.xml
SpringArm.xml
Sprite3D.xml
Sprite.xml
SpriteBase3D.xml
SpriteFrames.xml
StaticBody2D.xml
StaticBody.xml
StreamPeer.xml
StreamPeerBuffer.xml
StreamPeerSSL.xml
StreamPeerTCP.xml
StreamTexture.xml
String.xml Improve String.format() documentation 2022-07-29 16:37:07 +02:00
StringName.xml
StyleBox.xml StyleBox: Document correct methods to draw with a RID 2022-07-29 19:58:55 +02:00
StyleBoxEmpty.xml
StyleBoxFlat.xml
StyleBoxLine.xml
StyleBoxTexture.xml
SurfaceTool.xml
TabContainer.xml
Tabs.xml
TCP_Server.xml
TextEdit.xml Ported: Add an option to drag'n'drop selected text in TextEdit - ConteZero 2022-07-29 16:29:53 +02:00
TextFile.xml
TextMesh.xml
Texture3D.xml
Texture.xml
TextureArray.xml
TextureButton.xml
TextureLayered.xml
TextureProgress.xml
TextureRect.xml
Theme.xml
Thread.xml
Time.xml
Timer.xml
ToolButton.xml
TouchScreenButton.xml
Transform2D.xml Document limitations of negative scales in 2D and 3D 2022-07-29 09:10:25 +02:00
Transform.xml
Translation.xml
TranslationServer.xml
Tree.xml Document incremental search support in ItemList, PopupMenu and Tree 2022-07-29 11:02:14 +02:00
TreeItem.xml
TriangleMesh.xml
Tween.xml
Tweener.xml
UDPServer.xml
UndoRedo.xml
Variant.xml
VBoxContainer.xml
Vector2.xml
Vector2i.xml
Vector3.xml
Vector3i.xml
VehicleBody.xml Added godot with all my currently used engine modules. 2022-03-15 13:29:32 +01:00
VehicleWheel.xml
VFlowContainer.xml
VideoPlayer.xml
VideoStream.xml
Viewport.xml Clamp Viewport shadow atlas sizes to improve usability 2022-07-29 17:38:06 +02:00
ViewportContainer.xml
ViewportTexture.xml
VisibilityEnabler2D.xml
VisibilityEnabler.xml
VisibilityNotifier2D.xml
VisibilityNotifier.xml VisibilityNotifier - add max_distance feature 2022-07-28 14:59:45 +02:00
VisualInstance.xml
VisualServer.xml Ported: Add INFO_SHADER_COMPILES_IN_FRAME to GL ES 3 render info - RandomShaper 2022-07-28 19:37:52 +02:00
VScrollBar.xml
VSeparator.xml
VSlider.xml
VSplitContainer.xml
WeakRef.xml
WindowDialog.xml
World2D.xml Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
World.xml Ported: [3.5] Update NavigationServer backport 2022-07-28 22:34:28 +02:00
WorldEnvironment.xml
X509Certificate.xml
XMLParser.xml
YSort.xml