summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2018-11-17Merge pull request #23748 from groud/fix_drag_and_drop_canvas_itemsRémi Verschelde
Fixes drag and drog of image files on scaled nodes
2018-11-17EditorSettings: Rename invert_y-axis to invert_y_axis for consistencyRémi Verschelde
No other option uses a dash in its identifier.
2018-11-16Fixes drag and drog of image files on scaled nodesgroud
2018-11-13It is now possible to cancel on 2D polygon editor. RMB (previously close) ↵Juan Linietsky
and ESC will cancel polygon. Closes #15474
2018-11-11Fixed various uninitialised member variables in editor plugins.Ibrahn Sahir
2018-11-11Many fixes to script editor remote debugger, closes #13346Juan Linietsky
2018-11-10Merge pull request #23638 from DualMatrix/tileset_spamRémi Verschelde
Fixed error spam when deleting cell in tileset
2018-11-10Fixed error spam when deleting cell in tilesetDualMatrix
Fixes #23556 and should fix #21549
2018-11-10Make TextureRegion grid settings occupy less space, closes #12679Juan Linietsky
2018-11-09Merge pull request #23578 from Liangdi/masterRémi Verschelde
fix tile set editor crash when drawing polygon shapes
2018-11-09Merge pull request #23059 from groud/change_ci_selectionRémi Verschelde
Allow the Container children selection but don't allow them to move
2018-11-08Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky
2018-11-08fix tile set editor crash when drawing polygon shapesLiangdi
2018-11-07Fixes icons in itemlist not workinggroud
2018-11-06Merge pull request #23383 from groud/better_tilemap_transformRémi Verschelde
Enhance the tilemap transform buttons
2018-11-06Fixes uniform scaling issues (for real this time)groud
2018-11-05Fixes uniform scaling weird behaviorgroud
2018-11-05Merge pull request #23518 from volzhs/confirmed_already_connectedRémi Verschelde
Fix error with a specific dock layout
2018-11-05doc: Use HTTPS for docs.godotengine.org and point to latest branchRémi Verschelde
Fixes #23509.
2018-11-05Merge pull request #23508 from Paulb23/clone_last_line_issue_21811Rémi Verschelde
Fix clone line undo history and extra new line, issue 21811
2018-11-05Merge pull request #22622 from JFonS/fix_particle_animationRémi Verschelde
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D
2018-11-05Fix error with a specific dock layoutvolzhs
2018-11-04Fix clone line undo history and extra new line, issue 21811Paulb23
2018-11-04Remove animation loop from ParticlesMaterial + improvements to CPUParticles2DJFonS
Remove animation loop from ParticlesMaterial and move it to SpatialMaterial for 3D particles and Particles2D for the 2D case. Added animation to CPUParticles2D as well as the "Convert to CPUParticles2D" to the PAarticles2D menu.
2018-11-03Fixes CollisionShape extends not updating when draggind handlesgroud
2018-11-02Merge pull request #21897 from Calinou/3d-display-camera-coordinatesRémi Verschelde
Display camera coordinates in the 3D viewport's information pane
2018-11-02Let TileSet editor sanitize out tiles with wrong texturesPedro J. Estébanez
2018-11-01Merge pull request #23311 from YeldhamDev/editor_capitalization_fixRémi Verschelde
Small capitalization fixes across the editor
2018-11-01Merge pull request #22311 from Xrayez/fix-22037Juan Linietsky
Fix blend tree editor updating invalid blend tree node graph
2018-11-01Merge pull request #22938 from groud/open_spriteframes_on_animatedsprites_editRémi Verschelde
Opens the SpriteFrames editor when editing an AnimatedSprite
2018-11-01Merge pull request #23195 from Liangdi/masterRémi Verschelde
support New TileSet Editor zooming use CTRL/CMD + MouseWheel
2018-10-30Add an overlay on editor to display error messagesgroud
2018-10-30Allow the Container children selection but don't allow them to movegroud
2018-10-30Enhance the tilemap transform buttonsgroud
2018-10-27Fix issues with the "Search Results" panelMichael Alexsander Silva Dias
2018-10-26Small capitalization fixes across the editorMichael Alexsander Silva Dias
2018-10-26support New TileSet Editor zooming use CTRL/CMD + MouseWheelLiangdi
fixed code style for clang-format apply clang-format
2018-10-25Fix inconsistences in some buttons in the Canvas/Spatial editor menubarMichael Alexsander Silva Dias
2018-10-25Merge pull request #23017 from Calinou/increase-source-font-line-spacingRémi Verschelde
Increase the source font's line spacing
2018-10-25Merge pull request #23171 from capnm/fix-orthogonal-mode-freelookRémi Verschelde
Disable 'freelook' in the orthogonal mode.
2018-10-25Merge pull request #23211 from YeldhamDev/spatial_editor_preview_adjustmentRémi Verschelde
Readjust "Preview" button in Spatial editor
2018-10-25Repaired mistyped of 'its' on several files.M. Huri
2018-10-22Fix 'Align selection with view' in orthogonal modeMartin Capitanio
Fixes #23096
2018-10-21Readjust "Preview" button in Spatial editorMichael Alexsander Silva Dias
2018-10-21Merge pull request #23181 from Calinou/tweak-min-panel-sizes-hidpiRémi Verschelde
Resize some editor panel minimum sizes on hiDPI displays
2018-10-21Merge pull request #22972 from YeldhamDev/3d_view_perspective_buttonTimo
Make "Perspective" button look like a actual clickable button
2018-10-20Resize some editor panel minimum sizes on hiDPI displaysHugo Locurcio
This also increases the plugin description TextEdit's height, so that 3 lines can be viewed instead of just 2 (leaving a few pixels for the scroll bar).
2018-10-20Disable 'freelook' in the orthogonal mode.Martin Capitanio
Fixes #23095 Thanks @aaronfranke for hints. Fixes #23078
2018-10-19Fixing warnings generated by MSVCDualtagh Murray
Fixes #22684.
2018-10-19Merge pull request #23112 from groud/fix_viewport_not_updatingRémi Verschelde
Fixes viewport scrollbars not updating with plugins