summaryrefslogtreecommitdiffhomepage
path: root/src/shapes.c
AgeCommit message (Expand)Author
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
2019-09-22Fixed regular polygon shape rendering (#972)AlexHCC
2019-08-19Update shapes.c for smoother collision detection (#946)Colday96
2019-08-11Added notes about vertex orderraysan5
2019-07-24BREAKING CHANGE: Read descriptionRay
2019-06-17ADDED: DrawTriangleStrip()Ray
2019-06-16Code tweaksRay
2019-05-08Remove trail spacesRay
2019-04-28WARNING: Functions renamedraysan5
2019-04-23Fix for DrawRectangleRoundedDemizdor
2019-04-08Review creation yearsRay
2019-04-07Happy new year 2019ChillerDragon
2019-04-04Review merged PR formattingRay
2019-03-31Reimplemented DrawRoundedRectLines()Demizdor
2019-03-31Added `DrawRoundedRectLines()`Vlad Adrian
2019-03-30Added DrawRoundedRect()Demizdor
2019-03-29Some formatting reviewRay
2019-03-29Added DrawRing(), DrawRingLines() and DrawCircleSectorLines()Demizdor
2019-03-28REDESIGNED: DrawCircleSector()Ray
2019-03-28Small tweakRay
2019-02-28Some spacing reviewRay
2019-02-22Change ternary operator formattingRay
2019-02-22Remove TABSRay
2019-02-21Remove end-line spacesRay
2019-02-14Fix config.h flagsJens Pitkanen
2019-02-13ADDED: DrawCircleSector()Ray
2018-12-29Use QUADS for DrawPolyEx()raysan5
2018-12-26REVIEWED: DrawRectanglePro()raysan5
2018-12-24Review DrawPolyEx()raysan5
2018-12-18Support externally provided compilation flagsRay
2018-11-19Corrected issue with MSAARay
2018-11-07Corrected 1px thick issueRay
2018-11-07Corrected issue with line drawingRay
2018-11-06Review parameter issue with MSVCRay
2018-11-06Remove end-line spacesRay
2018-11-06Support custom texture on shapes drawingRay
2018-08-14Review PR formattingRay
2018-08-14Shapes: Simplifies CheckCollisionRecsJoseph-Eugene Winzer
2018-08-06Reviewed spacings on latest PRRay
2018-08-05Fix compiler warnings of libKim Kulling
2018-08-05Fix compiler warings in texture.c and more.Kim Kulling
2018-07-05Corrected issue with GetFontDefault()raysan5
2018-07-05Renamed GetDefaultFont() to GetFontDefault()raysan5
2018-05-28fabsf() not working with TCCRay