Lam Wei Lun
d768dae402
[build] Shift __cplusplus check to a higher level for bool type define ( #5804 )
...
* Adds a missing macro definition check
* Shifts __cplusplus check to a higher level for bool define
* Copy same change to rgestures.h and rlgl.h
* Fixes float comparison issues in raymath functions
* Revert "Fixes float comparison issues in raymath functions"
This reverts commit a266d0bbaa .
2026-04-29 18:02:49 +02:00
alphahex99
d580c47504
[raymath.h] Add missing (float * Vector) operator overloads ( #5815 )
2026-04-29 17:49:23 +02:00
LLM Vector Engineer
7b7ded566c
Fix directory navigation in core_directory_files ( #5823 )
...
Co-authored-by: zhanlong9890 <lichuang59559890@gmail.com >
2026-04-29 17:45:25 +02:00
Ray
d9427b1e6f
REVIEWED: Avoid static variable floating around and include it to PlatformData struct
2026-04-29 17:42:51 +02:00
nate
da55d9067c
added NPOT check to rlLoadTexture to match rlGenTextureMipmaps and WebGL 1.0 standard ( #5820 )
2026-04-29 08:43:50 +02:00
Jeremiah Donley
e5702a716f
Update DenoRaylib550 to Deno-Raylib with version 6.0 ( #5821 )
2026-04-29 08:41:48 +02:00
Ray
2dd8d7e8b1
Update rcore_desktop_sdl.c
2026-04-29 01:08:16 +02:00
Huang Zhaobin
168e2c43d0
fix(rcore): correct string boundary handling ( #5812 )
...
Co-authored-by: Huang Zhaobin <xcpky@proton.me >
2026-04-29 00:18:33 +02:00
surrealism
638c1cb339
Update BINDINGS.md ( #5819 )
...
Raylib 6.0 support has been released for C3
2026-04-28 23:10:15 +02:00
Jim Price
6a430eb834
[examples] Update build.zig to support wasm examples ( #5811 )
...
* Include resource preloads when building wasm examples with Zig.
List of resources derived from examples/Makefile.Web
* Move resource list to zon file to reduce build.zig bloat
2026-04-28 12:26:30 +02:00
Ebben Feagan
3c82b48b1f
Update BINDINGS.md to reflect raylib4fb project supporting 6.0 ( #5813 )
2026-04-27 22:27:13 +02:00
Ray
72a341a37f
Update rtext.c
2026-04-27 12:34:43 +02:00
github-actions[bot]
79d5353cfd
rlparser: update raylib_api.* by CI
2026-04-27 09:48:08 +00:00
Ray
98efce4b0d
WARNING: RENAMED: GetSplinePointBezierQuad() to GetSplinePointBezierQuadratic()
...
Consistent with similar spline functions and avoid confusion with `Quad` related functions.
2026-04-27 11:47:48 +02:00
Ray
c9c26d8071
REVIEWED: ImageColorContrast() parameter type, consistent with other Image*() functions
2026-04-27 11:46:43 +02:00
Ray
0e68f812b5
WARNING: REDESIGNED: ImageDrawRectangleLines(), consistency with DrawRectangleLines()
...
ADDED: `ImageDrawRectangleLinesEx()`
2026-04-27 11:45:50 +02:00
Ray
2752837839
REVIEWED: UpdateSound(), missleading parameter name!
2026-04-27 11:44:14 +02:00
github-actions[bot]
a627cd5b65
rlparser: update raylib_api.* by CI
2026-04-27 09:43:37 +00:00
Ray
361dcb2a1f
WARNING: REVIEWED: DrawCapsule()/DrawCapsuleWires() parameter order
...
for consistency with `DrawSphere*()`
2026-04-27 11:42:53 +02:00
github-actions[bot]
5082f5a813
rlparser: update raylib_api.* by CI
2026-04-27 09:40:32 +00:00
Ray
3d2008c70b
RENAMED: ImageDrawTriangleEx() to ImageDrawTriangleGradient()
...
For consistency with the new `DrawTriangleGradient()`
2026-04-27 11:40:14 +02:00
github-actions[bot]
a685b812d9
rlparser: update raylib_api.* by CI
2026-04-27 09:38:41 +00:00
Ray
3b70f83c7d
Update raylib.h
2026-04-27 11:38:23 +02:00
Ray
a28b924f94
Merge branch 'master' of https://github.com/raysan5/raylib
2026-04-27 11:38:00 +02:00
Ray
636269f6af
ADDED: DrawTriangleGradient()
2026-04-27 11:37:48 +02:00
github-actions[bot]
826ca42d83
rlparser: update raylib_api.* by CI
2026-04-27 09:36:49 +00:00
Ray
620b21bfce
REVIEWED: Several functions const correctness
2026-04-27 11:36:32 +02:00
github-actions[bot]
52dc7658da
rlparser: update raylib_api.* by CI
2026-04-27 09:35:19 +00:00
Ray
06621eb3b7
REVIEWED: Comments for consistency and spelling
2026-04-27 11:34:58 +02:00
Ray
3b9ee2e9f3
Merge branch 'master' of https://github.com/raysan5/raylib
2026-04-27 10:23:44 +02:00
Ray
6ae16c9895
REVIEWED: FileMove(), additional security checks
2026-04-27 10:23:28 +02:00
github-actions[bot]
aa1100817a
rlparser: update raylib_api.* by CI
2026-04-27 08:23:03 +00:00
Ray
725c8b57ae
Merge branch 'master' of https://github.com/raysan5/raylib
2026-04-27 10:22:42 +02:00
Ray
00f3af78e3
UPDATED: Set version to raylib 6.1-dev to avoid confusions
2026-04-27 10:22:31 +02:00
github-actions[bot]
3d3e6996b0
rlparser: update raylib_api.* by CI
2026-04-27 08:22:08 +00:00
Ray
47bb749ce9
RVIEWED: Comment to avoid invalid json gneration #5809
2026-04-27 10:21:50 +02:00
RaZe
ba72d25867
[examples] Improve core_smooth_pixelperfect ( #5803 )
...
* Improve smooth pixel-perfect example: add overscan and smoothing toggles
* Add render size
2026-04-27 10:08:12 +02:00
Jeffery Myers
8e82249f65
Update to latest DR libs to fix some warnings in MSVC ( #5808 )
2026-04-26 20:16:35 +02:00
Luca Duran
dff07d020c
Fix FileMove from delete file if FileCopy did not work ( #5806 )
2026-04-26 20:15:33 +02:00
Ray
0f98d78a67
Update README.md
2026-04-25 21:02:34 +02:00
bielern
c2ea6a38b5
Fix: Add NULL check to CheckCollisionLines ( #5802 )
2026-04-25 19:53:34 +02:00
Steven Schveighoffer
ccc0d7452a
chore(bindings): Update binding version for raylib-d to 6.0 ( #5799 )
2026-04-25 14:49:29 +02:00
Brett Chalupa
386eabb932
Update sola-raylib Raylib supported version to 6 ( #5795 )
...
I just published crate version 6.0.0 which supports Raylib 6's new
functions and platforms.
2026-04-24 22:22:34 +02:00
Caleb Norton
4ee2013169
various rlparser fixes ( #5794 )
2026-04-24 21:08:20 +02:00
Ray
d892f3ba4a
Update shapes_ball_physics.c
2026-04-24 15:11:39 +02:00
Sebbl0508
61dd488b76
[examples] Move window for ball shake ( #5791 )
2026-04-24 15:09:02 +02:00
Ray
4cae4ba9d5
REVIEWED: IsModelValid() #5780
2026-04-24 14:03:59 +02:00
Ray
07a056441a
Update raudio.c
2026-04-24 13:59:41 +02:00
Ray
254953611e
Update rcore.c
2026-04-24 13:58:52 +02:00
rigidatoms
5608460901
add missing UnloadFileData() ( #5787 )
...
Adds missing function necessary for using the module as a standalone library.
2026-04-24 13:57:20 +02:00