summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2022-01-06Add a GDScript template for `VisualShaderNodeCustom`Yuri Roubinsky
2022-01-05Merge pull request #56479 from V-Sekai/import-optionsRémi Verschelde
2022-01-05Merge pull request #56047 from piiertho/feature/osx-sign-directoryRémi Verschelde
2022-01-05Added material_overlay property to MeshInstance3DFernando Cosentino
Applying overlay materials into multi-surface meshes currently requires adding a next pass material to all the surfaces, which might be cumbersome when the material is to be applied to a range of different geometries. This also makes it not trivial to use AnimationPlayer to control the material in case of visual effects. The material_override property is not an option as it works replacing the active material for the surfaces, not adding a new pass. This commit adds the material_overlay property to GeometryInstance3D (and therefore MeshInstance3D), having the same reach as material_override (that is, all surfaces) but adding a new material pass on top of the active materials, instead of replacing them.
2022-01-05options dict is now passed to _import_scene.K. S. Ernest (iFire) Lee
2022-01-05Merge pull request #56293 from skyace65/CullModeMaterialRémi Verschelde
Fix and improve cull mode description in material
2022-01-05Merge pull request #56495 from Calinou/doc-input-ghostingRémi Verschelde
Document keyboard ghosting caveats in Input and InputEvent
2022-01-05Document keyboard ghosting caveats in Input and InputEventHugo Locurcio
This also adds recommendations for choosing between `is_physical_key_pressed()` and `is_key_pressed()`.
2022-01-05Fix missing period in `CanvasItem.draw_primitive()` descriptionHugo Locurcio
2022-01-04Fix and improve cull mode description in materialskyace65
2022-01-04Improve the CanvasItem class documentationHugo Locurcio
2022-01-04Merge pull request #55332 from Calinou/voxelgidata-tweak-default-dynamic-rangeRémi Verschelde
Decrease the default dynamic range in VoxelGIData to 2.0
2022-01-04Merge pull request #56295 from aaronfranke/doc-midiRémi Verschelde
2022-01-04Merge pull request #55790 from Calinou/renderingserver-add-device-type-getterRémi Verschelde
Add `RenderingServer.get_video_adapter_type()` method
2022-01-04Merge pull request #56305 from Calinou/rename-lod-thresholdRémi Verschelde
2022-01-04Merge pull request #55386 from Calinou/allow-disable-depth-prepassRémi Verschelde
2022-01-04Document InputEventMIDI and add some missing 0xF MIDI messagesAaron Franke
2022-01-04Merge pull request #55370 from ↵JFonS
Calinou/geometryinstance3d-lod-fade-node-configuration-warning Emit node configuration warnings for GeometryInstance3D distance fade
2022-01-04Merge pull request #56228 from KoBeWi/returns_whatMax Hilbrunner
Fix get_v_scroll() desctiption in ItemList
2022-01-04Merge pull request #56377 from Calinou/doc-basematerial3d-flowmap-formatMax Hilbrunner
Document the expected format of anisotropy flowmaps in BaseMaterial3D
2022-01-04Merge pull request #56462 from Calinou/doc-lerpMax Hilbrunner
Improve `lerp()`, `lerp_angle()` and `inverse_lerp()` documentation
2022-01-04Merge pull request #53313 from KoBeWi/debinded_konnektRémi Verschelde
2022-01-04Merge pull request #51206 from clayjohn/Vulkan-ASSGIRémi Verschelde
2022-01-04Improve `lerp()`, `lerp_angle()` and `inverse_lerp()` documentationHugo Locurcio
This clarifies that `lerp()` can be used both for interpolation and extrapolation.
2022-01-04Merge pull request #56209 from skyace65/mouseInputEventRémi Verschelde
Improve mouse input event class reference
2022-01-03Update copyright statements to 2022Rémi Verschelde
Happy new year to the wonderful Godot community!
2022-01-03Merge pull request #55487 from YeldhamDev/scroll_bikesheddingRémi Verschelde
2022-01-02Fix usage of "Return" in the docskobewi
2022-01-02Merge pull request #56315 from luzpaz/typosMax Hilbrunner
Fix various typos
2022-01-02Merge pull request #53020 from Lertsenem/doc/fix_vector2_reflectMax Hilbrunner
Fix error in Vector2.reflect() description
2022-01-02Fix various typosluz paz
Found via ` codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,expct,fave,findn,gird,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint,varn` Update editor/import/resource_importer_layered_texture.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update doc/classes/TileSetScenesCollectionSource.xml Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/graph_edit.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/resources/animation.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Update scene/gui/rich_text_label.cpp Co-authored-by: Raul Santos <raulsntos@gmail.com> Revert previously committed change
2022-01-01Improve mouse input event class referenceskyace65
2022-01-02Merge pull request #56184 from skyace65/ObjectNotificationsLinkMax Hilbrunner
Add a link to the notifications tutorial page in the object class reference
2021-12-31Merge pull request #56261 from skyace65/OSDebugMax Hilbrunner
State that get static memory usage only works in debug
2021-12-31Document the expected format of anisotropy flowmaps in BaseMaterial3DHugo Locurcio
2021-12-29Add warning to only use convex hull points when setting the point property ↵skyace65
for convex polygon shape
2021-12-29Merge pull request #56214 from timothyqiu/alpha-channelClay John
Alpha channel indicates opacity, not transparency
2021-12-29Rename Lod Threshold to Mesh Lod ThresholdHugo Locurcio
This makes it more obvious that the setting only affects mesh LOD, not manual (H)LOD achieved using visibility ranges.
2021-12-28OSX: Add signing of directory structure in Library when exporting for OSX.Pierre-Thomas Meisels
OSX: Add exporting of folder structure in PlugIns when exporting for OSX.
2021-12-27Fix "flip faces" descriptionskyace65
2021-12-26State that get static memory usage only works in debugskyace65
2021-12-24Fix get_v_scroll() desctiption in ItemListkobewi
2021-12-24Alpha channel indicates opacity, not transparencyHaoyu Qiu
2021-12-22Add a link to the notifications tutorial page in the object class referenceskyace65
2021-12-23Merge pull request #55636 from bruvzg/vis_char_modesRémi Verschelde
Add different "visible characters" behavior modes.
2021-12-23Fix `make_rst.py` missing escape in front of some linksHaoyu Qiu
2021-12-21Merge pull request #56127 from akien-mga/doc-makerst-lang-headingsRémi Verschelde
2021-12-21i18n: Add `--lang` option to `make_rst.py` to write translated headingsRémi Verschelde
Add a few missing headings to the translation templates.
2021-12-21i18n: Sync classref translations with 3.x branch (3.5-beta)Rémi Verschelde
This is the new base branch for the classref translations to prepare them for the 3.5 release. This means that the 3.4 class ref translations will likely no longer get updates, as we can't easily maintain two slightly different branches on Weblate. (cherry picked from commit aac4e3614975303330a7e2aa719b7a05ae8333e5)
2021-12-21i18n: Sync classref translations with WeblateRémi Verschelde
(cherry picked from commit eb4816ee130f3258849febecb44b8d013bf346a1)