summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Expand)Author
2018-09-05Corrected issue with font tintRay
2018-09-05Corrected issue with typesRay
2018-08-25Create release directory if not existraysan5
2018-08-25Review naming to follow raylib conventionsraysan5
2018-08-25GetDirectoryPath: return NULL, don't crash when no slashAhmad Fatoum
2018-08-25core: Support slashes as well in GetFileName & GetDirectoryPathAhmad Fatoum
2018-08-21lerp for vector2 and floatOğuzhan Çankaya
2018-08-19Add the remaining numeric keypad keys, and a few other missing onesJustin Clift
2018-08-19Add the plus and minus keys on both the main keyboard and keypadJustin Clift
2018-08-17Corrected issue with batch overflowsRay
2018-08-17Proper variables initializationRay
2018-08-17Working on batch reset issueRay
2018-08-16Merge pull request #625 from ChrisDill/masterRay
2018-08-16Improved raymath definesChrisDill
2018-08-16Raymath dllexport fix if _WIN32 definedChrisDill
2018-08-16Raymath dllexport fixChrisDill
2018-08-14Review PR formattingRay
2018-08-14Shapes: Simplifies CheckCollisionRecsJoseph-Eugene Winzer
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-08Updated mini_alRay
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-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-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-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