Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-11-29 | Move z_index, z_as_relative and y_sort_enabled from Node2D to CanvasItem | Hendrik Brucker | |
2022-11-29 | Merge pull request #68665 from TokageItLab/cut-unkeyed-gltf-anim | Rémi Verschelde | |
Add "Trimming" option to cut un-keyed timeline before first key in glTF animation | |||
2022-11-29 | Add trimming option to cut un-keyed timeline before first key in gltf | Silc Renew | |
2022-11-28 | Merge pull request #68874 from TokageItLab/fix-unique-path-keying | Rémi Verschelde | |
Added option to `get_path_to()` to get the shortest path considering unique name | |||
2022-11-28 | Merge pull request #68992 from TokageItLab/animtree-trackend-process | Rémi Verschelde | |
Refactor process of AnimationTree for end of animation | |||
2022-11-28 | Merge pull request #69199 from TokageItLab/fix-and-refactor-root-motion | Rémi Verschelde | |
Fix broken root motion scale & Refactor API & Add sample codes in documentation | |||
2022-11-28 | Merge pull request #69138 from Calinou/doc-light2d | Rémi Verschelde | |
Document the Light2D, PointLight2D and DirectionalLight2D classes | |||
2022-11-28 | Merge pull request #67871 from Calinou/editor-theme-add-oled-preset | Rémi Verschelde | |
Add Black (OLED) editor theme preset | |||
2022-11-28 | Merge pull request #68532 from ↵ | Rémi Verschelde | |
Calinou/cmdline-user-args-add-alternative-separator Allow `++` as an alternative separator to `--` for user CLI arguments | |||
2022-11-28 | Merge pull request #68836 from ↵ | Rémi Verschelde | |
Calinou/projectsettings-vrs-texture-allow-more-formats Allow all lossless image formats to be used for VRS texture project setting | |||
2022-11-28 | Merge pull request #69178 from aaronfranke/mesh-shape | Rémi Verschelde | |
Use a more specific type for Mesh create_(convex|trimesh)_shape | |||
2022-11-26 | Changed `RenderingDevice::TextureUsageBits` type to enum flags | Yuri Rubinsky | |
2022-11-26 | Fix broken root motion scale and refactor API | Silc Renew | |
2022-11-25 | Use a more specific type for Mesh create_(convex|trimesh)_shape | Aaron Franke | |
2022-11-25 | Remove `Array.find_last()` | Micky | |
2022-11-25 | Fix inspector not showing name for LabelSettings.font | Haoyu Qiu | |
2022-11-24 | Document the Light2D, PointLight2D and DirectionalLight2D classes | Hugo Locurcio | |
2022-11-24 | Merge pull request #68566 from Mickeon/node-print-orphans-static | Rémi Verschelde | |
Make `Node.print_orphan_nodes()` static | |||
2022-11-24 | Merge pull request #68386 from MewPurPur/snappedi-snappedf | Rémi Verschelde | |
Implement snappedi, snappedf, and Vector[2/3/4]i.snapped | |||
2022-11-24 | Merge pull request #68806 from MewPurPur/printraw-warn-better-in-docs | Rémi Verschelde | |
Make it clearer that printraw only prints to terminal | |||
2022-11-24 | Make it clearer that printraw only prints to terminal | VolTer | |
2022-11-24 | Merge pull request #69107 from Mickeon/oops | Rémi Verschelde | |
Fix warning in Signal Documentation | |||
2022-11-24 | Merge pull request #69089 from raulsntos/dotnet/docs-object | Rémi Verschelde | |
Fix C# documentation for Godot.Object | |||
2022-11-24 | Fix warning in Signal Documentation | Micky | |
2022-11-24 | Merge pull request #69043 from xiongyaohua/path3d_bake_refactor_fix | Rémi Verschelde | |
`Curve3D` bake refactor continue | |||
2022-11-24 | Merge pull request #69037 from M-O-Marmalade/distortion-fixes | Rémi Verschelde | |
AudioEffectDistortion docs & inspector edits | |||
2022-11-24 | Merge pull request #69086 from Calinou/doc-physicalskymaterial | Rémi Verschelde | |
Document PhysicalSkyMaterial's `energy_multiplier` property | |||
2022-11-24 | Merge pull request #69060 from rburing/exclude_typedarray | Rémi Verschelde | |
Update remaining physics `exclude` parameters to use `TypedArray` | |||
2022-11-24 | Fix C# documentation for Godot.Object | Raul Santos | |
- Add and fix a few C# examples - Add tips about avoiding allocating StringNames | |||
2022-11-24 | Refactor Curve3D::_bake() method | Yaohua Xiong | |
The main change is to caculate tangent directly from bezier curve, without going through discretized polyline, avoiding pitfalls of discretization. Other changes are: 1. Add an bezier_derivative() method for Vector3, Vector2, and Math; 2. Add an tesselate_even_length() method to Curve3D, which tesselate bezier curve to even length segments adaptively; 3. Cache the tangent vectors in baked_tangent_vector_cache; | |||
2022-11-24 | Document PhysicalSkyMaterial's `energy_multiplier` property | Hugo Locurcio | |
This makes the PhysicalSkyMaterial class 100% documented. | |||
2022-11-23 | Merge pull request #68217 from Mickeon/doc-stringmngffh | Max Hilbrunner | |
Add missing String & StringName operator descriptions | |||
2022-11-23 | Merge pull request #68262 from Mickeon/doc-peeves-callcallcallcallable | Max Hilbrunner | |
Tweak Callable's documentation | |||
2022-11-23 | Update remaining physics exclude parameters to use TypedArray | Ricardo Buring | |
Also update the documentation to refer to the get_rid() method. | |||
2022-11-23 | Add missing String & StringName operator descriptions | Micky | |
2022-11-23 | Merge pull request #67880 from Mickeon/doc-peeves-objection | Yuri Sizov | |
Overhaul Object's Documentation | |||
2022-11-23 | Tweak Callable's documentation | Micky | |
- Clarify that Callable is a Variant type, not an Object. - Add lambda function example - Update outdated description of `is_custom` and `is_valid`- | |||
2022-11-23 | Overhaul Object's Documentation | Micky | |
2022-11-23 | Merge pull request #68297 from Mickeon/doc-virtue-signaling | Rémi Verschelde | |
Tweak Signal Documentation | |||
2022-11-23 | Tweak Signal Documentation | Micky | |
- Add missing Operator and leading description - Avoid calling "Signal" an object or class. - Add more details to `connect` and `disconnect` | |||
2022-11-23 | Merge pull request #67726 from HenryClones/integer-lerping-errors | Rémi Verschelde | |
Add case for Variant::INT in lerp variant switch | |||
2022-11-22 | Add case for Variant::INT in lerp variant switch | Xpertice | |
2022-11-22 | AudioEffectDistorion docs & inspector edits | M-O-Marmalade | |
Fixing a few typos in the AudioEffectDistortion docs, making a few things clearer, etc Also adding the decibel (dB) suffix to the pre/post gain properties in the inspector. | |||
2022-11-22 | Merge pull request #69017 from raulsntos/physics3d-array | Rémi Verschelde | |
Change exclude property in `PhysicsRayQueryParameters3D` to TypedArray | |||
2022-11-22 | Merge pull request #68948 from KoBeWi/eeny_meeny_miny_moe | Rémi Verschelde | |
Fill random docs | |||
2022-11-22 | Merge pull request #65378 from Mickeon/fix-audio-stream-2d-non-immediate-playing | Rémi Verschelde | |
Fix AudioStreamPlayer2D and 3D's `playing` not updating right away | |||
2022-11-22 | Merge pull request #69002 from ↵ | Clay John | |
akien-mga/gdscript-disable-warning-RETURN_VALUE_DISCARDED GDScript: Don't warn about RETURN_VALUE_DISCARDED by default | |||
2022-11-22 | Merge pull request #68848 from Piralein/fix-class-ref | Yuri Sizov | |
Fix warnings in class ref | |||
2022-11-22 | Fill random docs | kobewi | |
2022-11-22 | Fix AudioStreamPlayer2D and 3D's `playing` not updating right away | Micky | |