..
external
Revert "REVIEWED: sinfl, fix #3349 "
2023-10-22 15:17:35 +02:00
platforms
REVIEWED: New platform backend template comments
2023-10-22 10:09:03 +02:00
build.zig
fix build.zig ( #3433 )
2023-10-17 23:36:42 +02:00
CMakeLists.txt
Update CMakeLists.txt
2023-03-22 12:43:18 +01:00
config.h
Format tweaks
2023-10-08 18:10:05 +02:00
Makefile
Review prerequisites of rcore.c ( #3453 )
2023-10-22 19:45:49 +02:00
minshell.html
Fixed some grammar mistakes and typos. ( #2914 )
2023-02-09 13:17:47 +01:00
raudio.c
Fixes a memory leak as a result of creating an AudioBuffer* with the old source.frameCount. This internally allocates memory to the structs data pointer which is then later overridden by the correct sound data of the source sound. ( #3458 )
2023-10-23 18:16:28 +02:00
raylib.dll.rc
REVIEWED: raylib 5.0-dev version for a future release
2023-10-18 00:33:05 +02:00
raylib.dll.rc.data
REVIEWED: raylib 5.0-dev version for a future release
2023-10-18 00:33:05 +02:00
raylib.h
Add DrawCircleLinesV for consistency ( #3452 )
2023-10-22 17:13:49 +02:00
raylib.ico
Updated icon data
2018-09-26 16:02:42 +02:00
raylib.rc
REVIEWED: raylib 5.0-dev version for a future release
2023-10-18 00:33:05 +02:00
raylib.rc.data
REVIEWED: raylib 5.0-dev version for a future release
2023-10-18 00:33:05 +02:00
raymath.h
[raymath] Hotfix for Vector2Angle() and Vector2LineAngle() ( #3396 )
2023-10-10 10:42:11 +02:00
rcamera.h
Expose rcamera functions to the dll so they can be picked up by dll users and bindings that need the dll ( #3355 )
2023-09-27 23:47:18 +02:00
rcore.c
When the frame counter gets to 0, reset the FPS average counter. This allows the window to be closed and reopened with clean FPS stats. ( #3445 )
2023-10-23 10:11:50 +02:00
rcore.h
[core] Change axisCount to be an array ( #3421 )
2023-10-14 22:51:35 +02:00
rgestures.h
REVIEWED: IsGestureDetected() parameter type
2023-09-22 11:58:14 +02:00
rglfw.c
Fix missing symbol when rglfw.c on BSD platforms ( #2968 )
2023-03-19 09:43:51 +01:00
rlgl.h
REVIEWED: rlLoadTexture() #3440
2023-10-19 13:05:50 +02:00
rmodels.c
Fix GenMeshPlane when resX != resZ ( #3425 )
2023-10-16 14:06:12 +02:00
rshapes.c
Add DrawCircleLinesV for consistency ( #3452 )
2023-10-22 17:13:49 +02:00
rtext.c
Added some notes for alternative implementations #3362
2023-10-17 11:09:56 +02:00
rtextures.c
Ported to stb_image_resize2.h ( #3403 )
2023-10-13 16:37:35 +02:00
shell.html
Fixed some grammar mistakes and typos. ( #2914 )
2023-02-09 13:17:47 +01:00
utils.c
REVIEWED: LoadFileData() potential issues with dataSize
2023-09-22 11:58:53 +02:00
utils.h
REVIEWED: Libs include order
2023-10-09 11:17:22 +02:00