Age | Commit message (Expand) | Author |
2018-06-25 | rename BlendSpace to BlendSpace2D | Thomas Herzog |
2018-06-25 | State machine animation node | Juan Linietsky |
2018-06-24 | Fixed text drawing too high in TextEdit, issue 15688 | Paulb23 |
2018-06-24 | Fight off some error spam in the editor | Bastiaan Olij |
2018-06-22 | fix can't set AudioStreamPlayer stream to null | chanon |
2018-06-21 | Added auto triangle generation in blend space, using Delaunay. | Juan Linietsky |
2018-06-21 | Fix crashes, ability to add blendpsace into blendtree, ability to delete with... | Juan Linietsky |
2018-06-21 | Animation Blend Spaces | Juan Linietsky |
2018-06-21 | Add render mode to ensure correct normals when using non-uniform scaling | JFonS |
2018-06-19 | Add missing NULL checks for add_child_below_node | Marcelo Fernandez |
2018-06-18 | -Added AnimationGraphPlayer (still missing features) | Juan Linietsky |
2018-06-16 | Fix property hint for ReflectionProbe extents | Rémi Verschelde |
2018-06-14 | Re-enable scrolling via selecting code beyond edges in text_edit.cpp | robojumper |
2018-06-13 | Fix "find and replace" initializing with wrong size | Guilherme Felipe |
2018-06-13 | Merge pull request #19541 from SaracenOne/ime2 | Rémi Verschelde |
2018-06-13 | Merge pull request #19487 from JFonS/better_3d_select | Rémi Verschelde |
2018-06-13 | Polished 3D selection | JFonS |
2018-06-13 | LineEdit IME position will now ignore placeholder text. | Saracen |
2018-06-13 | Merge pull request #19509 from SaracenOne/ime | Rémi Verschelde |
2018-06-12 | Fix TabContainer not showing tabs on left when resizing. | Guilherme Felipe |
2018-06-11 | IME context detection. | Saracen |
2018-06-10 | updated some particlematerial properties | clayjohn |
2018-06-10 | Merge pull request #19459 from clayjohn/primitive_mesh_ranges | Rémi Verschelde |
2018-06-09 | Merge pull request #18298 from gabrii/TextEditScaledSelection | Max Hilbrunner |
2018-06-08 | updated ranges for primitive meshes | clayjohn |
2018-06-08 | Avoid animation length from ever being completely, fixes #19420 | Juan Linietsky |
2018-06-08 | Merge pull request #19343 from bojidar-bg/x-fix-tilemap-shape-rotation | Rémi Verschelde |
2018-06-08 | Merge pull request #19334 from guilhermefelipecgs/fix_popup | Juan Linietsky |
2018-06-08 | Merge pull request #19314 from Jellonator/master | Rémi Verschelde |
2018-06-07 | Fixes the bad calculation of margin & anchors when child of Node2D | groud |
2018-06-07 | Fix regression with cursor shape | Guilherme Felipe |
2018-06-07 | Entirely new (and much improved) animation editor. | Juan Linietsky |
2018-06-07 | Merge pull request #19410 from swarnimarun/tween-stopped | Max Hilbrunner |
2018-06-07 | Adding is_stopped method to Tween | steincodes |
2018-06-06 | Remove default non-zero left margin | Pedro J. Estébanez |
2018-06-06 | Fix #16069, #19292, #19267 and #18940 | Guilherme Felipe |
2018-06-06 | expose lineedit | Alexander Holland |
2018-06-05 | SpriteFrames: expose method to get array containing animation names | danvalho |
2018-06-05 | Revert "Prevent visibility notification from being called twice in object cre... | Rémi Verschelde |
2018-06-03 | Pause AudioStreamPlayers when SceneTree pauses | Marcelo Fernandez |
2018-06-03 | Add option to disable automatic multiplayer poll | Fabio Alessandrelli |
2018-06-03 | Fix bugs related to bad handling of rotated/translated shapes in tilemap | Bojidar Marinov |
2018-06-02 | Added autotile override | James Beedie |
2018-05-31 | Revert "Revert "Prevent visibility notification been called twice in object c... | Rémi Verschelde |
2018-05-31 | Revert "Prevent visibility notification been called twice in object creation" | Rémi Verschelde |
2018-05-31 | Increase settings apply speed and added deferred color apply | Chaosus |
2018-05-31 | Style: Apply clang-format (5.0) to some missed files | Rémi Verschelde |
2018-05-30 | Improve breakpoints and breakpoint gutter API in TextEdit | Gabriel Gavilan |
2018-05-29 | Improve TileMap undo operations, second try | Marcelo Fernandez |
2018-05-29 | Refactor RPCMode enum and checks | Fabio Alessandrelli |