summaryrefslogtreecommitdiffstats
path: root/scene
Commit message (Expand)AuthorAgeFilesLines
* Better heuristic for the shortest path algorithm for navigation2D and navigat...DualMatrix2018-09-203-4/+65
* Fix default_cursor_shape for TextEditGuilherme Felipe2018-09-121-1/+2
* Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde2018-09-122-13/+11
|\
| * TextEdit replaced cache.size with get_size()Alexander Holland2018-08-252-13/+11
* | Merge pull request #21877 from DualMatrix/richlabelRémi Verschelde2018-09-121-6/+16
|\ \
| * | Fixed the remove_line function in richtextlabel. It was totally brokenDualMatrix2018-09-081-6/+16
* | | Merge pull request #21913 from DualMatrix/tween_remove_allRémi Verschelde2018-09-121-0/+4
|\ \ \
| * | | Fixed calling start() emmediately after remove_all() on tween not wrokingDualMatrix2018-09-111-0/+4
| |/ /
* | | Merge pull request #21705 from KellyThomas/tree-create-itemRémi Verschelde2018-09-121-1/+1
|\ \ \
| * | | Change return value of Tree.create_item() from Object to TreeItemKelly Thomas2018-09-031-1/+1
* | | | Merge pull request #21654 from Calinou/textureprogress-transparent-tintRémi Verschelde2018-09-121-3/+3
|\ \ \ \
| * | | | Allow transparent colors in TextureProgress tint propertiesHugo Locurcio2018-09-011-3/+3
* | | | | Merge pull request #21755 from akien-mga/particles-init-velocityRémi Verschelde2018-09-121-2/+2
|\ \ \ \ \
| * | | | | Particles: Reset default velocity to 0, allow negative valuesRémi Verschelde2018-09-041-2/+2
* | | | | | Merge pull request #21780 from akien-mga/animatedsprite-deprecatedRémi Verschelde2018-09-122-75/+0
|\ \ \ \ \ \
| * | | | | | Drop deprecated compatibility methods from AnimatedSpriteRémi Verschelde2018-09-092-75/+0
* | | | | | | Make core/ includes absolute, remove subfolders from include pathRémi Verschelde2018-09-12162-271/+276
* | | | | | | Merge pull request #21908 from JFonS/fix_18014Rémi Verschelde2018-09-101-0/+1
|\ \ \ \ \ \ \
| * | | | | | | Clear cache after reimporting an ArrayMeshJFonS2018-09-091-0/+1
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge pull request #21907 from JFonS/concave_collision_gizmoRémi Verschelde2018-09-103-21/+23
|\ \ \ \ \ \ \
| * | | | | | | Fix SoftBody gizmo slowness, add ConcaveShape wireframeJFonS2018-09-093-21/+23
| |/ / / / / /
* | | | | | | Merge pull request #21882 from DualMatrix/animation_trackRémi Verschelde2018-09-101-33/+26
|\ \ \ \ \ \ \
| * | | | | | | Fixed animation_player errors displaying wrong property.DualMatrix2018-09-091-33/+26
| |/ / / / / /
* | | | | | | Merge pull request #21872 from Paulb23/fix_backwards_searchRémi Verschelde2018-09-101-13/+16
|\ \ \ \ \ \ \
| * | | | | | | Fix backwards search in TextEdit selecting non-whole words, issue 15677Paulb232018-09-081-13/+16
| |/ / / / / /
* | | | | | | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spammRémi Verschelde2018-09-102-7/+27
|\ \ \ \ \ \ \
| * | | | | | | Uncommenting a selection was not updating the selection.Alexander Holland2018-09-082-7/+27
* | | | | | | | Merge pull request #21846 from Calinou/tweak-light-instance-errorRémi Verschelde2018-09-101-1/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Tweak the Light instantiation error message and fix a typoHugo Locurcio2018-09-071-1/+1
| | |/ / / / / / | |/| | | | | |
* | | | | | | | Merge pull request #21842 from merumelu/curve-point-countRémi Verschelde2018-09-101-0/+1
|\ \ \ \ \ \ \ \
| * | | | | | | | Bind Curve::get_point_countmerumelu2018-09-071-0/+1
* | | | | | | | | Merge pull request #21820 from capnm/fix-GradientTexture-width-propertyRémi Verschelde2018-09-101-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Set the lower bound for the GradientTexture width property to 1Martin Capitanio2018-09-071-1/+1
* | | | | | | | | | Fixed scientific notaion not highlighting correctly, issue 21435Paulb232018-09-081-2/+2
| |_|/ / / / / / / |/| | | | | | | |
* | | | | | | | | Ensure that tree_exited signal really happens after tree exited, fixes #19641Juan Linietsky2018-09-073-2/+16
| |/ / / / / / / |/| | | | | | |
* | | | | | | | Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky2018-09-074-27/+92
* | | | | | | | Add a function to force transform update, fixes #17628Juan Linietsky2018-09-064-0/+29
|/ / / / / / /
* | | | | | | Update FOV if edited in gizmo, fixes #16400Juan Linietsky2018-09-061-0/+2
* | | | | | | Show a warning if you try to grab focus when not allowed, closes #15388Juan Linietsky2018-09-061-1/+4
* | | | | | | Only allow StreamTexture, ImageTexture in Light2D, closes #15194Juan Linietsky2018-09-061-1/+1
* | | | | | | Fixes to multimesh, added custom data and checks to avoid reconfiguring if in...Juan Linietsky2018-09-052-14/+92
| |/ / / / / |/| | | | |
* | | | | | Merge pull request #21707 from JFonS/fix_instanced_selectionRémi Verschelde2018-09-052-15/+8
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | Fix selection of instanced scenes in 3DJFonS2018-09-022-15/+8
* | | | | | Style: Format generated shader code in ParticlesMaterialRémi Verschelde2018-09-041-107/+121
* | | | | | Move ParticlesMaterial code to its own resource fileRémi Verschelde2018-09-0411-1505/+1570
* | | | | | PhysicsBody: Don't create PhysicsMaterial override for default friction/bounceRémi Verschelde2018-09-022-4/+41
| |_|_|/ / |/| | | |
* | | | | Change some instances of args named "ev" to "event"Michael Alexsander Silva Dias2018-09-011-1/+1
* | | | | Improve ClassDB information for some some signal parametersKelly Thomas2018-09-018-25/+25
| |_|/ / |/| | |
* | | | Make "Search Classes" dialog have relationship lines if the setting is enabledMichael Alexsander Silva Dias2018-08-311-1/+1
* | | | Tileset: Bind autotile_set_size()/get_size().Ranoller2018-08-301-0/+2