| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-10-22 | Added cross-compiler RPI libs | Ray | |
| 2017-10-22 | Added resource config file | Ray | |
| 2017-10-20 | Updated release versions for raylib 1.8 | Ray San | |
| 2017-10-19 | Updated raylib VS2015 project | Ray San | |
| 2017-10-19 | Updated for raylib 1.8 | Ray San | |
| 2017-10-17 | Review VR functionality | Ray San | |
| To be more generic and configurable | |||
| 2017-10-16 | Corrected issue with OpenAL Soft static | Ray San | |
| 2017-10-14 | Small tweak, remove tabs | raysan5 | |
| 2017-10-14 | Review Makefiles | raysan5 | |
| 2017-10-13 | Fix bug, add some whitespace | Ahmad Fatoum | |
| 2017-10-12 | Fix warning about unsequenced modification of variable | Ahmad Fatoum | |
| Variable t was read and modified without interleaving sequence points, technically undefined behavior. Report by Clang's -Wunsequenced | |||
| 2017-10-12 | Review comments about raylib | raysan5 | |
| 2017-10-11 | Check to avoid bool redefinition | Ray San | |
| 2017-10-11 | Updated compilation output paths | Ray San | |
| 2017-10-11 | Reorganize release and dependencies | Ray San | |
| 2017-10-04 | Keep working on Android shared libs... | Ray San | |
| 2017-10-04 | Reverted change that breaks 3D drawing | Ray San | |
| It should be reviewed more carefully... | |||
| 2017-10-04 | Review VR simulator | Ray San | |
| Requires some work, distortion shader could be move out of raylib to example code... | |||
| 2017-10-03 | Keep working on Makefiles... | Ray San | |
| 2017-10-02 | Working on Makefiles... | Ray San | |
| 2017-10-02 | Updated android_native_app_glue | Ray San | |
| 2017-10-02 | Updated OpenAL Soft headers | Ray San | |
| 2017-10-02 | Renamed gif writting library | Ray San | |
| 2017-09-30 | Review gradient rectangle drawing | Ray | |
| Added: DrawRectangleGradientV() Added: DrawRectangleGradientH() | |||
| 2017-09-29 | Default to OpenAL static lib | Ray | |
| 2017-09-29 | Added some compiler flags for Android | Ray San | |
| 2017-09-29 | Code tweaks and comments for Android | Ray San | |
| 2017-09-26 | Code tweak | Ray | |
| 2017-09-25 | Increment version in meson build file | Michael Vetter | |
| Increment raylib version and so lib version number. | |||
| 2017-09-23 | Some work on rres... | raysan5 | |
| 2017-09-23 | Update Android libs and building | Ray | |
| 2017-09-22 | Removed matrix resetting... | Ray | |
| to emulate OpenGL funcionality | |||
| 2017-09-18 | Added mesh generation functions | raysan5 | |
| 2017-09-13 | Corrected out-of-bounds array issue | Ray | |
| 2017-09-08 | Added new functions | raysan5 | |
| SetWindowTitle() GetExtension() | |||
| 2017-09-02 | Testing shapes generation using additional library | Ray | |
| 2017-08-27 | Added function DrawRectangleGradientEx() | raysan5 | |
| Moved function DrawRectangleT() from text module to shapes Added some comments | |||
| 2017-08-27 | CMake based build system. | ASDF | |
| Some people might find this handly | |||
| 2017-08-25 | Renamed modelviewprojection matrix | raysan5 | |
| 2017-08-24 | Review issue with mipmaps setup | raysan5 | |
| 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-23 | Fix typo in raymath.h | Michael Campagnaro | |
| 2017-08-06 | Added function DrawRectangleT() | raysan5 | |
| Usefult to draw rectangles using default font texture | |||
| 2017-08-06 | Minor tweaks | raysan5 | |
| 2017-08-04 | Force OpenGL 3.3 on OSX if selected OpenGL 2.1 | raysan5 | |
| 2017-08-04 | Review transforms to match OpenGL 1.1 | raysan5 | |
| 2017-08-04 | Updated stb libs to latest version | raysan5 | |
| 2017-07-30 | Make physac work on OS X | Benjamin 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-28 | Added Vector3MultiplyV() | Ray | |
| To multiply Vector3 by Vector3 | |||
| 2017-07-28 | Corrected compilation on OpenGL ES 2.0 | Ray | |
| 2017-07-25 | Some tweaks | raysan5 | |
