| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Add root motion support in AnimationTree.HEADmirror | Juan Linietsky | 2018-06-26 | 4 | -4/+346 |
| | | | | | -Add RootMotionView, to debug root motion in 3D (disabled in runtime) | ||||
| * | Merge pull request #19164 from marcelofg55/tilemap_undo2 | Rémi Verschelde | 2018-06-26 | 2 | -30/+70 |
| |\ | | | | | Improve TileMap undo operations, second try | ||||
| | * | Improve TileMap undo operations, second try | Marcelo Fernandez | 2018-05-29 | 2 | -30/+70 |
| | | | |||||
| * | | renamed AnimationGraphPlayer to AnimationTree | Juan Linietsky | 2018-06-25 | 5 | -33/+38 |
| | | | |||||
| * | | added BlendSpace1D editor plugin | Thomas Herzog | 2018-06-25 | 5 | -41/+901 |
| | | | | | | | | | | | 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. | ||||
| * | | added AnimationBlendSpace1D | Thomas Herzog | 2018-06-25 | 1 | -0/+1 |
| | | | |||||
| * | | rename BlendSpace to BlendSpace2D | Thomas Herzog | 2018-06-25 | 4 | -75/+75 |
| | | | |||||
| * | | State machine animation node | Juan Linietsky | 2018-06-25 | 21 | -4/+2640 |
| | | | |||||
| * | | Remove extra addition to tree of editor autoloads | George Marques | 2018-06-25 | 1 | -8/+0 |
| | | | | | | | | | Fix #19675 | ||||
| * | | Merge pull request #19744 from marcelofg55/profiler_clear | Rémi Verschelde | 2018-06-25 | 2 | -4/+17 |
| |\ \ | | | | | | | Add a Clear button to the profiler | ||||
| | * | | Add a Clear button to the profiler | Marcelo Fernandez | 2018-06-23 | 2 | -4/+17 |
| | | | | |||||
| * | | | Merge pull request #19728 from Chaosus/theme_strings | Rémi Verschelde | 2018-06-25 | 3 | -51/+49 |
| |\ \ \ | | | | | | | | | Changed themes presets to String format | ||||
| | * | | | Changed themes presets to String format | Chaosus | 2018-06-23 | 3 | -51/+49 |
| | |/ / | |||||
| * | | | Merge pull request #19698 from Chaosus/theme_submenu | Rémi Verschelde | 2018-06-25 | 2 | -37/+57 |
| |\ \ \ | | | | | | | | | Move Theme options to submenu | ||||
| | * | | | Move Theme options to submenu | Chaosus | 2018-06-21 | 2 | -37/+57 |
| | | | | | |||||
| * | | | | Merge pull request #19193 from tagcup/quat_norm | Juan Linietsky | 2018-06-25 | 2 | -6/+3 |
| |\ \ \ \ | |_|/ / |/| | | | Fixed Basis -> Quat conversions, added a few safety checks. | ||||
| | * | | | Fixed Basis -> Quat conversions, added a few safety checks. | tagcup | 2018-05-27 | 2 | -6/+3 |
| | | | | | | | | | | | | | | | | | Fixes #19027. | ||||
| * | | | | i18n: Sync translations with Weblate | Rémi Verschelde | 2018-06-22 | 37 | -1669/+1755 |
| | | | | | | | | | | | | | | | | | (cherry picked from commit d04cc2855a23fbfaeb3981736929a7d7aa46ca41) | ||||
| * | | | | Merge pull request #19695 from rraallvv/nocache_gen_master | Rémi Verschelde | 2018-06-22 | 1 | -4/+4 |
| |\ \ \ \ | | | | | | | | | | | Add NoCache wrapper to Command (master) | ||||
| | * | | | | add NoCache wrapper to Command | Rhody Lugo | 2018-06-21 | 1 | -4/+4 |
| | | |/ / | |/| | | |||||
| * | | | | Added auto triangle generation in blend space, using Delaunay. | Juan Linietsky | 2018-06-21 | 3 | -12/+124 |
| | | | | | |||||
| * | | | | Remove error messages | Juan Linietsky | 2018-06-21 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵ | Juan Linietsky | 2018-06-21 | 5 | -48/+108 |
| | | | | | | | | | | | | | | | | | with delete key | ||||
| * | | | | Animation Blend Spaces | Juan Linietsky | 2018-06-21 | 5 | -13/+1165 |
| | | | | | |||||
| * | | | | fix default glTF metallic & roughness factor values | Rodolfo Ribeiro Gomes | 2018-06-21 | 1 | -2/+5 |
| |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | | | Fix profiler not updating on realtime | Marcelo Fernandez | 2018-06-19 | 1 | -2/+2 |
| | | | | |||||
| * | | | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | 2018-06-18 | 11 | -41/+1083 |
| | | | | | | | | | | | | | -Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | ||||
| * | | | Merge pull request #19632 from vnen/fix-editor-autoload-register | George Marques | 2018-06-18 | 1 | -2/+22 |
| |\ \ \ | | | | | | | | | Fix order to register autoloads in-editor | ||||
| | * | | | Fix order to register autoloads in-editor | George Marques | 2018-06-18 | 1 | -2/+22 |
| | | | | | |||||
| * | | | | Prevent animation player crash | Guilherme Felipe | 2018-06-18 | 1 | -1/+1 |
| | | | | | |||||
| * | | | | Merge pull request #19573 from guilhermefelipecgs/fix_animation_preview | Rémi Verschelde | 2018-06-18 | 1 | -6/+34 |
| |\ \ \ \ | |/ / / |/| | | | [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D) | ||||
| | * | | | [AnimationPlayer] Fix preview for both AnimatedSprite (2D and 3D) | Guilherme Felipe | 2018-06-14 | 1 | -6/+34 |
| | | | | | |||||
| * | | | | Merge pull request #19568 from guilhermefelipecgs/fix_editor_def | Rémi Verschelde | 2018-06-15 | 4 | -3/+15 |
| |\ \ \ \ | | | | | | | | | | | Fix path typo for editor def capitalize_properties | ||||
| | * | | | | Fix path typo for editor def capitalize_properties | Guilherme Felipe | 2018-06-15 | 4 | -3/+15 |
| | |/ / / | |||||
| * | | | | Merge pull request #19553 from guilhermefelipecgs/fix_solarized_theme | Rémi Verschelde | 2018-06-15 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | Small improvement to solarized theme | ||||
| | * | | | | Small improvement to solarized theme | Guilherme Felipe | 2018-06-14 | 1 | -2/+2 |
| | |/ / / | |||||
| * | | | | Merge pull request #19544 from RandomShaper/gltf-shapes-names | Rémi Verschelde | 2018-06-15 | 1 | -1/+4 |
| |\ \ \ \ | | | | | | | | | | | Import morph target names from glTF | ||||
| | * | | | | Import morph target names from glTF | Pedro J. Estébanez | 2018-06-14 | 1 | -1/+4 |
| | | | | | | | | | | | | | | | | | | | | | If mesh.extras.targetNames is available. Keep the former naming pattern as fallback. | ||||
| * | | | | | Tweak adaptative guideline and completion_background color | letheed | 2018-06-15 | 1 | -2/+2 |
| | |/ / / |/| | | | |||||
| * | | | | Fix invalid DEFVAL in SpatialEditorGizmo::add_unscaled_billboard | Rémi Verschelde | 2018-06-13 | 1 | -1/+1 |
| |/ / / | | | | | | | | | | | | | Likely added by mistake in #19487. Should fix #19543. | ||||
| * | | | Removed duplicate default colours and removed GDScriptHighligher colours ↵ | Paulb23 | 2018-06-13 | 3 | -59/+28 |
| | | | | | | | | | | | | | from main editor. | ||||
| * | | | Theme saving no longer hard coded | Paulb23 | 2018-06-13 | 1 | -33/+10 |
| | | | | |||||
| * | | | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde | 2018-06-13 | 4 | -72/+162 |
| |\ \ \ | | | | | | | | | Improve 3D selection | ||||
| | * | | | Polished 3D selection | JFonS | 2018-06-13 | 4 | -72/+162 |
| | | | | | |||||
| * | | | | Merge pull request #19503 from akien-mga/osx-ctrl-cmd | Rémi Verschelde | 2018-06-13 | 4 | -39/+62 |
| |\ \ \ \ | | | | | | | | | | | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | ||||
| | * | | | | Fix shortcuts using KEY_MASK_CTRL instead of KEY_MASK_CMD | Rémi Verschelde | 2018-06-11 | 4 | -39/+62 |
| | |/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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. | ||||
| * | | | | Merge pull request #19514 from Chaosus/solarized_themes | Rémi Verschelde | 2018-06-13 | 3 | -15/+25 |
| |\ \ \ \ | | | | | | | | | | | Added Solarized Dark and Light themes | ||||
| | * | | | | Added Solarized Dark and Light themes | Chaosus | 2018-06-13 | 3 | -15/+25 |
| | |/ / / | |||||
| * | | | | Merge pull request #19516 from groud/fix_crash_on_hover | Rémi Verschelde | 2018-06-13 | 2 | -38/+56 |
| |\ \ \ \ | | | | | | | | | | | Fixes a crash on draw_hover | ||||
| | * | | | | Fixes a crash on draw_hover | groud | 2018-06-12 | 2 | -38/+56 |
| | | | | | | |||||
