summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-04-24Fix connection lines glitch in visual shadersChaosus
2019-04-24Merge pull request #28375 from Chaosus/fix_vs_loopbackYuri Roubinsky
Disallow loopback connection in visual shaders
2019-04-24Disallow loopback connection in visual scripts and visual shadersChaosus
2019-04-24Removes preview from existing transform nodes in visual shaderChaosus
2019-04-23Merge pull request #28351 from Paulb23/fix_state_crashRémi Verschelde
Fix crash when restoring script editor state
2019-04-23Merge pull request #28348 from Chaosus/fix_vs_transform_previewRémi Verschelde
Removed incorrect "Transform" preview from visual shaders
2019-04-23Fix crash when restoring script editor statePaulb23
2019-04-23Removed incorrect "Transform" preview from visual shadersChaosus
2019-04-23Enlarge Vector3 constant node in visual shadersChaosus
2019-04-23Merge pull request #24796 from guilhermefelipecgs/fix_play_pos_smHein-Pieter van Braam
Show play position of sub state machine
2019-04-23Merge pull request #25510 from groud/tilemap_editor_enhancementHein-Pieter van Braam
Move some tilemap options to the toolbar
2019-04-23Merge pull request #25744 from YeldhamDev/enhanced_theme_previewHein-Pieter van Braam
Enhance theme preview
2019-04-23Merge pull request #28064 from DarknessCatt/issue-27077Hein-Pieter van Braam
Moving Polygon2D vertices along axis
2019-04-22Merge pull request #28178 from dankan1890/tileset_editor_add_1Mariano Javier Suligoy
Tileset-Editor: Added alternative tool for drawing a rectangular shape.
2019-04-22Merge pull request #27673 from qarmin/small_fixesRémi Verschelde
Small fixes, mostly duplicated code
2019-04-22Merge pull request #28234 from Paulb23/connection_info_on_scriptRémi Verschelde
Display connection information in the script editor
2019-04-22Fix rotation offset/snap fields being cut off in Configure Snap dialogHugo Locurcio
2019-04-21Merge pull request #28028 from homer666/visual-shader-editor-member-dialog-fixesRémi Verschelde
Misc. improvements to visual shader's "Add Node" dialog
2019-04-21Merge pull request #27860 from Calinou/improve-3d-snappingRémi Verschelde
Make 3D snapping finer when holding Shift
2019-04-21Merge pull request #27979 from Paulb23/remember_script_stateRémi Verschelde
Restore script editor state between sessions
2019-04-21Merge pull request #28026 from Dentoid/insert_keyframe_fixRémi Verschelde
Fix for "Insert Keyframe" shortcut doing nothing
2019-04-21Merge pull request #28245 from guilhermefelipecgs/open_menuRémi Verschelde
Small ux improvement
2019-04-21Merge pull request #28130 from JFonS/add_3d_groupingRémi Verschelde
Add grouping to 3D editor
2019-04-21Tileset-Editor: Added alternative tool for drawing a rectangular shape.dankan1890
2019-04-20Small ux improvementGuilherme Felipe
2019-04-20Display connection information in the script editorPaulb23
2019-04-20Fix typo in SpriteFrameEditor preview drawRémi Verschelde
As spotted by @DennisWG.
2019-04-17Add grouping to 3D editorJFonS
2019-04-16Move vertex along a single axis while editing and holding shiftMatheus Lima Cunha
2019-04-16Merge pull request #28073 from lupoDharkael/early-validationRémi Verschelde
Validate scripts when they are loaded in the text editor
2019-04-16Misc improvements to visual shader Add Node dialoghomer666
2019-04-16Validate scripts when they are loaded in the text editorlupoDharkael
2019-04-15Fix setting of PopupMenu item IDs in editorJames Buck
2019-04-15Merge pull request #27944 from YeldhamDev/tile_name_position_fixMichael Alexsander Silva Dias
Fix position of tile names in TileSet editor when zooming in/out
2019-04-15Merge pull request #28005 from Chaosus/vs_deleteYuri Roubinsky
Restored possibilty to delete multiple nodes in visual shaders via Delete key
2019-04-15Implement autokeying in Animation editor.Juan Linietsky
2019-04-14Proper passing of the "transform_key_request"Anders Stenberg
signal from SpatialEditorViewport to InspectorDock
2019-04-14Add support for FPS snap in Animation Editor.Juan Linietsky
2019-04-14Added possibilty to delete multiple nodes in visual shaders via Delete keyChaosus
2019-04-13Ability to create sprite frames in AnimatedSprite from sprite sheet.Juan Linietsky
2019-04-13Added conditional nodes to visual shadersChaosus
2019-04-13Restore script editor state between sessionsPaulb23
2019-04-11Fix position of tile names in TileSet editor when zooming in/outMichael Alexsander Silva Dias
Fixes #27713.
2019-04-10Bundled VHACD library for convex decomposition.Juan Linietsky
Modified both MeshInstance tools as well as importer to use it instead of QuickHull.
2019-04-10Merge pull request #27170 from ↵Rémi Verschelde
timoschwarzer/allow-whitespaces-in-warning-ignore-comments Allow whitespaces in warning-ignore comments
2019-04-09Make 3D snapping finer when holding ShiftHugo Locurcio
This also changes the default rotation and scale snapping increments to better make use of fine snapping possibilities.
2019-04-09Style: Apply new changes from clang-format 8.0Rémi Verschelde
It seems to stay compatible with formatting done by clang-format 6.0 and 7.0, so contributors can keep using those versions for now (they will not undo those changes).
2019-04-09Fix TTR string for class reference tooltipRémi Verschelde
Fixes #27852.
2019-04-09Merge pull request #27553 from ShyRed/sprite2polygonRémi Verschelde
Add Sprite to CollisionPolygon2D and LightOccluder2D converter
2019-04-08Small fixes, mostly dupicated codeqarmin