summaryrefslogtreecommitdiff
path: root/doc/classes
AgeCommit message (Collapse)Author
2021-04-23Merge pull request #48106 from Calinou/doc-project-settings-feature-tagsRémi Verschelde
Link to Feature tags more explicitly in ProjectSettings documentation
2021-04-23Merge pull request #48129 from kleonc/args-masterRémi Verschelde
Docs: Minor argument names fix
2021-04-23Merge pull request #47485 from rafallus/fix/rigidbody-crashRémi Verschelde
Fix crash on RigidBody _direct_state_changed
2021-04-23Docs: Minor argument names fixkleonc
2021-04-22Unexpose _direct_state_changed in PhysicsBodyrafallus
Removed _direct_state_changed bindings Affects 2D and 3D nodes Callbacks now use Callable Tests were changed accordingly
2021-04-22Call randomize() automaticallyTomasz Chabora
2021-04-22Link to Feature tags more explicitly in ProjectSettings documentationHugo Locurcio
2021-04-22ICU: Update to version 69.1, improve ICU data export process.bruvzg
2021-04-20Improve the `Engine.editor_hint` property documentationHugo Locurcio
2021-04-20Merge pull request #42770 from madmiraal/fix-26680Rémi Verschelde
Move collision layer and mask into CollisionObject.
2021-04-20Merge pull request #47896 from Calinou/videoplayer-stream-position-warningRémi Verschelde
Print a warning when trying to seek in VideoPlayer
2021-04-20Merge pull request #47983 from smix8/doc_animationnodetimeseekRémi Verschelde
Document AnimationNodeTimeSeek with clarified usage and code example
2021-04-20Merge pull request #47976 from RoniPerson/patch-4Rémi Verschelde
changed description of `merge_polygons`
2021-04-20Merge pull request #47953 from Calinou/doc-astar-thread-safetyRémi Verschelde
Document `AStar.get_point_path()` not being thread-safe
2021-04-20Merge pull request #47347 from nekomatata/heightmap-supportRémi Verschelde
Heightmap collision shape support in Godot Physics
2021-04-20Move collision layer and mask into CollisionObject.Marcel Admiraal
2021-04-20Merge pull request #47991 from LightningAA/regroup-area-inspector-4.0Rémi Verschelde
`Area[X]D`: Put physics override parameters in their own group and document that areas can be used to influence audio
2021-04-19doc: Sync classref with current sourceRémi Verschelde
2021-04-19Merge pull request #47448 from madmiraal/rename-lineedit-cursorRémi Verschelde
Rename LineEdit getters and setters to match property names
2021-04-18Put physics override parameters in their own group and document that areas ↵Lightning_A
can be used to influence audio
2021-04-17Document AnimationNodeTimeSeek with clarified usage and code examplesmix8
Document AnimationNodeTimeSeek with clarified usage and code example
2021-04-17changed description of `merge_polygons`RoniPerson
Clarified that the `merge_polygons` method can produce multiple holes.
2021-04-17Rename LineEdit caret_* properties getters and setters to match propertyMarcel Admiraal
2021-04-16Import: Cleanup and optimize etcpak compression methodRémi Verschelde
Avoid unnecessary allocation of temporary buffers for each mip, and creates only one Image with the compressed data. Also renames variable and reorders code for clarity. Clarify that squish is now only used for decompression. Documented which formats can be decompressed in Image.
2021-04-16Document `AStar.get_point_path()` not being thread-safeHugo Locurcio
2021-04-15Merge pull request #47878 from clayjohn/rename-get_surface_materialRémi Verschelde
Rename get_surface_material to get_surface_override_material
2021-04-14Rename get_surface_material to get_surface_override_materialclayjohn
2021-04-14Print a warning when trying to seek in VideoPlayerHugo Locurcio
Seeking isn't implemented in built-in video formats and can only be supported in GDNative-provided video formats.
2021-04-14Merge pull request #47797 from kleonc/capsulemesh_docs_fixRémi Verschelde
Fix docs description for CapsuleMesh::mid_height
2021-04-12Document overriding project settings that have feature tagsHugo Locurcio
This non-obvious behavior can take a while to discover and fix, so it's important to mention it in the class reference.
2021-04-12Merge pull request #43180 from nathanfranke/node-configuration-arrayRémi Verschelde
Use Array for node configuration warnings
2021-04-12Merge pull request #47709 from KoBeWi/node_that_changes_everythingRémi Verschelde
Expose edit_node() for editor plugins
2021-04-11Use Array for node configuration warningsNathan Franke
Previously, the warnings were passed as a string and delimitation of which were hard coded at each implementation.
2021-04-12Expose edit_node() for editor pluginskobewi
2021-04-11Fix docs description for CapsuleMesh::mid_heightkleonc
2021-04-10Merge pull request #46340 from gongpha/various-color-pickerRémi Verschelde
Add Various ColorPicker shapes
2021-04-09Add missing color argument in forward_canvas_draw_over_viewport example.Anders Stenberg
2021-04-07Merge pull request #43900 from nathanfranke/fix-stream-peer-tcp-ambiguityRémi Verschelde
Improve Ambiguous StreamPeerTCP `set_no_delay` Documentation
2021-04-06Add Various ColorPicker shapesKongfa Waroros
2021-04-05Merge pull request #47622 from pycbouh/editor-plugins-expose-scaleRémi Verschelde
Expose editor scale to the plugin API
2021-04-05Expose editor scale to the plugin APIYuri Sizov
2021-04-05Merge pull request #47638 from RoniPerson/patch-1Rémi Verschelde
Added missing `:` in gdscript example for `TileMap` class reference.
2021-04-05Merge pull request #47631 from pycbouh/update-misformatted-docsRémi Verschelde
Fix misformatted documentation from recent PRs
2021-04-05Added missing `:` in gdscript example.RoniPerson
2021-04-04Fix misformatted documentation from #47435, #42827, #46991Yuri Sizov
2021-04-04Merge pull request #46273 from Chaosus/vs_commentRémi Verschelde
Added Comment node to Visual Shaders
2021-04-03Merge pull request #47452 from BastiaanOlij/xr_positional_tracker_refRémi Verschelde
Change XRPositionalTracker to a reference (master)
2021-04-01Merge pull request #46991 from madmiraal/rename-invert-reverseRémi Verschelde
Rename Array.invert() to Array.reverse()
2021-03-31Merge pull request #47252 from KoBeWi/themecideRémi Verschelde
Add methods to remove theme overrides
2021-03-31Merge pull request #44289 from bruvzg/ctl_gl_contoursRémi Verschelde
Expose dynamic font vector outlines to the GDScript.