Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-05-22 | Fix 2D bones ignored by onion skinning | Pedro J. Estébanez | |
Fixes #27819. | |||
2019-05-20 | Remove ghost of canvas zoom controls during onion skinning | Pedro J. Estébanez | |
2019-05-20 | Fix canvas zoom controls lazy position update | Pedro J. Estébanez | |
After hiding/showing rulers, zoom controls were kept at the wrong position until an update happened because of other reason. | |||
2019-05-20 | Merge pull request #29029 from Calinou/find-in-files-allow-empty-replace | Rémi Verschelde | |
Allow empty replacement texts in the Find in Files replace dialog | |||
2019-05-20 | Merge pull request #29015 from dfelinto/fix-ui-lowercase | Rémi Verschelde | |
Fix upper/lowercase in some UI strings | |||
2019-05-20 | Merge pull request #27559 from groud/anchor_mode | Rémi Verschelde | |
Improve the anchors and margin workflow | |||
2019-05-20 | Allow empty replacement texts in the Find in Files replace dialog | Hugo Locurcio | |
This closes #29026. | |||
2019-05-20 | Style: Fix issues with clang-format 8.0 | Rémi Verschelde | |
2019-05-20 | Merge pull request #28972 from erammos/28943_script_editor_plugin | Rémi Verschelde | |
minor change in scriptEdtiorPlugin ref #28943 | |||
2019-05-19 | Fix upper/lowercase in some UI strings | Dalai Felinto | |
Note: I was tempted to also change "Align with View" since we use the word "With" with uppercase in "Align Selection With View". However I believe "With" should be lower case and the old stripg (Align Selection ...) is the one to be fixed. | |||
2019-05-19 | Merge pull request #28997 from akien-mga/codespell | Rémi Verschelde | |
Fix typos with codespell | |||
2019-05-19 | Fix typos with codespell | Rémi Verschelde | |
Using codespell 1.15.0. Method: ``` $ cat > ../godot-word-whitelist.txt << EOF ang curvelinear doubleclick leapyear lod merchantibility nd numer ois ony que seeked synching te uint unselect webp EOF $ codespell -w -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po" $ git diff // undo unwanted changes ``` | |||
2019-05-19 | Added Fresnel and OneMinus to visual shaders | Chaosus | |
2019-05-18 | Allow project export to be canceled | George Marques | |
2019-05-18 | Merge pull request #28970 from KoBeWi/a_wild_bug_appeared | Max Hilbrunner | |
Fix saving scenes when multi-closing scene tabs | |||
2019-05-18 | Fix "Open Project Data Folder" in the editor | Hugo Locurcio | |
The handling code also had to be moved as this option was moved to the Tools submenu. | |||
2019-05-18 | minor change in scriptEdtiorPlugin ref #28943 | Elias Rammos | |
2019-05-17 | Fix saving scenes when multi-closing scene tabs | Tomasz Chabora | |
2019-05-17 | Merge pull request #28366 from iwek7/feature/issue28355/showSpacesInEditor | Max Hilbrunner | |
Add feature to show spaces in code editor | |||
2019-05-17 | Merge pull request #28920 from hmumm/dragging-directory-adds-it-to-script | Max Hilbrunner | |
Directories can now be dragged into the script editor | |||
2019-05-17 | Removed an unused and leaked CheckButton instance in theme editor plugin | Ibrahn Sahir | |
2019-05-17 | Merge pull request #28905 from hbina/issue_28585 | Rémi Verschelde | |
Now able to "Copy Node Path" from the Remote tab. Fixes #28585. | |||
2019-05-17 | Merge pull request #28874 from YeldhamDev/toggle_onion_separate | Rémi Verschelde | |
Make "Onion Skinning" toggle its own button | |||
2019-05-17 | Now able to "Copy Node Path" from Remote tab". Fixes issue 28585. | hbina085 | |
2019-05-16 | Merge pull request #28587 from Daw11/lanczos | Max Hilbrunner | |
Implement Lanczos image filter | |||
2019-05-16 | Merge pull request #27097 from siddharth952/master | Max Hilbrunner | |
Adjusts the default color for search border | |||
2019-05-16 | Directories can now be dragged into the script editor | Hayden | |
2019-05-15 | Fix leftover connection to the "Open" signal in FileSystemDock | Michael Alexsander Silva Dias | |
Fixes #28903. | |||
2019-05-15 | Merge pull request #28873 from YeldhamDev/undo_scriptbutton_update | Rémi Verschelde | |
Properly update script button when undoing a script addition | |||
2019-05-14 | Merge pull request #27569 from Faless/net/ipv4_link_local | Max Hilbrunner | |
Exclude link-local IPv4s from editor host list. | |||
2019-05-14 | Make "Onion Skinning" toggle its own button | Michael Alexsander Silva Dias | |
2019-05-13 | Properly update script button when undoing a script addition | Michael Alexsander Silva Dias | |
Fixes #28870. | |||
2019-05-13 | Improve the anchors and margin workflow | Gilles Roudiere | |
2019-05-13 | Merge pull request #28750 from YeldhamDev/filedock_rmb_inherent | Rémi Verschelde | |
Make possible to create inherited scenes via the RMB menu in the FileSystem dock | |||
2019-05-13 | Merge pull request #28831 from dankan1890/spriteframes_sheet_fix | Rémi Verschelde | |
AnimatedSprite: Add from spritesheets now work as expected. Fix #28030 | |||
2019-05-12 | AnimatedSprite: Add from spritesheets now work as expected. Fix #28030 | dankan1890 | |
2019-05-11 | Apply sprite frames editor FPS value correctly upon _animation_select | freestraws | |
2019-05-11 | Make possible to create inherited scenes via the RMB menu in the FileSystem dock | Michael Alexsander Silva Dias | |
2019-05-11 | Merge pull request #28807 from bojidar-bg/28798-open-filesystem | Rémi Verschelde | |
Open selected folder when pressing the "Open" option in the menu | |||
2019-05-11 | Merge pull request #28742 from guilhermefelipecgs/fix_28737 | Rémi Verschelde | |
[EditorSpatialGizmo] Fix error in intersect_ray | |||
2019-05-10 | Open selected folder when pressing the "Open" option in the menu | Bojidar Marinov | |
An attempt to fix #28798 | |||
2019-05-08 | [EditorSpatialGizmo] Fix error in intersect_ray | Guilherme Felipe | |
2019-05-09 | Scroll back to top when changing directory in FileSystem dock | volzhs | |
Fix #26041 | |||
2019-05-08 | Merge pull request #28009 from kbake/output-context-menu-27543 | Rémi Verschelde | |
Adds Copy button to output panel | |||
2019-05-08 | Change empty scene closing on new inherented scene to a better approach | Michael Alexsander Silva Dias | |
2019-05-08 | Revert "Merge pull request #28715 from YeldhamDev/inherent_scene_close_empty" | Michael Alexsander Silva Dias | |
This reverts commit 0f8356d43994e3b7f054ac223a6681773aeb9330, reversing changes made to 7b7a664a974e86acb6d55e31609d33cf84311b8f. | |||
2019-05-06 | Merge pull request #28365 from fire/split_clip_blend_shapes | Rémi Verschelde | |
Modify ResourceImporterScene to split animations with blendshapes. | |||
2019-05-06 | Make editor close empty scene when creating an inherited one | Michael Alexsander Silva Dias | |
Fixes #28654. | |||
2019-05-05 | Implement Lanczos image filter | Daw11 | |
2019-05-03 | Merge pull request #28629 from YeldhamDev/findfiles_always_available | Rémi Verschelde | |
Make "Find in Files" always available in the script editor |