Age | Commit message (Expand) | Author |
2018-09-10 | Merge pull request #21908 from JFonS/fix_18014 | Rémi Verschelde |
2018-09-10 | Merge pull request #21907 from JFonS/concave_collision_gizmo | Rémi Verschelde |
2018-09-10 | Merge pull request #21882 from DualMatrix/animation_track | Rémi Verschelde |
2018-09-10 | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde |
2018-09-10 | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde |
2018-09-10 | Merge pull request #21846 from Calinou/tweak-light-instance-error | Rémi Verschelde |
2018-09-10 | Merge pull request #21842 from merumelu/curve-point-count | Rémi Verschelde |
2018-09-10 | Merge pull request #21820 from capnm/fix-GradientTexture-width-property | Rémi Verschelde |
2018-09-09 | Clear cache after reimporting an ArrayMesh | JFonS |
2018-09-09 | Fix SoftBody gizmo slowness, add ConcaveShape wireframe | JFonS |
2018-09-09 | Fixed animation_player errors displaying wrong property. | DualMatrix |
2018-09-08 | Fix backwards search in TextEdit selecting non-whole words, issue 15677 | Paulb23 |
2018-09-08 | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 |
2018-09-08 | Uncommenting a selection was not updating the selection. | Alexander Holland |
2018-09-07 | Tweak the Light instantiation error message and fix a typo | Hugo Locurcio |
2018-09-07 | Ensure that tree_exited signal really happens after tree exited, fixes #19641 | Juan Linietsky |
2018-09-07 | Bind Curve::get_point_count | merumelu |
2018-09-07 | Many fixes to gradient editor, which was pretty broken. Closes #19308 | Juan Linietsky |
2018-09-06 | Add a function to force transform update, fixes #17628 | Juan Linietsky |
2018-09-07 | Set the lower bound for the GradientTexture width property to 1 | Martin Capitanio |
2018-09-06 | Update FOV if edited in gizmo, fixes #16400 | Juan Linietsky |
2018-09-06 | Show a warning if you try to grab focus when not allowed, closes #15388 | Juan Linietsky |
2018-09-06 | Only allow StreamTexture, ImageTexture in Light2D, closes #15194 | Juan Linietsky |
2018-09-05 | Fixes to multimesh, added custom data and checks to avoid reconfiguring if in... | Juan Linietsky |
2018-09-05 | Merge pull request #21707 from JFonS/fix_instanced_selection | Rémi Verschelde |
2018-09-04 | Style: Format generated shader code in ParticlesMaterial | Rémi Verschelde |
2018-09-04 | Move ParticlesMaterial code to its own resource file | Rémi Verschelde |
2018-09-02 | Fix selection of instanced scenes in 3D | JFonS |
2018-09-02 | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | Rémi Verschelde |
2018-09-01 | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias |
2018-09-01 | Improve ClassDB information for some some signal parameters | Kelly Thomas |
2018-08-31 | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias |
2018-08-30 | Tileset: Bind autotile_set_size()/get_size(). | Ranoller |
2018-08-30 | RayCast2D: Fix reporting old collider after collision ended | Rémi Verschelde |
2018-08-29 | Add missing copyright headers | Rémi Verschelde |
2018-08-29 | Ported CPU particles to 2D | Juan Linietsky |
2018-08-29 | Physics: Properly obsolete friction and bounce properties | Rémi Verschelde |
2018-08-29 | Unexpose TileMap set_celld | Marcelo Fernandez |
2018-08-29 | Merge pull request #21539 from yurchor/master | Rémi Verschelde |
2018-08-29 | Fix vformat(), minor typos and word puzzles | Yuri Chornoivan |
2018-08-29 | Fix operator precedence in PhysicsBody2D::set_weight | Rémi Verschelde |
2018-08-27 | Merge pull request #21453 from BlackCatter/triplanar-detail-fix | Juan Linietsky |
2018-08-27 | Merge pull request #21405 from SneakyMax/fix-animation-condition-advancing | Juan Linietsky |
2018-08-27 | Revert "Fix some 3D texture issues" | Juan Linietsky |
2018-08-27 | Merge pull request #21481 from BastiaanOlij/bind_mesh_methods | Rémi Verschelde |
2018-08-27 | Bound get surface functions on mesh | Bastiaan Olij |
2018-08-27 | TileSet: Bind tile_set_shape_offset and getter | Rémi Verschelde |
2018-08-27 | Merge pull request #21467 from elasota/fix-3d-textures | Rémi Verschelde |
2018-08-26 | Partial fixes for 3D texture issues | elasota |
2018-08-26 | Fix error using triplanar UV with detail map | Black Cat! |