summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2024-06-16Added note about performace #4067Ray
2024-06-16[build] Making `config.h` fully available to CMake users (#4044)Lázaro Albuquerque
2024-06-16[rmodels] Read uninitialized values in GenMeshTangents() - fix bounding case ...kai-z99
2024-06-16[build] Fix some warnings on web builds and remove some redundant flags. (#4069)Lázaro Albuquerque
2024-06-16Merge branch 'master' of https://github.com/raysan5/raylibRay
2024-06-16REVIEWED: Spline cubic bezier exampleRay
2024-06-16Update raylib_api.* by CIgithub-actions[bot]
2024-06-16Update raylib.hRay
2024-06-16[rshapes] Fix multisegment Bezier splines. (#3744)Santiago Pelufo
2024-06-16zig: run examples from their directories (#4063)Mike Will
2024-06-16[build.zig] Fix raygui build when using addRaygui externally (#4027)Viktor Pocedulić
2024-06-14Update Julia Bindings (#4068)ShalokShalom
2024-06-14optimize (#4065)kai-z99
2024-06-13[raudio] fix mapping of wave data in LoadWaveSamples() (#4062)listeria
2024-06-12Update rlgl.h (#4059)TokyoSU
2024-06-12[raudio] Add 24 bits samples support for FLAC format (#4058)Alexey Kutepov
2024-06-11Fix fragPosition using wrong matrix in lighting_instancing.vs (#4056)Karl Zylinski
2024-06-11[SHAPES] Make functions that draw point arrays take them as const (#4051)Jeffery Myers
2024-06-11LoadBoneInfoGLTF add check for animation name being NULL (#4053)VitoTringolo
2024-06-10Update Makefile (#4054)Lázaro Albuquerque
2024-06-09Removed Raylib.NET (#4050)MrScautHD
2024-06-09Make addRaylib use options.opengl_version (#4049)carverdamien
2024-06-09tweaksRay
2024-06-09REVIEWED: Animation name being NULL #4037Ray
2024-06-08Update RGFW (#4048)Colleague Riley
2024-06-07fix: infer CMAKE_MODULE_PATH in super-build (#4042)fruzitent
2024-06-07The example always showed a xbox controller, never a ps3 controller (#4040)Konrad Gutvik Grande
2024-06-06[rlgl] Rename near, far variables (#4039)jgabaut
2024-06-06Fix examples not building with gestures system disabled (#4020)Sprix
2024-06-06RENAME: near, far vaiablesRay
2024-06-04Update rcore_desktop.cRay
2024-06-04Fix #4024, cylinder drawing was incorrect due to imprecise angle (#4034)Paul Melis
2024-06-03rtext: added functions for camel case and snake case (reopened due to formatt...IoIxD
2024-06-03LoadIQM: attempt to load texture from IQM at loadtime. (#4029)Jett
2024-06-03 Update Raylib-CSharp to `5.1-dev`. (#4030)MrScautHD
2024-06-02[rmodels] Send full matModel to shader in DrawMesh (#4005) (#4022)David Holland
2024-06-02LoadModelAnimationsIQM: fix corrupted animation names (#4026)Jett
2024-05-30Update raylib_api.* by CIgithub-actions[bot]
2024-05-30[rshapes]Circle line collision function (#4018)kai-z99
2024-05-30Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017)vaezim
2024-05-29review color tint functions (#4015)Le Juez Victor
2024-05-29Update raylib.hRay
2024-05-29REVIEWED: `ExportFontAsCode()`, avoid `const` #4013Ray
2024-05-29[rtext] Added cast to ExportFontAsCode output to fix C++ compiler errors (#4013)DarkAssassin23
2024-05-29[build.zig] Fix Zig emscripten build (#4012)Dylan
2024-05-29Update raylib_api.* by CIgithub-actions[bot]
2024-05-29ADDED: `IsFileNameValid()`Ray
2024-05-29[rmodels] Multiplication of colors in `DrawModelEx` which can be simplified (...Le Juez Victor
2024-05-29[parser] MemoryCopy() calls: Prevent buffer overflow by replacing hard-coded ...avx0
2024-05-24Update BINDINGS.md (#4004)Lionel Briand