summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
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-02[rmodels] Send full matModel to shader in DrawMesh (#4005) (#4022)David Holland
2024-06-02LoadModelAnimationsIQM: fix corrupted animation names (#4026)Jett
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-29ADDED: `IsFileNameValid()`Ray
2024-05-29[rmodels] Multiplication of colors in `DrawModelEx` which can be simplified (...Le Juez Victor
2024-05-24fix WaveCrop(): update wave->frameCount (#4003)listeria
2024-05-21Update rcore_desktop_sdl.cRay
2024-05-21REVIEWED: `ColorToInt()` PRRay
2024-05-21Call SDL_GL_SetSwapInterval() after GL context creation (#3997)JupiterRider
2024-05-21[rtextures] Fix Undefined behaviour in ColorToInt (#3996)OetkenPurveyorOfCode
2024-05-21fixed out of bounds error in GenMeshTangents (#3990)Salvador Galindo
2024-05-21fix WaveCrop() and use frames instead of samples (#3994)listeria
2024-05-18REVIEWED: LoadBMFont(), issue on not glyph data initializedRay
2024-05-18Update config.hRay
2024-05-16[raudio] Removed drwav_uninit in LoadMusicStream to fix a crash (#3986)FishingHacks
2024-05-16[rcore_web] Relative mouse mode issues. (#3940)Cemal Gönültaş
2024-05-16[RAYMATH] Revert Extern 'C' in raymath (#3985)Jeffery Myers
2024-05-15LazyPath.path has been deprecated, using b.path() (#3983)CosmicBagel
2024-05-13[raymath] Add extern "C" to raymath header for C++ (#3978)Jeffery Myers
2024-05-13feat(zig): add `opengl_version` option (#3979)Alexei Mozaidze
2024-05-12Reviewed input params #3974Ray
2024-05-10remove #define RGFWDEF and make the #undefs only happen for their OS (RGFW) (...Colleague Riley
2024-05-09Do not use "nanosleep" on windows at all (PLATFORM_DESKTOP_RGFW) (#3970)Colleague Riley
2024-05-09Fix Makefile issues (RGFW) (linux) (macOS) (#3969)Colleague Riley
2024-05-07Fixes for loading Music (#3966)veins1
2024-05-07make RGFW a custom platform (#3941)Colleague Riley
2024-05-07Implementing GetMonitorWidth/Height for DRM (#3956)gabriel-marques
2024-05-05[rcore_desktop] Fix 3693 initial window geometry (#3950)Christian Haas
2024-05-05[rlgl] Fix incorrect matrix multiplication order in `rlMultMatrixf` (#3935)bohonghuang
2024-05-05Minor formatting tweaksRay
2024-05-01Set default init values for random #3954Ray
2024-05-01Default shader attrib locations need to be exposedRay
2024-05-01Update rprand.hRay
2024-05-01Reviewed some warningsRay
2024-04-30Changed one minor Comment (#3949)UmgefallenesGlas
2024-04-28WARNING: BREAKING: REDESIGN: `SetTextLineSpacing()`Ray
2024-04-28REVIEWED: `DrawLine()` to avoid pixel rounding issues #3931Ray
2024-04-28Made comments on raylib.h match those present in rcamera.h (#3942)Tomas Fabrizio Orsi
2024-04-28Use builtin_clz for clang on windows (#3939)OetkenPurveyorOfCode