Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | SCons: Add unobtrusive type hints in SCons files | Thaddeus Crews | 2024-09-25 | 1 | -0/+1 |
| | |||||
* | Disable all 3D nodes, physics, and resources when compiling without 3D | Aaron Franke | 2024-03-11 | 1 | -1/+4 |
| | |||||
* | Add GDExtension support to Script | reduz | 2022-03-27 | 1 | -5/+0 |
| | | | | | | | | | * Ability to create script languages from GDExtension * Some additions to gdnative_extension.h to make this happen * Moved the GDExtension binder to core This now allows creating scripting languages from GDExtension, with the same ease as if it was a module. It replaces the old PluginScript from Godot 3.x. Warning: GodotCPP will need to be updated to support this (it may be a bit of work as ScriptInstance needs to be created over there again). | ||||
* | Create GDExtension clases for PhysicsServer3D | reduz | 2022-03-15 | 1 | -0/+12 |
* Allows creating a GDExtension based 3D Physics Server (for Bullet, PhysX, etc. support) * Some changes on native struct binding for PhysicsServer This allows a 3D Physics server created entirely from GDExtension. Once it works, the idea is to port the 2D one to it. |