summaryrefslogtreecommitdiffhomepage
path: root/src/rshapes.c
AgeCommit message (Expand)Author
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
2022-10-11Use RL_QUADS/RL_TRIANGLES for single-pixel drawing (#2750)hkc
2022-10-02WARNING: `DrawLineBezier()` implementation needs review #2721Ray
2022-09-10REVIEWED: `CheckCollisionPointPoly()`Ray
2022-09-05REPLACED: `rlVertex2i()` by `rlVertex2f()`Ray
2022-09-05REMOVED: `rlPushMatrix()`/`rlPopMatrix()` from `rshapes`Ray
2022-09-05WARNING: BREAKING: Removed `rlCheckRenderBatchLimit()` requirementRay
2022-09-04REVIEWED: `CheckCollisionPointPoly()`Ray
2022-09-04Check collision point polygon (#2685)Jacek
2022-06-27Remove unneeded `rlPushMatrix()`Ray
2022-02-18Removed trailing spacesraysan5
2021-12-31Update year to 2022raysan5
2021-12-04Support custom modules inclusionRay
2021-11-10ouchRay
2021-11-10Reviewed descriptions and notesRay
2021-11-10REVIEWED: DrawRectanglePro(), support TRIANGLES drawingRay
2021-11-10REVIEWED: CheckCollision*() consistencyRay
2021-11-07Fix Render Batch Limit not being checked in DrawRectangleGradientEx() (#2111)KonPet
2021-10-24fixing the library so the workflows compile (#2082)mandar1jn
2021-10-24When one of the colliding lines is vertical or horizontal, not all collisions...TheSergey496
2021-10-03Minor format tweakRay
2021-10-03Added DrawLineBezierCubic() (#2021)SAOMDVN
2021-09-22WARNING: MODULES RENAMING!!!Ray