summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2018-07-07Add option to convert Particles to CPUParticlesJuan Linietsky
2018-07-06Support for CPU based particles, which aids compatibility with OpenGL ES 2.0Juan Linietsky
2018-07-05Merge pull request #19475 from YeldhamDev/animplayer_cosmeticMax Hilbrunner
Minor changes to the AnimationPlayer editor
2018-07-05Merge pull request #19498 from guilhermefelipecgs/fix_regressionMax Hilbrunner
Fix "find and replace" initializing with wrong size
2018-07-04Merge pull request #19941 from guilhermefelipecgs/fix_animation_keyMax Hilbrunner
Fix animation key icon not show on inspector
2018-07-04Merge pull request #19824 from JFonS/fix_orthogonal_selectRémi Verschelde
Fix selection in 3D orthogonal view
2018-07-03Fix animaiton key icon not show on inspectorGuilherme Felipe
2018-07-03Merge pull request #19881 from khairul169/popupmenu_animeditMax Hilbrunner
Fix error msg when selecting popupmenu if there is no animation selected
2018-07-03Merge pull request #17582 from Ovnuniarchos/TMapEditorMultiSelMax Hilbrunner
Tile randomizer for tilemap editor.
2018-07-03Merge pull request #18634 from groud/fix_control_child_of_node2dMax Hilbrunner
Fixes the bad calculation of margin & anchors when child of Node2D
2018-07-03Merge pull request #19166 from Grula/issue-18779Max Hilbrunner
Changed "Syntax Menu" into radio Menu
2018-07-03Merge pull request #19156 from volzhs/fix-remove-splitMax Hilbrunner
Fix unable to remove split on Polygon 2D editor after restarting editor
2018-07-03Merge pull request #19251 from YeldhamDev/script_templates_changesMax Hilbrunner
Small changes to the comments in the script templates
2018-07-03Merge pull request #19634 from guilhermefelipecgs/fix_shortcut_conflictMax Hilbrunner
Remove shortcut conflict
2018-07-01-Fix in animationplayback, sound would be cut on loopJuan Linietsky
-Fix on scene importer, keeping changes to animation tracks was not working
2018-07-01Tile randomizer for tilemap editor.Ovnuniarchos
2018-07-01Fix error msg when selecting popupmenu if there is no animationkhairul169
2018-06-30Minor changes to the AnimationPlayer editor.Michael Alexsander Silva Dias
2018-06-28Fix selection in 3D orthogonal viewJFonS
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-27The way multiple quaternions being slerped was not good, changed approach to ↵Juan Linietsky
one that seems to work better.
2018-06-26-Add root motion support in AnimationTree.Juan Linietsky
-Add RootMotionView, to debug root motion in 3D (disabled in runtime)
2018-06-26Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde
Improve TileMap undo operations, second try
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky
2018-06-25added BlendSpace1D editor pluginThomas Herzog
This commit also fixes a crash in the BlendSpace2D as well as correct the drawing of the x-zero indicator in the BlendSpace2D editor plugin.
2018-06-25added AnimationBlendSpace1DThomas Herzog
2018-06-25rename BlendSpace to BlendSpace2DThomas Herzog
2018-06-25State machine animation nodeJuan Linietsky
2018-06-25Merge pull request #19698 from Chaosus/theme_submenuRémi Verschelde
Move Theme options to submenu
2018-06-21Added auto triangle generation in blend space, using Delaunay.Juan Linietsky
2018-06-21Remove error messagesJuan Linietsky
2018-06-21Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵Juan Linietsky
with delete key
2018-06-21Animation Blend SpacesJuan Linietsky
2018-06-21Move Theme options to submenuChaosus
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
2018-06-18Remove shortcut conflictGuilherme Felipe
2018-06-13Fix "find and replace" initializing with wrong sizeGuilherme Felipe
Fix the code editor outside the allowed limits.
2018-06-13Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde
Improve 3D selection
2018-06-13Polished 3D selectionJFonS
2018-06-13Merge pull request #19503 from akien-mga/osx-ctrl-cmdRémi Verschelde
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD
2018-06-12Fixes a crash on draw_hovergroud
2018-06-11Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde
KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX and KEY_MASK_META (Command key) on OSX, so it should be used for all Ctrl/Cmd + key shortcuts. Also de-hacked the macOS shortcut replacements with proper conditional definition. Not tested on macOS, cannot judge if they are good shortcuts. Fixes #10761.
2018-06-11Small changes to the comments in the script templates.Michael Alexsander Silva Dias
2018-06-08Fix translate messages for new AnimationPlayerGuilherme Felipe
2018-06-08Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde
Fix bugs related to bad handling of rotated/translated shapes in tilemap
2018-06-08Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
2018-06-08Merge pull request #19314 from Jellonator/masterRémi Verschelde
Added autotile override
2018-06-07Fixes the bad calculation of margin & anchors when child of Node2Dgroud
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-06-06Fix theme not updating with changesGuilherme Felipe