summaryrefslogtreecommitdiffhomepage
path: root/src/rshapes.c
AgeCommit message (Expand)Author
2024-07-07REVIEWED: `CheckCollisionPointRec()`Ray
2024-07-07[rshapes] Give CheckCollisionPointCircle() its own implementation (#4135)kai-z99
2024-07-01Minor tweaksRay
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-25Update rshapes.cRay
2024-06-25REVIEWED: `DrawLine()` #4075Ray
2024-06-24Minor tweaksRay
2024-06-16REVIEWED: Spline cubic bezier exampleRay
2024-06-16[rshapes] Fix multisegment Bezier splines. (#3744)Santiago Pelufo
2024-06-14optimize (#4065)kai-z99
2024-06-11[SHAPES] Make functions that draw point arrays take them as const (#4051)Jeffery Myers
2024-05-30[rshapes]Circle line collision function (#4018)kai-z99
2024-05-01Reviewed some warningsRay
2024-04-28REVIEWED: `DrawLine()` to avoid pixel rounding issues #3931Ray
2024-04-21Review formattingRay
2024-04-20REVIEWED: `DrawRectangleLines()` pixel offsetRay
2024-04-20REVIEWED: `DrawRectangleLines()` #3884Ray
2024-04-20Code gardeningRay
2024-02-29Review formattingRay
2024-02-18Remove some unneeded line breaksRay
2024-02-08REVIEWED: `DrawPixel()` not drawingRay
2024-01-22fix CheckCollisionPointPoly (#3750)Antonio Raúl
2024-01-02Update copyright to 2024Ray
2023-12-28[rshapes] Expose shapes drawing texture and rectangle (#3677)Jeffery Myers
2023-12-15REVIEWED: `DrawSplineLinear()` to `SUPPORT_SPLINE_MITERS`Ray
2023-12-15Implement miters in DrawSplineLinear (#3585)Toctave
2023-11-30Fix CheckCollisionCircleRec() (#3584)ubkp
2023-11-08REDESIGNED: Spline drawing functionalityRay
2023-11-07ADDED: `GetSplinePoint*()` functions for spline evaluationRay
2023-10-26Remove trail spacesRay
2023-10-22Add DrawCircleLinesV for consistency (#3452)Peter0x44
2023-08-20tweaksRay
2023-08-12REVIEWED: `DrawLineCatmullRom()`Ray
2023-08-12ISSUE: `DrawLineCatmullRom()`, needs reviewRay
2023-08-12REVIEWED: Code formattingRay
2023-08-12ADDED: Spline drawing functions ->Ray
2023-08-10fix typos in rmodels, rshapes, rtext modules (#3236)RadsammyT
2023-07-19Update usage of 'sinf()' and 'cosf()' to be correct (#3181)Rokas Puzonas
2023-06-28REVIEWED: `SetShapesTexture()`, allow resetingRay
2023-05-10REVIEWED: `GetCollisionRec()`Ray
2023-05-10Update GetCollisionRec (#3052)manuel5975p
2023-05-01REVIEWED: Modules description layoutRay
2023-04-22Fix off-by-one error in CheckCollisionPointRec (#3022)Dan Bechard
2023-04-09Minor fix in DrawLineBezier* (#3006)eternalStudent
2023-02-09Fixed some grammar mistakes and typos. (#2914)Julio C. Galindo
2023-02-05Clean trailing spacesRay
2023-01-20Fix warnings in raylib project from MSVC (#2871)Jeffery Myers
2023-01-01Update year to 2023Ray
2022-10-24Fix bezier line breaking #2735 (#2767)nobytesgiven