Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-08-31 | Add link titles for all links in the class reference | Hugo Locurcio | |
This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.) | |||
2020-08-31 | Merge pull request #41601 from hinlopen/remember-last-filter-order | Rémi Verschelde | |
Fix not saving new filter order in project manager | |||
2020-08-31 | Merge pull request #41520 from Tony-Goat/patch-1 | Rémi Verschelde | |
Added string length checking to LineEdit.set_text() | |||
2020-08-31 | Merge pull request #41602 from Andy0903/option-button-signal-word-order-fix | Rémi Verschelde | |
OptionButton.xml word order fix | |||
2020-08-31 | Merge pull request #30148 from zaksnet/fix-texture-editor | Rémi Verschelde | |
Adds automatic update for StyleBoxTexture > region_rect | |||
2020-08-31 | Merge pull request #41457 from KoBeWi/ca | Rémi Verschelde | |
Explain editor usage of current_animation | |||
2020-08-31 | Merge pull request #41012 from mrushyendra/cursor_open | Rémi Verschelde | |
Updated cursor positioning description for File open() | |||
2020-08-31 | Merge pull request #40998 from Calinou/doc-httprequest-get-request-data | Rémi Verschelde | |
Document HTTPRequest not supporting request data with GET method | |||
2020-08-31 | Merge pull request #41018 from Calinou/doc-theme-constants | Rémi Verschelde | |
Improve the documentation related to overriding GUI theme items | |||
2020-08-31 | Merge pull request #41605 from clayjohn/VULKAN-glow | Rémi Verschelde | |
Fix recent glow regressions | |||
2020-08-31 | Merge pull request #41645 from akien-mga/classref | Rémi Verschelde | |
doc: Sync classref with current source | |||
2020-08-31 | Merge pull request #41077 from Calinou/doc-find-node-find-parent | Rémi Verschelde | |
Mention performance caveats about `find_node()` and `find_parent()` | |||
2020-08-31 | Merge pull request #38580 from aaronfranke/import-dock | Rémi Verschelde | |
Make the Import dock depend on the FileSystem dock for editor feature profiles | |||
2020-08-31 | Merge pull request #41628 from m4gr3d/fix_textedit_movement_bug_master | Rémi Verschelde | |
Fix issue causing the textedit to move upward | |||
2020-08-31 | Merge pull request #41633 from Xrayez/expose-atex-max-frames | Rémi Verschelde | |
Make `AnimatedTexture.MAX_FRAMES` public | |||
2020-08-31 | doc: Sync classref with current source | Rémi Verschelde | |
2020-08-31 | Merge pull request #41638 from skyace65/Texture | Rémi Verschelde | |
Clarify get_data texture method | |||
2020-08-31 | Merge pull request #40955 from Calinou/test-add-expression | Rémi Verschelde | |
Add a test suite for Expression | |||
2020-08-30 | Clarify get_data texture method | skyace65 | |
2020-08-30 | Make `AnimatedTexture.MAX_FRAMES` public | Andrii 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-30 | Fix issue causing the textedit to move upward | Fredia Huya-Kouadio | |
2020-08-30 | Merge pull request #41613 from neikeq/possibly | Rémi Verschelde | |
Fix clang-tidy warnings due to semicolon after mono module macros | |||
2020-08-30 | Merge pull request #41611 from neikeq/issue-41444 | Rémi Verschelde | |
C#: Fix crash on export when incorrectly freeing MonoAssemblyName | |||
2020-08-30 | Merge pull request #41610 from neikeq/invalid-cast-export-csharp-i18n | Rémi Verschelde | |
C#: Fix InvalidCastException on export | |||
2020-08-30 | Merge pull request #41609 from neikeq/editor-debugger-plugin-uninitialized | Rémi Verschelde | |
Fix crash because of initialized EditorDebuggerPlugin field | |||
2020-08-30 | Fix clang-tidy warnings due to semicolon after mono module macros | Ignacio Etcheverry | |
This also enforces them to end with a semicolon. | |||
2020-08-30 | C#: Fix InvalidCastException on export | Ignacio Etcheverry | |
2020-08-30 | Fix crash because of initialized EditorDebuggerPlugin field | Ignacio Etcheverry | |
2020-08-30 | C#: Fix crash on export when incorrectly freeing MonoAssemblyName | Ignacio Etcheverry | |
2020-08-29 | Mention performance caveats about `find_node()` and `find_parent()` | Hugo Locurcio | |
See https://github.com/godotengine/godot-proposals/issues/1303. | |||
2020-08-29 | Fix recent glow regressions | clayjohn | |
2020-08-29 | Adds automatic update for region_rect | Zak | |
When changing the texture region for a StyleBox, the regions was not updating automatically in the Texture editor. | |||
2020-08-29 | Explain editor usage of current_animation | Tomasz Chabora | |
2020-08-29 | OptionButton.xml word order fix | Andreas Gustafsson | |
Change word order of 'Emitted the when...' into 'Emitted when the...' | |||
2020-08-29 | Fix not saving new filter order | Stijn Hinlopen | |
2020-08-29 | Merge pull request #41375 from Thaina/patch-1 | Rémi Verschelde | |
Mono: Improve MSBuildFinder logic on Windows | |||
2020-08-29 | Merge pull request #41521 from Calinou/doc-accelerometer-platforms | Rémi Verschelde | |
Document supported platforms for `Input.get_accelerometer()` and related | |||
2020-08-29 | Mono: Improve MSBuildFinder logic on Windows | Thaina Yu | |
Support detecting both 32-bit and 64-bit installations of `vswhere.exe`. | |||
2020-08-29 | Merge pull request #41350 from skyace65/tilemap | Rémi Verschelde | |
Add defaults to tilemap set_cell function example | |||
2020-08-29 | Merge pull request #41588 from YeldhamDev/proj_editor_search_placeholders | Rémi Verschelde | |
Add placeholders to the searchbars in the Project/Editor settings | |||
2020-08-29 | Merge pull request #41590 from Calinou/doc-thread-no-debugging | Rémi Verschelde | |
Document the GDScript debugger not supporting Thread yet | |||
2020-08-29 | Merge pull request #41584 from TwistedTwigleg/Godot_Physics_2D_Regression_Fix | Rémi Verschelde | |
Godot master 2D Physics Regression fix | |||
2020-08-29 | Document the GDScript debugger not supporting Thread yet | Hugo Locurcio | |
See https://github.com/godotengine/godot/issues/2446. | |||
2020-08-29 | Document supported platforms for `Input.get_accelerometer()` and related | Hugo Locurcio | |
This closes #41303. | |||
2020-08-28 | Add placeholders to the searchbars in the Project/Editor settings | Michael Alexsander | |
2020-08-28 | Merge pull request #41441 from YeldhamDev/input_docs_mouse_capture | Rémi Verschelde | |
State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docs | |||
2020-08-28 | Merge pull request #41507 from skyace65/AudioListener | Rémi Verschelde | |
Mention listener node in AudioStreamPlayer3D description | |||
2020-08-28 | State how 'MOUSE_MODE_CAPTURED' actually works in the 'Input' docs | Michael Alexsander | |
2020-08-28 | Fixed 2D physics regression that causes RigidBody2D nodes to spin ↵ | TwistedTwigleg | |
uncontrollably when colliding | |||
2020-08-28 | Merge pull request #41580 from Calinou/doc-gdscript-round-references | Rémi Verschelde | |
Cross-reference GDScript built-in rounding methods to ease discovery |