aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-11-06Corrected possible issue on FBO creationRay San
USE_DEPTH_RENDERBUFFER on OpenGL 2.1
2017-11-06Review GLSL 120 shadersRay San
Not tested, could have errors
2017-11-06Corrected issue with shader locations initRay San
On RPI, after latest drivers update, models were not rendered properly cause of that...
2017-11-05Merge pull request #382 from nounoursheureux/developRay
Have SetShaderValue(i) take a const pointer
2017-11-05SetShaderValue take const pointerWilhem Barbier
2017-11-05Uploaded shaders for GLSL 120Ray
2017-11-05Review textures to be POTRay
Could correct possible issues on OpenGL 1.1
2017-11-05Merge branch 'develop' of https://github.com/raysan5/raylib into developRay
2017-11-05Corrected issue with missing definesRay
2017-11-04Compile DLL avoiding extra dependenciesraysan5
C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\bin>dumpbin.exe D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll /DEPENDENTS Microsoft (R) COFF/PE Dumper Version 14.00.24215.1 Copyright (C) Microsoft Corporation. All rights reserved. Dump of file D:\GitHub\raylib\release\libs\win32\msvc\raylib.dll File Type: DLL Image has the following dependencies: KERNEL32.dll glfw3.dll OpenAL32.dll Summary 4000 .data 1000 .gfids 23000 .rdata 5000 .reloc 1000 .rsrc 68000 .text 1000 _RDATA
2017-11-04Improve textures support for OpenGL 2.1Ray
2017-11-04Corrected function nameRay
2017-11-03Rebuild dynamic libs for MSVC (VS2015)Ray San
Added support for raylib DLL building on MSVC
2017-11-03Review Fade() functionalityRay San
2017-11-03Renamed data types to standard namesRay San
2017-11-02Some code tweaks...Ray San
2017-10-30Review some issues, view descriptionRay San
- Review RPI compilation (core_drop_files not supported) - Review ImageFormat(), some issues - GetTextureData() reviewed for RPI
2017-10-30Added new example: text drawing on imageRay San
2017-10-30Review new build platform: FreeBSDRay
Corrected issue with RPI_CROSS_COMPILE
2017-10-29Updated VS2015 project include and link pathsraysan5
2017-10-28Merge pull request #373 from Martinfx/masterRay
Added support FreeBSD
2017-10-28Removed commentMartinfx
2017-10-28Added support FreeBSD for exampleMartinfx
2017-10-28Added support FreeBSDMartinfx
2017-10-25Review rlReadTexturePixels()Ray San
Improve second option to retrieve texture data from fbo... Still requires some testing...
2017-10-25Comment tweak...Ray San
...while reviewing GetTextureData() functionality on OpenGL ES 2.0
2017-10-25Added youtube channel linkRay
Hopefully new videos comming soon...
2017-10-25Corrected ImageTextEx()Ray
- Added new function: GenImageColor() ImageDraw() should be reviewed... specially alpha blending...
2017-10-25Corrected issue with ttf font y-offsetRay
2017-10-24Corrected some issues on gameRay
Now it works! :)
2017-10-23Example shader correctionRay
2017-10-23Removed fileraysan5
2017-10-22Merge pull request #371 from raysan5/developRay
Integrate Develop branch
2017-10-22Update fileRay
2017-10-22Added cross-compiler RPI libsRay
2017-10-22Comments tweakRay
2017-10-22Simplified desktop examples compilationRay
2017-10-22Name tweakRay
2017-10-22Adapted games to compile for AndroidRay
2017-10-22Updated Makefile to support AndroidRay
2017-10-22Simplified flagsRay
2017-10-22Added resource config fileRay
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-20Merge pull request #369 from raysan5/developRay
Integrate Develop branch
2017-10-20Update exampleRay
2017-10-20Updated to latest library versionRay
2017-10-20Some examples code tweaksRay
2017-10-19Remove unused fileRay San
2017-10-19Updated raylib release 1.8Ray San
2017-10-19Updated raylib VS2015 projectRay San