summaryrefslogtreecommitdiff
path: root/editor
AgeCommit message (Collapse)Author
2018-06-27Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky
2018-06-27The way multiple quaternions being slerped was not good, changed approach to ↵Juan Linietsky
one that seems to work better.
2018-06-26-Add root motion support in AnimationTree.Juan Linietsky
-Add RootMotionView, to debug root motion in 3D (disabled in runtime)
2018-06-26Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde
Improve TileMap undo operations, second try
2018-06-25renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky
2018-06-25added BlendSpace1D editor pluginThomas Herzog
This commit also fixes a crash in the BlendSpace2D as well as correct the drawing of the x-zero indicator in the BlendSpace2D editor plugin.
2018-06-25added AnimationBlendSpace1DThomas Herzog
2018-06-25rename BlendSpace to BlendSpace2DThomas Herzog
2018-06-25State machine animation nodeJuan Linietsky
2018-06-25Remove extra addition to tree of editor autoloadsGeorge Marques
Fix #19675
2018-06-25Merge pull request #19744 from marcelofg55/profiler_clearRémi Verschelde
Add a Clear button to the profiler
2018-06-25Merge pull request #19728 from Chaosus/theme_stringsRémi Verschelde
Changed themes presets to String format
2018-06-25Merge pull request #19698 from Chaosus/theme_submenuRémi Verschelde
Move Theme options to submenu
2018-06-25Merge pull request #19193 from tagcup/quat_normJuan Linietsky
Fixed Basis -> Quat conversions, added a few safety checks.
2018-06-23Add a Clear button to the profilerMarcelo Fernandez
2018-06-23Changed themes presets to String formatChaosus
2018-06-22i18n: Sync translations with WeblateRémi Verschelde
(cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41)
2018-06-22Merge pull request #19695 from rraallvv/nocache_gen_masterRémi Verschelde
Add NoCache wrapper to Command (master)
2018-06-21Added auto triangle generation in blend space, using Delaunay.Juan Linietsky
2018-06-21Remove error messagesJuan Linietsky
2018-06-21Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵Juan Linietsky
with delete key
2018-06-21Animation Blend SpacesJuan Linietsky
2018-06-21Move Theme options to submenuChaosus
2018-06-21add NoCache wrapper to CommandRhody Lugo
2018-06-21fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes
The glTF 2.0 spec says that these pbrMetallicRoughness material properties should be set as 1.0 by default. In fact, KhronosGroup's official Blender Exporter does not even write down those parameters if they are set as 1.0. However, Godot import them as 0.0. https://github.com/KhronosGroup/glTF/tree/master/specification/2.0#pbrmetallicroughness Fixes: #19613 https://github.com/godotengine/godot/issues/19613
2018-06-19Fix profiler not updating on realtimeMarcelo Fernandez
2018-06-18-Added AnimationGraphPlayer (still missing features)Juan Linietsky
-Added ability to edit resources from built-in inspector (wip, needs testing and feedback)
2018-06-18Merge pull request #19632 from vnen/fix-editor-autoload-registerGeorge Marques
Fix order to register autoloads in-editor
2018-06-18Prevent animation player crashGuilherme Felipe
2018-06-18Fix order to register autoloads in-editorGeorge Marques
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