summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2020-08-31Add link titles for all links in the class referenceHugo Locurcio
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
2020-08-31Merge pull request #41601 from hinlopen/remember-last-filter-orderRémi Verschelde
Fix not saving new filter order in project manager
2020-08-31Merge pull request #41520 from Tony-Goat/patch-1Rémi Verschelde
Added string length checking to LineEdit.set_text()
2020-08-31Merge pull request #41602 from Andy0903/option-button-signal-word-order-fixRémi Verschelde
OptionButton.xml word order fix
2020-08-31Merge pull request #30148 from zaksnet/fix-texture-editorRémi Verschelde
Adds automatic update for StyleBoxTexture > region_rect
2020-08-31Merge pull request #41457 from KoBeWi/caRémi Verschelde
Explain editor usage of current_animation
2020-08-31Merge pull request #41012 from mrushyendra/cursor_openRémi Verschelde
Updated cursor positioning description for File open()
2020-08-31Merge pull request #40998 from Calinou/doc-httprequest-get-request-dataRémi Verschelde
Document HTTPRequest not supporting request data with GET method
2020-08-31Merge pull request #41018 from Calinou/doc-theme-constantsRémi Verschelde
Improve the documentation related to overriding GUI theme items
2020-08-31Merge pull request #41605 from clayjohn/VULKAN-glowRémi Verschelde
Fix recent glow regressions
2020-08-31Merge pull request #41645 from akien-mga/classrefRémi Verschelde
doc: Sync classref with current source
2020-08-31Merge pull request #41077 from Calinou/doc-find-node-find-parentRémi Verschelde
Mention performance caveats about `find_node()` and `find_parent()`
2020-08-31Merge pull request #38580 from aaronfranke/import-dockRémi Verschelde
Make the Import dock depend on the FileSystem dock for editor feature profiles
2020-08-31Merge pull request #41628 from m4gr3d/fix_textedit_movement_bug_masterRémi Verschelde
Fix issue causing the textedit to move upward
2020-08-31Merge pull request #41633 from Xrayez/expose-atex-max-framesRémi Verschelde
Make `AnimatedTexture.MAX_FRAMES` public
2020-08-31doc: Sync classref with current sourceRémi Verschelde
2020-08-31Merge pull request #41638 from skyace65/TextureRémi Verschelde
Clarify get_data texture method
2020-08-31Merge pull request #40955 from Calinou/test-add-expressionRémi Verschelde
Add a test suite for Expression
2020-08-30Clarify get_data texture methodskyace65
2020-08-30Make `AnimatedTexture.MAX_FRAMES` publicAndrii Doroshenko (Xrayez)
The constant is already exposed in GDScript, but not in C++. This information is useful for implementing animated texture resource importers via modules.
2020-08-30Fix issue causing the textedit to move upwardFredia Huya-Kouadio
2020-08-30Merge pull request #41613 from neikeq/possiblyRémi Verschelde
Fix clang-tidy warnings due to semicolon after mono module macros
2020-08-30Merge pull request #41611 from neikeq/issue-41444Rémi Verschelde
C#: Fix crash on export when incorrectly freeing MonoAssemblyName
2020-08-30Merge pull request #41610 from neikeq/invalid-cast-export-csharp-i18nRémi Verschelde
C#: Fix InvalidCastException on export
2020-08-30Merge pull request #41609 from neikeq/editor-debugger-plugin-uninitializedRémi Verschelde
Fix crash because of initialized EditorDebuggerPlugin field
2020-08-30Fix clang-tidy warnings due to semicolon after mono module macrosIgnacio Etcheverry
This also enforces them to end with a semicolon.
2020-08-30C#: Fix InvalidCastException on exportIgnacio Etcheverry
2020-08-30Fix crash because of initialized EditorDebuggerPlugin fieldIgnacio Etcheverry
2020-08-30C#: Fix crash on export when incorrectly freeing MonoAssemblyNameIgnacio Etcheverry
2020-08-29Mention performance caveats about `find_node()` and `find_parent()`Hugo Locurcio
See https://github.com/godotengine/godot-proposals/issues/1303.
2020-08-29Fix recent glow regressionsclayjohn
2020-08-29Adds automatic update for region_rectZak
When changing the texture region for a StyleBox, the regions was not updating automatically in the Texture editor.
2020-08-29Explain editor usage of current_animationTomasz Chabora
2020-08-29OptionButton.xml word order fixAndreas Gustafsson
Change word order of 'Emitted the when...' into 'Emitted when the...'
2020-08-29Fix not saving new filter orderStijn Hinlopen
2020-08-29Merge pull request #41375 from Thaina/patch-1Rémi Verschelde
Mono: Improve MSBuildFinder logic on Windows
2020-08-29Merge pull request #41521 from Calinou/doc-accelerometer-platformsRémi Verschelde
Document supported platforms for `Input.get_accelerometer()` and related
2020-08-29Mono: Improve MSBuildFinder logic on WindowsThaina Yu
Support detecting both 32-bit and 64-bit installations of `vswhere.exe`.
2020-08-29Merge pull request #41350 from skyace65/tilemapRémi Verschelde
Add defaults to tilemap set_cell function example
2020-08-29Merge pull request #41588 from YeldhamDev/proj_editor_search_placeholdersRémi Verschelde
Add placeholders to the searchbars in the Project/Editor settings
2020-08-29Merge pull request #41590 from Calinou/doc-thread-no-debuggingRémi Verschelde
Document the GDScript debugger not supporting Thread yet
2020-08-29Merge pull request #41584 from TwistedTwigleg/Godot_Physics_2D_Regression_FixRémi Verschelde
Godot master 2D Physics Regression fix
2020-08-29Document the GDScript debugger not supporting Thread yetHugo Locurcio
See https://github.com/godotengine/godot/issues/2446.
2020-08-29Document supported platforms for `Input.get_accelerometer()` and relatedHugo Locurcio
This closes #41303.
2020-08-28Add placeholders to the searchbars in the Project/Editor settingsMichael Alexsander
2020-08-28Merge pull request #41441 from YeldhamDev/input_docs_mouse_captureRémi Verschelde
State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docs
2020-08-28Merge pull request #41507 from skyace65/AudioListenerRémi Verschelde
Mention listener node in AudioStreamPlayer3D description
2020-08-28State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docsMichael Alexsander
2020-08-28Fixed 2D physics regression that causes RigidBody2D nodes to spin ↵TwistedTwigleg
uncontrollably when colliding
2020-08-28Merge pull request #41580 from Calinou/doc-gdscript-round-referencesRémi Verschelde
Cross-reference GDScript built-in rounding methods to ease discovery