summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2018-08-16Raymath dllexport fix if _WIN32 definedChrisDill
2018-08-16Raymath dllexport fixChrisDill
2018-08-15Merge pull request #624 from ChrisDill/masterRay
2018-08-15Added Sublime Text 3 project templateChrisDill
2018-08-14Renamed n-patch sampleRay
2018-08-14Review PR formattingRay
2018-08-14Merge pull request #622 from Joefish/rectcollision-optimRay
2018-08-14Merge pull request #623 from Joefish/snake-fixRay
2018-08-14Shapes: Simplifies CheckCollisionRecsJoseph-Eugene Winzer
2018-08-13Games: Snake: Fixes snake head collision with fruitJoseph-Eugene Winzer
2018-08-13Games: Snake: Fixes fruit spawn positionJoseph-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