Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | 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 | |
2020-08-27 | Merge pull request #39440 from simpuid/custom-profilers | Rémi Verschelde | |
Debugger Plugins in Godot | |||
2020-08-27 | Merge pull request #40302 from verdog/camera-bounds-fix | Rémi Verschelde | |
Fix Camera2D Incorrect Preview Bounds | |||
2020-08-27 | Merge pull request #41550 from ↵ | Rémi Verschelde | |
godotengine/revert-40671-virtual-keyboard-height-fix Revert "Fix virtual keyboard height regression" | |||
2020-08-26 | Merge pull request #41549 from ↵ | Rémi Verschelde | |
godotengine/revert-40484-android-virtual-keyboard-adjustment Revert "Disable virtual keyboard focus adjustment on Android" | |||
2020-08-26 | Revert "Fix virtual keyboard height regression" | Fredia Huya-Kouadio | |
2020-08-26 | Merge pull request #41548 from ↵ | Rémi Verschelde | |
godotengine/revert-40806-android-keyboard-cleaning Revert "Move PopupWindow logic to GodotEditText on Android" | |||
2020-08-26 | Revert "Disable virtual keyboard focus adjustment on Android" | Fredia Huya-Kouadio | |
2020-08-26 | Revert "Move PopupWindow logic to GodotEditText on Android" | Fredia Huya-Kouadio | |
2020-08-26 | GDScript: Fix crash when parsing properties | George Marques | |
2020-08-26 | GDScript: Show error when there's an inheritance cycle | George Marques | |
2020-08-26 | GDScript: Add recursion depth limit for completion | George Marques | |
To avoid crashes when there's a dependency loop. | |||
2020-08-26 | GDScript: Fix crash when completing code with signals | George Marques | |
2020-08-26 | GDScript: Fix issues when deriving from other scripts | George Marques | |
2020-08-26 | Added debugger plugin support | simpu | |
Changes: * EngineDebugger is exposed to gdscript. Game side of communication can be implemented through it. * EditorDebuggerPlugin is added which handles the editor side of communication. | |||
2020-08-26 | Gives the theme editor a horizontal scrollbar | Lunatoid | |
Fixes #34509 where the theme editor would push away the inspector if something like "hseperation" is really high. Now `set_enable_h_scroll` is true which fixes this. | |||
2020-08-25 | Merge pull request #41511 from KoBeWi/dynamite_font | Rémi Verschelde | |
Accept DynamicFontData for Fonts | |||
2020-08-25 | Accept DynamicFontData for Fonts | Tomasz Chabora | |
2020-08-25 | Merge pull request #41500 from bruvzg/mac_ds_use_after_free | Rémi Verschelde | |
[macOS] Fix heap use-after-free in DisplayServer. | |||
2020-08-25 | Merge pull request #41501 from akien-mga/revert-40781-41025 | Rémi Verschelde | |
Revert "Check if global class file still exists before registering it" | |||
2020-08-25 | Merge pull request #41138 from ↵ | Rémi Verschelde | |
EricEzaM/open-inspector-section-on-drag-and-drop-hover Added ability to unfold editor sections when dragging and dropping. | |||
2020-08-25 | [macOS] Fix heap use-after-free in DisplayServer. | bruvzg | |
2020-08-25 | Revert "Check if global class file still exists before registering it" | Rémi Verschelde | |
And revert follow-up regression fix "Remap script path when registering class." After the regression fix, the original issue is valid again so it's better to go back to the previous state. This reverts commits e264ae20d2a828201a50868b3af334a3f8c8a37c and fceb64827ea50364f34f4ba9db3910602d1911bf. |