Danil Alexeev

Results 35 issues of Danil Alexeev

Confirming a change to a multiline cell is done with Ctrl+Enter instead of Enter. My tree CSV editor ![](https://user-images.githubusercontent.com/47700418/172047694-ca57181e-0a53-4a73-9ff9-66591ca0abda.png) Test project: [gd4-tree-multiline-items.zip](https://github.com/godotengine/godot/files/8839837/gd4-tree-multiline-items.zip) ![](https://user-images.githubusercontent.com/47700418/172047532-4f12ea67-9553-41b6-804b-47b30e33187a.png) Closes godotengine/godot-proposals#3632.

enhancement
topic:gui

* Add support for individual frame duration to `SpriteFrames`. * Various minor improvements. --- Closes godotengine/godot-proposals#2214. #65188 recently added similar changes to `AnimatedTexture`. You can specify the duration of individual...

enhancement
topic:core
topic:editor
breaks compat
topic:animation

### Godot version v4.0.dev.custom_build [b5c825af0] ### System information Kubuntu 21.10 ### Issue description Variables declared in the body of the loop are not reset between iterations unless you explicitly initialize...

bug
topic:gdscript
confirmed
regression

* Thin lines when scaling `CollisionPolygon2D`. * Draw a `CollisionPolygon2D` stroke on top of the polygon instead of below it. * Improve the strokes of `RectangleShape2D`, `CircleShape2D`, `CapsuleShape2D` and `ConvexPolygonShape2D`....

enhancement
topic:editor
topic:physics
topic:2d

Perhaps the name `STANDALONE` is not very successful. Currently, only export group annotations are such, but perhaps in the future other standalone annotations will appear, and we will need to...

bug
topic:gdscript
topic:editor
regression

Closes #54828. ![](https://user-images.githubusercontent.com/47700418/215325557-744afa54-be97-4655-ad44-83a49a35f477.png)

bug
topic:gdscript

* Add autocomplete suggestions. * Check if arguments of the same type are repeated.

enhancement
topic:gdscript
topic:network

[GDScript style guide](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html) recommends the `var name: Type` style (no space before the colon). The same goes for [properties](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#properties-setters-and-getters) (it's not in the style guide yet, but vnen confirmed it...

enhancement
topic:gdscript
documentation
cherrypick:4.0

![](https://user-images.githubusercontent.com/47700418/222945985-4a86af3c-1955-49e6-8c40-2d43fbf08bb7.png) Closes godotengine/godot-proposals#6428.

enhancement
topic:gdscript
topic:editor
usability

[GDScript style guide](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_styleguide.html) recommends the `var name: Type` style (no space before the colon). The same goes for [properties](https://docs.godotengine.org/en/stable/tutorials/scripting/gdscript/gdscript_basics.html#properties-setters-and-getters) (it's not in the style guide yet, but vnen confirmed it...