index
:
raylib
2.6
UWP
fix_build.zig
master
sdl-gles-fix
A simple and easy-to-use library to enjoy videogames programming
realtradam
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
src
/
shapes.c
Age
Commit message (
Expand
)
Author
2021-06-22
Formatting review
Ray
2021-06-13
Remove trail spaces
Ray
2021-06-10
Review code formatting
Ray
2021-05-14
Review some VS warnings and messages
Ray
2021-05-10
Add RenderPolyLinesEx routine (#1758)
Lambert Wang
2021-04-06
Minimum number of segments in circle sector functions changed from hard-coded...
frithrah
2021-04-04
REDESIGNED: Shapes texture/rec moved to shapes module
raysan5
2021-04-02
Remove old flag
raysan5
2021-04-01
Remove trailing spaces
raysan5
2021-04-01
Review comments
raysan5
2021-03-31
Review formatting
raysan5
2021-03-31
REVIEWED: CheckCollisionPointLine()
raysan5
2021-03-31
[shapes] CheckCollisionPointTriangle (fix), CheckCollisionPointLine (new rout...
mkupiec1
2021-03-26
Preserve floating point values in DrawRectangleLinesEx (#1683)
Dan Bechard
2021-03-25
WARNING: BREAKING: rlgl redesign -WIP-
Ray
2021-03-24
REVIEWED: DrawRectangleRounded() performance #1523
Ray
2021-03-23
Fix 90 degree bug with DrawTexturePro and DrawRectanglePro (#1673)
Chris
2021-03-21
WARNING: BREAKING: rlgl module redesign -WIP-
Ray
2021-03-19
Updated example assets
Ray
2021-03-19
Removed trailing spaces
Ray
2021-03-19
Reviewed latest PR: formatting and some comments
Ray
2021-03-19
Optimize DrawTexturePro and DrawRectanglePro transformations (#1632)
Chris
2021-03-19
Changed DrawRing and DrawCircleSector angle params from int to float to allow...
frithrah
2021-03-01
REVIEWED: CheckCollisionLines()
Ray
2021-02-20
Fixed DrawLineEx (#1598)
Paul Jurczak
2021-01-02
Update year to 2021
raysan5
2020-12-26
Review DrawLineBezierQuad(), formating and aprameters order
raysan5
2020-12-26
Add Quadratic Bezier drawing (#1468)
Violet White
2020-12-23
Remove trailing spaces
raysan5
2020-12-23
Corrected typo
raysan5
2020-12-23
Corrected small issue
raysan5
2020-12-23
ADDED: CheckCollisionLines()
raysan5
2020-12-19
Avoid *Rec suffix in some variables
Ray
2020-11-03
Remove trailing spaces
Ray
2020-07-22
DrawTriangleFan(): Add a comment about vertex order #1316
Ray
2020-05-21
Review buffer limits on rectangle drawing
raysan5
2020-05-06
Avoid all MSVC compile warnings
raysan5
2020-05-01
Review exposed #defines and allow user re-defining
raysan5
2020-04-27
Review issue with vertex batch overflow #1223
raysan5
2020-02-28
Replaced fabs() by fabsf() when required
Ray
2020-02-04
Review libc dependencies and remove when possible
Ray
2020-02-03
Remove all trail spaces
Ray
2020-02-03
Develop branch integration (#1091)
Ray
2020-01-27
ADDED: DrawEllipse() and DrawEllipseLines() #1047
Ray
2020-01-09
ADDED: DrawPolyLines()
Ray
2020-01-08
Reviewed some comments
Ray
2020-01-05
Update year to 2020
raysan5
2019-10-29
Review formatting for PR #1004
Ray
2019-10-29
fix various problems, thanks CppCheck :) (#1005)
João Coelho
2019-09-24
Improve code readability (#976)
AlexHCC
[next]