Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Expose 3D Delaunay tetrahedralization in `Geometry3D` | Jakub Marcowski | 2023-10-16 | 1 | -0/+7 |
| | |||||
* | Merge pull request #78871 from jitspoe/master.pr_compute_convex_mesh_points | Rémi Verschelde | 2023-08-16 | 1 | -0/+7 |
|\ | | | | | | | Expose `compute_convex_mesh_points` function to GDScript | ||||
| * | Expose compute_convex_mesh_points function to GDScript. | jitspoe | 2023-08-14 | 1 | -0/+7 |
| | | |||||
* | | Add ability to get barycentric coordinates from ray | PrecisionRender | 2023-08-02 | 1 | -0/+11 |
| | | |||||
* | | 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 (Core classes) | VolTer | 2023-05-19 | 1 | -2/+2 |
| | |||||
* | Add ValidatedCall to MethodBind | Juan Linietsky | 2023-04-30 | 1 | -1/+1 |
| | | | | | | | * This should optimize GDScript function calling _enormously_. * It also should simplify the GDScript VM considerably. NOTE: GDExtension calling performance has most likely been affected until going via ptrcall is fixed. | ||||
* | Bump version to 4.1-dev | Rémi Verschelde | 2023-03-01 | 1 | -1/+1 |
| | | | | Can't stop, won't stop, they said, huh? | ||||
* | Replace Array return types with TypedArray 2 | kobewi | 2022-08-23 | 1 | -3/+3 |
| | |||||
* | [doc] Use "param" instead of "code" to refer to parameters (6) | Andy Maloney | 2022-08-12 | 1 | -12/+12 |
| | |||||
* | Rename the argument tag to param in XML documentation | Yuri Sizov | 2022-08-08 | 1 | -43/+43 |
| | |||||
* | Change instances of "returns an empty Variant" to "returns null" in docs | Hugo Locurcio | 2022-05-29 | 1 | -2/+2 |
| | | | | | While "returns an empty Variant" technically valid (it's constructed as `Variant()` in C++), "returns null" is more intuitive to users. | ||||
* | Add an XML schema for documentation | Hugo Locurcio | 2022-02-15 | 1 | -1/+1 |
| | | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions. | ||||
* | Don't generate empty doc sections and reduce code duplication | Aaron Franke | 2021-09-20 | 1 | -2/+0 |
| | |||||
* | doc: Use self-closing tags for `return` and `argument` | Rémi Verschelde | 2021-07-30 | 1 | -110/+55 |
| | | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there. | ||||
* | class reference proofreading | Paul Joannon | 2021-03-19 | 1 | -1/+1 |
| | |||||
* | Removed unused method Geometry.get_uv84_normal_bit | Yuri Roubinsky | 2020-10-09 | 1 | -9/+0 |
| | |||||
* | Split `Geometry` singleton into `Geometry2D` and `Geometry3D` | Andrii Doroshenko (Xrayez) | 2020-05-27 | 1 | -0/+194 |
Extra `_2d` suffixes are removed from 2D methods accoringly. |