summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2019-06-09Merge pull request #876 from XiaochuanWang/patch-2Ray
Update Makefile
2019-06-09Merge pull request #875 from XiaochuanWang/patch-1Ray
Update Makefile
2019-06-09Update MakefileXiaochuanWang
corrected file location for "raylib.rc.data", which will cause an error during compilation
2019-06-09Update MakefileXiaochuanWang
a minor issue: where the location of the file "raylib.rc.data" is wrong, and this will cause an error in compilation.
2019-06-07Updated games buildingRay
2019-06-06Remove wrong filesRay
2019-06-06Merge branch 'master' of https://github.com/raysan5/raylibRay
2019-06-06Update emsdk version for testingRay
2019-06-06Update exampleRay
2019-06-06Merge pull request #873 from msmshazan/ANGLE-fixRay
Changed ANGLE binaries location
2019-06-06Change ANGLE binaries locationMohamed Shazan
2019-06-06Update CONTRIBUTING.mdRay
2019-06-06Review projects <PlatformToolset> to use defaultRay
2019-06-06Merge pull request #872 from msmshazan/ANGLE-fixRay
Added VS2017.ANGLE Project
2019-06-06Review function prototypeRay
2019-06-06Add VS2017.ANGLE ProjectMohamed Shazan
2019-06-05Update LICENSE.mdRay
2019-06-05Review fontRay
2019-06-05Replace TABS by spacesRay
2019-06-05Review contributed exampleRay
2019-06-05Review contributor infoRay
2019-06-05Merge pull request #869 from codecat/example-waving-cubesRay
Added waving cubes example
2019-06-05Merge pull request #862 from a3f/masterRay
build: increment API_VERSION after release
2019-06-05Merge pull request #867 from PompPenguin/masterRay
Removed unused code for CAMERA_THIRD_PERSON
2019-06-05Added waving cubes exampleCodecat
2019-06-05build: increment API_VERSION after releaseAhmad Fatoum
With v2.5.0 out, increment API_VERSION, so binaries dynamically linked against the released raylib aren't accidentally paired with a development or later released raylib that may be incompatible.
2019-06-04Update camera.hPompPenguin
Removed unused code for CAMERA_THIRD_PERSON.
2019-06-05Review projects pathsRay
2019-06-04Merge pull request #1 from raysan5/masterPompPenguin
Merge pull request #866 from PompPenguin/master
2019-06-04Merge pull request #866 from PompPenguin/masterRay
Update camera.h
2019-06-04Update camera.hPompPenguin
Updated CAMERA_THIRD_PERSON
2019-06-04Support SSH keyboard on RPIRay
2019-06-02Merge pull request #858 from NerdThings/cmake-mp3-fixRay
Add MP3 config to config.h.in
2019-06-02Add MP3 configReece Mackie
2019-06-01Comments reviewRay
2019-05-31Example instructions tweak for clarityRay
2019-05-31Update raylib.c.tagsRay
2019-05-31Reduce textures size2.5.0Ray
2019-05-31Update npes_saved_tcc.txtRay
2019-05-31Update LICENSE.mdRay
2019-05-31Update LICENSE.mdRay
2019-05-31Update to raylib 2.5Ray
2019-05-30Review compilation resourcesRay
2019-05-30Review compiler scriptsRay
2019-05-30Updated Notepad++ intellisense to raylib 2.5Ray
2019-05-29Merge pull request #855 from neonmoe/patch-buildscriptsRay
Fix and update projects/scripts
2019-05-29Merge pull request #856 from wbrbr/masterRay
Fix jar_xm_reset
2019-05-29Fix jar_xm_resetWilhem Barbier
2019-05-29Merge pull request #854 from ChrisDill/masterRay
Added array bounds check to textures_bunnymark
2019-05-29Fix and update projects/scriptsJens Pitkanen