Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
The GDVIRTUAL_NATIVE_PTR did not declare the correct GDNativeConstPtr
template, resulting in "void*" being used as it's type info in both the
documentation and the extension API dump.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Release pressed events when the window is blurred on HTML5 platform
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
It used an old vendored version of acorn.js which seems to choke on this
trailing comma. This is not a problem for more recent Emscripten versions.
We disable the `comma-dangle` check in ESLint to prevent this issue.
|
|
|
|
|
|
|
|
|
|
Clarify RigidDynamicBody modes
|
|
|
|
Set stop on slope on by default on CharacterBody
|
|
Update attribute class references in mono cache
|
|
|
|
Physic API change: apply the delta in move and collide like move and slide
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fixes #godotengine/godot-proposals#29
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Net] Extension system for network peers, webrtc.
|
|
|