Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-08-09 | Remove AnimatedSprite3D.`is_playing()` for redundancy | Micky | |
Also removes the underscore prefix from `_set_playing()` and `_is_playing()` | |||
2022-08-08 | Merge pull request #64034 from DarkKilauea/fix-nav-region-gizmo | Rémi Verschelde | |
2022-08-08 | Add tests for empty/unnamed arguments to ClassDB, Variant, GDScript | Yuri Sizov | |
2022-08-08 | Merge pull request #63925 from YeldhamDev/window_fixes | Rémi Verschelde | |
2022-08-08 | Merge pull request #64093 from nathanfranke/shader-capitalize | Rémi Verschelde | |
2022-08-08 | Merge pull request #62571 from Calinou/gpuparticlescollisionsdf3d-add-bake-mask | Rémi Verschelde | |
2022-08-08 | capitalize shader uniform groups | Nathan Franke | |
2022-08-08 | Merge pull request #64068 from DarkKilauea/fix-region-travel-cost | Rémi Verschelde | |
2022-08-07 | Fix typo when setting NavigationRegion travel_cost | Josh Jones | |
2022-08-07 | Merge pull request #62454 from Geometror/reflect-refract-vec2-vec4 | Rémi Verschelde | |
Allow for vec2/vec4 to be used in reflect and refract | |||
2022-08-07 | Allow vec2 and vec4 for reflect and refract | Hendrik Brucker | |
2022-08-07 | Add a shadow opacity property to Light3D | Hugo Locurcio | |
This can be used to make shadows translucent for a specific light. The light distance fade system also uses this to smoothly fade the shadow when the light fade transition distance is greater than 0. | |||
2022-08-06 | Fix NavigationRegion3D gizmo's odd visual behavior | Josh Jones | |
2022-08-06 | Merge pull request #60843 from hoontee/CSG3 | Rémi Verschelde | |
Add `TorusMesh` | |||
2022-08-06 | Merge pull request #63776 from fire-forge/shapecast2d | Rémi Verschelde | |
Add ShapeCast2D editor handle and improve debug drawing | |||
2022-08-06 | Merge pull request #63859 from Rindbee/fix-hue-slider-incorrectly-rotated | Rémi Verschelde | |
Fix Hue slider incorrectly rotated 90 degrees in ColorPicker | |||
2022-08-06 | Merge pull request #63958 from hakro/fix-control-animation-keys | Rémi Verschelde | |
Remove rect_ prefix from control properties when keyframing | |||
2022-08-05 | Remove rect_ prefix from control properties when keyframing | Hakim | |
2022-08-05 | Round icon position and size in buttons to make them look sharper | Yuri Sizov | |
2022-08-05 | Use interleaved gradient noise for distance fade | Hugo Locurcio | |
This provides better visuals and performance compared to the previous ordered dither. | |||
2022-08-05 | Fix some bugs with `Window`s | Michael Alexsander | |
2022-08-05 | Merge pull request #59844 from Calinou/rename-shader-param-methods | Rémi Verschelde | |
2022-08-05 | Merge pull request #63922 from rburing/fix_softbody_normals | Rémi Verschelde | |
2022-08-04 | Rename shader parameter uniform setter/getter methods for consistency | Hugo Locurcio | |
`shader_uniform` is now consistenly used across both per-shader and per-instance shader uniform methods. This makes methods easier to find in the class reference when looking for them. | |||
2022-08-04 | Fix SoftDynamicBody3D normals | Ricardo Buring | |
Store normal vector in A2B10G10R10 format. | |||
2022-08-04 | Merge pull request #61856 from iwek7/label_overflowing_text | Rémi Verschelde | |
2022-08-04 | Merge pull request #63852 from fire-forge/default-colors | Rémi Verschelde | |
2022-08-04 | Add `TorusMesh` | hoontee | |
2022-08-04 | Merge pull request #63838 from tefusion/fix-arrange-nodes-freeze | Rémi Verschelde | |
Fix GraphEdit::arange_nodes causing a freeze when cycle in Graph | |||
2022-08-04 | Fix issue with overlaping text label text | iwek | |
2022-08-04 | Merge pull request #58536 from winterpixelgames/feature/virtual-keyboard-types | Rémi Verschelde | |
Add support for multiple virtual keyboard types | |||
2022-08-04 | Merge pull request #54792 from EIRTeam/independent_arrows | Rémi Verschelde | |
2022-08-04 | Fix GraphEdit::arange_nodes causing a freeze | tefusion | |
When a Graph contains cycles, e.g. 1->2->3->1 _layering would end up in an infinite loop since IS_SUBSET would never be true. By keeping check of the size of z, which contains the already layered nodes, one can detect a freeze (since it should change after current_layer increases. If it doesn't "u" didn't change and q and u will never be equal resulting in a freeze/infinite while loop). If a freeze happens warn the user and put all the nodes part of the cycle (leftover in p) to the first layer which will end up in them being listed top to bottom. | |||
2022-08-04 | Add support for multiple virtual keyboard types | Brian Semrau | |
2022-08-04 | Independent spinbox arrow step precision | Jóhannes Gunnar Þorsteinsson | |
Rebased by EIREXE This work has been kindly sponsored by IMVU & EIRTeam. | |||
2022-08-04 | Merge pull request #49947 from ↵ | Rémi Verschelde | |
Calinou/standardmaterial3d-tweak-default-height-properties | |||
2022-08-04 | Tweak StandardMaterial3D's default height properties | Hugo Locurcio | |
- Set the default height scale to 5.0 and multiply it by 0.01 in the shader. - Document heightmap properties in BaseMaterial3D class reference. | |||
2022-08-04 | Merge pull request #62230 from Calinou/sdfgi-cell-size-remove-linked-properties | Rémi Verschelde | |
Don't store the values of linked SDFGI properties in Environment | |||
2022-08-04 | Merge pull request #63890 from Calinou/camera3d-size-allow-precise-adjustments | Rémi Verschelde | |
Allow more precise adjustments of orthogonal/frustum size in Camera3D | |||
2022-08-04 | Fix Hue slider incorrectly rotated 90 degrees in ColorPicker | Rindbee | |
2022-08-04 | Don't store the values of linked SDFGI properties in Environment | Hugo Locurcio | |
2022-08-03 | Allow more precise adjustments of orthogonal/frustum size in Camera3D | Hugo Locurcio | |
2022-08-03 | Merge pull request #63791 from V-Sekai/mend-ok-hsl-washout | Rémi Verschelde | |
2022-08-03 | Merge pull request #59303 from KoBeWi/check_out_my_very_long_button | Rémi Verschelde | |
2022-08-03 | Merge pull request #63348 from Rindbee/fix-toggling-after-scrolling-causes-blank | Rémi Verschelde | |
2022-08-03 | Merge pull request #61851 from Calinou/particles-default-global-coordinates | Rémi Verschelde | |
2022-08-03 | Merge pull request #63820 from nathanfranke/templates-in-header | Rémi Verschelde | |
2022-08-03 | Merge pull request #56451 from Calinou/rootmotionview-no-replace-with-node | Rémi Verschelde | |
Don't replace RootMotionView with Node in a running project | |||
2022-08-03 | Don't replace RootMotionView with Node in a running project | Hugo Locurcio | |
This behavior was inconsistent with other editor-only nodes such as Position3D, Position2D and ReferenceRect. It also caused issues when a script extended RootMotionView as it ceased to work when the project was run. | |||
2022-08-02 | move rpc and rpc_id implementations back to header | Nathan Franke | |
StackOverflow on why this is needed: https://stackoverflow.com/questions/495021/why-can-templates-only-be-implemented-in-the-header-file Minor mistake in commit ca7d572908c58c587214b8f65bdd4078d0185ab2 |