summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2020-06-16Merge pull request #37903 from Xrayez/shape-2d-draw-bindRémi Verschelde
Bind Shape2D draw method
2020-06-16Merge pull request #39126 from TwistedTwigleg/GSOC_2020_Working_BranchRémi Verschelde
Skeleton and Skeleton inspector low-level changes
2020-06-15Merge pull request #39189 from touilleMan/issue-38925Rémi Verschelde
Unify OS.get_system_time_* and OS.get_unix_time
2020-06-15Made low level changes to the Skeleton3D class and Skeleton3D inspector. ↵TwistedTwigleg
Changes listed below: * Added helper functions to Skeleton3D for converting transforms from bone space to global space, and vice versa. * Updated the Skeleton3D class reference. * Changed the icon used for bones in the Skeleton3D inspector to use BoneAttachement3D's icon. * Changed the Skeleton3D inspector to use EditorPropertyTransform and EditorPropertyVector3 when possible. * Placed the Transform/Matrix for each bone in a sub-section, so it is visually similar to the Node3D inspector.
2020-06-15Merge pull request #39546 from vorblen/masterRémi Verschelde
Add description for "absorbent" and "rough"
2020-06-15Merge pull request #39439 from Lefl1/rename_get_action_listRémi Verschelde
Renamed InputMap.get_action_list to InputMap.action_get_events
2020-06-15Renamed InputMap.get_action_list to InputMap.get_action_eventsLennard
2020-06-15Add description for "absorbent" and "rough"Vorblen
2020-06-15Merge pull request #39322 from dominiks/filedialog-title-docRémi Verschelde
Add note about automatic window title to FileDialog documentation.
2020-06-15Merge pull request #39457 from bruvzg/kbd_layoutsRémi Verschelde
Add keyboard layout enumeration / set / get functions.
2020-06-15Merge pull request #39490 from Calinou/doc-node-virtual-method-treeRémi Verschelde
Clarify Node virtual methdods not being called if node is orphan
2020-06-15Merge pull request #39521 from 31/fix-image-createfromdataRémi Verschelde
Fix Image.create_from_data "use_mipmaps" class doc
2020-06-15Merge pull request #39462 from Calinou/doc-in-operatorRémi Verschelde
Document the `in` operator in String, Array and Dictionary classes
2020-06-15Merge pull request #39520 from skyace65/labelRémi Verschelde
Fix label percent visible doc description
2020-06-14Fix label percent visible doc descriptionskyace65
2020-06-14Document how to resize a SubViewportContainer to avoid stretchingHugo Locurcio
This closes #27534.
2020-06-14Merge pull request #39529 from ricardoprins/pr/39419Rémi Verschelde
Add description to TileSet.is_tile_bound() method
2020-06-13Add description to TileSet.is_tile_bound() methodRicardo Prins
2020-06-13Fix Material.render_priority doc: no opaque sort31
Opaque objects are rendered using the depth buffer, so the end result appears sorted, but the opaque objects themselves are not sorted.
2020-06-13Fix Image.create_from_data use_mipmaps doc31
The Image.create_from_data doc describes the "use_mipmaps" argument as a way to generate mipmaps, but this method only allocates and loads data. This can cause confusion, where this function reads more or less data than expected. Update the doc to be more specific that create_from_data is loading the mipmaps from the raw data.
2020-06-13Add keyboard layout enumeration / set / get functions (macOS, Windows, ↵bruvzg
Linux/X11), remove latin variant function.
2020-06-12Clarify Node virtual methdods not being called if node is orphanHugo Locurcio
This closes #39489.
2020-06-12Document the `in` operator in String, Array and Dictionary classesHugo Locurcio
This also clarifies the `in` operator behavior in Object.
2020-06-11doc: Sync classref with current sourceRémi Verschelde
2020-06-11Merge pull request #39355 from SaviHex/better-docs-linksRémi Verschelde
Added a "title" attribute for the link tag in the docs xml
2020-06-11Adds full description for AudioEffectRecord.xmlVictoria Fisher
2020-06-10Added a "title" attribute for the link tag in the docs xmlSaviHex
2020-06-10Merge pull request #39430 from Calinou/doc-3d-light-radiusRémi Verschelde
Improve the 3D light documentations
2020-06-10Improve the 3D light documentationsHugo Locurcio
See https://github.com/godotengine/godot-docs/issues/3670.
2020-06-10Merge pull request #39409 from akien-mga/astar-get_closest_point-deterministicRémi Verschelde
AStar: Make get_closest_point() deterministic for equidistant points
2020-06-10Merge pull request #39413 from akien-mga/doc-file-store-signed-intsRémi Verschelde
doc: Make File store/get integer methods clearer
2020-06-10Merge pull request #39429 from Calinou/doc-dictionary-hash-orderRémi Verschelde
Mention ordering caveats for `Dictionary.hash()`
2020-06-10Mention ordering caveats for `Dictionary.hash()`Hugo Locurcio
See https://github.com/godotengine/godot/issues/27615.
2020-06-09doc: Make File store/get integer methods clearerRémi Verschelde
Add an example on how to store signed integers on less than 64 bits, using one bit for the signedness.
2020-06-09Merge pull request #39391 from YeldhamDev/filediag_file_iconRémi Verschelde
Add generic file icon and its modulation to the 'FileDialog'
2020-06-09Update Rigidbody 2D and 3D sleep documentation.Marcel Admiraal
2020-06-09AStar: Make get_closest_point() deterministic for equidistant pointsRémi Verschelde
Closes godotengine/godot-docs#3667. Supersedes #39405.
2020-06-08Add generic file icon and its modulation to the 'FileDialog'Michael Alexsander
2020-06-05Add note about automatic window title to FileDialog documentation.dominiks
2020-06-04Correct misspellings of damped spring.Marcel Admiraal
2020-06-04doc: Sync classref with current sourceRémi Verschelde
2020-06-03Merge pull request #39257 from Chaosus/fix_integer_vectors_docRémi Verschelde
Fix docs generation for Vector2i/Vector3i/Rect2i
2020-06-03Fix docs generation for Vector2i/Vector3i/Rect2iYuri Roubinsky
2020-06-03Merge pull request #39113 from nekomatata/bbcode-image-colorRémi Verschelde
Add color option for img bbcode tag in RichTextLabel to tint images
2020-06-03Merge pull request #39130 from Calinou/dynamicfont-disable-outline-antialiasingRémi Verschelde
Disable antialiasing on the DynamicFont outline as well when requested
2020-06-02Merge pull request #39210 from Calinou/directional-light-performance-hintRémi Verschelde
Add performance hints to the DirectionalLight shadow mode property hint
2020-06-02Clarify usage of AnimationPlayer with AnimationTree and fill in empty method ↵Maganty Rushyendra
descriptions Add clarification to docs to explain that when an `AnimationPlayer` object is paired with an `AnimationTree`, several properties and methods exposed by the `AnimationPlayer` class may not work as expected. The issues occur because an `AnimationTree` runs independently, and uses its member `AnimationPlayer* player` primarily for its `Map<StringName, AnimationData> animation_set`. Added descriptions for `root_motion_track` and `get_root_motion_transform`.
2020-06-01Add performance hints to the DirectionalLight shadow mode property hintHugo Locurcio
This also clarifies some parts in the DirectionalLight documentation.
2020-05-31Remove OS.get_system_time_secs/get_system_time_msecs and change ↵Emmanuel Leblond
OS.get_unix_time return type to double
2020-05-30Add color option for img bbcode tag in RichTextLabel to tint imagesPouleyKetchoupp