| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-06 | Merge pull request #124 from LelixSuper/patch-1 | Ray | |
| Fix mistake in the make file | |||
| 2016-06-06 | Fix mistake in Makefile | LelixSuper | |
| 2016-06-06 | Move and update CMakeList | Ray | |
| 2016-06-06 | Reorganize external libraries - BREAKING CHANGE - | Ray | |
| Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules. | |||
| 2016-06-06 | Reorganize folder for Android library | Ray | |
| Android build system has been simplified and now is included in src folder, like other build systems. | |||
| 2016-06-05 | Corrected compilation bug on OpenGL 1.1 | Ray | |
| 2016-06-03 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-06-03 | Added some comments | raysan5 | |
| 2016-06-03 | Some gestures comments tweaks... | raysan5 | |
| 2016-06-03 | Work on Oculus functionality | raysan5 | |
| Trying to find the best way to integrate Oculus support into raylib, making it easy for the user... | |||
| 2016-06-03 | Basic raylib Oculus Rift template for reference | raysan5 | |
| Not functional yet... | |||
| 2016-06-03 | Review uniform name | raysan5 | |
| 2016-06-03 | Remove GLEW | raysan5 | |
| 2016-06-03 | Remove useless folder | raysan5 | |
| 2016-06-03 | Updated camera 2d example | raysan5 | |
| 2016-06-03 | Added support for Oculus Rift CV1 | Ray | |
| 2016-06-03 | Update eye render pose with layer data | Ray | |
| 2016-06-02 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-06-02 | Updated Oculus sample | raysan5 | |
| 2016-06-02 | Added functions to customize internal matrix | raysan5 | |
| Internal modelview and projection matrices can be replaced before drawing. | |||
| 2016-06-02 | Removed DrawPhysicObjectInfo() function | raysan5 | |
| To avoid additional dependencies | |||
| 2016-06-02 | Rename for consistency with other functions | raysan5 | |
| 2016-06-02 | Comment to avoid warning | raysan5 | |
| 2016-06-02 | Review comments to be value-generic | raysan5 | |
| 2016-06-02 | Remove useless stuff | raysan5 | |
| 2016-06-02 | Remove GLEW dependency | raysan5 | |
| 2016-06-02 | Corrected some formatting issues | raysan5 | |
| 2016-06-02 | Review coding style to match raylib style | raysan5 | |
| Moved AudioError enum inside audio.c | |||
| 2016-06-02 | Merge pull request #123 from kd7tck/develop | Ray | |
| mod player | |||
| 2016-06-02 | convenient way to combine errors | Joshua Reisenauer | |
| 2016-06-02 | I added audio errors | Joshua Reisenauer | |
| The only thing I did not change was the _g for globals. Is there any other way we can mark globals? | |||
| 2016-06-02 | cleanup | Joshua Reisenauer | |
| 2016-06-01 | simplified mod | Joshua Reisenauer | |
| 2016-06-01 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-06-01 | mod player added | Joshua Reisenauer | |
| 2016-06-02 | Review heades usage | Ray | |
| This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone. | |||
| 2016-06-02 | Support raygui as standalone library | Ray | |
| 2016-06-01 | Dependencies review | raysan5 | |
| Checking some files to be converted to header-only | |||
| 2016-06-01 | Ignore invalid warning | raysan5 | |
| 2016-06-01 | Corrected some issues on OpenGL 1.1 | raysan5 | |
| 2016-05-31 | Updated Oculus sample to Oculus SDK 1.4 | raysan5 | |
| Still working on the sample but almost finished. Some rlgl internals redesign required and it will be ready! | |||
| 2016-05-31 | Review text formatting (spacing, tabs...) | raysan5 | |
| 2016-05-31 | Removed colTint, tint color is colDiffuse | raysan5 | |
| Tint color could be applied to colDiffuse... but what's the best way? Replace it? Multiply by? A point to think about... | |||
| 2016-05-31 | Improved library consistency | raysan5 | |
| Functions renamed to improve library consistency | |||
| 2016-05-30 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-05-31 | Reviewed DrawLight() function and some tweaks | Ray | |
| 2016-05-30 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
| 2016-05-30 | update to openal | Joshua Reisenauer | |
| 2016-05-31 | Support Android internal data storage | Ray | |
| Useful to save small data files (configuration and so) For bigger files, external data storage should be used (SDCard) | |||
| 2016-05-30 | Merge pull request #122 from victorfisac/develop | Ray | |
| Standard Lighting (3/3) | |||
