Age | Commit message (Expand) | Author |
2019-02-06 | Fix prompt for empty project files when loaded | Twarit |
2019-02-01 | Displays errors and warnings in a better way in the script editor | Gilles Roudière |
2019-02-01 | Don't modify font which could potentially not be the editor one yet | Marc Gilleron |
2019-02-01 | Fixed uninitialized log member due to THEME_CHANGED notification | Marc Gilleron |
2019-02-01 | Merge pull request #25540 from JFonS/remove_gizmo_errors | Rémi Verschelde |
2019-02-01 | Fix gizmo errors on "Align with view" | JFonS |
2019-01-31 | Moved script editor search bar to the bottom, so it doesn't shift everything ... | Marc Gilleron |
2019-01-30 | Add check in folding to see if the nodepath exists to avoid message spam. | K. S. Ernest (iFire) Lee |
2019-01-30 | Merge pull request #25469 from ankitpriyarup/master | Rémi Verschelde |
2019-01-29 | Invalid node name should check if new_name is empty then cancel rename, fixes... | Ankit Priyarup |
2019-01-29 | Remove unnecessary call VS::get_singleton() twice | volzhs |
2019-01-28 | Remove unused iostream includes | Rémi Verschelde |
2019-01-27 | Instantiate global classes properly, fixes #20857 | Juan Linietsky |
2019-01-27 | Merge pull request #25372 from JFonS/add_gizmo_docs | Rémi Verschelde |
2019-01-27 | Minor fixes and documentation for Spatial Gizmos | JFonS |
2019-01-27 | Merge pull request #25355 from YeldhamDev/color_picker_changes | Rémi Verschelde |
2019-01-27 | Merge pull request #25380 from godotengine/fix_pivot | Rémi Verschelde |
2019-01-27 | Merge pull request #25383 from akien-mga/editorinspector-property_changed_upd... | Rémi Verschelde |
2019-01-27 | Fix pixelized previews, but also instances of breaking ImageTexture cache. Cl... | Juan Linietsky |
2019-01-27 | Fix EditorInspector property_changed argument mismatch | Rémi Verschelde |
2019-01-27 | Disables the Layout menu when a Control node is child of a container | Gilles Roudiere |
2019-01-27 | Fixes the pivot setting with control nodes | Gilles Roudiere |
2019-01-27 | Make some small enhancements to the ColorPicker | Michael Alexsander Silva Dias |
2019-01-26 | Fix code style issues | Rémi Verschelde |
2019-01-26 | i18n: Sync translation template with current source | Rémi Verschelde |
2019-01-26 | i18n: Sync translations with Weblate | Rémi Verschelde |
2019-01-26 | Merge pull request #25354 from Ranoller/patch-5 | Rémi Verschelde |
2019-01-26 | Avoid crash in import (though model still does not work well), fixes #19346 | Juan Linietsky |
2019-01-26 | Profiler list functions from max to less expensive | Ranoller |
2019-01-26 | Merge pull request #25338 from DualMatrix/search_inaccurate | Rémi Verschelde |
2019-01-26 | Fixed Recent/Favorite in Create Node dialog not selecting right node | DualMatrix |
2019-01-26 | Merge pull request #24923 from groud/add_color_audio_buses_buttons | Rémi Verschelde |
2019-01-26 | Merge pull request #25237 from eska014/pjmgr-rasterizerselect | Rémi Verschelde |
2019-01-25 | Implement missing autorestart in oneshot node, closes #22238 | Juan Linietsky |
2019-01-25 | Stop preview generator before reimporting resources with different type. | Juan Linietsky |
2019-01-25 | Properly warn about the effects of changing an import type, as well as force ... | Juan Linietsky |
2019-01-25 | Make sub-inspectors not listen to node removals, since they never edit nodes.... | Juan Linietsky |
2019-01-25 | Ability to keep images in ImageTexture cached while using editor, fixes #25243 | Juan Linietsky |
2019-01-25 | Merge pull request #25306 from DualMatrix/no_showup | Rémi Verschelde |
2019-01-25 | Fixed function names of built-in scripts not showing up in debugger | DualMatrix |
2019-01-25 | Add renderer selection to New Project dialog | Leon Krause |
2019-01-24 | Adds color to the audio buses buttons | groud |
2019-01-24 | Fixes Node2D selection not adapting to editor zoom level | groud |
2019-01-23 | Merge pull request #25260 from neikeq/qq | Rémi Verschelde |
2019-01-23 | PluginConfigDialog: Add partial support for more script language | Ignacio Etcheverry |
2019-01-23 | Fix global settings consistency | Marcin Zawiejski |
2019-01-22 | Forbid making root on inherited scenes, closes #24484 | Juan Linietsky |
2019-01-22 | Make inspector gain focus on refresh only if it has it, fixes #24979, closes ... | Juan Linietsky |
2019-01-22 | Merge pull request #25215 from akien-mga/scripteditor-goto-line | Rémi Verschelde |
2019-01-22 | Merge pull request #25195 from YeldhamDev/texregion_editor_sprite3d | Rémi Verschelde |