Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-12-09 | Merge pull request #68747 from rune-scape/rune-stringname-unification | Rémi Verschelde | |
GDScript: Unify StringName and String | |||
2022-12-09 | Merge pull request #67283 from KoBeWi/one_way_ticket | Rémi Verschelde | |
Add one-way indicator to tile collision editor | |||
2022-12-09 | Merge pull request #60892 from KoBeWi/fat_selection | Rémi Verschelde | |
Improve tile editor selection appearance | |||
2022-12-09 | Merge pull request #69747 from timothyqiu/tile-source-icons | Rémi Verschelde | |
Update tile source icons when editor theme changes | |||
2022-12-09 | Improve tile editor selection appearance | kobewi | |
2022-12-09 | Editor: Fix regression fetching Windows/Linux export templates | Rémi Verschelde | |
Regression from #67906. | |||
2022-12-09 | Fix changing of visual shader mode | Yuri Rubinsky | |
2022-12-09 | Merge pull request #69661 from Mickeon/fix-editor-cannot-disconnect-signal | Rémi Verschelde | |
Fix unable to disconnect signal in Editor once created | |||
2022-12-08 | Fix unable to disconnect signal in Editor once created | Micky | |
Adds a CONNECT_INHERITED flag to connections, only available in editor builds. This flag denotes that the signal has been inherited from a previous Scene in the instancing hierarchy. | |||
2022-12-08 | Merge pull request #69738 from Chaosus/vs_custom_nodes | Yuri Rubinsky | |
2022-12-08 | Make custom visual shader nodes automatically updates from script | Yuri Rubinsky | |
2022-12-08 | Update tile source icons when editor theme changes | Haoyu Qiu | |
2022-12-08 | Merge pull request #69617 from MewPurPur/this-darn-pixel | Rémi Verschelde | |
Fix fringe issues with shortcuts not behaving as expected for multi-carets | |||
2022-12-07 | Fix various fringe issues with multi-carets and selections | VolTer | |
2022-12-07 | Merge pull request #69573 from KoBeWi/our_hero_call-deferred-man | Rémi Verschelde | |
Fix dependency reload triggered too early | |||
2022-12-07 | Merge pull request #69719 from groud/fix_gdextension_bad_vformat_error | Rémi Verschelde | |
Fix a wrong error formatting in gdextension export plugin | |||
2022-12-07 | Merge pull request #68682 from timothyqiu/camera-gizmo-size | Rémi Verschelde | |
Make Camera3D gizmo the same aspect ratio as its viewport | |||
2022-12-07 | Merge pull request #69713 from groud/rename_get_surrounding_tiles | Rémi Verschelde | |
Rename get_surrounding_tiles to get_surrounding_cells | |||
2022-12-07 | Merge pull request #67554 from ↵ | Rémi Verschelde | |
Sauermann/fix-determining-window-in-scroll-container Remove Screen-parameter for determining Touchscreen capability | |||
2022-12-07 | Merge pull request #69695 from timothyqiu/id-capitalization | Rémi Verschelde | |
Make ID capitalization in tiles editor consistent | |||
2022-12-07 | Fix a wrong error formatting in gdextension export plugin | Gilles Roudière | |
2022-12-07 | Rename get_surrounding_tiles to get_surrounding_cells | Gilles Roudière | |
2022-12-07 | Fix Determining Window for Touchscreen | Markus Sauermann | |
DisplayServer::screen_is_touchscreen will likely never utilize its parameter p_screen. This PR replaces this function by DisplayServer::is_touchscreen_available() with the same functionality. This solves the problem, that a SubViewport was used for determining the screen, which resulted in error messages. | |||
2022-12-07 | Fix crash when deleting an alternative-level tile proxy | Haoyu Qiu | |
2022-12-07 | Make ID capitalization in tiles editor consistent | Haoyu Qiu | |
2022-12-06 | Merge pull request #69651 from alfredbaudisch/autocomplete-line-number | Rémi Verschelde | |
Cancels the code complete timer when the caret moves to another line | |||
2022-12-06 | Cancels the code complete timer when the caret moves to another line | Alfred Reinold Baudisch | |
Fixes and closes #68961 | |||
2022-12-06 | Merge pull request #69446 from Chaosus/fix_quick_open | Rémi Verschelde | |
Fix new quick open dialog to be showed at the center of the screen | |||
2022-12-06 | Merge pull request #69234 from Sauermann/fix-enter-focus | Rémi Verschelde | |
Fix focus after pressing Enter in EditorSpinSlider | |||
2022-12-06 | Merge pull request #69643 from Chaosus/vcs_rendering_fix | Rémi Verschelde | |
Fix incorrect rendering of vcs dialogs | |||
2022-12-06 | Merge pull request #67906 from groud/simpler_gdextension_config | Rémi Verschelde | |
Remove unnecessary checks when exporting gdextension binaries and allow using a prefix to auto-detect files | |||
2022-12-06 | Merge pull request #69631 from timothyqiu/tile-proxy-rmb | Rémi Verschelde | |
Fix error when right clicking proxy list in TileProxiesManagerDialog | |||
2022-12-06 | Fix incorrect rendering of vcs dialogs | Yuri Rubinsky | |
2022-12-06 | Merge pull request #69608 from RumblingTurtle/blend-tree-new-node-fix | Rémi Verschelde | |
AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with dragging | |||
2022-12-06 | Merge pull request #68860 from xiongyaohua/path3d_fishbones | Rémi Verschelde | |
Draw fish bones for Path3D and Path2D in the Editor | |||
2022-12-05 | Unify String and StringName | rune-scape | |
2022-12-06 | Fix error when right clicking proxy list in TileProxiesManagerDialog | Haoyu Qiu | |
2022-12-05 | AnimationNodeBlendTreeEditor: Fix popup locations when creating nodes with ↵ | Eduard Zalyaev | |
dragging Fixes #69413. | |||
2022-12-05 | Merge pull request #68324 from AThousandShips/group_import_uid | Rémi Verschelde | |
Fix group reimport bug | |||
2022-12-05 | Merge pull request #65228 from Mickeon/fix-packed-scene-unique-name-root | Rémi Verschelde | |
Fix "Save Branch as Scene" storing root Node's `unique_name_in_owner` | |||
2022-12-05 | Merge pull request #67553 from Sauermann/fix-new-node-dialog-description | Rémi Verschelde | |
Fix Updating New Node Dialog Description of Custom Nodes | |||
2022-12-05 | Merge pull request #69600 from Chaosus/fix_global_shader_crash | Rémi Verschelde | |
Fix setting a global shader variable in the project settings | |||
2022-12-05 | Fix slight visual discrepancy in Search Result dock | VolTer | |
2022-12-05 | Fix setting a global shader variable in the project settings | Yuri Rubinsky | |
2022-12-05 | Merge pull request #69525 from m4gr3d/polish_navigation_controls_opacity_main | Rémi Verschelde | |
Minor tweaks/polish to the navigation controls to prevent interference | |||
2022-12-05 | Merge pull request #69132 from RumblingTurtle/multiline-move-fix | Rémi Verschelde | |
Script editor: Rewrite multiline move logic | |||
2022-12-05 | Script editor: Rewrite multiline move logic. Preserving all carets and their ↵ | Eduard Zalyaev | |
selections intact on alt+up/down shortcut Fixes #68731. | |||
2022-12-05 | draw fish bones for Path2D and Path3D | Yaohua Xiong | |
These fish bones are add to indicate the direction and local transforms alone the path. | |||
2022-12-05 | Fix animation play backward doesn't process current key&animtrack seek | Silc Renew | |
2022-12-05 | Merge pull request #69357 from TokageItLab/byebye-trigger | Rémi Verschelde | |
Remove `UPDATE_TRIGGER` mode from `ValueTrack::UpdateMode` & Match behaviors between `AnimationTree` and `AnimationPlayer` |