summaryrefslogtreecommitdiffstats
path: root/servers/rendering/renderer_canvas_cull.h
Commit message (Expand)AuthorAgeFilesLines
* Add antialias support for CanvasItem draw primitivesYaohua Xiong2024-05-131-3/+3
* Fixed Timestep Interpolation (2D)Ricardo Buring2024-03-231-0/+38
* Enforce template syntax `typename` over `class`Thaddeus Crews2024-03-071-1/+1
* Add new Parallax2D nodemarkdibarry2024-03-031-2/+3
* Stabilize snapping 2D transforms to pixelAdam Scott2024-02-121-1/+1
* Merge pull request #85520 from YuriSizov/rendering-gracefully-leak-canvas-itemsRémi Verschelde2024-01-091-0/+6
|\
| * Avoid crashes when engine leaks canvas items and friendsYuri Sizov2023-12-201-0/+6
* | unify parameter names for 'RendererCanvasCull'Yaohua Xiong2023-12-241-4/+4
|/
* Merge pull request #85811 from clayjohn/2D-render-infoRémi Verschelde2023-12-121-2/+2
|\
| * Implement render info counters for the 2D rendererclayjohn2023-12-061-2/+2
* | Transform mesh's AABB to skeleton's space when calculate mesh's bounds.ShirenY2023-12-091-0/+2
|/
* Disable update spinner when debug redraw is activekobewi2023-10-111-0/+1
* Debug CanvasItem redrawJuan Linietsky2023-08-281-0/+6
* Single Compilation Unit build.lawnjelly2023-06-061-0/+2
* CanvasItem::draw_polyline Support thin polylines drawn using line stripkleonc2023-01-191-1/+1
* Fix scaling issue in `draw_line` and similar methodsDanil Alexeev2023-01-161-3/+3
* One Copyright Update to rule them allRémi Verschelde2023-01-051-29/+29
* Scale MSDF font outline with the font size and MSDF source size to match dyna...bruvzg2022-12-171-1/+1
* Viewport canvas cull mask featureBimDav2022-10-311-3/+7
* Fix MSVC warnings, rename shadowed variables, fix uninitialized values, chang...bruvzg2022-10-071-2/+2
* Add font LCD sub-pixel anti-aliasing support.bruvzg2022-08-231-0/+1
* Code quality: Fix header guards consistencyRémi Verschelde2022-07-251-3/+3
* Account for relative z-indexes when y-sortingXentripetal2022-07-081-0/+2
* Add a new HashSet templatereduz2022-05-201-5/+5
* Replace most uses of Map by HashMapreduz2022-05-161-5/+5
* Restore antialiasing for `draw_line`Yuri Roubinsky2022-04-121-1/+1
* Zero initialize all pointer class and struct membersRémi Verschelde2022-04-041-1/+1
* Update copyright statements to 2022Rémi Verschelde2022-01-031-2/+2
* Rename `remove()` to `remove_at()` when removing by indexLightning_A2021-11-231-1/+1
* Replace references to VisualServer in code comments with RenderingServerHugo Locurcio2021-10-071-1/+1
* Makes FontData importable resource.bruvzg2021-08-271-0/+1
* Improve RID_Owner memory usagereduz2021-06-291-5/+5
* Implement animation slice drawing in CanvasItemreduz2021-06-171-0/+2
* Refactor VisibilityNotifierreduz2021-06-161-0/+24
* Deleted YSort, moved its functionality directly into Node2D.andriyDev2021-06-051-1/+1
* Make Servers truly Thread Safereduz2021-02-101-11/+23
* Update copyright statements to 2021Rémi Verschelde2021-01-011-2/+2
* RenderingServer reorganizationreduz2020-12-041-0/+279