summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2019-02-08Merge pull request #25692 from YeldhamDev/spriteframes_editor_changesRémi Verschelde
Small changes to the SpriteFrames editor
2019-02-08Merge pull request #25701 from Chaosus/fix_particles_gizmoRémi Verschelde
Fix undo for Particles 3D gizmo
2019-02-08Merge pull request #25552 from groud/better_error_messageRémi Verschelde
Displays errors and warnings in a better way in the script editor
2019-02-08Fix undo for Particles 3D gizmoChaosus
2019-02-08Merge pull request #25562 from IronicallySerious/fix-empty-projectRémi Verschelde
Fix prompt for empty project files when loaded
2019-02-08Merge pull request #25549 from Zylann/fix_game_font_size_forced_to_13Rémi Verschelde
Don't modify font which could potentially not be the editor one yet
2019-02-08Merge pull request #25546 from Zylann/fix_garbage_log_pointerRémi Verschelde
Fixed uninitialized pointer access due to THEME_CHANGED notification
2019-02-08Merge pull request #25515 from Zylann/search_bar_bottomRémi Verschelde
Moved script editor search bar to the bottom
2019-02-08Merge pull request #25467 from fire/folding_spamRémi Verschelde
Add check in folding to see if the nodepath exists to avoid message spam and expose get_node_or_null
2019-02-07Small changes to the SpriteFrames editorMichael Alexsander Silva Dias
2019-02-06Fix prompt for empty project files when loadedTwarit
Fixes #25541
2019-02-01Displays errors and warnings in a better way in the script editorGilles Roudière
2019-02-01Don't modify font which could potentially not be the editor one yetMarc Gilleron
2019-02-01Fixed uninitialized log member due to THEME_CHANGED notificationMarc Gilleron
2019-02-01Merge pull request #25540 from JFonS/remove_gizmo_errorsRémi Verschelde
Fix gizmo errors on "Align with view"
2019-02-01Fix gizmo errors on "Align with view"JFonS
2019-01-31Moved script editor search bar to the bottom, so it doesn't shift everything ↵Marc Gilleron
down
2019-01-30Add check in folding to see if the nodepath exists to avoid message spam.K. S. Ernest (iFire) Lee
2019-01-30Merge pull request #25469 from ankitpriyarup/masterRémi Verschelde
Fixes error when new name contains only unallowed characters
2019-01-29Invalid node name should check if new_name is empty then cancel rename, ↵Ankit Priyarup
fixes 25226
2019-01-29Remove unnecessary call VS::get_singleton() twicevolzhs
2019-01-28Remove unused iostream includesRémi Verschelde
2019-01-27Instantiate global classes properly, fixes #20857Juan Linietsky
2019-01-27Merge pull request #25372 from JFonS/add_gizmo_docsRémi Verschelde
Minor fixes and documentation for Spatial Gizmos
2019-01-27Minor fixes and documentation for Spatial GizmosJFonS
2019-01-27Merge pull request #25355 from YeldhamDev/color_picker_changesRémi Verschelde
Make some small enhancements to the ColorPicker
2019-01-27Merge pull request #25380 from godotengine/fix_pivotRémi Verschelde
Fixes the pivot setting with control nodes
2019-01-27Merge pull request #25383 from ↵Rémi Verschelde
akien-mga/editorinspector-property_changed_update_all Fix EditorInspector property_changed argument mismatch
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. ↵Juan Linietsky
Closes #25378.
2019-01-27Fix EditorInspector property_changed argument mismatchRémi Verschelde
Bug introduced in #21701, missed in 541422a4a28c873142af9bfc988468b3e9e05948.
2019-01-27Disables the Layout menu when a Control node is child of a containerGilles Roudiere
2019-01-27Fixes the pivot setting with control nodesGilles Roudiere
2019-01-27Make some small enhancements to the ColorPickerMichael Alexsander Silva Dias
2019-01-26Fix code style issuesRémi Verschelde
2019-01-26i18n: Sync translation template with current sourceRémi Verschelde
2019-01-26i18n: Sync translations with WeblateRémi Verschelde
2019-01-26Merge pull request #25354 from Ranoller/patch-5Rémi Verschelde
Profiler list functions from max to less expensive
2019-01-26Avoid crash in import (though model still does not work well), fixes #19346Juan Linietsky
2019-01-26Profiler list functions from max to less expensiveRanoller
Solves https://github.com/godotengine/godot/issues/25328 and partially https://github.com/godotengine/godot/issues/5682
2019-01-26Merge pull request #25338 from DualMatrix/search_inaccurateRémi Verschelde
Fixed Recent/Favorite in Create Node dialog not selecting right node
2019-01-26Fixed Recent/Favorite in Create Node dialog not selecting right nodeDualMatrix
Fixes #6535
2019-01-26Merge pull request #24923 from groud/add_color_audio_buses_buttonsRémi Verschelde
Adds color to the audio buses buttons
2019-01-26Merge pull request #25237 from eska014/pjmgr-rasterizerselectRémi Verschelde
Add renderer selection to New Project dialog
2019-01-25Implement missing autorestart in oneshot node, closes #22238Juan Linietsky
2019-01-25Stop preview generator before reimporting resources with different type.Juan Linietsky
2019-01-25Properly warn about the effects of changing an import type, as well as force ↵Juan Linietsky
editor restart. Fixes #23874
2019-01-25Make sub-inspectors not listen to node removals, since they never edit ↵Juan Linietsky
nodes. Fixes #23554
2019-01-25Ability to keep images in ImageTexture cached while using editor, fixes #25243Juan Linietsky
2019-01-25Merge pull request #25306 from DualMatrix/no_showupRémi Verschelde
Fixed function names of built-in scripts not showing up in debugger
2019-01-25Fixed function names of built-in scripts not showing up in debuggerDualMatrix
Fixes #25198