| Commit message (Expand) | Author | Age | Files | Lines |
* | Better heuristic for the shortest path algorithm for navigation2D and navigat... | DualMatrix | 2018-09-20 | 3 | -4/+65 |
* | Fix default_cursor_shape for TextEdit | Guilherme Felipe | 2018-09-12 | 1 | -1/+2 |
* | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde | 2018-09-12 | 2 | -13/+11 |
|\ |
|
| * | TextEdit replaced cache.size with get_size() | Alexander Holland | 2018-08-25 | 2 | -13/+11 |
* | | Merge pull request #21877 from DualMatrix/richlabel | Rémi Verschelde | 2018-09-12 | 1 | -6/+16 |
|\ \ |
|
| * | | Fixed the remove_line function in richtextlabel. It was totally broken | DualMatrix | 2018-09-08 | 1 | -6/+16 |
* | | | Merge pull request #21913 from DualMatrix/tween_remove_all | Rémi Verschelde | 2018-09-12 | 1 | -0/+4 |
|\ \ \ |
|
| * | | | Fixed calling start() emmediately after remove_all() on tween not wroking | DualMatrix | 2018-09-11 | 1 | -0/+4 |
| |/ / |
|
* | | | Merge pull request #21705 from KellyThomas/tree-create-item | Rémi Verschelde | 2018-09-12 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Change return value of Tree.create_item() from Object to TreeItem | Kelly Thomas | 2018-09-03 | 1 | -1/+1 |
* | | | | Merge pull request #21654 from Calinou/textureprogress-transparent-tint | Rémi Verschelde | 2018-09-12 | 1 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Allow transparent colors in TextureProgress tint properties | Hugo Locurcio | 2018-09-01 | 1 | -3/+3 |
* | | | | | Merge pull request #21755 from akien-mga/particles-init-velocity | Rémi Verschelde | 2018-09-12 | 1 | -2/+2 |
|\ \ \ \ \ |
|
| * | | | | | Particles: Reset default velocity to 0, allow negative values | Rémi Verschelde | 2018-09-04 | 1 | -2/+2 |
* | | | | | | Merge pull request #21780 from akien-mga/animatedsprite-deprecated | Rémi Verschelde | 2018-09-12 | 2 | -75/+0 |
|\ \ \ \ \ \ |
|
| * | | | | | | Drop deprecated compatibility methods from AnimatedSprite | Rémi Verschelde | 2018-09-09 | 2 | -75/+0 |
* | | | | | | | Make core/ includes absolute, remove subfolders from include path | Rémi Verschelde | 2018-09-12 | 162 | -271/+276 |
* | | | | | | | Merge pull request #21908 from JFonS/fix_18014 | Rémi Verschelde | 2018-09-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Clear cache after reimporting an ArrayMesh | JFonS | 2018-09-09 | 1 | -0/+1 |
| | |_|_|_|/ /
| |/| | | | | |
|
* | | | | | | | Merge pull request #21907 from JFonS/concave_collision_gizmo | Rémi Verschelde | 2018-09-10 | 3 | -21/+23 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix SoftBody gizmo slowness, add ConcaveShape wireframe | JFonS | 2018-09-09 | 3 | -21/+23 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #21882 from DualMatrix/animation_track | Rémi Verschelde | 2018-09-10 | 1 | -33/+26 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fixed animation_player errors displaying wrong property. | DualMatrix | 2018-09-09 | 1 | -33/+26 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde | 2018-09-10 | 1 | -13/+16 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Fix backwards search in TextEdit selecting non-whole words, issue 15677 | Paulb23 | 2018-09-08 | 1 | -13/+16 |
| |/ / / / / / |
|
* | | | | | | | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde | 2018-09-10 | 2 | -7/+27 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Uncommenting a selection was not updating the selection. | Alexander Holland | 2018-09-08 | 2 | -7/+27 |
* | | | | | | | | Merge pull request #21846 from Calinou/tweak-light-instance-error | Rémi Verschelde | 2018-09-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Tweak the Light instantiation error message and fix a typo | Hugo Locurcio | 2018-09-07 | 1 | -1/+1 |
| | |/ / / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge pull request #21842 from merumelu/curve-point-count | Rémi Verschelde | 2018-09-10 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Bind Curve::get_point_count | merumelu | 2018-09-07 | 1 | -0/+1 |
* | | | | | | | | | Merge pull request #21820 from capnm/fix-GradientTexture-width-property | Rémi Verschelde | 2018-09-10 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Set the lower bound for the GradientTexture width property to 1 | Martin Capitanio | 2018-09-07 | 1 | -1/+1 |
* | | | | | | | | | | Fixed scientific notaion not highlighting correctly, issue 21435 | Paulb23 | 2018-09-08 | 1 | -2/+2 |
| |_|/ / / / / / /
|/| | | | | | | | |
|
* | | | | | | | | | Ensure that tree_exited signal really happens after tree exited, fixes #19641 | Juan Linietsky | 2018-09-07 | 3 | -2/+16 |
| |/ / / / / / /
|/| | | | | | | |
|
* | | | | | | | | Many fixes to gradient editor, which was pretty broken. Closes #19308 | Juan Linietsky | 2018-09-07 | 4 | -27/+92 |
* | | | | | | | | Add a function to force transform update, fixes #17628 | Juan Linietsky | 2018-09-06 | 4 | -0/+29 |
|/ / / / / / / |
|
* | | | | | | | Update FOV if edited in gizmo, fixes #16400 | Juan Linietsky | 2018-09-06 | 1 | -0/+2 |
* | | | | | | | Show a warning if you try to grab focus when not allowed, closes #15388 | Juan Linietsky | 2018-09-06 | 1 | -1/+4 |
* | | | | | | | Only allow StreamTexture, ImageTexture in Light2D, closes #15194 | Juan Linietsky | 2018-09-06 | 1 | -1/+1 |
* | | | | | | | Fixes to multimesh, added custom data and checks to avoid reconfiguring if in... | Juan Linietsky | 2018-09-05 | 2 | -14/+92 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge pull request #21707 from JFonS/fix_instanced_selection | Rémi Verschelde | 2018-09-05 | 2 | -15/+8 |
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
|
| * | | | | | Fix selection of instanced scenes in 3D | JFonS | 2018-09-02 | 2 | -15/+8 |
* | | | | | | Style: Format generated shader code in ParticlesMaterial | Rémi Verschelde | 2018-09-04 | 1 | -107/+121 |
* | | | | | | Move ParticlesMaterial code to its own resource file | Rémi Verschelde | 2018-09-04 | 11 | -1505/+1570 |
* | | | | | | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounce | Rémi Verschelde | 2018-09-02 | 2 | -4/+41 |
| |_|_|/ /
|/| | | | |
|
* | | | | | Change some instances of args named "ev" to "event" | Michael Alexsander Silva Dias | 2018-09-01 | 1 | -1/+1 |
* | | | | | Improve ClassDB information for some some signal parameters | Kelly Thomas | 2018-09-01 | 8 | -25/+25 |
| |_|/ /
|/| | | |
|
* | | | | Make "Search Classes" dialog have relationship lines if the setting is enabled | Michael Alexsander Silva Dias | 2018-08-31 | 1 | -1/+1 |
* | | | | Tileset: Bind autotile_set_size()/get_size(). | Ranoller | 2018-08-30 | 1 | -0/+2 |