summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-08-14Shapes: Simplifies CheckCollisionRecsJoseph-Eugene Winzer
2018-08-13Merge pull request #620 from mackron/dr/mini_alRay
2018-08-12Update mini_al.David Reid
2018-08-09Merge pull request #616 from overdev/masterRay
2018-08-08Update textures.cJorge A. Gomes
2018-08-08Update raylib.hJorge A. Gomes
2018-08-08Added example screenshot.Jorge A. Gomes
2018-08-08Added texture_image_9patch.c exampleJorge A. Gomes
2018-08-08Added 9-patch texture used in the example code.Jorge A. Gomes
2018-08-08Updated mini_alRay
2018-08-07Update CONTRIBUTING.mdRay
2018-08-07Reviewed AnimatedModel structRay
2018-08-06Reviewed spacings on latest PRRay
2018-08-06Merge pull request #618 from kimkulling/fix_compiler_warningsRay
2018-08-05Fix compiler warnings of libKim Kulling
2018-08-05Fix compiler warings in texture.c and more.Kim Kulling
2018-08-04Fix compiler warnings, first partKim Kulling
2018-08-03Update textures.cJorge A. Gomes
2018-08-03Update raylib.hJorge A. Gomes
2018-08-03Merge pull request #609 from pamarcos/fix_physac_examplesRay
2018-08-03Update textures.cJorge A. Gomes
2018-08-03Update raylib.hJorge A. Gomes
2018-07-31Added VSCode project templateRay
2018-07-30Merge pull request #612 from ethan-tqa/masterRay
2018-07-30make sure that the constant is of float type, not doubleEthan Trịnh
2018-07-30fix problem when compiling with MSVC 2017, built-in CMake: C2177 constant too...Ethan Trịnh
2018-07-30Add CMake entry to projects/README.mdAhmad Fatoum
2018-07-29Sync with upstream GLFW pull requestAhmad Fatoum
2018-07-29Merge pull request #610 from pamarcos/fix_chdir_macosRay
2018-07-29Fix Physac examples to be run without creating new threadPablo Marcos Oltra
2018-07-29CMake: Make the raylib project as a whole embeddableAhmad Fatoum
2018-07-29Prevent GLFW changing working dir to 'Resources'Pablo Marcos Oltra
2018-07-29Add projects/CMake exampleAhmad Fatoum
2018-07-29Fix typo (s/proedural/procedural)Ahmad Fatoum
2018-07-29Merge pull request #608 from a3f/masterAhmad Fatoum
2018-07-29CMake: include rlgl_standalone in -DBUILD_EXAMPLESAhmad Fatoum
2018-07-29CMake: Set -DMACOS_FATLIB=OFF by defaultAhmad Fatoum
2018-07-29core: Don't use GLFW_TRANSPARENT_FRAMEBUFFER with older GLFWsAhmad Fatoum
2018-07-29CMake: Major cleanup to support find_package(raylib)Ahmad Fatoum
2018-07-29CI: Build with all optional formats enabledAhmad Fatoum
2018-07-29Travis CI: Add OpenAL-ConfigurationAhmad Fatoum
2018-07-29Merge pull request #607 from jubalh/fixmuRay
2018-07-29Fix bug in LoadMusicStreamMichael Vetter
2018-07-28Corrected bug LoadMusicStream()raysan5
2018-07-28Corrected timing typoraysan5
2018-07-28Reviewed music loadingraysan5
2018-07-28Reviewed custom logging functionalityraysan5
2018-07-28Merge pull request #603 from jubalh/lseRay
2018-07-27 Deal with failed LoadMusicStreamMichael Vetter
2018-07-26Add SetTraceLogCallback to enable users setting custom logging (#597)Pablo Marcos Oltra