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