aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2017-11-12Rename SoundInternal to SoundData for consistency with MusicData.David Reid
2017-11-12Initial work on adding support for mini_al.David Reid
2017-11-10Working on UWP supportRay San
Support Universal Windows Platform (UWP): - Windows 10 App - Windows Phone - Xbox One
2017-11-09Store the default shadersWilhem Barbier
2017-11-06Corrected issue with text drawing on imageRay San
2017-11-06Corrected possible issue on FBO creationRay San
USE_DEPTH_RENDERBUFFER on OpenGL 2.1
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-05SetShaderValue take const pointerWilhem Barbier
2017-11-05Corrected issue with missing definesRay
2017-11-04Improve textures support for OpenGL 2.1Ray
2017-11-04Corrected function nameRay
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-30Review new build platform: FreeBSDRay
Corrected issue with RPI_CROSS_COMPILE
2017-10-28Merge pull request #373 from Martinfx/masterRay
Added support FreeBSD
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-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-22Added cross-compiler RPI libsRay
2017-10-22Added resource config fileRay
2017-10-20Updated release versions for raylib 1.8Ray San
2017-10-19Updated raylib VS2015 projectRay San
2017-10-19Updated for raylib 1.8Ray San
2017-10-17Review VR functionalityRay San
To be more generic and configurable
2017-10-16Corrected issue with OpenAL Soft staticRay San
2017-10-14Small tweak, remove tabsraysan5
2017-10-14Review Makefilesraysan5
2017-10-13Fix bug, add some whitespaceAhmad Fatoum
2017-10-12Fix warning about unsequenced modification of variableAhmad Fatoum
Variable t was read and modified without interleaving sequence points, technically undefined behavior. Report by Clang's -Wunsequenced
2017-10-12Review comments about raylibraysan5
2017-10-11Check to avoid bool redefinitionRay San
2017-10-11Updated compilation output pathsRay San
2017-10-11Reorganize release and dependenciesRay San
2017-10-04Keep working on Android shared libs...Ray San
2017-10-04Reverted change that breaks 3D drawingRay San
It should be reviewed more carefully...
2017-10-04Review VR simulatorRay San
Requires some work, distortion shader could be move out of raylib to example code...
2017-10-03Keep working on Makefiles...Ray San
2017-10-02Working on Makefiles...Ray San
2017-10-02Updated android_native_app_glueRay San
2017-10-02Updated OpenAL Soft headersRay San
2017-10-02Renamed gif writting libraryRay San
2017-09-30Review gradient rectangle drawingRay
Added: DrawRectangleGradientV() Added: DrawRectangleGradientH()
2017-09-29Default to OpenAL static libRay
2017-09-29Added some compiler flags for AndroidRay San
2017-09-29Code tweaks and comments for AndroidRay San