summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2018-11-22Properly show 2D bone previews in 2D skeleton UV editor, fixes #20950Juan Linietsky
2018-11-22Merge pull request #23680 from YeldhamDev/unified_help_search_revivedRémi Verschelde
Unified Class and Reference Search 2: Resurrection
2018-11-22Merge pull request #23875 from Chaosus/error_btnRémi Verschelde
Allows user to click on error line in status bar to jump into error.
2018-11-22Allows user to click on error line to jump into error.Chaosus
2018-11-21Add Discrete and Carry blend modes for BlendSpace2D, allows to fix #20135Juan Linietsky
2018-11-20Unify editor class and reference searchRay Koopa
Co-authored-by: Michael Alexsander Silva Dias <michaelalexsander@protonmail.com>
2018-11-20Merge pull request #23813 from JFonS/change_gizmo_defaultRémi Verschelde
Change default gizmo visibility and icons
2018-11-18Change default gizmo visibility and iconsJFonS
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