Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-08-11 | Make radius & height in CapsuleShape3D independent | PouleyKetchoupp | |
Also changed CapsuleMesh to make settings consistent between render and physics. | |||
2021-08-11 | Improve CapsuleShape2D size clamping | kobewi | |
2021-08-11 | Merge pull request #41634 from KoBeWi/the_independence | Rémi Verschelde | |
2021-08-11 | Make radius & height in CapsuleShape2D independent | Tomasz Chabora | |
2021-08-11 | Improve NavigationMesh typing, parameter validation and documentation | Haoyu Qiu | |
2021-08-11 | Merge pull request #51490 from nekomatata/clean-character-body | Rémi Verschelde | |
Remove infinite inertia and ray shapes from CharacterBody | |||
2021-08-11 | Merge pull request #51178 from Geometror/layout-options-textline-textparagraph | Rémi Verschelde | |
Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | |||
2021-08-11 | Merge pull request #51442 from Geometror/styleboxflat-fake-aa-float | Rémi Verschelde | |
StyleBox fake AA improvements (make anti aliasing size a float property) | |||
2021-08-11 | Various text layout improvements (TextLine, TextParagraph, Label, TextServer) | Hendrik Brucker | |
2021-08-10 | StyleBox fake AA improvements (aa_size float property) | Hendrik Brucker | |
2021-08-10 | Merge pull request #49343 from theoway/node_auto_arrangement_graph_edit | K. S. Ernest (iFire) Lee | |
Node Auto Arrangement in GraphEdit/VisualScript/VisualShader | |||
2021-08-11 | Automatic arrangement of nodes in VisualScript/VisualShaders editors | Umang Kalra | |
This PR and commit adds the functionality to arrange nodes in VisualScript/VisualShader editor. The layout generated by this feature is compact, with minimum crossings between connections & uniform horizontal & vertical gaps between the nodes. This work has been sponsored by GSoC '21. Full list of additions/changes: • Added arrange_nodes() method in GraphEdit module. • This method computes new positions for all the selected nodes by forming blocks and compressing them. The nodes are moved to these new positions. • Adding this method to GraphEdit makes it available for use in VisualScript/VisualShaders editors and its other subclasses. • Button with an icon has been added to call arrange_nodes() in GraphEdit. • This button is inherited by VisualScript/VisualShaders editors to invoke the method. • Undo/redo is functional with this method. • By using signals in arrange_nodes(), position changes are registered in undo/redo stack of the subclass that is using the method. • Metadata of the method has been updated in ClassDB • Method description has been added to class reference of GraphEdit | |||
2021-08-10 | Remove infinite inertia and ray shapes from CharacterBody | PouleyKetchoupp | |
Infinite inertia: Not needed anymore, since it's now possible to set one-directional collision layers in order for characters to ignore rigid bodies, while rigid bodies still collide with characters. Ray shapes: They were introduced as a work around to allow constant speed on slopes, which is now possible with the new property in CharacterBody instead. | |||
2021-08-10 | Merge pull request #51464 from hpnrep6/mesh-disable-deprecated | Rémi Verschelde | |
Enclose deprecated components with `DISABLE_DEPRECATED` in Mesh | |||
2021-08-10 | Merge pull request #51463 from SaracenOne/assign_path_fix | Rémi Verschelde | |
Assign embedded text resource path earlier to prevent error on embedded scripts | |||
2021-08-10 | Enclose unused components in DISABLE_DEPRECATED | hpnrep6 | |
2021-08-10 | Assign embedded text resource path earlier to prevent error on embedded scripts. | SaracenOne | |
2021-08-09 | Some work on double support | Aaron Franke | |
2021-08-09 | Use doubles for time in many other places | Aaron Franke | |
2021-08-09 | Use doubles for time in animation code | Aaron Franke | |
2021-08-09 | Merge pull request #43158 from nathanfranke/fix-gradient-and-draw-tile | Rémi Verschelde | |
Fix Gradient and Color Picker checkerboard, Fix tile parameter for CanvasItem.draw_texture_rect | |||
2021-08-09 | Merge pull request #51155 from Chaosus/shader_fix_specular_mode | Rémi Verschelde | |
Fix a default shader specular render mode to `SCHLICK_GGX` | |||
2021-08-08 | [Text Server] Improve object (image/table) inline alignment. | bruvzg | |
2021-08-07 | Fix Gradient, Color Picker BG, Fix CanvasItem::draw_texture_rect p_tile | Nathan Franke | |
2021-08-07 | Invert how `global_rate_scale` value works, and rename it to ↵ | Michael Alexsander | |
`playback_speed_scale` | |||
2021-08-06 | Fix a default shader specular render mode to (`SCHLICK_GGX`/`BLINN`) | Yuri Roubinsky | |
2021-08-05 | Preserve original name in shader params cache | Aaron Franke | |
2021-08-03 | Added more input/output built-ins to visual shaders | Yuri Roubinsky | |
2021-08-02 | Merge pull request #51042 from nikitalita/fix_binary_res_load_save | K. S. Ernest (iFire) Lee | |
Fix binary resource loading and saving | |||
2021-08-02 | Merge pull request #51144 from Chaosus/vs_version | Yuri Roubinsky | |
Makes dictionary instead of string for visual shader version | |||
2021-08-02 | Merge pull request #50122 from Paulb23/code_edit_auto_brace_completion | Rémi Verschelde | |
2021-08-02 | Makes dictionary instead of string for visual shader version | Yuri Roubinsky | |
Update doc/classes/VisualShader.xml Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro> | |||
2021-08-02 | Merge pull request #51192 from timothyqiu/sdfgi-enum-range | Rémi Verschelde | |
Validates set_sdfgi_cascades argument range | |||
2021-08-02 | Merge pull request #51187 from timothyqiu/vertex-index-3 | Rémi Verschelde | |
Fix crash when number of indices to optimize is not a multiple of 3 | |||
2021-08-02 | Validates set_sdfgi_cascades argument range | Haoyu Qiu | |
2021-08-02 | Merge pull request #51185 from timothyqiu/tile-data-enum-range | Rémi Verschelde | |
Validate TileData enum range before using it as index | |||
2021-08-02 | Fix crash when number of indices to optimize is not a multiple of 3 | Haoyu Qiu | |
2021-08-02 | Validate TileData enum range before using it as index | Haoyu Qiu | |
2021-08-02 | Implements TileMap layers and move TileSetPlugins's functions to the TileMap ↵ | Gilles Roudière | |
node instead | |||
2021-08-01 | Clean up and complete CodeEdit inspector and docs | Paulb23 | |
2021-08-01 | Move line length guidelines into CodeEdit | Paulb23 | |
2021-08-01 | Move brace matching into CodeEdit | Paulb23 | |
2021-07-30 | VariantParser: Fix uninitialized ResourceParser funcs | Rémi Verschelde | |
They could cause a segfault when parsing values with ID "Resource" as apparently we never set a valid `func` for it. Fixes crash part of #42115. | |||
2021-07-29 | Use constant for reserved field count | nikitalita | |
2021-07-29 | Fix binary resource loading and saving | nikitalita | |
2021-07-29 | Fix a crash when trying to load a WebP StreamTexture2D | Yuri Sizov | |
2021-07-27 | Multiple cosmetic fixes for embedded windows | Michael Alexsander | |
2021-07-25 | Merge pull request #50809 from akien-mga/iterators-const-references | Rémi Verschelde | |
2021-07-25 | Use const references where possible for List range iterators | Rémi Verschelde | |
2021-07-25 | Fix various typos with codespell | luz paz | |
Found via `codespell -q 3 -S ./thirdparty,*.po,./DONORS.md -L ackward,ang,ans,ba,beng,cas,childs,childrens,dof,doubleclick,fave,findn,hist,inout,leapyear,lod,nd,numer,ois,ony,paket,seeked,sinc,switchs,te,uint` |