summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2023-02-19Mark Application Icon and V-Sync Mode project settings as basicHugo Locurcio
These settings are likely to be changed at some point in most projects.
2023-02-19Merge pull request #71398 from honix/property-revert-release-focusRémi Verschelde
Fix property revert doesn't revert selected fields
2023-02-19Merge pull request #73254 from j8r/fix-standard-gamepad-triggersRémi Verschelde
Fix Standard Gamepad Mapping triggers
2023-02-19Merge pull request #73526 from YuriSizov/branded-project-llcRémi Verschelde
Add a custom icon for the `project.godot` file in the `EditorFileDialog`
2023-02-18CI: Disable debug_symbols for Linux + all sanitizers buildRémi Verschelde
We're running out of disk space so builds are failing...
2023-02-18Merge pull request #73524 from clayjohn/GL-occluderRémi Verschelde
Avoid unnecessary binding of occlusion polygon vertex array
2023-02-18Merge pull request #73552 from reduz/fix-direct-shader-param-assignRémi Verschelde
Fix shader parameter assign
2023-02-18Fix shader parameter assignJuan Linietsky
-Make sure the remap is created properly if never assigned before. Fixes #72923. Supersedes #73066.
2023-02-18Merge pull request #71850 from WesleyElliott/fix-custom-node-exportYuri Sizov
2023-02-18Merge pull request #73535 from clayjohn/docs-keep-scaleYuri Sizov
2023-02-18Merge pull request #65353 from QbieShay/qbee/fix-billboard-nonuniform-scaleYuri Sizov
2023-02-18Merge pull request #73501 from anvilfolk/oopsiedaisyYuri Sizov
Fix inability to assign null regression
2023-02-18Merge pull request #73513 from YuriSizov/bone2d-remove-deprecated-methodsYuri Sizov
Remove deprecated methods from Bone2D
2023-02-18Merge pull request #73510 from aaronfranke/high-res-defaultYuri Sizov
macOS: Enable `display/high_res` by default
2023-02-17Correct docs for keep_scale in BaseMaterial3Dclayjohn
2023-02-17Add a custom icon for the `project.godot` file in the EditorFileDialogYuri Sizov
2023-02-17Avoid unecessary binding of occlusion polygon vertex arrayclayjohn
By binding this and unbinding it, the state was getting modified in other parts of the pipeline
2023-02-17Merge pull request #73512 from groud/fix_tilemap_dragging_selectionYuri Sizov
Fix TileMap dragging selection
2023-02-17Merge pull request #73448 from RandomShaper/fix_sticky_stackYuri Sizov
Avoid GDScript bookkeeping from referencing objects longer than necessary
2023-02-17Merge pull request #73508 from nongvantinh/reorder-emitted-signalsYuri Sizov
Reordering emitted signals in PopupMenu
2023-02-17Avoid GDScript bookkeeping from referencing objects longer than necessaryPedro J. Estébanez
2023-02-17Merge pull request #71792 from ↵Yuri Sizov
EricEzaM/66428-changing-the-play-shortcut-gets-overwritten-every-restart Fix shortcuts which have feature override defined reverting to default when user changes the shortcut to be same as non-overridden.
2023-02-17Remove deprecated methods from Bone2DYuri Sizov
- also add them to the project convertor
2023-02-17Merge pull request #73507 from YuriSizov/docs-are-neatYuri Sizov
Remove extra spaces and correct crosslinks in some documentation
2023-02-17Fix TileMap dragging selectionGilles Roudière
2023-02-17Fix inability to assign null regressionocean (they/them)
Co-authored-by: Dmitry Maganov <vonagam@gmail.com>
2023-02-17Merge pull request #73479 from randompast/boxmesh-docYuri Sizov
Documentation: BoxMesh UV scaling for vertex shader
2023-02-17Remove extra spaces and correct crosslinks in some documentationYuri Sizov
2023-02-17macOS: Enable `display/high_res` by defaultAaron Franke
2023-02-17Reordering emitted signals in PopupMenuNong Van Tinh
2023-02-17Improve BoxMesh documentation about UV scaling for vertex shaderrandompast
Added comment that translates the UV scaling from the standard shader properties to how that's being done in the godot vertex shader.
2023-02-17Merge pull request #72877 from bruvzg/x11_on_topRémi Verschelde
[X11] Fix initial "on top" window state.
2023-02-17Merge pull request #72184 from Maran23/item-list-index-out-of-boundsRémi Verschelde
ItemList: Check if the index is out bounds before accessing the internal items
2023-02-17Merge pull request #73500 from akien-mga/out-of-shapeRémi Verschelde
Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()
2023-02-17Merge pull request #70788 from ZangEldor/empty_frame_name_fixRémi Verschelde
Fixed SpriteFrame allowed entering an empty name
2023-02-17Set default name if SpriteFrames name is emptyEldor Zang
2023-02-17Merge pull request #70781 from jamesmintram/jamesm/bugfix/fix-minimap-oobRémi Verschelde
Fix error spam when hovering minimap in the script editor
2023-02-17Merge pull request #66121 from Zylann/plugin_handles_edit_object_argumentRémi Verschelde
Change `_can_handle` and `_edit` virtual methods to take `Object*`
2023-02-17[X11] Fix initial "on top" window state.bruvzg
2023-02-17Merge pull request #72867 from vnen/gdscript-limit-call-depthYuri Sizov
GDScript: Add limit to call depth
2023-02-17Merge pull request #72925 from vonagam/fix-enum-typed-array-errorYuri Sizov
GDScript: Fix error about enum typed arrays
2023-02-17Merge pull request #73220 from Mickeon/renames-more-like-retypeYuri Sizov
Tweak comments in `renames_map_3_to_4` & reorder
2023-02-17Merge pull request #73381 from KoBeWi/works_better_than_expected_huhYuri Sizov
Fold resources when non-main inspector exits tree
2023-02-17Fix crash with bogus shape index to DisplayServer.cursor_set_custom_image()Rémi Verschelde
Fixes #66605.
2023-02-17Merge pull request #73456 from Calinou/doc-popupmenu-displayserver-acceleratorsYuri Sizov
Improve documentation on PopupMenu and DisplayServer accelerators
2023-02-17Change `_can_handle` and `_edit` virtual methods to take `Object*`Marc Gilleron
2023-02-17Merge pull request #71475 from Maran23/4-x-theme-outline-affects-editorRémi Verschelde
Fix custom theme outline settings affects the editor theme as well
2023-02-17Merge pull request #70515 from stmSi/fix-hanging-audio-pitch-scaleRémi Verschelde
Fix hanging if audiostream's pitch_scale is NaN
2023-02-17Merge pull request #47212 from zorbathut/pr_gitignoreRémi Verschelde
Fix: .gitignore files ignore part of the repo.
2023-02-17Merge pull request #73470 from Sauermann/fix-touch-screen-button-emulatedYuri Sizov
Remove device-id restriction from `TouchScreenButton` input events