summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-06-18Merge pull request #19573 from guilhermefelipecgs/fix_animation_previewRémi Verschelde
[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)
2018-06-15Merge pull request #19568 from guilhermefelipecgs/fix_editor_defRémi Verschelde
Fix path typo for editor def capitalize_properties
2018-06-15Fix path typo for editor def capitalize_propertiesGuilherme Felipe
2018-06-15Merge pull request #19553 from guilhermefelipecgs/fix_solarized_themeRémi Verschelde
Small improvement to solarized theme
2018-06-15Merge pull request #19544 from RandomShaper/gltf-shapes-namesRémi Verschelde
Import morph target names from glTF
2018-06-14[AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)Guilherme Felipe
2018-06-15Tweak adaptative guideline and completion_background colorletheed
2018-06-14Small improvement to solarized themeGuilherme Felipe
2018-06-14Import morph target names from glTFPedro J. Estébanez
If mesh.extras.targetNames is available. Keep the former naming pattern as fallback.
2018-06-13Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboardRémi Verschelde
Likely added by mistake in #19487. Should fix #19543.
2018-06-13Removed duplicate default colours and removed GDScriptHighligher colours ↵Paulb23
from main editor.
2018-06-13Theme saving no longer hard codedPaulb23
2018-06-13Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde
Improve 3D selection
2018-06-13Polished 3D selectionJFonS
2018-06-13Merge pull request #19503 from akien-mga/osx-ctrl-cmdRémi Verschelde
Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD
2018-06-13Merge pull request #19514 from Chaosus/solarized_themesRémi Verschelde
Added Solarized Dark and Light themes
2018-06-13Merge pull request #19516 from groud/fix_crash_on_hoverRémi Verschelde
Fixes a crash on draw_hover
2018-06-13Added Solarized Dark and Light themesChaosus
2018-06-13Style fixes for commit d5bb6faaRémi Verschelde
2018-06-13Merge pull request #19526 from robojumper/fix_tutorialsRémi Verschelde
Add support for tutorial links to makerst.py
2018-06-12Add support for tutorial links to makerst.pyrobojumper
Also change the <tutorials> structure to make use of individual <link> tags
2018-06-12Fixes a crash on draw_hovergroud
2018-06-11-Make sure that ProjectSettings are properly dumped when dumping docs.Juan Linietsky
-Documented all properties of project settings Update documentation for ProjectSettings
2018-06-11Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde
KEY_MASK_CMD is automatically replaced by KEY_MASK_CTRL on non-OSX and KEY_MASK_META (Command key) on OSX, so it should be used for all Ctrl/Cmd + key shortcuts. Also de-hacked the macOS shortcut replacements with proper conditional definition. Not tested on macOS, cannot judge if they are good shortcuts. Fixes #10761.
2018-06-09Fix drag and drop autoloadvolzhs
2018-06-08Bit more of visual polishJuan Linietsky
2018-06-08Remove the "go back" behavior in track editor for inspector based key ↵Juan Linietsky
editing, fixes #19434, fixes #19423
2018-06-08Properly update range and valid key range when keys are in/out of view, ↵Juan Linietsky
fixes #19433
2018-06-08Merge pull request #19452 from guilhermefelipecgs/fix_messagesRémi Verschelde
Fix translate messages for new AnimationPlayer
2018-06-08Fixed cursor not updating in some circumstances, closes #19430Juan Linietsky
2018-06-08Fix translate messages for new AnimationPlayerGuilherme Felipe
2018-06-08Disallow via add track for animation player to animate itself, fixes #19425Juan Linietsky
2018-06-08Avoid animation length from ever being completely, fixes #19420Juan Linietsky
2018-06-08Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotationRémi Verschelde
Fix bugs related to bad handling of rotated/translated shapes in tilemap
2018-06-08Merge pull request #19334 from guilhermefelipecgs/fix_popupJuan Linietsky
Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor
2018-06-08Merge pull request #19314 from Jellonator/masterRémi Verschelde
Added autotile override
2018-06-08Merge pull request #19437 from volzhs/live-edit-reparent-childRémi Verschelde
Make same child index as edited scene when using live edit
2018-06-08Make same child index as edited scene when using live editvolzhs
2018-06-07Entirely new (and much improved) animation editor.Juan Linietsky
2018-06-06Fix theme not updating with changesGuilherme Felipe
2018-06-06Fix #16069, #19292, #19267 and #18940Guilherme Felipe
2018-06-06Merge pull request #19388 from volzhs/show-filenameRémi Verschelde
Show opened script or help name
2018-06-06Show opened script or help namevolzhs
2018-06-05i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit e8bfc09b81f02395226a06f5a8ecd47bea136cc6)
2018-06-05i18n: Sync translation templates with current sourceRémi Verschelde
(cherry picked from commit 74808e71d213888d40671246ace3c701dd674a2b)
2018-06-05[Inspector] Fix search field losing focus when typingGuilherme Felipe
Fix #19382
2018-06-04Fix Rect2 properties typoGuilherme Felipe
2018-06-03Fix bugs related to bad handling of rotated/translated shapes in tilemapBojidar Marinov
Fixup #18529 and #12870
2018-06-02Added autotile overrideJames Beedie
2018-06-01Merge pull request #19250 from YeldhamDev/scene_editor_tooltipsRémi Verschelde
Minor changes to the Scene and Canvas editors' tooltips