summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2018-11-08Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky
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-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
2018-10-18Make "Perspective" button look like a actual clickable buttonMichael Alexsander Silva Dias
2018-10-18Fixes viewport scrollbars not updating with pluginsgroud
2018-10-17Merge pull request #23037 from SeleckyErik/issue-23036Rémi Verschelde
Hide header and footer in AssetLib when not necessary
2018-10-17Add tooltip to skeleton menu button.Zaven Muradyan
Fixes #23008.
2018-10-16Merge pull request #22738 from akerudesu/script_commentsRémi Verschelde
Improve toggle comment function in script editor
2018-10-15Hide header and footer in AssetLib when not necessaryErik
Reduces visual clutter by hiding pages navigator header and footer in AssetLib if no results are found or when results fit on one page one page. Fix for issue #23036
2018-10-14Increase the source font's line spacingHugo Locurcio
This also increases line spacing in license texts in the editor's About dialog.
2018-10-11TileSetEditor: Don't crash when adding invalid filesmerumelu
2018-10-11Opens the SpriteFrames editor when editing an AnimatedSpritegroud
2018-10-09Improve toggle comment function in script editor.Unknown
2018-10-07Merge pull request #22698 from Calinou/fix-find-files-hidpiRémi Verschelde
Fix Find in Files font size on hiDPI displays
2018-10-07Merge pull request #22722 from akien-mga/fix-warningsRémi Verschelde
Fix more "may be used initialized" warnings from GCC 7
2018-10-07Merge pull request #22752 from aaronfranke/equals-redundantRémi Verschelde
Remove redundant "== true" and "== false" code
2018-10-06Make the 3D viewport menu button easier to readHugo Locurcio
This closes #22809.