summaryrefslogtreecommitdiff
path: root/editor/plugins
AgeCommit message (Collapse)Author
2019-02-16Merge pull request #25958 from YeldhamDev/poly2d_edit_disable_fixRémi Verschelde
Fix Polygon2D Editor interacting with its buttons too soon
2019-02-16Fix Polygon2D Editor interacting with its buttons too soonMichael Alexsander Silva Dias
2019-02-16Merge pull request #25913 from Chaosus/fix_gizmo_iconsRémi Verschelde
Fix icon color for gizmos menu when theme changed
2019-02-16Better and non-buggy Polygon2D editing disablingMichael Alexsander Silva Dias
2019-02-16Revert "Disallow polygon2D editing if internal vertices exists, as suggested ↵Michael Alexsander Silva Dias
in #24853" This reverts commit 419fb45a3eea68516828fe4541a62f8641cf13ef.
2019-02-16Fix uninitialized valueFabio Alessandrelli
2019-02-15Fix icon color for gizmos menu when theme changedChaosus
2019-02-14Fix 2 more UBSAN issues (#25217).marxin
2019-02-13Disallow polygon2D editing if internal vertices exists, as suggested in #24853Juan Linietsky
2019-02-13Change some editing display options to make it clearer, as requested in #24853Juan Linietsky
2019-02-13Merge pull request #25814 from allkhor/hide_warning_panelRémi Verschelde
Hide the warning panel when no warnings presents.
2019-02-13Hide the warnings panel when no warnings presents.allkhor
2019-02-13Merge pull request #25821 from akien-mga/sync-class-and-filenamesRémi Verschelde
Ensure classes match their header filename
2019-02-12Fixes issue #25822samHFIT
2019-02-12Scene: Ensure classes match their header filenameRémi Verschelde
Also drop some unused files. Renamed: - `scene/2d/navigation2d.h` -> `navigation_2d.h` - `scene/2d/screen_button.h` -> `touch_screen_button.h` - `scene/3d/scenario_fx.h` -> `world_environment.h` - `scene/audio/audio_player.h` -> `audio_stream_player.h` - `scene/resources/bit_mask.h` -> `bit_map.h` - `scene/resources/color_ramp.h` -> `gradient.h` - `scene/resources/shape_line_2d.h` -> `line_shape_2d.h` - `scene/resources/scene_format_text.h` -> `resource_format_text.h` - `scene/resources/sky_box.h` -> `sky.h` Dropped: - `scene/resources/bounds.h`
2019-02-12Core: Ensure classes match their header filenameRémi Verschelde
Also drop some unused files. Renamed: - `core/dvector.h` -> `pool_vector.h` - `core/io/resource_import.h` -> `resource_importer.h` - `core/sort.h` -> `sort_array.h` - `core/string_db.h` -> `string_name.h` Dropped: - `core/allocators.h` - `core/os/shell.h` - `core/variant_construct_string.cpp`
2019-02-10i18n: Sync translation template with current sourceRémi Verschelde
2019-02-09Fix latest regression error in SpriteFramesEditorqarmin
2019-02-08Merge pull request #25692 from YeldhamDev/spriteframes_editor_changesRémi Verschelde
Small changes to the SpriteFrames editor
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-07Small changes to the SpriteFrames editorMichael Alexsander Silva Dias
2019-02-01Displays errors and warnings in a better way in the script editorGilles Roudière
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-29Remove unnecessary call VS::get_singleton() twicevolzhs
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 #25380 from godotengine/fix_pivotRémi Verschelde
Fixes the pivot setting with control nodes
2019-01-27Fix pixelized previews, but also instances of breaking ImageTexture cache. ↵Juan Linietsky
Closes #25378.
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-24Fixes Node2D selection not adapting to editor zoom levelgroud
2019-01-22Merge pull request #25215 from akien-mga/scripteditor-goto-lineRémi Verschelde
Fix going to script line on VisualScript errors
2019-01-22Fix going to script line on VisualScript errorsRémi Verschelde
Fixes #18103, which was a regression from #16888.
2019-01-21Make the Texture Region Editor able to edit regions of Sprite3DsMichael Alexsander Silva Dias
2019-01-18Displays the pivot all the time and rotate the icongroud
2019-01-18Clean up and fix issues after merging #21701 , closes #21104Juan Linietsky
2019-01-17Fix radio buttons support in ItemListEditorPluginRémi Verschelde
This was missed in bf14a6deffe4c9b74920080851f7e4e273f66116.
2019-01-16Fix order of a nullptr test in canvas item editorjlahman
2019-01-15Clear internal vertex counter when redrawing polygons, closes #24862.Juan Linietsky
2019-01-14Use SceneTreeDock to replace particles node properly, fixes #24162Juan Linietsky
2019-01-14i18n: Sync translation template with current sourceRémi Verschelde
2019-01-11Merge pull request #24899 from YeldhamDev/poly2duv_editor_undoredo_fixRémi Verschelde
Fix UndoRedo operations for the new features in the Polygon2D UV Editor
2019-01-10Fixes to auto triangle editing in BlendSpace2DJuan Linietsky
2019-01-10Fix UndoRedo operations for the new features in the Polygon2D UV EditorMichael Alexsander Silva Dias
2019-01-09Fixes 2D bones selectiongroud
2019-01-09Hides error_panel of state machine on the first time.Guilherme Felipe
2019-01-09Fix for issue #24810 (find in files logic)x2f
Match case check box was used for whole words as well as match case.
2019-01-08Removed splits in Polygon editor, replace by internal vertices and polygon ↵Juan Linietsky
support.
2019-01-07i18n: Sync translation template with current sourceRémi Verschelde
Misc fixes to source strings.