summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-07-01Update MakefileRay
2024-07-01Merge branch 'master' of https://github.com/raysan5/raylibRay
2024-07-01Update MakefileRay
2024-07-01Update raylib_api.* by CIgithub-actions[bot]
2024-07-01Merge branch 'master' of https://github.com/raysan5/raylibRay
2024-07-01WARNING: UPDATE: Starting works on `raylib 5.5` releaseRay
2024-07-01Update raylib_api.* by CIgithub-actions[bot]
2024-07-01Reverted memory allocators additional checksRay
2024-07-01WARNING: BREAKING: Renamed `PLATFORM_DESKTOP` to `PLATFORM_DESKTOP_GLFW`Ray
2024-07-01Update raylib_api.* by CIgithub-actions[bot]
2024-07-01WARNING: TEST: Security check to address potential overflow cocernsRay
2024-07-01Merge branch 'master' of https://github.com/raysan5/raylibRay
2024-07-01Minor tweaksRay
2024-07-01[rtextures] advance k in LoadImageColors (#4120)Bruno Cabral
2024-07-01[build.zig] Make emscripten build compatible with Zig 0.13.0 (#4121)Mike Will
2024-07-01Update Storage base path, use provided SDL base pathRay
2024-06-30Update raylib_api.* by CIgithub-actions[bot]
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-30REVIEWED: `DrawSphereEx()`, added educational infoRay
2024-06-30[rmodels] `DrawSphereEx()` optimization (#4106)smalltimewizard
2024-06-30Update raylib_api.* by CIgithub-actions[bot]
2024-06-30REVIEWED: Formatting, follow raylib coding conventionsRay
2024-06-30Update raylib_api.* by CIgithub-actions[bot]
2024-06-30[rtextures] Created `ImageFromChannel()` (#4105)Bruno Cabral
2024-06-30[rmodels] Return true if no need to interpolate to avoid log flooding (#4118)VitoTringolo
2024-06-28[EXAMPLES] Default Skybox example to not use HDR (#4115)Jeffery Myers
2024-06-28rmodels.c, `LoadImageFromCgltfImage()` : fix base64 padding support (#4112)SuperUserNameMan
2024-06-28Update RGFW and replace long switch in rcore_desktop_rgfw.c with a lookup tab...Colleague Riley
2024-06-28Fix GLTF animations (#4107)VitoTringolo
2024-06-27[build.zig] pass the real build.zig file (#4113)InKryption
2024-06-27[build.zig] Leverage `dependencyFromBuildZig` (#4109)InKryption
2024-06-25[web] Fix undesired scrollbars on shell files (#4104)jspast
2024-06-25WARNING: REMOVED: Default font fallbackRay
2024-06-25Update rshapes.cRay
2024-06-25[rtext] Don't return default font if LoadFontEx fails (#4077)Peter0x44
2024-06-25REVIEWED: `DrawLine()` #4075Ray
2024-06-24Update raylib_api.* by CIgithub-actions[bot]
2024-06-24Minor tweaksRay
2024-06-24[Build] Fix warnings when building in VS 2022 (#4095)Jeffery Myers
2024-06-24[rmodels] Fix -Wstringop-truncation warning (#4096)Peter0x44
2024-06-24Update raylib_api.* by CIgithub-actions[bot]
2024-06-24[rtextures] Adding `ImageDrawLineEx` function (#4097)Le Juez Victor
2024-06-23Update raylib_api.* by CIgithub-actions[bot]
2024-06-23[rtextures] Adding triangle drawing function for images (#4094)Le Juez Victor
2024-06-23LoadIQM() set model.meshMaterial[] (#4092)SuperUserNameMan
2024-06-22[rmodels] Initial work to correctly handle the node hierarchy in a glTF file ...Paul Melis
2024-06-22[build] CMake: pass -sFULL_ES3 instead of -sFULL_ES3=1 (#4090)manuel5975p
2024-06-22fixed LoadCodepoints returning a freed ptr when count is 0 (#4089)Alice Nyaa
2024-06-22Fix mistakes in example usages in raylib_parser help text (#4084)Peter0x44
2024-06-22add warning log multiple of 4 (#4080)Anthony Carbajal