summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2020-02-01Merge pull request #35809 from clayjohn/DOCS-update-versionRémi Verschelde
Update docs to version 4.0
2020-01-31Update docs to version 4.0clayjohn
2020-01-31doc: Add an example for `Array.sort()`Hugo Locurcio
This may help people understand the difference between alphabetical and natural order more quickly.
2020-01-31Merge pull request #35790 from Calinou/doc-animationplayer-vs-tweenRémi Verschelde
doc: Add a short AnimationPlayer versus Tween comparison
2020-01-31doc: Add a short AnimationPlayer versus Tween comparisonHugo Locurcio
Many newcomers are confused about which one to choose for animating properties. This should help clarify the situation with regards to AnimationPlayer versus Tween.
2020-01-31Improve the CheckBox and CheckButton class documentationsHugo Locurcio
This makes the CheckBox and CheckButton classes 100% documented.
2020-01-29Fix some URLs to use HTTPS when availableRémi Verschelde
2020-01-28Mention 2D polygon limits and how to increase them in the documentationHugo Locurcio
This closes #21793.
2020-01-28doc: Sync classref with current sourceRémi Verschelde
Fix a few typos.
2020-01-28Docs for some nodes in visual shader(part 2)Yuri Roubinsky
2020-01-28Hide "control" methods from VisualShaderNodeGroupBaseYuri Roubinsky
2020-01-28Hide "editable" property from VisualShaderNodeGroupBase public interfaceYuri Roubinsky
2020-01-27Added missing property "size" to VisualShaderNodeGroupBaseYuri Roubinsky
2020-01-27Removed unused method "build" from VisualShaderNodeExpressionYuri Roubinsky
2020-01-27Document theme_items of multiple classesTomasz Chabora
2020-01-26doc: Remove mention of nonexistent StaticBody simulated motion modeHugo Locurcio
The StaticBody2D documentation doesn't mention it, so it doesn't need to be touched. This closes #30560.
2020-01-26Merge pull request #35589 from akien-mga/doc-drop-category-propertyRémi Verschelde
doc: Drop unused 'category' property from header
2020-01-26doc: Do not expose Variant::NIL as a type in the class referenceRémi Verschelde
Fix signals Variant arguments incorrectly listed as Nil. Fixes #12520.
2020-01-26doc: Drop unused 'category' property from headerRémi Verschelde
We already removed it from the online docs with #35132. Currently it can only be "Built-In Types" (Variant types) or "Core" (everything else), which is of limited use. We might also want to consider dropping it from `ClassDB` altogether in Godot 4.0.
2020-01-26doc: Document all remaining ProjectSettingsRémi Verschelde
2020-01-26Merge pull request #35581 from akien-mga/doc-color-constantsRémi Verschelde
doc: Document named color constants
2020-01-26doc: Document named color constantsRémi Verschelde
Busywork but it's good for our completion rate :)
2020-01-26doc: Complete documentation for VideoStreamsRémi Verschelde
Also quick clean up of the matching C++ files.
2020-01-26Merge pull request #35566 from Xrayez/doc-parse-property-returnRémi Verschelde
Document the return value of `EditorInspectorPlugin.parse_property`
2020-01-26Merge pull request #35574 from clayjohn/DOCS-odds-n-endsRémi Verschelde
Complete various class references
2020-01-26Complete various class referencesclayjohn
2020-01-26Merge pull request #35561 from clayjohn/GLES3-irradiance-maxRémi Verschelde
Add project setting for max irradiance size
2020-01-26Document the return value of `EditorInspectorPlugin.parse_property`Andrii Doroshenko (Xrayez)
2020-01-25Merge pull request #35560 from clayjohn/DOCS-sky-radianceRémi Verschelde
Add warning for radiance_size
2020-01-25Add warning for radiance_sizeclayjohn
2020-01-25Add project setting for max irradiance sizeclayjohn
2020-01-25Merge pull request #35559 from Calinou/doc-inputeventkey-stringRémi Verschelde
Document how to get a human-readable string from an InputEventKey
2020-01-25Document how to get a human-readable string from an InputEventKeyHugo Locurcio
2020-01-25Document how to get chamfered corners with StyleBoxFlatHugo Locurcio
2020-01-25Merge pull request #35535 from Calinou/doc-projectsettings-runtime-physicsRémi Verschelde
Document how to change the default gravity at runtime
2020-01-25Document how to change the default gravity at runtimeHugo Locurcio
Changing the default gravity at runtime isn't exactly obvious, so it makes sense to add a code sample.
2020-01-24Update ScrollContainer.xmlRoi Valcárcel
Add missing descriptions to ScrollContainer documentation
2020-01-23Docs for some nodes in visual shaderYuri Roubinsky
Fix typo in `VisualShaderNodeCompare.ComparisonType` name.
2020-01-23Merge pull request #35483 from YeldhamDev/doc_comment_spaces_removalRémi Verschelde
Remove unnecessary extra spaces before comments in code examples.
2020-01-23Remove unnecessary extra spaces before comments in code examples.Michael Alexsander
2020-01-23Remove unnecessary parenthesis from code examplesMichael Alexsander
2020-01-23Finish documenting CSG* and *probesclayjohn
2020-01-23doc: Misc updates for AnimationNode* and othersRémi Verschelde
- Add some missing descriptions. - Add links to tutorials for ARVR and AnimationTree. - Style fixes. - Engine changes: * Make `AnimationNodeTransition.input_<number>` properties internal so that they don't appear in the docs. They still appear in the inspector based on the actual number of inputs requested. * Drop unimplemented `CPUParticles.flatness`. It's only used for 3D particles in `ParticlesMaterial`, and thus only relevant for `CPUParticles3D`.
2020-01-23Make `OS.execute()` blocking by default if not specifiedHugo Locurcio
This makes `OS.execute()` calls quicker to set up when calling programs in a blocking fashion.
2020-01-22Add settings from SceneTree in the documentationBojidar Marinov
Fixes #35439
2020-01-22Get real default values for project settings in documentationBojidar Marinov
Also, ignore custom project settings and values for input/ entries Fixes #34154
2020-01-22Merge pull request #35352 from Feniks-Gaming/BetterDictionaryRémi Verschelde
Improve dictionary description
2020-01-22Merge pull request #35389 from clayjohn/DOCS-materialsRémi Verschelde
Finish up docs for materials
2020-01-21Finish up docs for materialsclayjohn
2020-01-21Merge pull request #35363 from ↵Rémi Verschelde
ericrybick/33106-importing-textureAtlas-cuts-out-the-sprites Fix AtlasPacker ignoring semi-transparent pixels