Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rework GraphEdit connections (drawing, API, optimizations) | Hendrik Brucker | 2024-01-18 | 1 | -33/+31 |
| | | | | - GraphEdit now uses Line2D nodes to draw connection lines and uses a dedicated canvas item shader for them | ||||
* | Add const lvalue ref to container parameters | Muller-Castro | 2024-01-05 | 1 | -2/+2 |
| | |||||
* | Add const references detected by clang-tidy | Wilson E. Alvarez | 2023-12-16 | 1 | -6/+6 |
| | |||||
* | Fixing iterator invalidation | qycyfjy | 2023-10-20 | 1 | -17/+11 |
| | |||||
* | [Scene,Main] Replace `ERR_FAIL_COND` with `ERR_FAIL_NULL` where applicable | A Thousand Ships | 2023-09-12 | 1 | -1/+1 |
| | |||||
* | Clean up/refactor GraphNode and make it more flexible | Hendrik Brucker | 2023-09-07 | 1 | -6/+6 |
| | | | | | Split GraphNode into GraphElement and GraphNode, add custom titlebar, and adjust theming. | ||||
* | Clean up/refactor GraphEdit | Hendrik Brucker | 2023-07-24 | 1 | -0/+565 |