Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | 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 | 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 | |||
2020-08-28 | Merge pull request #41581 from Calinou/doc-media-back-key | Rémi Verschelde | |
Clarify that `KEY_BACK` is unrelated to the Back button on Android | |||
2020-08-28 | Merge pull request #41569 from hinlopen/project-manager-refactor | Rémi Verschelde | |
Refactor project filter in Project Manager | |||
2020-08-28 | Clarify that `KEY_BACK` is unrelated to the Back button on Android | Hugo Locurcio | |
This closes #19325. | |||
2020-08-28 | Cross-reference GDScript built-in rounding methods to ease discovery | Hugo Locurcio | |
This closes #19315. | |||
2020-08-28 | Merge pull request #41573 from skyace65/Thread | Rémi Verschelde | |
Add information to get thread id | |||
2020-08-28 | Merge pull request #41566 from skyace65/TouchScreenButton | Rémi Verschelde | |
Improve touch screen button description | |||
2020-08-28 | Merge pull request #41563 from skyace65/RigidBody | Rémi Verschelde | |
Document where the center of mass is for RigidBody nodes | |||
2020-08-28 | Merge pull request #41547 from vnen/gdscript-2-fixes | Rémi Verschelde | |
Some more GDScript fixes | |||
2020-08-27 | Add information to get thread id | skyace65 | |
2020-08-27 | Merge pull request #41562 from Calinou/remove-community-health-files | Rémi Verschelde | |
Remove community health files from this repository | |||
2020-08-27 | Improve touch screen button description | skyace65 | |
2020-08-27 | Refactor project filter in Project Manager | Stijn Hinlopen | |
- Reorder search/sort bar - Removed ProjectListFilter (unnecessary abstraction) - Reorder side bar buttons - Removed some unused variables/methods | |||
2020-08-27 | Mention listener node in AudioStreamPlayer3D description | skyace65 | |
2020-08-27 | Document where the center of mass is for RigidBody nodes | skyace65 | |
2020-08-27 | Remove community health files from this repository | Hugo Locurcio | |
They've been moved to the @godotengine organization's .github repository, which works as a fallback for all repositories in the organization. This way, the Sponsor button is automatically displayed on all repositories. This closes #40972. | |||
2020-08-27 | Add a test suite for Expression | Hugo Locurcio | |
This also makes the first parameter of `Expression::execute()` optional from C++. Previously, it was only optional in the scripting API. | |||
2020-08-27 | Merge pull request #41523 from Lunatoid/theme-editor-h-scrollbar | Rémi Verschelde | |
Gives the theme editor a horizontal scrollbar | |||
2020-08-27 | Merge pull request #41557 from Yetizone/master_small_typo | Rémi Verschelde | |
rasterizer_rd.cpp: Correct small typo | |||
2020-08-27 | rasterizer_rd.cpp: Correct small typo | Yetizone | |