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
/
rshapes.c
Age
Commit message (
Expand
)
Author
2024-07-07
REVIEWED: `CheckCollisionPointRec()`
Ray
2024-07-07
[rshapes] Give CheckCollisionPointCircle() its own implementation (#4135)
kai-z99
2024-07-01
Minor tweaks
Ray
2024-06-30
REVIEWED: Formatting, follow raylib coding conventions
Ray
2024-06-30
REVIEWED: Formatting, follow raylib coding conventions
Ray
2024-06-25
Update rshapes.c
Ray
2024-06-25
REVIEWED: `DrawLine()` #4075
Ray
2024-06-24
Minor tweaks
Ray
2024-06-16
REVIEWED: Spline cubic bezier example
Ray
2024-06-16
[rshapes] Fix multisegment Bezier splines. (#3744)
Santiago Pelufo
2024-06-14
optimize (#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-01
Reviewed some warnings
Ray
2024-04-28
REVIEWED: `DrawLine()` to avoid pixel rounding issues #3931
Ray
2024-04-21
Review formatting
Ray
2024-04-20
REVIEWED: `DrawRectangleLines()` pixel offset
Ray
2024-04-20
REVIEWED: `DrawRectangleLines()` #3884
Ray
2024-04-20
Code gardening
Ray
2024-02-29
Review formatting
Ray
2024-02-18
Remove some unneeded line breaks
Ray
2024-02-08
REVIEWED: `DrawPixel()` not drawing
Ray
2024-01-22
fix CheckCollisionPointPoly (#3750)
Antonio Raúl
2024-01-02
Update copyright to 2024
Ray
2023-12-28
[rshapes] Expose shapes drawing texture and rectangle (#3677)
Jeffery Myers
2023-12-15
REVIEWED: `DrawSplineLinear()` to `SUPPORT_SPLINE_MITERS`
Ray
2023-12-15
Implement miters in DrawSplineLinear (#3585)
Toctave
2023-11-30
Fix CheckCollisionCircleRec() (#3584)
ubkp
2023-11-08
REDESIGNED: Spline drawing functionality
Ray
2023-11-07
ADDED: `GetSplinePoint*()` functions for spline evaluation
Ray
2023-10-26
Remove trail spaces
Ray
2023-10-22
Add DrawCircleLinesV for consistency (#3452)
Peter0x44
2023-08-20
tweaks
Ray
2023-08-12
REVIEWED: `DrawLineCatmullRom()`
Ray
2023-08-12
ISSUE: `DrawLineCatmullRom()`, needs review
Ray
2023-08-12
REVIEWED: Code formatting
Ray
2023-08-12
ADDED: Spline drawing functions ->
Ray
2023-08-10
fix typos in rmodels, rshapes, rtext modules (#3236)
RadsammyT
2023-07-19
Update usage of 'sinf()' and 'cosf()' to be correct (#3181)
Rokas Puzonas
2023-06-28
REVIEWED: `SetShapesTexture()`, allow reseting
Ray
2023-05-10
REVIEWED: `GetCollisionRec()`
Ray
2023-05-10
Update GetCollisionRec (#3052)
manuel5975p
2023-05-01
REVIEWED: Modules description layout
Ray
2023-04-22
Fix off-by-one error in CheckCollisionPointRec (#3022)
Dan Bechard
2023-04-09
Minor fix in DrawLineBezier* (#3006)
eternalStudent
2023-02-09
Fixed some grammar mistakes and typos. (#2914)
Julio C. Galindo
2023-02-05
Clean trailing spaces
Ray
2023-01-20
Fix warnings in raylib project from MSVC (#2871)
Jeffery Myers
2023-01-01
Update year to 2023
Ray
2022-10-24
Fix bezier line breaking #2735 (#2767)
nobytesgiven
[next]