Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-09 | Merge pull request #72931 from TokageItLab/improve-root-motion-for-rot-and-pos | Rémi Verschelde | |
Add root motion accumulator to fix broken RootMotionView | |||
2023-02-09 | Merge pull request #72991 from Sauermann/fix-popup-window-minsize | Rémi Verschelde | |
Fix that `popup_centered` didn't take the window's size into consideration | |||
2023-02-09 | Merge pull request #72964 from AThousandShips/input_early_exit | Rémi Verschelde | |
Perform early exit in Input::is_anything_pressed | |||
2023-02-09 | Fix that `popup_centered` didn't take the window's size into consideration | Markus Sauermann | |
2023-02-10 | Add root motion accumulator to fix broken RootMotionView | Silc Renew | |
2023-02-09 | Merge pull request #72884 from groud/fix_trackpad_viewpanner | Rémi Verschelde | |
Fix panning via InputEventPanGesture | |||
2023-02-09 | Merge pull request #72862 from Sauermann/fix-viewport-event-unittests | Rémi Verschelde | |
Add Unit Tests for Viewport InputEvent handling | |||
2023-02-09 | Merge pull request #72971 from vnen/gdscript-multiline-comment | Rémi Verschelde | |
GDScript: Allow strings as multiline comments | |||
2023-02-09 | Merge pull request #72547 from MewPurPur/string-split-fix | Rémi Verschelde | |
Fix String.split() with empty string and delimeter | |||
2023-02-09 | Merge pull request #72975 from vnen/gdscript-no-ascii-spoof-check | Rémi Verschelde | |
GDScript: Be more lenient with identifiers | |||
2023-02-09 | GDScript: Be more lenient with identifiers | George Marques | |
- Allow identifiers similar to keywords if they are in ASCII range. - Allow constants to be treated as regular identifiers. - Allow keywords that can be used as identifiers in expressions. | |||
2023-02-09 | Add Unit Tests for Viewport InputEvent handling | Markus Sauermann | |
2023-02-09 | GDScript: Allow strings as multiline comments | George Marques | |
Bring back the behavior in 3.x that was left out by oversight. | |||
2023-02-09 | Merge pull request #69550 from Rindbee/fix-script-editor-not-reload-via-lsp | Rémi Verschelde | |
Fix internal editor not updating when using external editor via LSP | |||
2023-02-09 | Merge pull request #72953 from timothyqiu/i18n-improvements | Rémi Verschelde | |
Improve some editor strings for localization | |||
2023-02-09 | Improve some editor strings for localization | Haoyu Qiu | |
2023-02-09 | Merge pull request #72926 from Bromeon/bugfix/gdext-set-typed | Rémi Verschelde | |
GDExtension: `array_set_typed` now accepts enum instead of `uint32_t` | |||
2023-02-09 | Merge pull request #72898 from OverloadedOrama/fix-microphone-issue | Rémi Verschelde | |
Further refactoring to AudioDriver implementations after #69120, fixes PulseAudio microphone input | |||
2023-02-09 | Perform early exit in Input::is_anything_pressed | Ninni Pipping | |
2023-02-09 | Further refactoring to AudioDriver implementations after #69120. | Emmanouil Papadeas | |
- Rename all instances of `capture_start()` and `capture_end()` to their new names. Fixes #72892. - More internal renames to match what was started in #69120. - Use `override` consistently so that such refactoring bugs can be caught. - Harmonize the order of definition of the overridden virtual methods in each audio driver. - Harmonize prototype for `set_output_device` and `set_input_device`. Co-authored-by: Rémi Verschelde <rverschelde@gmail.com> | |||
2023-02-09 | Merge pull request #72947 from DarkKilauea/nav-fix-avoidance-callback | Rémi Verschelde | |
Fix missing avoidance updates when using same velocity | |||
2023-02-09 | Merge pull request #72897 from Geometror/graphedit-set-deprecated | Rémi Verschelde | |
Update configuration warning for `GraphEdit` and mark it as experimental | |||
2023-02-09 | Merge pull request #72929 from Sauermann/fix-unittest-parameter-removal | Rémi Verschelde | |
Remove `m_object` parameter from unit test macros | |||
2023-02-09 | Merge pull request #72922 from smix8/fix_debug_binding_rb_4.x | Rémi Verschelde | |
Fix NavigationAgent debug functions bindings in release builds | |||
2023-02-09 | Merge pull request #72920 from clayjohn/GL-fma | Rémi Verschelde | |
Mark fma function as high end so it isn't used with the gl_compatibility renderer | |||
2023-02-09 | Merge pull request #72913 from KoBeWi/assertion_failed_failed | Rémi Verschelde | |
Fix null message in assert() | |||
2023-02-09 | Merge pull request #72914 from JonqsGames/GL-half_to_float_zero_exp | Rémi Verschelde | |
OpenGl : Handle 0 exponent in float/half conversion | |||
2023-02-08 | Fix missing avoidance updates when using same velocity | Josh Jones | |
When using avoidance, if you set the same velocity for the agent, you won't get an update from the avoidance system. This changes both the `set_target_position` and `set_velocity` setters to always accept user provided values, even if they are the same. This ensures that repathing and avoidance logic is always run when the user expects. | |||
2023-02-09 | Update GraphEdit configuration warning, mark GraphNode/GraphEdit as experimental | Hendrik Brucker | |
2023-02-09 | Remove `m_object` parameter from unit test Macros | Markus Sauermann | |
This serves no longer any purpose and can be removed. | |||
2023-02-08 | GDExtension: array_set_typed() accepts enum instead of uint32_t | Jan Haller | |
2023-02-08 | Mark fma function as high end so it isn't used with the gl_compatibility ↵ | clayjohn | |
renderer | |||
2023-02-08 | Fix NavigationAgent debug functions bindings in release builds | smix8 | |
Fixes that certain NavigationAgent debug functions bindings were not available in release builds. | |||
2023-02-08 | Handle 0 exponent in float/half conversion for OpenGl | JoJoX | |
2023-02-08 | Fix null message in assert() | kobewi | |
2023-02-08 | Merge pull request #72907 from akien-mga/doc-image-create | Yuri Sizov | |
doc: Fix Image 'set_pixel' doc for use of 'create' | |||
2023-02-08 | doc: Fix Image 'set_pixel' doc for use of 'create' | Rémi Verschelde | |
Fixes #72904. | |||
2023-02-08 | Merge pull request #72887 from bruvzg/bmp_count | Rémi Verschelde | |
[Bitmap Font] Fix character count check. | |||
2023-02-08 | [Bitmap Font] Fix character count check. | bruvzg | |
2023-02-08 | Fix panning via InputEventPanGesture | Gilles Roudière | |
Co-authored-by: bruvzg <7645683+bruvzg@users.noreply.github.com> | |||
2023-02-08 | Merge pull request #72816 from m4gr3d/downgrade_vulkan_warning | Rémi Verschelde | |
Downgrade the vulkan abort logic to a warning | |||
2023-02-08 | Bump version to 4.0-rc | Rémi Verschelde | |
It's been 3 years since the release of Godot 3.2 and the start of the major overhaul of the codebase for Godot 4.0. And the work on that new version had started even 6 months before with Juan working on the Vulkan renderer and various core changes in a feature branch. This got merged in #36098 on Feb 11, 2020, oh well, we 3 days early ;) Close to 15,000 pull requests have been merged for the 4.0 milestone, which is half of the total amount of PRs in Godot's open source lifetime. This is our biggest release by far, and it's finally time to let it loose. A huge thankyou to all the contributors who were involved over the years, with contributions of any kind. Now's the final stretch to iron out the remaining blocking bugs and release 4.0-stable. | |||
2023-02-08 | Merge pull request #72866 from Sauermann/fix-release-button-mask | Rémi Verschelde | |
Fix mouse-button-mask on button release in unit test | |||
2023-02-08 | Merge pull request #72880 from dalexeev/optimize-draw-dashed-line-and-draw-rect | Rémi Verschelde | |
Optimize `draw_dashed_line()` and `draw_rect()` | |||
2023-02-08 | Merge pull request #72878 from timothyqiu/gdext-bool | Rémi Verschelde | |
Use `GDExtensionBool` in GDExtension interface | |||
2023-02-08 | Merge pull request #72860 from RedworkDE/editor-export-plugin-bind | Rémi Verschelde | |
Bind `EditorExportPlugin::_get_export_features` | |||
2023-02-08 | Merge pull request #68016 from quinnyo/damp-docs | Rémi Verschelde | |
dampen -> damp, attenuate in audio and physics class docs | |||
2023-02-08 | Merge pull request #72858 from clayjohn/VK-swap-buffers-err | Rémi Verschelde | |
Add more debug information to swapchain errors in Vulkan context | |||
2023-02-08 | Merge pull request #72700 from fire/gltf-export-animation | Rémi Verschelde | |
Fixes to the GLTF export with baking and null checks. | |||
2023-02-08 | Merge pull request #72853 from clayjohn/GL-particles-color | Rémi Verschelde | |
Set instancing flags when using GPUParticles in OpenGL renderer |