Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-08 | Proper time tracking in AnimationNodeAnimation, closes #22887 | Juan Linietsky | |
2018-11-07 | Fixes icons in itemlist not working | groud | |
2018-11-06 | Merge pull request #23383 from groud/better_tilemap_transform | Rémi Verschelde | |
Enhance the tilemap transform buttons | |||
2018-11-06 | Fixes uniform scaling issues (for real this time) | groud | |
2018-11-05 | Fixes uniform scaling weird behavior | groud | |
2018-11-05 | Merge pull request #23518 from volzhs/confirmed_already_connected | Rémi Verschelde | |
Fix error with a specific dock layout | |||
2018-11-05 | doc: Use HTTPS for docs.godotengine.org and point to latest branch | Rémi Verschelde | |
Fixes #23509. | |||
2018-11-05 | Merge pull request #23508 from Paulb23/clone_last_line_issue_21811 | Rémi Verschelde | |
Fix clone line undo history and extra new line, issue 21811 | |||
2018-11-05 | Merge pull request #22622 from JFonS/fix_particle_animation | Rémi Verschelde | |
Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | |||
2018-11-05 | Fix error with a specific dock layout | volzhs | |
2018-11-04 | Fix clone line undo history and extra new line, issue 21811 | Paulb23 | |
2018-11-04 | Remove animation loop from ParticlesMaterial + improvements to CPUParticles2D | JFonS | |
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-03 | Fixes CollisionShape extends not updating when draggind handles | groud | |
2018-11-02 | Merge pull request #21897 from Calinou/3d-display-camera-coordinates | Rémi Verschelde | |
Display camera coordinates in the 3D viewport's information pane | |||
2018-11-02 | Let TileSet editor sanitize out tiles with wrong textures | Pedro J. Estébanez | |
2018-11-01 | Merge pull request #23311 from YeldhamDev/editor_capitalization_fix | Rémi Verschelde | |
Small capitalization fixes across the editor | |||
2018-11-01 | Merge pull request #22311 from Xrayez/fix-22037 | Juan Linietsky | |
Fix blend tree editor updating invalid blend tree node graph | |||
2018-11-01 | Merge pull request #22938 from groud/open_spriteframes_on_animatedsprites_edit | Rémi Verschelde | |
Opens the SpriteFrames editor when editing an AnimatedSprite | |||
2018-11-01 | Merge pull request #23195 from Liangdi/master | Rémi Verschelde | |
support New TileSet Editor zooming use CTRL/CMD + MouseWheel | |||
2018-10-30 | Enhance the tilemap transform buttons | groud | |
2018-10-27 | Fix issues with the "Search Results" panel | Michael Alexsander Silva Dias | |
2018-10-26 | Small capitalization fixes across the editor | Michael Alexsander Silva Dias | |
2018-10-26 | support New TileSet Editor zooming use CTRL/CMD + MouseWheel | Liangdi | |
fixed code style for clang-format apply clang-format | |||
2018-10-25 | Fix inconsistences in some buttons in the Canvas/Spatial editor menubar | Michael Alexsander Silva Dias | |
2018-10-25 | Merge pull request #23017 from Calinou/increase-source-font-line-spacing | Rémi Verschelde | |
Increase the source font's line spacing | |||
2018-10-25 | Merge pull request #23171 from capnm/fix-orthogonal-mode-freelook | Rémi Verschelde | |
Disable 'freelook' in the orthogonal mode. | |||
2018-10-25 | Merge pull request #23211 from YeldhamDev/spatial_editor_preview_adjustment | Rémi Verschelde | |
Readjust "Preview" button in Spatial editor | |||
2018-10-25 | Repaired mistyped of 'its' on several files. | M. Huri | |
2018-10-22 | Fix 'Align selection with view' in orthogonal mode | Martin Capitanio | |
Fixes #23096 | |||
2018-10-21 | Readjust "Preview" button in Spatial editor | Michael Alexsander Silva Dias | |
2018-10-21 | Merge pull request #23181 from Calinou/tweak-min-panel-sizes-hidpi | Rémi Verschelde | |
Resize some editor panel minimum sizes on hiDPI displays | |||
2018-10-21 | Merge pull request #22972 from YeldhamDev/3d_view_perspective_button | Timo | |
Make "Perspective" button look like a actual clickable button | |||
2018-10-20 | Resize some editor panel minimum sizes on hiDPI displays | Hugo 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-20 | Disable 'freelook' in the orthogonal mode. | Martin Capitanio | |
Fixes #23095 Thanks @aaronfranke for hints. Fixes #23078 | |||
2018-10-19 | Fixing warnings generated by MSVC | Dualtagh Murray | |
Fixes #22684. | |||
2018-10-19 | Merge pull request #23112 from groud/fix_viewport_not_updating | Rémi Verschelde | |
Fixes viewport scrollbars not updating with plugins | |||
2018-10-18 | Make "Perspective" button look like a actual clickable button | Michael Alexsander Silva Dias | |
2018-10-18 | Fixes viewport scrollbars not updating with plugins | groud | |
2018-10-17 | Merge pull request #23037 from SeleckyErik/issue-23036 | Rémi Verschelde | |
Hide header and footer in AssetLib when not necessary | |||
2018-10-17 | Add tooltip to skeleton menu button. | Zaven Muradyan | |
Fixes #23008. | |||
2018-10-16 | Merge pull request #22738 from akerudesu/script_comments | Rémi Verschelde | |
Improve toggle comment function in script editor | |||
2018-10-15 | Hide header and footer in AssetLib when not necessary | Erik | |
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-14 | Increase the source font's line spacing | Hugo Locurcio | |
This also increases line spacing in license texts in the editor's About dialog. | |||
2018-10-11 | TileSetEditor: Don't crash when adding invalid files | merumelu | |
2018-10-11 | Opens the SpriteFrames editor when editing an AnimatedSprite | groud | |
2018-10-09 | Improve toggle comment function in script editor. | Unknown | |
2018-10-07 | Merge pull request #22698 from Calinou/fix-find-files-hidpi | Rémi Verschelde | |
Fix Find in Files font size on hiDPI displays | |||
2018-10-07 | Merge pull request #22722 from akien-mga/fix-warnings | Rémi Verschelde | |
Fix more "may be used initialized" warnings from GCC 7 | |||
2018-10-07 | Merge pull request #22752 from aaronfranke/equals-redundant | Rémi Verschelde | |
Remove redundant "== true" and "== false" code | |||
2018-10-06 | Make the 3D viewport menu button easier to read | Hugo Locurcio | |
This closes #22809. |