summaryrefslogtreecommitdiff
path: root/scene
AgeCommit message (Collapse)Author
2018-09-15Rename ScrollBar's drag_slave to drag_nodeRémi Verschelde
2018-09-14Expose "get_modal_stack_top()" to GDScriptMichael Alexsander Silva Dias
2018-09-14Merge pull request #21569 from JFonS/add_noise_texturesRémi Verschelde
Add SimplexNoise and NoiseTexture as new resources
2018-09-14Add SimplexNoise and NoiseTexture as new resourcesJFonS
SimplexNoise can be used to generate parameterized fractal noise based on Open Simplex. NoiseTexture uses SimplexNoise to generate noise textures for using in shaders/visual effects.
2018-09-14Merge pull request #21502 from Web-eWorks/atlasfixesRémi Verschelde
AtlasTexture fixes, part 2.
2018-09-14Merge pull request #22053 from akien-mga/animtexture-frame-internalRémi Verschelde
Mark AnimatedTexture frame_* properties as internal
2018-09-13Merge pull request #21806 from JFonS/inspector_uniform_defaultsJuan Linietsky
Set uniform default values in inspector
2018-09-13Set uniform default values in inspectorJFonS
2018-09-13Mark AnimatedTexture frame_* properties as internalRémi Verschelde
This way they no longer appear in the documentation, and the related setters and getters do.
2018-09-13Merge pull request #21847 from Calinou/light-gizmo-update-inspectorRémi Verschelde
Update Light properties in the inspector when dragging their gizmos
2018-09-13Document provenance of Penner easing equations in TweenRémi Verschelde
As noted in #21600.
2018-09-13Merge pull request #22017 from YeldhamDev/errors_tab_changesRémi Verschelde
Add expand/collapse all buttons for the "Errors" tab
2018-09-13Merge pull request #21976 from Faless/http_client_eof_fixRémi Verschelde
Fix non chunked HTTP reading till eof.
2018-09-13Merge pull request #21982 from luzpaz/misc-typosRémi Verschelde
Misc. typos
2018-09-12Add expand/collapse all buttons for the "Errors" tabMichael Alexsander Silva Dias
2018-09-12Misc. typosluz.paz
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"`
2018-09-13Revert "Drop deprecated compatibility methods from AnimatedSprite"Rémi Verschelde
2018-09-12Fix default_cursor_shape for TextEditGuilherme Felipe
2018-09-12Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothingRémi Verschelde
TextEdit update cache.size on ENTER_TREE
2018-09-12Merge pull request #21877 from DualMatrix/richlabelRémi Verschelde
Fixed the remove_line function in richtextlabel. It was totally broken
2018-09-12Fix non chunked HTTP reading till eof.Fabio Alessandrelli
2018-09-12Merge pull request #21913 from DualMatrix/tween_remove_allRémi Verschelde
Fixed calling start() after remove_all() on tween not working
2018-09-12Merge pull request #21705 from KellyThomas/tree-create-itemRémi Verschelde
Change return value of Tree.create_item() from Object to TreeItem
2018-09-12Merge pull request #21654 from Calinou/textureprogress-transparent-tintRémi Verschelde
Allow transparent colors in TextureProgress tint properties
2018-09-12Merge pull request #21755 from akien-mga/particles-init-velocityRémi Verschelde
Particles: Reset default velocity to 0, allow negative values
2018-09-12Merge pull request #21780 from akien-mga/animatedsprite-deprecatedRémi Verschelde
Drop deprecated compatibility methods from AnimatedSprite
2018-09-12Make core/ includes absolute, remove subfolders from include pathRémi Verschelde
This allows more consistency in the manner we include core headers, where previously there would be a mix of absolute, relative and include path-dependent includes.
2018-09-11Fixed calling start() emmediately after remove_all() on tween not wrokingDualMatrix
Fixed calling start() emmediately after remove_all() on tween not wroking Fixes #19901
2018-09-10Merge pull request #21908 from JFonS/fix_18014Rémi Verschelde
Clear cache after reimporting an ArrayMesh
2018-09-10Merge pull request #21907 from JFonS/concave_collision_gizmoRémi Verschelde
Fix SoftBody gizmo slowness, add ConcaveShape wireframe
2018-09-10Merge pull request #21882 from DualMatrix/animation_trackRémi Verschelde
Fixed animation_player errors displaying wrong property.
2018-09-10Merge pull request #21872 from Paulb23/fix_backwards_searchRémi Verschelde
Fix backwards search in TextEdit selecting non-whole words, issue 15677
2018-09-10Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spammRémi Verschelde
Uncommenting a selection was not updating the selection.
2018-09-10Merge pull request #21846 from Calinou/tweak-light-instance-errorRémi Verschelde
Tweak the Light instantiation error message and fix a typo
2018-09-10Merge pull request #21842 from merumelu/curve-point-countRémi Verschelde
Bind Curve::get_point_count
2018-09-10Merge pull request #21820 from capnm/fix-GradientTexture-width-propertyRémi Verschelde
Set the lower bound for the GradientTexture width property to 1
2018-09-09Clear cache after reimporting an ArrayMeshJFonS
2018-09-09Fix SoftBody gizmo slowness, add ConcaveShape wireframeJFonS
2018-09-09Drop deprecated compatibility methods from AnimatedSpriteRémi Verschelde
They were deprecated in 2.1, but never properly identified as such and thus never removed. Fixes #21765.
2018-09-09Fixed animation_player errors displaying wrong property.DualMatrix
Fixed animation_player errors displaying wrong property. It appears the cache wasn't created property. This fixes #17718
2018-09-08Fixed the remove_line function in richtextlabel. It was totally brokenDualMatrix
Fixed the remove_line function in richtextlabel. It was totally broken This fixes #21037
2018-09-08Fix backwards search in TextEdit selecting non-whole words, issue 15677Paulb23
2018-09-08Fixed scientific notaion not highlighting correctly, issue 21435Paulb23
2018-09-08Uncommenting a selection was not updating the selection.Alexander Holland
Also adds uncomment lines(ctrl+u) where # is not in first place
2018-09-07Update Light properties in the inspector when dragging their gizmosHugo Locurcio
2018-09-07Tweak the Light instantiation error message and fix a typoHugo Locurcio
2018-09-07Ensure that tree_exited signal really happens after tree exited, fixes #19641Juan Linietsky
2018-09-07Bind Curve::get_point_countmerumelu
2018-09-07Many fixes to gradient editor, which was pretty broken. Closes #19308Juan Linietsky
2018-09-06Add a function to force transform update, fixes #17628Juan Linietsky