| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-06-14 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2016-06-14 | raylib Oculus Rift CV1 example... IT WORKS!!! | raysan5 | |
| 2016-06-14 | Correct issue on Oculus drawing | raysan5 | |
| 2016-06-14 | Update Oculus sample (will be moved soon) | raysan5 | |
| 2016-06-14 | Added Oculus Rift library dll | raysan5 | |
| 2016-06-14 | Updated raylib Oculus example | raysan5 | |
| 2016-06-14 | Move Oculus Rift support to rlgl module | raysan5 | |
| 2016-06-14 | Add Oculus SDK LibOVR library to external deps. | raysan5 | |
| 2016-06-14 | Move OpenGL extensions loading to rlgl | raysan5 | |
| 2016-06-14 | Move global data to implementation | raysan5 | |
| 2016-06-14 | Added GetGestureDetected() again... | raysan5 | |
| Required by gestures example.... | |||
| 2016-06-14 | Removed useless function: GetGestureDetected() | raysan5 | |
| Use instead: IsGestureDetected() | |||
| 2016-06-12 | Updated physics examples with new module changes | victorfisac | |
| 2016-06-12 | Added internal hi-resolution timer to physac... | victorfisac | |
| ... and now physac thread creation is done in InitPhysics() and it is destroyed in ClosePhysics(). User just need to call these functions to use physac module. | |||
| 2016-06-12 | Revert "Make GetTime() public to be used externally" | victorfisac | |
| This reverts commit 7999bbafa8c5333b69edb7881f64986f3e3e3d45. | |||
| 2016-06-12 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2016-06-12 | Record draw call for batch processing | raysan5 | |
| Just started working on this, not sure if it would be available for raylib 1.5 | |||
| 2016-06-12 | Oculus tracking correction | raysan5 | |
| 2016-06-11 | Make GetTime() public to be used externally | victorfisac | |
| 2016-06-11 | Update physac examples with fixed timestep method | victorfisac | |
| 2016-06-11 | Convert physac module from static steps to fixed time steps | victorfisac | |
| Old physics update system used a static number of steps to calculate physics (450 for desktop and 64 for android). It was too much and it was limited by target frame time... Now physics update runs in a secondary thread using a fixed delta time value to update steps. Collisions are perfectly detected and resolved and performance has been improved so much. | |||
| 2016-06-11 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2016-06-11 | Added some comments | raysan5 | |
| 2016-06-11 | Avoid external variable whiteTexture | raysan5 | |
| To get it, use GetDefaultTexture() | |||
| 2016-06-11 | Corrected keywords usage | raysan5 | |
| 2016-06-11 | Corrected a couple of warnings | raysan5 | |
| 2016-06-11 | Remove release files from src directory | raysan5 | |
| 2016-06-11 | Added release folder (again) | raysan5 | |
| 2016-06-11 | Remove include, not supported on html5 | raysan5 | |
| AL/alext.h is not supported on html5 OpenAL implementation, just replaced by the defines used in audio module | |||
| 2016-06-11 | Reduce extensions dependencies | raysan5 | |
| Only using raylib required extensions... it could be further reduced! | |||
| 2016-06-11 | Corrected bug on cubemap generation | raysan5 | |
| 2016-06-10 | Merge pull request #128 from victorfisac/develop | Ray | |
| Adapted shaders for OpenGL ES 2.0 | |||
| 2016-06-10 | Fixed GLSL 100 shaders | victorfisac | |
| texture() doesn't exist in glsl 100, it must use texture2D(). | |||
| 2016-06-10 | Adapt standard shader to GL ES 2.0 | victorfisac | |
| Some shader calculations are now pre-calculated because some math functions doesn't exist in glsl 110. | |||
| 2016-06-09 | Merge pull request #127 from victorfisac/develop | Ray | |
| Fix Android template with 1.5 raylib features (audio streaming, gestures) | |||
| 2016-06-09 | Removed physac old module from Android MK file | victorfisac | |
| 2016-06-09 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2016-06-09 | Reduced physic steps resolution | raysan5 | |
| 2016-06-09 | Updated examples for new physac header-only | raysan5 | |
| 2016-06-09 | Removed physac functions from raylib header | raysan5 | |
| 2016-06-09 | Converted physac module to header only | raysan5 | |
| 2016-06-09 | Updated comments... | raysan5 | |
| 2016-06-09 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | victorfisac | |
| 2016-06-09 | Update README.md | Ray | |
| 2016-06-09 | Update README.md | Ray | |
| 2016-06-09 | Updated to raylib 1.5 | Ray | |
| 2016-06-08 | Adjust to standard example screen size | Ray | |
| 2016-06-08 | Review const char * | Ray | |
| 2016-06-08 | Merge pull request #126 from kd7tck/develop | Ray | |
| clean up audio chiptunes support | |||
| 2016-06-08 | Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop | Joshua Reisenauer | |
