summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2017-07-21MatrixPerspective() angle required in radiansraysan5
Consistent with similar functions in raymath
2017-07-21Review heightmap example for raylib 1.8raysan5
2017-07-21Additional path checkraysan5
2017-07-21Review mesh loading and textures generationraysan5
2017-07-20Simplify a bit GenTexture*() functionsraysan5
Still shader dependant, locations set should be moved out
2017-07-20Removed useless functionsraysan5
SetMaterialTexture() and UnsetMaterialTexture()... too shader dependant...
2017-07-20Corrected some issuesraysan5
Corrected compilation for OpenGL 1.1 Review mesh data uploading to GPU
2017-07-19Reorganized a couple of functionsraysan5
2017-07-19Working on PBR systemraysan5
Moved PBR material loading to example, right decision?
2017-07-19Merge pull request #329 from define-private-public/328.shared-library-on-os-xRay
Able to make a .dylib for OS X
2017-07-19Working on PBR materials, renamed some dataraysan5
2017-07-18Able to make a .dylib for OS XBenjamin N. Summerton
2017-07-17Review shared library generationRay
2017-07-17Added PBR required resourcesRay
2017-07-17Corrected some issuesraysan5
2017-07-17Manual integration of material-pbr into developRay
2017-07-16Updated twitter addressRay
2017-07-15Merge branch 'master' of https://github.com/raysan5/raylibvictorfisac
2017-07-08Removed function referenceraysan5
2017-07-08Added command line compiling with MSVCraysan5
That's just a reference file, needs review
2017-07-08Corected some issues with jar_xmraysan5
Problems when compiling with VS2015 Probably DEBUG(...) macro is not the best naming...
2017-07-02Incremented version number for referenceraysan5
2017-07-02Review some formatting for consistencyraysan5
2017-07-02Added VS2015 raylib release filesraysan5
2017-07-02Review VS2015 projects configurationsraysan5
2017-07-02Review TraceLog() usageraysan5
2017-07-02Rename enum LogType names...raysan5
...to avoid possible conflicting symbols
2017-07-02Review raylib path on rpiraysan5
2017-07-01Merge pull request #315 from joeld42/obj-loader-fixRay
Fix for OBJ loading
2017-06-30Prevent bogus triangle being added when there is whitespace at end of .OBJ fileJoel Davis
2017-06-29Merge pull request #314 from nounoursheureux/developRay
Fix some typos (lenght -> length)
2017-06-29Fix some other typosWilhem Barbier
2017-06-29Fix some typos in raymath.hWilhem Barbier
2017-06-29Merge pull request #313 from nounoursheureux/developRay
Removed an unwanted file and fixed an example
2017-06-28Removed an unwanted file and fixed an exampleWilhem Barbier
2017-06-28Merge pull request #312 from nounoursheureux/image_genRay
Add a density parameter to GenImageRadialGradient
2017-06-28Add a density parameter to GenImageRadialGradientWilhem Barbier
2017-06-28Merge pull request #311 from nounoursheureux/image_genRay
Add more image generation functions: radial gradient and perlin noise
2017-06-28Merge pull request #310 from nounoursheureux/save_imageRay
Add the SaveImageAs function
2017-06-28Swap the two parametersWilhem Barbier
2017-06-28Add more image generation functions: radial gradient and perlin noiseWilhem Barbier
2017-06-28Add the SaveImageAs functionWilhem Barbier
2017-06-28Merge pull request #309 from nounoursheureux/image_genRay
Add some image generation functions
2017-06-28Add some functions to generate imagesWilhem Barbier
Namely: - GenImageHorizontalV - GenImageHorizontalH - GenImageChecked - GenImageWhiteNoise - GenImageCellular The gradient implementation may be a bit naive, for example it doesn't do any gamma correction.
2017-06-13Merge pull request #305 from jubalh/mesondepvRay
Add version info to glfw dependency
2017-06-13Add version info to glfw dependencyMichael Vetter
glfwSetWindowMonitor and some other functions are only available from 3.2 onwards.
2017-06-12Additional check on file openRay
2017-06-11Merge pull request #303 from jubalh/mesongnuRay
Meson: use gnu99
2017-06-11Additional check for bool header definitionRay
2017-06-11Meson: use gnu99Michael Vetter
We use variable init in for loops, so need c99.