summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2023-01-25Merge pull request #72020 from vmedea/tile-editor-thread-fixRémi Verschelde
Fix: use the right tile_set in TilesEditorPlugin::_thread
2023-01-25Merge pull request #71685 from groud/gesture_into_viewpannerRémi Verschelde
Add gesture to ViewPanner and simplify a bit its API
2023-01-25Fix: use the right tile_set in TilesEditorPlugin::_threadmara
Instead of using the class member, use the item's tile set, as is the intent. This fixes an almost immediate crash in the editor for me.
2023-01-25Merge pull request #71904 from Chaosus/vs_custom_nodesRémi Verschelde
Add handling of script creation/deletion for custom visual shader nodes
2023-01-24Improve editor handling of Skeleton3D nodes with zero bones.SaracenOne
Explicit warnings about creating physical skeletons Silence errors from gizmos for 0 bone Skeleton3D nodes More consistent naming for bone_count variables
2023-01-23Merge pull request #70377 from dsnopek/server-export-mk2Rémi Verschelde
Add "dedicated server" export mode which can strip unneeded visual resources
2023-01-23Add "dedicated server" export mode which can strip unneeded visual resourcesDavid Snopek
2023-01-23Add gesture to ViewPanner and simplify a bit its APIGilles Roudière
2023-01-23Merge pull request #63251 from ↵Rémi Verschelde
SaracenOne/disable_data_generation_on_foreign_resources Disable navmesh, lightmap, and VoxelGI generation on foreign data
2023-01-23Add handling of script creation/deletion for custom visual shader nodesYuri Rubinsky
2023-01-23Merge pull request #70548 from MewPurPur/fix-some-gradient-jankRémi Verschelde
Fix Gradient Editor bugs
2023-01-23Merge pull request #59081 from Sauermann/fix-cursorshape-canvasitemeditorRémi Verschelde
Use get_cursor_shape for identifying the cursor shape in CanvasItemEditor
2023-01-23Fix Gradient Editor bugsVolTer
2023-01-23Convert en_GB spelling to en_US with codespellRémi Verschelde
2023-01-23Fix handling of nulls in some editorskobewi
2023-01-22Merge pull request #71864 from KoBeWi/drag_and_failRémi Verschelde
Fix script editor drag and drop
2023-01-22Merge pull request #71686 from YuriSizov/stylebox-min-size-but-betterRémi Verschelde
Clean-up, harmonize, and improve StyleBox API
2023-01-22Fix script editor drag and dropkobewi
2023-01-22Merge pull request #71839 from TokageItLab/expose-fading-from-statemachineRémi Verschelde
Expose `fading_from` from StateMachine
2023-01-22Merge pull request #71770 from KoBeWi/better_editing_or_somethingRémi Verschelde
Rework EditorPlugin editing logic
2023-01-22Expose fading_from_node from StateMachineSilc Renew
2023-01-22Rework EditorPlugin editing logickobewi
2023-01-21Merge pull request #70773 from KoBeWi/lectorRémi Verschelde
Add range iterator to LocalVector
2023-01-21Merge pull request #70294 from KoBeWi/treedulateRémi Verschelde
Add a method to get global modulate
2023-01-21Use range iterators in LocalVector loopskobewi
2023-01-21Fix 3D editor Perspective/Ortho shortcut inconsistencyEric M
2023-01-20Merge pull request #48570 from Calinou/animation-editors-new-nameRémi Verschelde
Tweak the name for new animations in the editor
2023-01-20Merge pull request #71688 from TokageItLab/clean-bsp2editRémi Verschelde
Remove a duplicated unnecessary line from BlendSpace2DEditor
2023-01-19Merge pull request #71418 from TokageItLab/restart-anim-treeRémi Verschelde
Allow AnimationStateMachine / AnimationNode to restart when transitioning to the same state
2023-01-19Merge pull request #44596 from KoBeWi/🧹🧹🧹Rémi Verschelde
Cleanup unused engine code v2
2023-01-20Remove a duplicated unnecessary line from BlendSpace2DEditorSilc Renew
2023-01-19Clean-up, harmonize, and improve StyleBox APIYuri Sizov
- Make all margin properties follow the same naming convention (their getter and setter too). - Remove a virtual counterpart of `get_style_margin` from API. - Allow to override `get_minimum_size` from scripting and remove `get_center_size`.
2023-01-19Merge pull request #71664 from groud/solve_few_problems_with_tile_animationsRémi Verschelde
Fix a few issues with tile animations
2023-01-19Cleanup unused engine code v2kobewi
2023-01-19Fix a few issues with tile animationsGilles Roudière
2023-01-19Merge pull request #71628 from reduz/fixup-editor-file-system-script-parsingRémi Verschelde
Clean up EditorFileSystem script parsing
2023-01-18Remove SCREEN_TEXTURE, DEPTH_TEXTURE, and NORMAL_ROUGHNESS_TEXTUREclayjohn
in favour of texture hints
2023-01-18Merge pull request #71648 from clayjohn/ED-UV-scaleRémi Verschelde
Use a fixed width of 1 pixel for editor debug UV drawing
2023-01-18Use a fixed width of 1 pixel for editor debug UV drawingclayjohn
2023-01-18Merge pull request #71626 from groud/fix_add_tileset_layer_undoRémi Verschelde
Fixes TileSet layer addition not being undoable
2023-01-18Clean up EditorFileSystem script parsingJuan Linietsky
* Optimize only update modified/added/removed files. * Clean up documentation parsing.
2023-01-19Allow AnimationNodes to restart when transitioning to the same stateSilc Renew
2023-01-18Merge pull request #71379 from KoBeWi/destruction_of_compatibility_functionRémi Verschelde
Remove set_drag_forwarding_compat()
2023-01-18Merge pull request #71618 from groud/fix_tileset_popup_wrong_positionRémi Verschelde
Fix right-click on tilset atlas popup wrong position
2023-01-18Fix right-click on tilset atlas popup wrong positionGilles Roudière
Fix similar bug in AnimationLibraryEditor
2023-01-18Fixes TileSet layer addition not being undoableGilles Roudière
2023-01-17Provide more information about the 'Support' filter when no result was foundMarius Hanl
Avoid possible confusion by showing more information about the 'Support' filter
2023-01-17Merge pull request #71528 from snakept/missing-path-external-editor-errorRémi Verschelde
Checking path variable if empty before opening external editor to fix…
2023-01-17Checking path variable if empty before opening external editor to fix #71528Christoh Prenissl
2023-01-17Merge pull request #71545 from groud/fix_rect_draw_tilesetRémi Verschelde
Fixes rectangle painting weird behavior when dragging outside the atlas area