summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2019-09-15Improve the `Image.get_pixel()` and `Image.get_pixelv()` documentationHugo Locurcio
2019-09-04Merge pull request #31461 from IronicallySerious/add-vcs-integrationRémi Verschelde
2019-09-03Add an overridable VCS Interface for the editorTwarit
2019-09-03Merge pull request #31389 from Calinou/add-node-commentsRémi Verschelde
2019-09-03Merge pull request #31507 from YeldhamDev/button_icon_expandRémi Verschelde
2019-09-02Merge pull request #31571 from NeoSpark314/tonemapping_none_optionRémi Verschelde
2019-09-01Merge pull request #31865 from Xrayez/geometry-remove-transformRémi Verschelde
2019-09-01Merge pull request #31862 from Chaosus/vs_custom_tutorialRémi Verschelde
2019-09-01Remove redundant transform method in Geometry singletonAndrii Doroshenko (Xrayez)
2019-09-01Merge pull request #31761 from Xrayez/trans2d-vector2arrayRémi Verschelde
2019-09-01Merge pull request #31667 from YeldhamDev/geometry_point_circle_cleanupRémi Verschelde
2019-09-01Added link to tutorial for VisualShaderNodeCustomChaosus89
2019-09-01Merge pull request #31833 from Calinou/doc-improve-audiostreamRémi Verschelde
2019-09-01Fix resizer icon visiblity on light theme in GraphNodeChaosus89
2019-08-31Improve AudioStreamSample and AudioStreamGenerator documentationHugo Locurcio
2019-08-29Removed clamping of the Linear tonemapping when KEEP_3D_LINEARHolger Dammertz
2019-08-29Add feature to Button to make its icon expand/shrink with the button's sizeMichael Alexsander Silva Dias
2019-08-29doc: Sync classref with current sourceRémi Verschelde
2019-08-29Add transform methods for PoolVector*ArrayAndrii Doroshenko (Xrayez)
2019-08-29Merge pull request #31748 from Calinou/add-project-descriptionRémi Verschelde
2019-08-28Fix wrong offset in Button when alignment is set to leftMichael Alexsander Silva Dias
2019-08-28Add a project description settingHugo Locurcio
2019-08-27Add 'is_point_in_circle()' to Geometry class, and general file cleanupMichael Alexsander Silva Dias
2019-08-27Tweak the default fog depth end to use a fixed valueHugo Locurcio
2019-08-27Merge pull request #31662 from profan/perf/astar-reserveRémi Verschelde
2019-08-27allow to reserve space in OAHashMap explicitly and also in AStar.Robin Hübner
2019-08-26[macOS] Add methods to modify global and dock menus. Add ability to open mult...bruvzg
2019-08-24Tree: fix and expose icon modulationmerumelu
2019-08-23Add an `editor_description` property to Node for documentation purposesHugo Locurcio
2019-08-23Merge pull request #31094 from aaronfranke/vector-sign-mod-etcRémi Verschelde
2019-08-22Merge pull request #31386 from raphael10241024/fix_inertiaRémi Verschelde
2019-08-22doc: Sync classref with current sourceRémi Verschelde
2019-08-22Fix custom inertia in physics2d, closes#30838RaphaelHunter
2019-08-22Revert "Feature: Add SHA256 for PoolByteArray"Rémi Verschelde
2019-08-21Merge pull request #31437 from volzhs/vibrate-mobileRémi Verschelde
2019-08-21Rename FileDialog's folder icon custom color to `folder_icon_modulate`Hugo Locurcio
2019-08-21Support vibration for Android and iOSvolzhs
2019-08-21Improve the GeometryInstance class documentationHugo Locurcio
2019-08-20Merge pull request #31486 from KoBeWi/typos_must_dieRémi Verschelde
2019-08-19Fix various typos and style errors in textTomasz Chabora
2019-08-19Mention caveat with looped animations in `AnimationPlayer.queue()`Hugo Locurcio
2019-08-17Add Vector2/3 sign and posmod functions, misc additionsAaron Franke
2019-08-17Clarify usage of action_pressTomasz Chabora
2019-08-14Documentation note that Node::add_child() fails if child already has a parentzzwx
2019-08-14Plugin support for visual shadersYuri Roubinski
2019-08-14Exposed set_as_minsize to gdscriptFabian
2019-08-13doc: Sync classref with current sourceRémi Verschelde
2019-08-12Improve documentation of EditorPlugin.add_tool_submenu_item methodMax Hunt
2019-08-12Merge pull request #31274 from nekomatata/doc-hint-rangeRémi Verschelde
2019-08-10Updated doc for PROPERTY_HINT_RANGE (or_greater/or_lesser instead of allow_gr...PouleyKetchoupp