summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-10-25Fix VC warnings for examples (#2085)Jeffery Myers
2021-10-25Fix warnings in raylib build (#2084)Jeffery Myers
2021-10-25made it so the cmake workflow runs on cmake related changes (#2083)mandar1jn
2021-10-24fixing the library so the workflows compile (#2082)mandar1jn
2021-10-24Updated workflow files (#2079)mandar1jn
2021-10-24When one of the colliding lines is vertical or horizontal, not all collisions...TheSergey496
2021-10-23Update README.mdRay
2021-10-23Comments tweaksraysan5
2021-10-23Added some comments on `LoadGLTF()`raysan5
2021-10-23REVIEWED: Size of bones id supported, max 255 bones per meshraysan5
2021-10-23REVIEWED: `LoadGLTF()` #2075raysan5
2021-10-23web: clear resizedLastFrame (#2077)mausimus
2021-10-23replace hardcoded number of mouse buttons with MAX_MOUSE_BUTTONS (#2076)Richard Smith
2021-10-22Update Makefile.WebRay
2021-10-22REVIEWED: `LoadGLTF()`raysan5
2021-10-22Update raylib.vcxprojraysan5
2021-10-22Remove big assetraysan5
2021-10-22Reviewed VS2019 projectsraysan5
2021-10-22Update core_input_gamepad.craysan5
2021-10-22REVIEWED: gltf models loading, reverted to a previous version (with some tweaks)raysan5
2021-10-22REMOVED: `IsGamepadName()`raysan5
2021-10-22Minor tweaksraysan5
2021-10-22Reviewed multitouch example #1988raysan5
2021-10-21Update webassembly.ymlRay
2021-10-21Reviewed to support raygui and physac on buildingRay
2021-10-21Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-10-21Update MakefileRay
2021-10-21Update webassembly.ymlRay
2021-10-21Reviewed physac buildingRay
2021-10-20Reviewed uniform nameRay
2021-10-20Merge branch 'master' of https://github.com/raysan5/raylibRay
2021-10-20Update Makefile.WebRay
2021-10-19Re-write Code::Blocks template to work on Linux and Macos (#2073)Richard Smith
2021-10-19Add D bindings to Raylib (#2072)Raffaele
2021-10-19REVIEWED: models_yaw_pitch_rollraysan5
2021-10-19Remove trailing spacesraysan5
2021-10-19Reviewed latest PR formatting and detailsraysan5
2021-10-19Support create OpenGL debug context in OpenGL 4.3 (#2068)warzes
2021-10-19VS2019 solution update (#2071)procfxgen
2021-10-18Resync .obj models! gitignore was ignoring them!Ray
2021-10-18Allow to run any file (#2069)Jarosław Jaros
2021-10-18WARNING: REMOVED: glTF loadingraysan5
2021-10-18ADDED: `EncodeDataBase64()` and `DecodeDataBase64()`raysan5
2021-10-18Merge branch 'master' of https://github.com/raysan5/raylibraysan5
2021-10-18Avoid `GRAPHICS_API_OPENGL_*` definesraysan5
2021-10-18Update README.mdRay
2021-10-18Reviewed `glDisableVertexAttribArray()` issue #2068raysan5
2021-10-18Removed useless GL calls #2068raysan5
2021-10-18Review commentsRay
2021-10-17Fix `rlLoadComputeShaderProgram` define (#2067)Uneven Prankster