Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-09-15 | Rename ScrollBar's drag_slave to drag_node | Rémi Verschelde | |
2018-09-14 | Expose "get_modal_stack_top()" to GDScript | Michael Alexsander Silva Dias | |
2018-09-14 | Merge pull request #21569 from JFonS/add_noise_textures | Rémi Verschelde | |
Add SimplexNoise and NoiseTexture as new resources | |||
2018-09-14 | Add SimplexNoise and NoiseTexture as new resources | JFonS | |
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-14 | Merge pull request #21502 from Web-eWorks/atlasfixes | Rémi Verschelde | |
AtlasTexture fixes, part 2. | |||
2018-09-14 | Merge pull request #22053 from akien-mga/animtexture-frame-internal | Rémi Verschelde | |
Mark AnimatedTexture frame_* properties as internal | |||
2018-09-13 | Merge pull request #21806 from JFonS/inspector_uniform_defaults | Juan Linietsky | |
Set uniform default values in inspector | |||
2018-09-13 | Set uniform default values in inspector | JFonS | |
2018-09-13 | Mark AnimatedTexture frame_* properties as internal | Rémi Verschelde | |
This way they no longer appear in the documentation, and the related setters and getters do. | |||
2018-09-13 | Merge pull request #21847 from Calinou/light-gizmo-update-inspector | Rémi Verschelde | |
Update Light properties in the inspector when dragging their gizmos | |||
2018-09-13 | Document provenance of Penner easing equations in Tween | Rémi Verschelde | |
As noted in #21600. | |||
2018-09-13 | Merge pull request #22017 from YeldhamDev/errors_tab_changes | Rémi Verschelde | |
Add expand/collapse all buttons for the "Errors" tab | |||
2018-09-13 | Merge pull request #21976 from Faless/http_client_eof_fix | Rémi Verschelde | |
Fix non chunked HTTP reading till eof. | |||
2018-09-13 | Merge pull request #21982 from luzpaz/misc-typos | Rémi Verschelde | |
Misc. typos | |||
2018-09-12 | Add expand/collapse all buttons for the "Errors" tab | Michael Alexsander Silva Dias | |
2018-09-12 | Misc. typos | luz.paz | |
Found via `codespell -q 3 -I ../godot-word-whitelist.txt --skip="./thirdparty,*.po"` | |||
2018-09-13 | Revert "Drop deprecated compatibility methods from AnimatedSprite" | Rémi Verschelde | |
2018-09-12 | Fix default_cursor_shape for TextEdit | Guilherme Felipe | |
2018-09-12 | Merge pull request #21219 from AlexHolly/fix-textedit-shows-nothing | Rémi Verschelde | |
TextEdit update cache.size on ENTER_TREE | |||
2018-09-12 | Merge pull request #21877 from DualMatrix/richlabel | Rémi Verschelde | |
Fixed the remove_line function in richtextlabel. It was totally broken | |||
2018-09-12 | Fix non chunked HTTP reading till eof. | Fabio Alessandrelli | |
2018-09-12 | Merge pull request #21913 from DualMatrix/tween_remove_all | Rémi Verschelde | |
Fixed calling start() after remove_all() on tween not working | |||
2018-09-12 | Merge pull request #21705 from KellyThomas/tree-create-item | Rémi Verschelde | |
Change return value of Tree.create_item() from Object to TreeItem | |||
2018-09-12 | Merge pull request #21654 from Calinou/textureprogress-transparent-tint | Rémi Verschelde | |
Allow transparent colors in TextureProgress tint properties | |||
2018-09-12 | Merge pull request #21755 from akien-mga/particles-init-velocity | Rémi Verschelde | |
Particles: Reset default velocity to 0, allow negative values | |||
2018-09-12 | Merge pull request #21780 from akien-mga/animatedsprite-deprecated | Rémi Verschelde | |
Drop deprecated compatibility methods from AnimatedSprite | |||
2018-09-12 | Make core/ includes absolute, remove subfolders from include path | Ré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-11 | Fixed calling start() emmediately after remove_all() on tween not wroking | DualMatrix | |
Fixed calling start() emmediately after remove_all() on tween not wroking Fixes #19901 | |||
2018-09-10 | Merge pull request #21908 from JFonS/fix_18014 | Rémi Verschelde | |
Clear cache after reimporting an ArrayMesh | |||
2018-09-10 | Merge pull request #21907 from JFonS/concave_collision_gizmo | Rémi Verschelde | |
Fix SoftBody gizmo slowness, add ConcaveShape wireframe | |||
2018-09-10 | Merge pull request #21882 from DualMatrix/animation_track | Rémi Verschelde | |
Fixed animation_player errors displaying wrong property. | |||
2018-09-10 | Merge pull request #21872 from Paulb23/fix_backwards_search | Rémi Verschelde | |
Fix backwards search in TextEdit selecting non-whole words, issue 15677 | |||
2018-09-10 | Merge pull request #21491 from AlexHolly/fix-textedit-uncomment-spamm | Rémi Verschelde | |
Uncommenting a selection was not updating the selection. | |||
2018-09-10 | Merge pull request #21846 from Calinou/tweak-light-instance-error | Rémi Verschelde | |
Tweak the Light instantiation error message and fix a typo | |||
2018-09-10 | Merge pull request #21842 from merumelu/curve-point-count | Rémi Verschelde | |
Bind Curve::get_point_count | |||
2018-09-10 | Merge pull request #21820 from capnm/fix-GradientTexture-width-property | Rémi Verschelde | |
Set the lower bound for the GradientTexture width property to 1 | |||
2018-09-09 | Clear cache after reimporting an ArrayMesh | JFonS | |
2018-09-09 | Fix SoftBody gizmo slowness, add ConcaveShape wireframe | JFonS | |
2018-09-09 | Drop deprecated compatibility methods from AnimatedSprite | Rémi Verschelde | |
They were deprecated in 2.1, but never properly identified as such and thus never removed. Fixes #21765. | |||
2018-09-09 | Fixed 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-08 | Fixed the remove_line function in richtextlabel. It was totally broken | DualMatrix | |
Fixed the remove_line function in richtextlabel. It was totally broken This fixes #21037 | |||
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 | |
Also adds uncomment lines(ctrl+u) where # is not in first place | |||
2018-09-07 | Update Light properties in the inspector when dragging their gizmos | Hugo Locurcio | |
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 | |