summaryrefslogtreecommitdiff
path: root/servers/rendering/renderer_canvas_cull.cpp
AgeCommit message (Expand)Author
2022-04-02Move storage for Mesh, MeshInstance, MultiMesh and Skeleton into MeshStorageBastiaan Olij
2022-03-29Fix canvas_group not being freed in RendererCanvasCull::freeDimitris Nikolaidis
2022-03-16Split dummy renderer classes into separate filesBastiaan Olij
2022-03-04Tweak render timestamp names for explicitness and consistencyHugo Locurcio
2022-01-17Fix invalid read when using LightOccluder2DHaoyu Qiu
2022-01-09Fix canvas items being drawn outside clip rectsDarren Kaste
2022-01-03Update copyright statements to 2022Rémi Verschelde
2021-12-09Add a double-precision editor build to CIAaron Franke
2021-10-28clang-format: Disable alignment of operands, too unreliableRémi Verschelde
2021-09-29Rename RID's `getornull()` to `get_or_null()`Hugo Locurcio
2021-09-23Construct values only when necessary.Anilforextra
2021-08-27Makes FontData importable resource.bruvzg
2021-08-10Fix incorrect border width of antialiased linesYuri Roubinsky
2021-06-29Improve RID_Owner memory usagereduz
2021-06-17Implement animation slice drawing in CanvasItemreduz
2021-06-16Refactor VisibilityNotifierreduz
2021-06-05Deleted YSort, moved its functionality directly into Node2D.andriyDev
2021-05-11Fixes missng 2D engine bitsreduz
2021-03-04Fix canvas renderer line widthAlex Hirsch
2021-03-02Fix rounding error in Clip Contentasheraryam
2021-02-10Make Servers truly Thread Safereduz
2021-01-09Use Math_TAU and deg2rad/rad2deg in more places and optimize codeAaron Franke
2021-01-01Update copyright statements to 2021Rémi Verschelde
2020-12-28Merge pull request #44149 from madmiraal/rename-tangent-orthogonalRémi Verschelde
2020-12-28Rename empty() to is_empty()Marcel Admiraal
2020-12-23Rename Control margin to offsetMarcel Admiraal
2020-12-19Rename Rect2 and Rect2i clip() to intersection()Marcel Admiraal
2020-12-06Rename Vector2.tangent() to Vector2.orthogonal()Marcel Admiraal
2020-12-04RenderingServer reorganizationreduz