Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
Ensure better compatibility when emcc which may run some tools from
different paths (e.g. closure compiler).
This fixes externs include issues with modern emcc using the closure
compiler.
|
|
|
|
|
|
|
|
This actually makes sense(?), when running inside an iframe the active
element might be our canvas, while the iframe itself is not active in
the parent window. Since we consume the event, the iframe does not get
focused in Firefox (but does in Chromium-based browsers), so we must
always call focus to handle such occasions.
|
|
Fix uniform array alignment to fix a bug
|
|
Fix nine patch of circular TextureProgressBar
|
|
|
|
|
|
|
|
|
|
`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
|
|
|
|
|
|
|