summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
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/develop1.8.0Ray
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
2017-10-19Updated for raylib 1.8Ray San
2017-10-18Merge pull request #367 from raysan5/developRay
Integrate Develop branch
2017-10-17Update CHANGELOGRay
2017-10-17Review VR functionalityRay San
To be more generic and configurable
2017-10-17Added new examples to build...Ray San
...and reviewed some details
2017-10-17Add screenshotRay San
2017-10-17Improved some examplesRay San
2017-10-16Review issue with resources folderRay San
2017-10-16Updated libraries for WindowsRay San
2017-10-16Corrected issue with OpenAL Soft staticRay San
2017-10-14Review some issuesRay
It seems there are some platform-dependant issues
2017-10-14Reverted to old OpenAL librariesraysan5
mingw32 libraries provided were compiled with a different GCC version (different computer) and seemed to be incompatible on linkage (missing symbols).
2017-10-14Web release for raylib 1.8raysan5
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review templates for Androidraysan5
- Removed useless templates - Reviewed all Makefiles - Rework some code for Android support - Added resources to advance template