summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2019-04-27changed references to array types in arraymesh docclayjohn
2019-04-27Added docs to AudioStreamPlayer for get_mix_timeJuan Linietsky
2019-04-25Merge pull request #28359 from Calinou/doc-improve-projectsettingsMax Hilbrunner
Improve the ProjectSettings documentation
2019-04-24Improve the ProjectSettings documentationHugo Locurcio
2019-04-24doc: Sync classref with current sourceRémi Verschelde
2019-04-23Added inspector plugin documentation.Juan Linietsky
Fixed plugin bindings.
2019-04-23Merge pull request #24269 from xsellier/feature/master-add-sha256Hein-Pieter van Braam
Add SHA256 for PoolByteArray
2019-04-23Merge pull request #27724 from follower/patch-2Hein-Pieter van Braam
Add example of loading a font from .ttf file
2019-04-22Merge pull request #26868 from NilsIrl/masterRémi Verschelde
Add Attenuation Model "NO" for AudioStreamPlayer3D
2019-04-22Merge pull request #28125 from KoBeWi/code_true_codeRémi Verschelde
Consistently wrap booleans in [code]
2019-04-22Merge pull request #28140 from Daw11/orphan-nodesRémi Verschelde
Add a monitor for the orphan nodes
2019-04-22Add Attenuation Model "DISABLED" for AudioStreamPlayer3DNils ANDRÉ-CHANG
2019-04-19Added minimal documentation for _get_configuration_warning methodHasan Yusuf Ahmed
(cherry picked from commit 0eeb1a7d0d540073a6e62e3203d304730493faf8)
2019-04-19Merge pull request #28192 from akien-mga/doc-unused-demosRémi Verschelde
doc: Drop unused <demos> tag, sync classref
2019-04-19doc: Sync classref with current sourceRémi Verschelde
2019-04-19doc: Drop unused <demos> tagRémi Verschelde
2019-04-17Add a monitor for the orphan nodesDaw11
- Allow the user to keep track of the nodes that might leak - Possible fix for #27103
2019-04-17Fixed copy&paste error #28117Soham Kar
Changed "left to right" in VSplitContainer to "top to bottom".
2019-04-17Consistently wrap booleans in [code]Tomasz Chabora
2019-04-16Merge pull request #27762 from rcorre/anim_docsMax Hilbrunner
AnimationNode* docs
2019-04-16Merge pull request #27937 from KoBeWi/sliderdocsMax Hilbrunner
Added some documentation for Slider
2019-04-16Merge pull request #27953 from siddharth952/v_scroll_speedMax Hilbrunner
Fixes documentation of v_scroll_speed and wrap_enabled
2019-04-15doc: Add note about VisibilityNotifier.is_on_screen after instantiationRémi Verschelde
Fixes #9430.
2019-04-15doc: Sync classref with current sourceRémi Verschelde
2019-04-12fixes #25707 documentation of v_scroll_speedSiddharth
Fixes #25707 Update TextEdit.xml
2019-04-11Document String's 'is_valid_filename()'Michael Alexsander Silva Dias
2019-04-11Added some documentation for SliderTomasz Chabora
2019-04-09Fill out some of the AnimationNode docs.Ryan Roden-Corrent
The API docs for various animation nodes are pretty empty, yet the tutorial at https://docs.godotengine.org/en/latest/tutorials/animation/animation_tree.html contains some details. These details should be included in the API docs so looking up a particular class actually provides some information rather than requiring the user to hunt for a different tutorial. This also links the AnimationTree tutorial and demo in the docs. I've found the TPS demo to be the best resource so far for learning how to use the AnimationTree. This should be easy to find if someone looks up the AnimationTree API docs. Finally, this fixes a param typo in AnimationNodeStateMachine.
2019-04-09Merge pull request #27561 from KoBeWi/get_frame_docRémi Verschelde
Document SceneTree.get_frame() and persistent in add_to_group()
2019-04-09Merge pull request #27591 from toasteater/doc/rng-impl-notesRémi Verschelde
Improve RandomNumberGenerator docs.
2019-04-08Merge pull request #27506 from Chaosus/astarRémi Verschelde
Added functions to AStar for disable/enable points to effectivly create obstacles
2019-04-08Merge pull request #27452 from Chaosus/direction_toRémi Verschelde
Added method to retrieve a direction vector from one point to another
2019-04-08Merge pull request #27802 from Chaosus/fix_smoothstep_docsYuri Roubinsky
Fix smooth_step to smoothstep in docs
2019-04-08Fix smooth_step to smoothstep docsChaosus
2019-04-08Merge pull request #27698 from YeldhamDev/doc_tilemap_setcell_overrideRémi Verschelde
Document TileMap's new 'set_cell' internal override capability
2019-04-08Merge pull request #27231 from Chaosus/smoothstepRémi Verschelde
Added smoothstep built-in function
2019-04-08Added functions to AStar for disable/enable pointsChaosus
2019-04-07Added smoothstep built-in functionChaosus
2019-04-07Merge pull request #27156 from BastiaanOlij/add_height_map_shapeRémi Verschelde
Added height map shape that implement heightmap collision shape
2019-04-07Merge pull request #25630 from BastiaanOlij/arvr_positional_meshRémi Verschelde
Added a mesh interface to the arvr positional trackers
2019-04-07Merge pull request #27043 from Chaosus/randfnYuri Roubinsky
Added gaussian distribution function to RNG
2019-04-06Merge pull request #26609 from nekomatata/shadow_offsetTimo
Support for shadow offset in box style
2019-04-06Merge pull request #26715 from shartte/patch-1Rémi Verschelde
Clarify encoding used for text by the File class
2019-04-06Merge pull request #25624 from nekomatata/texture-rect-flipRémi Verschelde
Add ability to flip TextureRect horizontally or vertically
2019-04-06Clarify encoding used for text by the File classshartte
2019-04-06Add example of loading a font from .ttf filefollower
As this is a multi-step process it would be nice to have this documented.
2019-04-05Document TileMap's new 'set_cell' internal override capabilityMichael Alexsander Silva Dias
2019-04-05Add Open Asset Import Library to Godot.K. S. Ernest (iFire) Lee
FBX support and MMD (pmx) support. Normals, Albedo, Metallic, and Roughness through Arnold 5 Materials for Maya FBX. Maya FBX Stingray PBS support. Importing FBX static meshes work. Importing FBX animations is a work in progress. Supports FBX 4 bone influence animations. Supports FBX blend shapes. MMDs do not have an associated animation import yet. Sponsored by IMVU Inc.
2019-04-05Added direction_to method to vectorsChaosus
2019-04-05Merge pull request #27153 from YeldhamDev/animsprite_backwardsRémi Verschelde
Make AnimatedSprite able to play backwards