Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-02-10 | Merge pull request #70663 from EpEpDragon/feature_buffer_get_data_size_option | Rémi Verschelde | |
Add optional size parameter to the RenderDevice buffer_get_data method. | |||
2023-02-10 | Merge pull request #71691 from ↵ | Rémi Verschelde | |
hcoura/res-importer-gen-physics-mesh-only-when-needed Fix SceneImportSettings perf issues | |||
2023-02-10 | Merge pull request #71054 from ↵ | Rémi Verschelde | |
MarioLiebisch/fix-animationplayer-calltrack-strings Properly stringify args for Call Method Tracks | |||
2023-02-10 | Merge pull request #72045 from DeeJayLSP/update_libwebp | Rémi Verschelde | |
libwebp: Sync with upstream 1.3.0 | |||
2023-02-10 | Merge pull request #73042 from akien-mga/create-project-gl_compatibility-mobile | Rémi Verschelde | |
ProjectManager: Also set `gl_compatibility` for mobile override | |||
2023-02-10 | Merge pull request #71572 from RedMser/docs-binary-variant | Yuri Sizov | |
Document internal usage of `encode`/`decode_variant` | |||
2023-02-10 | Merge pull request #43111 from junkajii/master | Yuri Sizov | |
New icons for ParallaxBackground & ParallaxLayer | |||
2023-02-10 | Merge pull request #69728 from Calinou/doc-font-oversampling-exceptions | Yuri Sizov | |
Document exceptions to font oversampling in Camera2D, CanvasItem and Control | |||
2023-02-10 | Merge pull request #69731 from hackenshaw/improve-CanvasLayer.layer-tootltip | Yuri Sizov | |
Improve tooltip for CanvasLayer.layer | |||
2023-02-10 | ProjectManager: Also set `gl_compatibility` for mobile override | Rémi Verschelde | |
It's a bit hacky as the choice mainly impacts the main setting, but there are pre-existing overrides which supersede it. We should treat this checkbox as the highest allowed rendering method, and replace the ones which would be higher end (here replace `mobile` with the chosen `gl_compatibility`). | |||
2023-02-10 | i18n: Sync translations with Weblate | Rémi Verschelde | |
2023-02-10 | Merge pull request #73024 from TokageItLab/fix-transtition-first-frame | Rémi Verschelde | |
Fix broken first frame of `NodeTransition`/`NodeOneShot` when xfade is 0 | |||
2023-02-10 | Merge pull request #72378 from maximkulkin/line-edit-consume-events | Rémi Verschelde | |
Fix LineEdit not consuming events | |||
2023-02-10 | Merge pull request #72714 from DarkMessiah/fix-unlimited-text-in-tree | Rémi Verschelde | |
Fix unlimited text rendering in Tree if width <= 0 | |||
2023-02-10 | Merge pull request #73001 from SaracenOne/update_on_advanced_reimport | Rémi Verschelde | |
Emit reimport signal in reimport_file_with_custom_parameters method | |||
2023-02-10 | Merge pull request #73002 from KoBeWi/VisibleOnScreenConfusion | Rémi Verschelde | |
Clarify visibility in VisibleOnScreenNotifier | |||
2023-02-10 | Merge pull request #73000 from Sauermann/fix-editor-viewport-size-zero-crash | Rémi Verschelde | |
Fix crash in editor when setting `SubViewport.size` to zero | |||
2023-02-10 | Merge pull request #73007 from KoBeWi/typos_be_like | Rémi Verschelde | |
Fix error spam when deselecting TileMap | |||
2023-02-10 | Merge pull request #73034 from groud/fix_tilemap_pattern | Rémi Verschelde | |
Fix TileMap patterns creation | |||
2023-02-10 | Merge pull request #73027 from timothyqiu/more-i18n | Rémi Verschelde | |
Add some missing translatable editor strings | |||
2023-02-10 | Merge pull request #73006 from clayjohn/GL-blend-sub | Rémi Verschelde | |
Properly reset blend mode when resetting canvas in compatibility renderer | |||
2023-02-10 | Merge pull request #73032 from dalexeev/gds-remove-warn-as-err-setting | Rémi Verschelde | |
GDScript: Remove `treat_warnings_as_errors` project setting | |||
2023-02-10 | Fix TileMap patterns creation | Gilles Roudière | |
2023-02-10 | Add some missing translatable editor strings | Haoyu Qiu | |
2023-02-10 | GDScript: Remove `treat_warnings_as_errors` project setting | Danil Alexeev | |
2023-02-10 | Fix broken first frame of NodeTransition/NodeOneShot when xfade is 0 | Silc Renew | |
2023-02-10 | Fix error spam when deselecting TileMap | kobewi | |
2023-02-09 | Properly reset blend mode when resetting canvas in compatibility renderer | clayjohn | |
2023-02-10 | Fix crash in editor when setting `SubViewport.size` to zero | Markus Sauermann | |
`Viewport::_set_size` now verifies, that the minimum size is at least 2x2. Also fix `RendererViewport::viewport_set_size` fail condition. | |||
2023-02-09 | Clarify visibility in VisibleOnScreenNotifier | kobewi | |
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 | Emit reimport signal in reimport_file_with_custom_parameters | SaracenOne | |
method to fix resources not updating when reimported from the advanced import menu. | |||
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 | |