Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-05-22 | Custom Skeleton3DEditorPlugin | K. S. Ernest (iFire) Lee | |
Co-authored-by: Marios Staikopoulos <marios@staik.net> | |||
2020-05-14 | Style: clang-format: Disable KeepEmptyLinesAtTheStartOfBlocks | RĂ©mi Verschelde | |
Which means that reduz' beloved style which we all became used to will now be changed automatically to remove the first empty line. This makes us lean closer to 1TBS (the one true brace style) instead of hybridating it with some Allman-inspired spacing. There's still the case of braces around single-statement blocks that needs to be addressed (but clang-format can't help with that, but clang-tidy may if we agree about it). Part of #33027. | |||
2020-04-21 | Add proper type to most public API uses of Array | Juan Linietsky | |
2020-04-02 | Replace NULL with nullptr | lupoDharkael | |
2020-03-27 | Renamed 2D and 3D nodes to make their types explicit | Juan Linietsky | |
Fixes #30736. |