| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-07-15 | Update README.md | Ray | |
| 2016-07-15 | Merge pull request #132 from raysan5/develop | Ray | |
| Develop branch integration | |||
| 2016-07-15 | Update README.md | Ray | |
| 2016-07-15 | Update ROADMAP.md | Ray | |
| 2016-07-15 | Update HELPME.md | Ray | |
| 2016-07-15 | Updated with latest changes | raysan5 | |
| 2016-07-15 | Review some functions, formatting and comments | raysan5 | |
| 2016-07-13 | Review variables to raylib naming conventions | raysan5 | |
| Some review work still required... | |||
| 2016-07-13 | Review comments | raysan5 | |
| 2016-07-12 | Support VR mode disable on Oculus device | raysan5 | |
| 2016-07-12 | Updated for GLSL 100 | raysan5 | |
| 2016-07-12 | Corrected some issues on OpenGL ES | raysan5 | |
| 2016-07-11 | Added Oculus functions declaration and comments | raysan5 | |
| 2016-07-11 | Corrected some issues on OpenGL 1.1 | raysan5 | |
| Corrected lighting system crash and VR variables not found... | |||
| 2016-07-11 | Added custom Oculus CV1 parameters | Ray | |
| Matching the same stereo rendering result given by Oculus PC SDK for Oculus Rift CV1 is very difficult because hardware has changed a lot and DK2 distortion shader and parameters don't fit on CV1. Some custom parameters have been calculated to simulate kind of CV1 stereo rendering. Further work is required on this point. | |||
| 2016-07-10 | Compute stereo config from device parameters | Ray | |
| Simulator configuration is directly obtained from VR device parameters! | |||
| 2016-07-10 | Setup values for Oculus Rift DK2 | Ray | |
| Oculus Rift CV1 default values seem not to be available... | |||
| 2016-07-08 | Do not expose raw audio context to final user... | Ray | |
| ...at least, directly, available if using directly audio module... | |||
| 2016-07-08 | Updated VR support -IN PROGRESS- | raysan5 | |
| - Embedded VR distortion shader - Ready to support multiple VR devices - Fallback to VR Simulator if device not ready - Support mono rendering over stereo rendering | |||
| 2016-07-08 | Rename standard_shader.h to shader_standard.h | Ray | |
| 2016-07-08 | Supporting multiple HMD configurations | Ray | |
| -IN PROGRESS- | |||
| 2016-07-06 | Updated lighting system... | raysan5 | |
| ...to avoid dynamic conditions on for loop (lightsCount) on standard shader, it seems GLSL 100 doesn't support that feature... on some GPUs like RaspberryPi... | |||
| 2016-07-06 | Edited comment | raysan5 | |
| 2016-07-06 | Corrected bug on Raspberry Pi with strcat() | raysan5 | |
| 2016-07-06 | Added screenshot for example core_oculus_rift | raysan5 | |
| 2016-07-06 | VR Functions renaming (for generic HMD device) | Ray | |
| Stereo rendering has been moved again to Begin3dMode() and End3dMode(), it has some limitations but makes more sense... | |||
| 2016-07-04 | Moved Oculus enable drawing to user side... | raysan5 | |
| Still thinking about the best way to manage this... | |||
| 2016-07-04 | Corrected issue on RPI on model drawing | raysan5 | |
| 2016-07-04 | Updated Oculus PC SDK to version 1.5 | raysan5 | |
| 2016-07-04 | Review ResolveCollisionCubicmap() | Ray | |
| This function needs to be redesigned or removed... | |||
| 2016-07-04 | Redesigned stereo rendering mechanism | Ray | |
| Now it's easier for the user! Just init Oculus device and get stereo rendering! | |||
| 2016-07-02 | Update README.md | Ray | |
| 2016-06-30 | Updated examples and makefile | Ray | |
| 2016-06-27 | Added eyes projection/view matrices calculation | raysan5 | |
| Based on HMD parameters (IPD, ScreenSize, LesnsSeparation...) | |||
| 2016-06-27 | Added missing parameter | raysan5 | |
| 2016-06-27 | Redesigned distortion shader, added chromatic aberration | raysan5 | |
| 2016-06-27 | Corrected issue on distortion shader | raysan5 | |
| 2016-06-27 | Reorganize shaders to respective folders | raysan5 | |
| 2016-06-27 | Review examples makefile for RPI | raysan5 | |
| 2016-06-27 | Added Oculus functions to raylib header | raysan5 | |
| 2016-06-27 | Corrected stream playing with index | raysan5 | |
| 2016-06-26 | Comment glBlitFramebuffer() | raysan5 | |
| 2016-06-26 | Enable/Disable VR experience | raysan5 | |
| 2016-06-26 | Corrected bug on stereo rendering | raysan5 | |
| 2016-06-26 | Added notes about chromatic aberration | Ray | |
| 2016-06-26 | Get supported videomodes for fullscreen | raysan5 | |
| 2016-06-25 | Updated to new rlgl | raysan5 | |
| 2016-06-25 | Removed rlglInitGraphics(), integrated into rlglInit() | raysan5 | |
| Redesigned rlgl usage: - rlViewport() must be called by user - Internal projection/modelview matrices must be setup by user | |||
| 2016-06-25 | Review rlglInitGraphics() | raysan5 | |
| 2016-06-25 | Corrected window size to unify with other examples | raysan5 | |
