summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-11-12Fix missing bind for _export_path_changedMarcelo Fernandez
2018-11-12Merge pull request #23655 from ibrahn/uninit-cleanup-pluginsRémi Verschelde
Fixed various uninitialised member variables in editor plugins.
2018-11-12Merge pull request #23654 from YeldhamDev/remove_unused_debug_varRémi Verschelde
Remove unused variable in ScriptEditorDebugger
2018-11-12Merge pull request #23649 from willnationsdev/fix-scene-iconsRémi Verschelde
Fix scene dock not showing custom icons
2018-11-11Remove unused variable in ScriptEditorDebuggerMichael Alexsander Silva Dias
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-10Fix scene dock not showing custom iconsWill Nations
2018-11-10Merge pull request #23597 from vnen/network-fs-fixRémi Verschelde
Fix deploy with network filesystem
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-10Fix deploy with network filesystemGeorge Marques
Also make some prints only happen in verbose mode.
2018-11-10Make TextureRegion grid settings occupy less space, closes #12679Juan Linietsky
2018-11-09Merge pull request #23476 from marcelofg55/export_allRémi Verschelde
Add an Export All button to the Export dialog
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 #23614 from DualMatrix/snappyRémi Verschelde
AnimationPlayer, snap absolute position instead of motion.
2018-11-09AnimationPlayer, snap absolute position instead of motion.DualMatrix
Fixes #22663
2018-11-09Remove junk SCons fileRémi Verschelde
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-08 Made AnimationPlayer timeline only advance when keyframing frame variablesDualMatrix
Fixes #23330
2018-11-08Proper time tracking in AnimationNodeAnimation, closes #22887Juan Linietsky
2018-11-08-Moved EditorDefaultValue to ClassDB, made it coreJuan Linietsky
-Removed one and zero hints for properties, replaced by default value
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-06Merge pull request #23526 from Mintormo/fix-23480Rémi Verschelde
(#23480) Fixed problem with wrong directory path
2018-11-06Merge pull request #23543 from marcelofg55/export_path2Rémi Verschelde
Preset saved export path is now shown on the Export window
2018-11-06Fixes uniform scaling issues (for real this time)groud
2018-11-05Preset saved export path is now shown on the Export windowMarcelo Fernandez
2018-11-05Fixes uniform scaling weird behaviorgroud
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-05Merge pull request #23522 from YeldhamDev/find_files_dialog_fixupRémi Verschelde
General fixup of the "Find in Files" dialog
2018-11-05Merge pull request #23518 from volzhs/confirmed_already_connectedRémi Verschelde
Fix error with a specific dock layout
2018-11-05Merge pull request #23523 from akien-mga/docs-https-latestRémi Verschelde
doc: Use HTTPS for docs.godotengine.org and point to latest branch
2018-11-05Merge pull request #23519 from Rubonnek/remove-unnecessary-assignmentsRémi Verschelde
Removed unnecessary assignments
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-05General fixup of the "Find in Files" dialogMichael Alexsander Silva Dias
2018-11-04Removed unnecessary assignmentsWilson E. Alvarez
2018-11-05Fix error with a specific dock layoutvolzhs
2018-11-04Merge pull request #23481 from groud/fix_extends_not_updatingRémi Verschelde
Fixes CollisionShape extends not updating when draggind handles
2018-11-04Merge pull request #23479 from groud/fix_search_rmb_optionsRémi Verschelde
Hide some RMB options in the filesystem dock when files are searched
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-03Add an Export All button to the Export dialogMarcelo Fernandez
2018-11-03Fixes CollisionShape extends not updating when draggind handlesgroud
2018-11-03Hide some RMB options in the filesystem dock when files are searchedgroud
2018-11-03Allow plugin scene change signal to report null for empty scenes.Jared
2018-11-02Merge pull request #23061 from groud/remove_thumbnail_viewJuan Linietsky
Remove the thumnail-only view from the filesystem dock