aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-20Some formatting tweaksraysan5
2016-01-20Updated to latest version of stb libsraysan5
2016-01-20Adapted easings as single header and inline functionsraysan5
2016-01-20Adapted raymath as single header libraryraysan5
2016-01-20Added ray-sphere collision detectionvictorfisac
2016-01-20Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-20Merge pull request #76 from kd7tck/developRay
2016-01-20Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-19standalone raymathJoshua Reisenauer
2016-01-19Added some functions (incomplete)raysan5
2016-01-19Updated for raylib v1.4raysan5
2016-01-19Updated with progressesraysan5
2016-01-18Rename VertexData struct to Meshraysan5
2016-01-18Corrected literal valueraysan5
2016-01-18Note on RPI inputsraysan5
2016-01-18Corrected bug on fonts loadingraysan5
2016-01-17Update shaders_basic_lighting.cRay
2016-01-17Rename lighting_blinn_phong.c to shaders_basic_lighting.cRay
2016-01-16Replaced deprecated texture2D() function by texture()raysan5
2016-01-16Review literals typeraysan5
2016-01-14Corrected some bugsRay San
2016-01-13Corrected some float valuesraysan5
2016-01-13Example reviewed (more clear now)raysan5
2016-01-13Vertex shaders optimizationraysan5
2016-01-11Merge pull request #73 from victorfisac/developRay
2016-01-11Added world to screen conversionvictorfisac
2016-01-11Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-11Review Light/Material systemraysan5
2016-01-11Change drawing order to avoid artifacts with...raysan5
2016-01-10Merge pull request #72 from victorfisac/developRay
2016-01-08Fixed small glitch on zoom-in with mouse wheelvictorfisac
2016-01-08Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-07Ignore some filesraysan5
2016-01-07Merge pull request #71 from victorfisac/developRay
2016-01-07Added collision check between ray and boxvictorfisac
2016-01-07Implemented ray trace from mouse positionvictorfisac
2016-01-06Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-06Simplified MatrixMultiply() functionraysan5
2016-01-06Merge pull request #70 from victorfisac/developRay
2016-01-05Added some comments and fixed spacesvictorfisac
2016-01-05Fixed Android lock screen bugvictorfisac
2016-01-04Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-04Add Android physic buttons input detectionvictorfisac
2016-01-04Matrix variables renamingraysan5
2016-01-04Merge remote-tracking branch 'refs/remotes/raysan5/develop' into developvictorfisac
2016-01-04Added functionality: Storage valuesraysan5
2016-01-04Fixed bug: rlglGenerateMipmaps()raysan5
2016-01-04Merge pull request #69 from victorfisac/developRay
2016-01-03Fixed little bug in lighting blinn phong examplevictorfisac
2016-01-03Added rigidbody force example imagevictorfisac