Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
`print_error()` should generally not be used directly. Also,
falling back is best done by printing a warning message instead
of an error message.
|
|
|
|
|
|
|
|
|
|
Bounce calculation now uses the previous frame's velocity, so it's
consistent with the actual motion of the bodies involved and not the
yet-to-be-applied forces.
When bounce is 1, using the current velocity was causing the new forces
(including gravity) to be taken into account, which lead to the bounce
velocity to be higher than the falling velocity at the moment of impact,
adding more and more energy over time.
|
|
Rename Node's `NOTIFICATION_PATH_CHANGED` to `NOTIFICATION_PATH_RENAMED`
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes variable/signal nodes not renaming in visualscript editor
|
|
|
|
AMD FidelityFX Super Resolution
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
volumetric fog on MoltenVK.
|
|
Atlas import 1px missing from right side of non-cropped image.
|
|
Rename `remove()` to `remove_at()` when removing by index
|
|
|
|
|
|
|
|
|
|
fabriceci/fix-horizontal-velocity-being-always-reset-on-wall
Fix horizontal velocity being always reset when the body hit a wall in 3D
|
|
|
|
Co-authored-by: Lightning_A <aaronjrecord@gmail.com>
|
|
|
|
|
|
Remove -1 px
|
|
|
|
printf() does not have a version that accepts std::string
as format string parameter.
|
|
|
|
|
|
|