summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
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-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
2019-08-09Add Tree iteration instructions thorugh TreeItemTwarit Waikar
2019-08-08Merge pull request #30714 from Calinou/invert-default-fog-heightRémi Verschelde
2019-08-08Merge pull request #31195 from bojidar-bg/31143-funcref-call_funcvRémi Verschelde
2019-08-08Add FuncRef.call_funcvBojidar Marinov
2019-08-08Merge pull request #31047 from Zylann/save_exrRémi Verschelde
2019-08-07Add Image.save_exr()Marc Gilleron
2019-08-07Invert and adjust the default fog height valuesHugo Locurcio
2019-08-07Merge pull request #31119 from KoBeWi/full_controlRémi Verschelde
2019-08-07Complete the Control class documentationTomasz Chabora
2019-08-07Merge pull request #31127 from MuffinManKen/checkbox_implement_check_vadjustRémi Verschelde
2019-08-07Merge pull request #30468 from SaracenOne/expose_audio_captureRémi Verschelde
2019-08-06Implemented check_vadjust in CheckBox & CheckButton. It was exposed to the ed...Ken Paulson
2019-08-06Tweaks related to Camera2D drag marginsTomasz Chabora
2019-08-06Merge pull request #30998 from Calinou/cap-warnings-errors-per-secondRémi Verschelde
2019-08-05doc: Sync classref with current sourceRémi Verschelde
2019-08-02Mention 32-bit integer limit in the PoolIntArray documentationHugo Locurcio
2019-07-31Cap the number of warnings/errors per second rather than per frameHugo Locurcio
2019-07-31Implement copy/paste in visual shadersChaosus
2019-07-30Merge pull request #30890 from KoBeWi/how_to_actionRémi Verschelde
2019-07-29doc: Sync classref with current sourceRémi Verschelde
2019-07-29Fix set_default_cursor_shape always sending motion eventGuilherme Felipe
2019-07-29Merge pull request #30898 from clayjohn/max-lights-reflectionsRémi Verschelde
2019-07-28add project setting for max lights and reflections in gles3clayjohn
2019-07-28Clarify is_action_pressed() for multiple assigned buttonsTomasz Chabora
2019-07-27Add frame_cords accessors to Sprite and Sprite3Dgroud