Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-01-02 | Merge pull request #15230 from RyanStein/bugfix-14989 | Rémi Verschelde | |
Move Project Manager favorite icon back to center. | |||
2018-01-01 | Update copyright statements to 2018 | Rémi Verschelde | |
Happy new year to the wonderful Godot community! | |||
2018-01-01 | Merge pull request #14957 from YeldhamDev/right_dock_fix | Noshyaar | |
Fixed right dock dragger not disappearing when there is no docks there. | |||
2018-01-01 | Merge pull request #14973 from poke1024/docs-word-selection | Noshyaar | |
Double-click word selection for RichTextLabel (i.e. docs) | |||
2018-01-01 | Merge pull request #15152 from poke1024/editor-settings-change | Noshyaar | |
Only send editor "settings_changed" if actually changed | |||
2018-01-01 | Merge pull request #15111 from poke1024/fix15097 | Noshyaar | |
Fixes various Line2D and Polygon2D editor bugs | |||
2018-01-01 | Merge pull request #15080 from volzhs/text-color | Noshyaar | |
Respect text editor highlighting color changes | |||
2018-01-01 | Merge pull request #15101 from nounoursheureux/master | Noshyaar | |
Make filesystem search case-insensitive | |||
2017-12-31 | Move Project Manager favorite icon back to center. | Ryan Stein | |
2017-12-30 | prevent strings from being evaluated to just "true" | firefly2442 | |
2017-12-30 | Various fixes for 2d polygon editor | Bernhard Liebl | |
Fixes issues 15096, 15097 Fixes various other Line2D edit issues Fixes previous outline Fixes retina support | |||
2017-12-29 | Merge pull request #15117 from damarindra/master | Noshyaar | |
Autotile Enhancement | |||
2017-12-29 | Only send editor "settings_changed" if actually changed. | Bernhard Liebl | |
2017-12-28 | Added more hacks to GLTF2 importer to support crap exporter (MakeHuman in ↵ | Juan Linietsky | |
this case), fixes #13393 | |||
2017-12-28 | Autotile Enhancement | damarindra | |
2017-12-28 | Double-click word selection for RichTextLabel (i.e. docs) | Bernhard Liebl | |
2017-12-28 | Respect text editor highlighting color changes | volzhs | |
Fix #14838 | |||
2017-12-28 | Merge pull request #15104 from djrm/pr_visual_improvements | Noshyaar | |
Minor style fixes for editor help | |||
2017-12-27 | Reimport now checks source path changes and imported files and their md5, ↵ | Juan Linietsky | |
fixes #14728 | |||
2017-12-27 | Minor style fixes for editor help | Daniel J. Ramirez | |
2017-12-27 | Make filesystem search case-insensitive | Wilhem Barbier | |
2017-12-27 | Merge pull request #14991 from djrm/pr_fixes | Noshyaar | |
Show Options Dialog for NodePath and File in clicked button position. | |||
2017-12-27 | Merge pull request #15028 from YeldhamDev/editor_file_dialog_changes | Noshyaar | |
Changes to the Editor File Dialog | |||
2017-12-27 | Merge pull request #15032 from Noshyaar/pr | Noshyaar | |
EditorAbout: TTR workaround for "Project Manager" contexts | |||
2017-12-27 | Merge pull request #15081 from volzhs/fix-status-font | Noshyaar | |
Fix text editor status font | |||
2017-12-27 | Fix text editor status font | volzhs | |
mistake from https://github.com/godotengine/godot/commit/15986ea343#diff-e7b153431ed956907f3ee3ef07ac59dd | |||
2017-12-26 | Properly rename scenes and resources after renaming or moving files, should ↵ | Juan Linietsky | |
fix #13976 It's not tested, so please test. | |||
2017-12-26 | Fix 2D editor checkboxes with a new project | Gilles Roudiere | |
2017-12-25 | Add missing parameter names | Poommetee Ketson | |
2017-12-25 | Fix popup menu size in Inspector dock | volzhs | |
2017-12-25 | EditorAbout: TTR workaround for "Project Manager" contexts | Poommetee Ketson | |
2017-12-25 | Changes to the Editor File Dialog. | Michael Alexsander Silva Dias | |
2017-12-25 | Merge pull request #14826 from carlosfvieira/14371-F_key_Viewport_focus_problem | Noshyaar | |
Fix spatial editor plugin issues on multi viewport view menu shortcuts (only those that are bound to keys) | |||
2017-12-25 | Merge pull request #14847 from YeldhamDev/3d_viewport_save | Noshyaar | |
Fixes for the Spatial Editor's Perspective options and dead code cleaning | |||
2017-12-25 | Merge pull request #14853 from MattUV/context-menu | Noshyaar | |
Adds an option to move cursor with right click in TextEdit | |||
2017-12-25 | Merge pull request #14846 from carlosfvieira/weird_gizmo_ortho | Noshyaar | |
Fixes gizmo huge scale immediately after change to orthogonal view | |||
2017-12-25 | Merge pull request #14732 from AndreaCatania/jgizmo | Noshyaar | |
Fixed joint gizmos drawing orientations | |||
2017-12-25 | Merge pull request #14827 from RayKoopa/editor_patchwork | Noshyaar | |
Some Editor UI patchwork | |||
2017-12-25 | Merge pull request #14808 from YeldhamDev/script_editor_fixes | Noshyaar | |
Some fixes for the Script Editor and dead code cleaning. | |||
2017-12-25 | Merge pull request #14908 from YeldhamDev/dialog_changes | Noshyaar | |
Fixes and modifications for some dialogs | |||
2017-12-24 | Added default close and title color to editor themed graph nodes | Daniel J. Ramirez | |
2017-12-23 | Show Options Dialog for NodePath and File in clicked button position. | Daniel J. Ramirez | |
Auto select newly created nodes. | |||
2017-12-23 | Add more translatable text for editor plugins. | geequlim | |
2017-12-23 | Fixed joint gizmos orientations | AndreaCatania | |
2017-12-23 | ProjectManager: enhance dialog ok button text | Poommetee Ketson | |
2017-12-22 | Fixed right dock dragger not disappearing when there is no docks there. | Michael Alexsander Silva Dias | |
2017-12-21 | Merge pull request #14913 from poke1024/tooltip-shortcut-names | Rémi Verschelde | |
Consistent display of shortcut names in tooltips | |||
2017-12-21 | Consistent display of shortcut names in tooltips | poke1024 | |
2017-12-22 | Fix open directory in FileSystem dock | volzhs | |
2017-12-21 | Fixes and modifications for some dialogs. | Michael Alexsander Silva Dias | |