summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2021-10-17Update SetupViewport so that it doesn't subtract offset from render dimension...michaelfiber
2021-10-16Support OpenGL 4.3Ray
2021-10-16Support `GRAPHICS_API_OPENGL_43`Ray
2021-10-16Update rlgl.hRay
2021-10-16Compute shaders support (#2061)Astie Teddy
2021-10-16REVIEWED: rlLoadDrawQuad() description #2058Ray
2021-10-16Reviewed memory usageRay
2021-10-15Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-10-15Reviewed unsigned int issue (discussion #2054)Ray
2021-10-14Review some commentsraysan5
2021-10-14Update rmodels.cRay
2021-10-14Starting to review glTF loading -WIP-Ray
2021-10-14Remove trailing spacesRay
2021-10-13Reviewed some TODORay
2021-10-13Avoid raylib dependencyraysan5
2021-10-13Reviewed some MSVC warningsraysan5
2021-10-13REVIEWED LoadVOX() -WIP-raysan5
2021-10-13Reviewed formattingraysan5
2021-10-13Fix issue with empty cylinder (#2050)Horrowind
2021-10-13Update raylib.hraysan5
2021-10-12REVIEWED: LoadFontFromImage()Ray
2021-10-12Reviewed models examples pathsraysan5
2021-10-12Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2021-10-12Remove unimplemented functionraysan5
2021-10-12Add DrawCylinder(Wires)Ex (#2049)Horrowind
2021-10-12REVIEWED: models resources structureraysan5
2021-10-12REVIEWED: DrawCubeTextureRec() formattingraysan5
2021-10-10Formatting tweakRay
2021-10-10Review RLAPI to avoid warningsRay
2021-10-10Reviewed latest PR formattingRay
2021-10-10Fix dpi issues (#1987)Arnaud Valensi
2021-10-10Add CheckCollisionPointLine to the header, it appears to have been missed (#2...Jeffery Myers
2021-10-08Add missing #endif to windows API defines (#2038)Jeffery Myers
2021-10-08Simplified RLAPI preprocessor branchingRay
2021-10-07Fix dll exports so that raylib builds in visual studio again. (#2037)Jeffery Myers
2021-10-06WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()`raysan5
2021-10-06Updated external librariesraysan5
2021-10-06REVIEWED: `RLGL.State.vertexCounter` (See detailed comment)raysan5
2021-10-06Remove trailing spacesRay
2021-10-06REDESIGNED: Simplify vertex data recordingRay
2021-10-05Review functions specifiersraysan5
2021-10-05REVIEWED: API functions specifiersraysan5
2021-10-04Revert "reset resizedLastFrame on web platform (#2020)" (#2032)mausimus
2021-10-04[rcore] fix rpi4 Failed to get DRM resources (#2031)tomarigr
2021-10-03REVIEWED: Avoid raymath dependencyRay
2021-10-03Format tweakRay
2021-10-03ADDED: GetImageColor() #2024Ray
2021-10-03Update raylib.hRay
2021-10-03Minor format tweakRay
2021-10-03Added DrawLineBezierCubic() (#2021)SAOMDVN