summaryrefslogtreecommitdiffhomepage
path: root/src/shapes.c
AgeCommit message (Expand)Author
2021-06-22Formatting reviewRay
2021-06-13Remove trail spacesRay
2021-06-10Review code formattingRay
2021-05-14Review some VS warnings and messagesRay
2021-05-10Add RenderPolyLinesEx routine (#1758)Lambert Wang
2021-04-06Minimum number of segments in circle sector functions changed from hard-coded...frithrah
2021-04-04REDESIGNED: Shapes texture/rec moved to shapes moduleraysan5
2021-04-02Remove old flagraysan5
2021-04-01Remove trailing spacesraysan5
2021-04-01Review commentsraysan5
2021-03-31Review formattingraysan5
2021-03-31REVIEWED: CheckCollisionPointLine()raysan5
2021-03-31[shapes] CheckCollisionPointTriangle (fix), CheckCollisionPointLine (new rout...mkupiec1
2021-03-26Preserve floating point values in DrawRectangleLinesEx (#1683)Dan Bechard
2021-03-25WARNING: BREAKING: rlgl redesign -WIP-Ray
2021-03-24REVIEWED: DrawRectangleRounded() performance #1523Ray
2021-03-23Fix 90 degree bug with DrawTexturePro and DrawRectanglePro (#1673)Chris
2021-03-21WARNING: BREAKING: rlgl module redesign -WIP-Ray
2021-03-19Updated example assetsRay
2021-03-19Removed trailing spacesRay
2021-03-19Reviewed latest PR: formatting and some commentsRay
2021-03-19Optimize DrawTexturePro and DrawRectanglePro transformations (#1632)Chris
2021-03-19Changed DrawRing and DrawCircleSector angle params from int to float to allow...frithrah
2021-03-01REVIEWED: CheckCollisionLines()Ray
2021-02-20Fixed DrawLineEx (#1598)Paul Jurczak
2021-01-02Update year to 2021raysan5
2020-12-26Review DrawLineBezierQuad(), formating and aprameters orderraysan5
2020-12-26Add Quadratic Bezier drawing (#1468)Violet White
2020-12-23Remove trailing spacesraysan5
2020-12-23Corrected typoraysan5
2020-12-23Corrected small issueraysan5
2020-12-23ADDED: CheckCollisionLines()raysan5
2020-12-19Avoid *Rec suffix in some variablesRay
2020-11-03Remove trailing spacesRay
2020-07-22DrawTriangleFan(): Add a comment about vertex order #1316Ray
2020-05-21Review buffer limits on rectangle drawingraysan5
2020-05-06Avoid all MSVC compile warningsraysan5
2020-05-01Review exposed #defines and allow user re-definingraysan5
2020-04-27Review issue with vertex batch overflow #1223raysan5
2020-02-28Replaced fabs() by fabsf() when requiredRay
2020-02-04Review libc dependencies and remove when possibleRay
2020-02-03Remove all trail spacesRay
2020-02-03Develop branch integration (#1091)Ray
2020-01-27ADDED: DrawEllipse() and DrawEllipseLines() #1047Ray
2020-01-09ADDED: DrawPolyLines()Ray
2020-01-08Reviewed some commentsRay
2020-01-05Update year to 2020raysan5
2019-10-29Review formatting for PR #1004Ray
2019-10-29fix various problems, thanks CppCheck :) (#1005)João Coelho
2019-09-24Improve code readability (#976)AlexHCC