| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
|\| | | | | |
|
| |\ \ \ \ \
| | |_|_|_|/
| |/| | | |
| | | | | | |
Add `shadow_caster_mask` to Light3D.
|
| | | | | | |
|
|\| | | | | |
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | |
| | | | | | |
Fix unreachable code in `lightmap_gi.cpp`
|
| | | | | | |
|
|\| | | | | |
|
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
Fix initial skin update timing in Skeleton3D
|
| | | |_|/
| | |/| | |
|
|\| | | | |
|
| |\ \ \ \
| | | | | |
| | | | | |
| | | | | | |
Unify particle editors
|
| | |/ / / |
|
| | |_|/
| |/| | |
|
|\| | | |
|
| |\ \ \
| | | | |
| | | | |
| | | | | |
Use `LocalVector` for skeleton
|
| | |/ / |
|
| |/ / |
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
|/ /
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Add Linux Editor tests workflow matrix
Add Windows Editor w/ Mono workflow matrix
Add Generate Glue Code job to Windows workflow
Add Build GodotSharp job to Windows workflow
Add godot compatibility version references
Add Godot author info
Add Godot version compatibility info
Add Godot donor info
Add Godot authors and donors to editor_about.cpp
Credits:
Co-authored-by: Skogi <skogi.b@gmail.com>
Co-authored-by: Spartan322 <Megacake1234@gmail.com>
Co-authored-by: swashberry <swashdev@pm.me>
Co-authored-by: Christoffer Sundbom <christoffer_karlsson@live.se>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: McDubh <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: Dubhghlas McLaughlin <103212704+mcdubhghlas@users.noreply.github.com>
Co-authored-by: radenthefolf <radenthefolf@gmail.com>
Co-authored-by: John Knight <80524176+Tekisasu-JohnK@users.noreply.github.com>
Co-authored-by: Adam Vondersaar <adam.vondersaar@uphold.com>
Co-authored-by: decryptedchaos <nixgod@gmail.com>
Co-authored-by: zaftnotameni <122100803+zaftnotameni@users.noreply.github.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: wesam <108880473+wesamdev@users.noreply.github.com>
Co-authored-by: Mister Puma <MisterPuma80@gmail.com>
Co-authored-by: Aaron Benjamin <lifeartstudios@gmail.com>
Co-authored-by: SingleError <isaaconeoneone@gmail.com>
Co-authored-by: Bioblaze Payne <BioblazePayne@gmail.com>
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
We can now check whether RenderingDevice can be created (which is
not guaranteed when using the Compatibility rendering method),
so the warning can be displayed only when relevant.
This also disables the Bake Lightmaps button with a tooltip if baking
is not available.
|
|\ \
| | |
| | |
| | | |
Move skin registration process into deferred on ready
|
| | | |
|
| | | |
|
| | |
| | |
| | |
| | |
| | |
| | | |
Lifetime checks for stored `RIDs` for collision objects assumed they had valid `object_ids`.
It turns out that some are not derived from `Object` and thus checking `ObjectDB` returns false for some valid `RIDs`.
To account for this we only perform lifetime checks on valid `object_ids`.
|
| | | |
|
| | | |
|
|\ \ \
| | | |
| | | |
| | | | |
Fix syncing PhysicalBone internal poses individually
|
| |/ / |
|
|\ \ \
| | | |
| | | |
| | | | |
Add per-bone meta to Skeleton3D
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Individual bones are not represented as `Node`s in Godot, in order to support meta functionality for them the skeleton has to carry the information similarly to how other per-bone properties are handled.
- Also adds support for GLTF import/export
|
|/ / /
| | |
| | |
| | | |
Fix erratic behaviour when modifying pinned_points via inspector
|
|\ \ \
| | | |
| | | |
| | | | |
[Label3D] Fix updating labels in subvieports on oversampling change.
|
| | | | |
|
| | | |
| | | |
| | | |
| | | | |
Co-authored-by: Yaohua Xiong <xiongyaohua@gmail.com>
|
|\ \ \ \
| |/ / /
|/| | |
| | | | |
Fix super call in various `get_configuration_warnings` methods
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | |
| | | | | |
LightmapGI: Pack L1 SH coefficients for directional lightmaps
|
| | |/ /
| |/| | |
|
| |/ /
|/| |
| | |
| | | |
enabled.
|
|\ \ \
| | | |
| | | |
| | | | |
Add error checks for bad configuration in `PathFollow2D/3D` `set_progress_ratio`
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
When a PathFollow is badly configured it's possible to have code that
call get_progress_ratio just after set_progress_ratio does not return
the value just set, which may be confusing for developer (ie that
myPathFollow2D.set_progress_ratio(0.5)
myPathFollow2D.get_progress_ratio()
does not return 0.5)
This commit makes ensures the developer has useful error messages in
such case, to make it easier to troubleshot it.
|
|/ /
| |
| |
| | |
Adds option to bake a mesh from animated skeleton pose.
|
|\ \
| | |
| | |
| | | |
Cleanup of raw `nullptr` checks with `Ref`
|
| | |
| | |
| | |
| | | |
Using `is_valid/null` over checks with `nullptr` or `ERR_FAIL_NULL` etc.
|
|\ \ \
| | | |
| | | |
| | | | |
Fix physical bone update without simulating
|
| | |/
| |/| |
|
| |/
|/| |
|
| |
| |
| |
| |
| |
| |
| |
| | |
`AudioStreamPlayer::{2D,3D}::_is_active`
- The `_is_active` method seems to be unused, so it was removed.
- The `_set_playing` method is now exposed, as the setter of the `playing` property.
- The `play` method can't be used as a setter because it takes a `float` parameter instead of a `bool` parameter.
|
|\ \
| | |
| | |
| | | |
Expose contact point and contact normal on VehicleWheel3D to scripting.
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Appease doctool by switching the order of the documentation page entries.
Update doc/classes/VehicleWheel3D.xml
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Update doc/classes/VehicleWheel3D.xml
Co-authored-by: Hugo Locurcio <hugo.locurcio@hugo.pro>
Update doc/classes/VehicleWheel3D.xml
Thanks, didn't see the typo in the suggested change. Brain auto corrected it.
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
|