| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | -Add root motion support in AnimationTree.HEADmirror | Juan Linietsky | 2018-06-26 | 5 | -18/+321 |
| | | | | | -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 | -0/+7 |
| |\ | | | | | Improve TileMap undo operations, second try | ||||
| | * | Improve TileMap undo operations, second try | Marcelo Fernandez | 2018-05-29 | 2 | -0/+7 |
| | | | |||||
| * | | Merge pull request #19776 from marcelofg55/tilemap_quadrant_opt | Rémi Verschelde | 2018-06-26 | 2 | -4/+8 |
| |\ \ | | | | | | | Optimize _recreate_quadrants | ||||
| | * | | Optimize _recreate_quadrants | Marcelo Fernandez | 2018-06-26 | 2 | -4/+8 |
| | | | | |||||
| * | | | ensure BlendSpace1D syncs animations | Thomas Herzog | 2018-06-26 | 1 | -8/+20 |
| |/ / | |||||
| * | | renamed AnimationGraphPlayer to AnimationTree | Juan Linietsky | 2018-06-25 | 11 | -86/+86 |
| | | | |||||
| * | | Merge pull request #19720 from karroffel/blendspace-1d | Juan Linietsky | 2018-06-25 | 5 | -78/+420 |
| |\ \ | | | | | | | add BlendSpace1D animation node | ||||
| | * | | added BlendSpace1D editor plugin | Thomas Herzog | 2018-06-25 | 5 | -13/+13 |
| | | | | | | | | | | | | | | | | 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 | 4 | -3/+345 |
| | | | | |||||
| | * | | rename BlendSpace to BlendSpace2D | Thomas Herzog | 2018-06-25 | 3 | -76/+76 |
| | | | | |||||
| * | | | removed print | Juan Linietsky | 2018-06-25 | 1 | -4/+0 |
| |/ / | |||||
| * | | State machine animation node | Juan Linietsky | 2018-06-25 | 5 | -9/+948 |
| | | | |||||
| * | | Fight off some error spam in the editor | Bastiaan Olij | 2018-06-24 | 1 | -4/+16 |
| | | | |||||
| * | | Added auto triangle generation in blend space, using Delaunay. | Juan Linietsky | 2018-06-21 | 2 | -0/+71 |
| | | | |||||
| * | | Fix crashes, ability to add blendpsace into blendtree, ability to delete ↵ | Juan Linietsky | 2018-06-21 | 1 | -0/+4 |
| | | | | | | | | | with delete key | ||||
| * | | Animation Blend Spaces | Juan Linietsky | 2018-06-21 | 7 | -32/+642 |
| | | | |||||
| * | | Add missing NULL checks for add_child_below_node | Marcelo Fernandez | 2018-06-19 | 1 | -0/+4 |
| | | | |||||
| * | | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky | 2018-06-18 | 13 | -7/+2960 |
| | | | | | | | | | -Added ability to edit resources from built-in inspector (wip, needs testing and feedback) | ||||
| * | | Fix property hint for ReflectionProbe extents | Rémi Verschelde | 2018-06-16 | 1 | -2/+2 |
| | | | |||||
| * | | Merge pull request #19541 from SaracenOne/ime2 | Rémi Verschelde | 2018-06-13 | 1 | -4/+5 |
| |\ \ | | | | | | | Make LineEdit IME position hook ignore placeholder text | ||||
| | * | | LineEdit IME position will now ignore placeholder text. | Saracen | 2018-06-13 | 1 | -4/+5 |
| | | | | |||||
| * | | | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde | 2018-06-13 | 3 | -11/+83 |
| |\ \ \ | |/ / |/| | | Improve 3D selection | ||||
| | * | | Polished 3D selection | JFonS | 2018-06-13 | 3 | -11/+83 |
| | | | | |||||
| * | | | Merge pull request #19509 from SaracenOne/ime | Rémi Verschelde | 2018-06-13 | 2 | -0/+6 |
| |\ \ \ | | | | | | | | | IME context detection. | ||||
| | * | | | IME context detection. | Saracen | 2018-06-11 | 2 | -0/+6 |
| | | | | | |||||
| * | | | | Fix TabContainer not showing tabs on left when resizing. | Guilherme Felipe | 2018-06-12 | 1 | -0/+40 |
| |/ / / | | | | | | | | | | Fix #19510. | ||||
| * | | | updated some particlematerial properties | clayjohn | 2018-06-10 | 1 | -2/+2 |
| | | | | |||||
| * | | | Merge pull request #19459 from clayjohn/primitive_mesh_ranges | Rémi Verschelde | 2018-06-10 | 1 | -21/+21 |
| |\ \ \ | |/ / |/| | | Updated Ranges for Primitive Mesh Properties | ||||
| | * | | updated ranges for primitive meshes | clayjohn | 2018-06-08 | 1 | -21/+21 |
| | | | | |||||
| * | | | Merge pull request #18298 from gabrii/TextEditScaledSelection | Max Hilbrunner | 2018-06-09 | 1 | -3/+3 |
| |\ \ \ | |/ / |/| | | TextEdit scaled selection | ||||
| | * | | Apply viewport scale to selection update methods. Changed to propper fix ↵ | Gabriel Gavilan | 2018-05-09 | 1 | -3/+3 |
| | | | | | | | | | | | | | sugested by reduz | ||||
| * | | | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky | 2018-06-08 | 1 | -1/+5 |
| | | | | |||||
| * | | | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde | 2018-06-08 | 1 | -1/+3 |
| |\ \ \ | | | | | | | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | ||||
| | * | | | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov | 2018-06-03 | 1 | -1/+3 |
| | | | | | | | | | | | | | | | | | Fixup #18529 and #12870 | ||||
| * | | | | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky | 2018-06-08 | 2 | -35/+6 |
| |\ \ \ \ | | | | | | | | | | | Fixes popup_centered_* methods, dialogs with wrong sizes and visual script editor | ||||
| | * | | | | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe | 2018-06-06 | 2 | -35/+6 |
| | | | | | | |||||
| * | | | | | Merge pull request #19314 from Jellonator/master | Rémi Verschelde | 2018-06-08 | 1 | -0/+8 |
| |\ \ \ \ \ | | | | | | | | | | | | | Added autotile override | ||||
| | * | | | | | Added autotile override | James Beedie | 2018-06-02 | 1 | -0/+8 |
| | | |/ / / | |/| | | | |||||
| * | | | | | Fix regression with cursor shape | Guilherme Felipe | 2018-06-07 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | Entirely new (and much improved) animation editor. | Juan Linietsky | 2018-06-07 | 10 | -31/+1525 |
| | | | | | | |||||
| * | | | | | Merge pull request #19410 from swarnimarun/tween-stopped | Max Hilbrunner | 2018-06-07 | 2 | -0/+6 |
| |\ \ \ \ \ | | | | | | | | | | | | | Adding is_stopped method to Tween | ||||
| | * | | | | | Adding is_stopped method to Tween | steincodes | 2018-06-07 | 2 | -0/+6 |
| | | | | | | | |||||
| * | | | | | | expose lineedit | Alexander Holland | 2018-06-06 | 1 | -0/+1 |
| | |_|/ / / |/| | | | | |||||
| * | | | | | Revert "Prevent visibility notification from being called twice in object ↵ | Rémi Verschelde | 2018-06-05 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | | | | | creation" | ||||
| * | | | | | Add option to disable automatic multiplayer poll | Fabio Alessandrelli | 2018-06-03 | 2 | -1/+18 |
| | |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | Automatic poll from SceneTree is enabled by default. This allows for polling (and thus RPCs/RSETs) manually in other loops (e.g. physics, thread, specific step) and for proper mutex protecion when accessing the multiplayer API from threads (e.g. for sending larger files in chunks). | ||||
| * | | | | Revert "Revert "Prevent visibility notification been called twice in object ↵ | Rémi Verschelde | 2018-05-31 | 1 | -1/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | creation"" This reverts commit 4d277b96ad581358f63870ae051dc73b69c82cd7. Woops, this wasn't meant to be committed. I just reverted it locally to test something, nothing wrong with the original commit :) | ||||
| * | | | | Revert "Prevent visibility notification been called twice in object creation" | Rémi Verschelde | 2018-05-31 | 1 | -2/+1 |
| | | | | | | | | | | | | | | | | | This reverts commit d42b17607ef14aeb72036f8747eb4d5c64979872. | ||||
| * | | | | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde | 2018-05-31 | 2 | -25/+24 |
| | | | | | |||||
| * | | | | Refactor RPCMode enum and checks | Fabio Alessandrelli | 2018-05-29 | 2 | -138/+12 |
| |/ / / | |||||
