Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-06-04 | Rename Quat to Quaternion | Marcel Admiraal | |
2021-06-03 | Rename Variant TRANSFORM to TRANSFORM3D | Aaron Franke | |
Also _transform to _transform3d | |||
2021-02-24 | Added LocalVector to Visual Studio debugger visualization | PouleyKetchoupp | |
2020-12-28 | Incorrect format specifiers used to display some String/StringName data | andrew-softdev | |
2020-11-09 | Variant: Rename Type::_RID to Type::RID | Rémi Verschelde | |
The underscore prefix was used to avoid the conflict between the `RID` class name and the matching enum value in `Variant::Type`. This can be fixed differently by prefixing uses of the `RID` class in `Variant` with the scope resolution operator, as done already for `AABB`. | |||
2020-07-27 | Style: Fix code format scripts compat with non-GNU Unices | Rémi Verschelde | |
It's too hard to get compatibility between GNU and BSD sed, so let's just use perl oneliners. And improve it to also remove trailing tabs, not just spaces. | |||
2019-10-29 | Update natvis file to display Node class correctly in Visual Studio debugger | PouleyKetchoupp | |
2019-03-12 | Fixed & improved Visual Studio custom debugger visualization | PouleyKetchoupp | |
2018-09-17 | Initial version of VS natvis file | elasota | |