Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-01-31 | Fix C# examples in documentation | Raul Santos | |
- Fix documentation after C# renames. - Add missing `partial` in C# class declarations. - Change `delta` parameter type to `double` in C#. - Ensure parameters match base declaration. - Use `$` string interpolation in C#. - Fix invalid or outdated C# code. - Changed some examples to follow our style guide more closely. | |||
2022-10-21 | Fix small mistakes throughout much of the documentation | VolTer | |
2022-08-22 | Replace Array return types with TypedArray | kobewi | |
2022-08-12 | [doc] Use "param" instead of "code" to refer to parameters (8) | Andy Maloney | |
2022-08-08 | Rename the argument tag to param in XML documentation | Yuri Sizov | |
2022-06-16 | Make AStar to use 64-bit logic | Yuri Rubinsky | |
2022-05-06 | Allow AStar2D/AStar3D zero point weight | smix8 | |
Allow AStar2D/AStar3D zero point weight. Limit was set to 1 which seemed like an arbitrary value as lower values down to zero can be useful for common gameplay navigation elements like teleports. | |||
2022-03-20 | Rename `AStar` to `AStar3D` | Yuri Roubinsky | |