summaryrefslogtreecommitdiffstats
path: root/editor
Commit message (Expand)AuthorAgeFilesLines
* Revert "Fix saving unmodified scenes and resources"Rémi Verschelde2018-06-291-6/+2
* Changes to how node paths are selected from property, allowing setting a hint.Juan Linietsky2018-06-275-5/+42
* The way multiple quaternions being slerped was not good, changed approach to ...Juan Linietsky2018-06-271-1/+2
* -Add root motion support in AnimationTree.Juan Linietsky2018-06-264-4/+346
* Merge pull request #19164 from marcelofg55/tilemap_undo2Rémi Verschelde2018-06-262-30/+70
|\
| * Improve TileMap undo operations, second tryMarcelo Fernandez2018-05-292-30/+70
* | renamed AnimationGraphPlayer to AnimationTreeJuan Linietsky2018-06-255-33/+38
* | added BlendSpace1D editor pluginThomas Herzog2018-06-255-41/+901
* | added AnimationBlendSpace1DThomas Herzog2018-06-251-0/+1
* | rename BlendSpace to BlendSpace2DThomas Herzog2018-06-254-75/+75
* | State machine animation nodeJuan Linietsky2018-06-2521-4/+2640
* | Remove extra addition to tree of editor autoloadsGeorge Marques2018-06-251-8/+0
* | Merge pull request #19744 from marcelofg55/profiler_clearRémi Verschelde2018-06-252-4/+17
|\ \
| * | Add a Clear button to the profilerMarcelo Fernandez2018-06-232-4/+17
* | | Merge pull request #19728 from Chaosus/theme_stringsRémi Verschelde2018-06-253-51/+49
|\ \ \
| * | | Changed themes presets to String formatChaosus2018-06-233-51/+49
| |/ /
* | | Merge pull request #19698 from Chaosus/theme_submenuRémi Verschelde2018-06-252-37/+57
|\ \ \
| * | | Move Theme options to submenuChaosus2018-06-212-37/+57
* | | | Merge pull request #19193 from tagcup/quat_normJuan Linietsky2018-06-252-6/+3
|\ \ \ \ | |_|/ / |/| | |
| * | | Fixed Basis -> Quat conversions, added a few safety checks.tagcup2018-05-272-6/+3
* | | | i18n: Sync translations with WeblateRémi Verschelde2018-06-2237-1669/+1755
* | | | Merge pull request #19695 from rraallvv/nocache_gen_masterRémi Verschelde2018-06-221-4/+4
|\ \ \ \
| * | | | add NoCache wrapper to CommandRhody Lugo2018-06-211-4/+4
| | |/ / | |/| |
* | | | Added auto triangle generation in blend space, using Delaunay.Juan Linietsky2018-06-213-13/+125
* | | | Remove error messagesJuan Linietsky2018-06-211-1/+1
* | | | Fix crashes, ability to add blendpsace into blendtree, ability to delete with...Juan Linietsky2018-06-215-48/+108
* | | | Animation Blend SpacesJuan Linietsky2018-06-215-13/+1165
* | | | fix default glTF metallic & roughness factor valuesRodolfo Ribeiro Gomes2018-06-211-2/+5
|/ / /
* | | Fix profiler not updating on realtimeMarcelo Fernandez2018-06-191-2/+2
* | | -Added AnimationGraphPlayer (still missing features)Juan Linietsky2018-06-1811-41/+1083
* | | Merge pull request #19632 from vnen/fix-editor-autoload-registerGeorge Marques2018-06-181-2/+22
|\ \ \
| * | | Fix order to register autoloads in-editorGeorge Marques2018-06-181-2/+22
* | | | Prevent animation player crashGuilherme Felipe2018-06-181-1/+1
* | | | Merge pull request #19573 from guilhermefelipecgs/fix_animation_previewRémi Verschelde2018-06-181-6/+34
|\ \ \ \ | |/ / / |/| | |
| * | | [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D)Guilherme Felipe2018-06-141-6/+34
* | | | Merge pull request #19568 from guilhermefelipecgs/fix_editor_defRémi Verschelde2018-06-154-3/+15
|\ \ \ \
| * | | | Fix path typo for editor def capitalize_propertiesGuilherme Felipe2018-06-154-3/+15
| |/ / /
* | | | Merge pull request #19553 from guilhermefelipecgs/fix_solarized_themeRémi Verschelde2018-06-151-2/+2
|\ \ \ \
| * | | | Small improvement to solarized themeGuilherme Felipe2018-06-141-2/+2
| |/ / /
* | | | Merge pull request #19544 from RandomShaper/gltf-shapes-namesRémi Verschelde2018-06-151-1/+4
|\ \ \ \
| * | | | Import morph target names from glTFPedro J. Estébanez2018-06-141-1/+4
* | | | | Tweak adaptative guideline and completion_background colorletheed2018-06-151-2/+2
| |/ / / |/| | |
* | | | Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboardRémi Verschelde2018-06-131-1/+1
|/ / /
* | | Removed duplicate default colours and removed GDScriptHighligher colours from...Paulb232018-06-133-59/+28
* | | Theme saving no longer hard codedPaulb232018-06-131-34/+11
* | | Merge pull request #19487 from JFonS/better_3d_selectRémi Verschelde2018-06-134-72/+162
|\ \ \
| * | | Polished 3D selectionJFonS2018-06-134-72/+162
* | | | Merge pull request #19503 from akien-mga/osx-ctrl-cmdRémi Verschelde2018-06-134-39/+62
|\ \ \ \
| * | | | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMDRémi Verschelde2018-06-114-39/+62
| |/ / /
* | | | Merge pull request #19514 from Chaosus/solarized_themesRémi Verschelde2018-06-133-15/+25
|\ \ \ \