aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-03CMake: Fix typo in GLFW detectionAhmad Fatoum
2018-02-03Update README.mdRay
2018-02-03Removed external dependenciesRay
2018-02-03CMake: Add tristate option for using system GLFW (#455)Ahmad Fatoum
2018-02-03CMake: Fix typo in MACOS_FATLIBAhmad Fatoum
2018-02-02Added function DrawRectangleLinesEx()Ray San
2018-01-31Corrected typoRay
2018-01-31Added missing keys definitionsRay
2018-01-29Do not ignore Makefiles!Ray
2018-01-29Upload GGJ18 game: transmission missionRay
2018-01-28Corrected several issues...Ray
2018-01-27GLFW: Fix build error on Linux < v2.6.39Ahmad Fatoum
2018-01-27CMake: Add missing 0 to minimum versionAhmad Fatoum
2018-01-27CMake: Search dependencies and build pkg-config's Libs.private with itAhmad Fatoum
2018-01-27CMake: remove OpenAL dependencyAhmad Fatoum
2018-01-27Travis CI: Don't set CFLAGS=-m64 for macOS buildAhmad Fatoum
2018-01-26Drop libglew-dev as prereq for Travis buildAhmad Fatoum
2018-01-26Clear fbo for drawingRay
2018-01-26Merge pull request #440 from a3f/developRay
2018-01-25#include header for time() on WindowsAhmad Fatoum
2018-01-25#include header for glInsertEventMarkerEXT on macOSAhmad Fatoum
2018-01-25Make function calls without prior declaration an errorAhmad Fatoum
2018-01-25Support DEBUG library buildingRay
2018-01-23Review mipmaps generation issueRay
2018-01-22Improved pixel formats supportRay
2018-01-22Review VS2017 projects configurationsRay
2018-01-19Added VS2017 UWP projectRay
2018-01-19Reviewed UWP branch integrationRay
2018-01-19Merge pull request #434 from raysan5/testing_uwpRay
2018-01-19Merge branch 'develop' into testing_uwpRay
2018-01-18Merge pull request #433 from a3f/developRay
2018-01-18GCC/Clang: Treat void pointer arithmetic as errorAhmad Fatoum
2018-01-18MSVC: Fix void pointer arithmetic errorAhmad Fatoum
2018-01-18Added function: ImageMipmaps()Ray
2018-01-17CMake: build shape and texture examples (#432)kai
2018-01-17Reviewed VS2015 projectsRay
2018-01-17Reviewed function GenImagePerlinNoise()Ray
2018-01-16Redesigned rlLoadTexture()Ray
2018-01-15Review releases, removed external dependencies-
2018-01-15Code tweak while using OpenAL backend-
2018-01-15Reviewed Makefiles...-
2018-01-15Support canvas scaling with window-
2018-01-15Review Makefiles and templates-
2018-01-13Merge pull request #428 from SamNChiet/testing_uwpRay
2018-01-12Add mouse input and revert keyboard to callback modelSam C
2018-01-11Added new function: ImageAlphaCrop()Ray
2018-01-08Corrected issue with matricesRay
2018-01-07Use busy wait loopRay
2018-01-07Launch draw call if buffer limits reachedRay
2018-01-07Added new image functionsraysan5