Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Doctool: Remove version attribute from XML header | Rémi Verschelde | 2023-07-06 | 1 | -1/+1 |
| | | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb). | ||||
* | Bump version to 4.2-dev | Rémi Verschelde | 2023-07-05 | 1 | -1/+1 |
| | | | | Keep on waitin' | ||||
* | Overhaul the top sections of the class reference (Physics classes) | VolTer | 2023-05-20 | 1 | -0/+3 |
| | |||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Bind methods related to physics query exclusions | Mikael Hermansson | 2022-12-29 | 1 | -0/+6 |
| | |||||
* | Create GDExtension classes for PhysicsServer2D | Ricardo Buring | 2022-09-04 | 1 | -0/+91 |
This allows a 2D physics server created entirely from GDExtension. Based on the structure of PhysicsServer3DExtension by reduz. |