summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
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
2017-09-26Code tweakRay
2017-09-25Increment version in meson build fileMichael Vetter
Increment raylib version and so lib version number.
2017-09-23Some work on rres...raysan5
2017-09-23Update Android libs and buildingRay
2017-09-22Removed matrix resetting...Ray
to emulate OpenGL funcionality
2017-09-18Added mesh generation functionsraysan5
2017-09-13Corrected out-of-bounds array issueRay
2017-09-08Added new functionsraysan5
SetWindowTitle() GetExtension()
2017-09-02Testing shapes generation using additional libraryRay
2017-08-27Added function DrawRectangleGradientEx()raysan5
Moved function DrawRectangleT() from text module to shapes Added some comments
2017-08-27CMake based build system.ASDF
Some people might find this handly
2017-08-25Renamed modelviewprojection matrixraysan5
2017-08-24Review issue with mipmaps setupraysan5
On DDS files mipmapCount header parameter could be unused and set to 0, resulting in a wrong mipmap count and wrong compressed texture loading.
2017-08-23Fix typo in raymath.hMichael Campagnaro
2017-08-06Added function DrawRectangleT()raysan5
Usefult to draw rectangles using default font texture
2017-08-06Minor tweaksraysan5
2017-08-04Force OpenGL 3.3 on OSX if selected OpenGL 2.1raysan5
2017-08-04Review transforms to match OpenGL 1.1raysan5
2017-08-04Updated stb libs to latest versionraysan5
2017-07-30Make physac work on OS XBenjamin Summerton
Physac wasn't working on OS X. It looks like the necessary timing code wasn't being compiled in by the preprocessor. fixes #340
2017-07-28Added Vector3MultiplyV()Ray
To multiply Vector3 by Vector3
2017-07-28Corrected compilation on OpenGL ES 2.0Ray
2017-07-25Some tweaksraysan5