Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-05 | (#23480) Wrong directory path in filesystem dock when creating script. | Mintormo | |
When creating script and file selected in filesystem dock, between file name and directory path there is no "/" symbol. This commit fix that bug. | |||
2018-11-05 | Merge pull request #23523 from akien-mga/docs-https-latest | Rémi Verschelde | |
doc: Use HTTPS for docs.godotengine.org and point to latest branch | |||
2018-11-05 | Merge pull request #23519 from Rubonnek/remove-unnecessary-assignments | Rémi Verschelde | |
Removed unnecessary assignments | |||
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-04 | Removed unnecessary assignments | Wilson E. Alvarez | |
2018-11-04 | Merge pull request #23481 from groud/fix_extends_not_updating | Rémi Verschelde | |
Fixes CollisionShape extends not updating when draggind handles | |||
2018-11-04 | Merge pull request #23479 from groud/fix_search_rmb_options | Rémi Verschelde | |
Hide some RMB options in the filesystem dock when files are searched | |||
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-03 | Hide some RMB options in the filesystem dock when files are searched | groud | |
2018-11-03 | Allow plugin scene change signal to report null for empty scenes. | Jared | |
2018-11-02 | Merge pull request #23061 from groud/remove_thumbnail_view | Juan Linietsky | |
Remove the thumnail-only view from the filesystem dock | |||
2018-11-02 | No longer force mipmaps on import of VRAM textures, closes #10221 | Juan Linietsky | |
2018-11-02 | Merge pull request #22625 from allkhor/cleanup_history_from_remote_nodes | Juan Linietsky | |
Cleanup the editor history from remote nodes after the scene stopped. | |||
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 | Merge pull request #23389 from marcelofg55/multiple_ext | Rémi Verschelde | |
Export for OS X on OS X now lets you select .dmg or .zip | |||
2018-11-02 | Let TileSet editor sanitize out tiles with wrong textures | Pedro J. Estébanez | |
2018-11-02 | Let user fix dependencies in resources | Pedro J. Estébanez | |
2018-11-01 | Merge pull request #22817 from DualMatrix/animation_group | Juan Linietsky | |
Made AnimationPlayer track groups update after changing path | |||
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 #23313 from DavidSichma/viewport-reassign | Juan Linietsky | |
Handling NodePaths in in-place Editor for Resources | |||
2018-11-01 | Export for OS X on OS X now lets you select .dmg or .zip | Marcelo Fernandez | |
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 #22977 from CakHuri/draw_relationship_lines-ON | Rémi Verschelde | |
Made 'draw relationship lines' (at Editor Settings) enabled by default. | |||
2018-11-01 | Merge pull request #23195 from Liangdi/master | Rémi Verschelde | |
support New TileSet Editor zooming use CTRL/CMD + MouseWheel | |||
2018-11-01 | Merge pull request #23380 from volzhs/hide_attach_script | Rémi Verschelde | |
Hide "Attach Script" if node has one | |||
2018-10-31 | Merge pull request #23405 from YeldhamDev/remove_folding_print | Rémi Verschelde | |
Remove "save folding for:" message when saving | |||
2018-10-31 | Merge pull request #23381 from Alien1993/renaming_tree_nodes | Rémi Verschelde | |
Warning dialog is now shown if trying to set Node name to empty string | |||
2018-10-30 | Improve import dock usability when selecting multiple files, only change ↵ | Juan Linietsky | |
what was modified on re-import. | |||
2018-10-30 | Remove "save folding for:" message when saving | Michael Alexsander Silva Dias | |
2018-10-30 | Warning dialog is now shown if trying to set Node name to empty string | Silvano Cerza | |
If the user tried to change a Node name to an empty string in the Scene Tree Editor an error would be returned to console, now a warning dialog is shown with a clear message | |||
2018-10-29 | Automatically unfold sections of properties that someone else edited (no ↵ | Juan Linietsky | |
local info exists). | |||
2018-10-29 | Moved folding outside the resource files, now saved outside the project. | Juan Linietsky | |
2018-10-29 | Merge pull request #23326 from YeldhamDev/search_results_fix | Rémi Verschelde | |
Fix issues with the "Search Results" panel | |||
2018-10-29 | Ability to revert any property, not just from inherited scenes or scripts. | Juan Linietsky | |
2018-10-29 | Hide "Attach Script" if node has one | volzhs | |
2018-10-29 | Fix small visual bug in filesystem dock | Chaosus | |
2018-10-29 | Merge pull request #23288 from willnationsdev/restore-clear-script | Rémi Verschelde | |
Restore ClearScript btn w/ ExtendScript RMB link | |||
2018-10-29 | Merge pull request #23322 from marcelofg55/export_path | Rémi Verschelde | |
Save last export path when exporting | |||
2018-10-28 | Add a duplicate button to duplicate presets | Marcelo Fernandez | |
2018-10-27 | Fix issues with the "Search Results" panel | Michael Alexsander Silva Dias | |
2018-10-27 | Save last export path when exporting | Marcelo Fernandez | |
2018-10-26 | Handling NodePaths in in-place Editor for Resources | David Sichma | |
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-26 | Fixes the editor layout | groud | |