Commit Graph

  • 4df7a0f2f8 Added support for OpenGL 2.1 Ray 2016-06-16 20:25:50 +0200
  • 3468af213f Reviewing Oculus rendering... Ray 2016-06-15 00:54:55 +0200
  • d5d1305bc0 Merge pull request #131 from victorfisac/develop Ray 2016-06-14 21:38:09 +0200
  • 1b0996fb0b Updated physac header documentation victorfisac 2016-06-14 20:54:20 +0200
  • 1879a8129e Fixed little bug in physac example victorfisac 2016-06-14 20:40:12 +0200
  • 4e84ded7ef Fixed spacing and set UpdatePhysics() function as static... victorfisac 2016-06-14 20:38:49 +0200
  • 1a8fbe5cf0 Add pthread external library to source... victorfisac 2016-06-14 20:31:48 +0200
  • 5a1cbb2842 Fix current time value victorfisac 2016-06-14 20:25:08 +0200
  • 54537e8f0b Fixed bug in delta time calculation... victorfisac 2016-06-14 20:23:46 +0200
  • c9c1263e6f Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-14 19:16:24 +0200
  • d1a5374ac4 raylib Oculus Rift CV1 example... IT WORKS!!! raysan5 2016-06-14 18:38:57 +0200
  • c914010606 Correct issue on Oculus drawing raysan5 2016-06-14 18:37:28 +0200
  • 56bd9da07c Update Oculus sample (will be moved soon) raysan5 2016-06-14 18:37:06 +0200
  • d60dc7c2eb Added Oculus Rift library dll raysan5 2016-06-14 17:34:51 +0200
  • 97fc266ad4 Updated raylib Oculus example raysan5 2016-06-14 17:20:00 +0200
  • 3ce0228206 Move Oculus Rift support to rlgl module raysan5 2016-06-14 17:16:20 +0200
  • 0d0f306fc2 Add Oculus SDK LibOVR library to external deps. raysan5 2016-06-14 17:15:00 +0200
  • c25b4cdc69 Move OpenGL extensions loading to rlgl raysan5 2016-06-14 15:42:04 +0200
  • 3a5fc0c320 Move global data to implementation raysan5 2016-06-14 12:12:02 +0200
  • 3d6be7fd80 Added GetGestureDetected() again... raysan5 2016-06-14 12:01:57 +0200
  • 47afda2549 Removed useless function: GetGestureDetected() raysan5 2016-06-14 11:55:32 +0200
  • 6a2bbae521 Updated physics examples with new module changes victorfisac 2016-06-12 22:07:36 +0200
  • 5625c11e99 Added internal hi-resolution timer to physac... victorfisac 2016-06-12 22:07:06 +0200
  • 16609d6702 Revert "Make GetTime() public to be used externally" victorfisac 2016-06-12 22:04:51 +0200
  • 8d2de09f3d Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-12 22:03:46 +0200
  • 4dae3385c3 Record draw call for batch processing raysan5 2016-06-12 19:40:08 +0200
  • 66ec0b5d82 Oculus tracking correction raysan5 2016-06-12 10:47:50 +0200
  • 94dac41794 Merge 7999bbafa8 into 27ba7de1e4 Víctor Fisac 2016-06-11 17:14:58 +0000
  • 7999bbafa8 Make GetTime() public to be used externally victorfisac 2016-06-11 19:14:25 +0200
  • 4c43a40788 Update physac examples with fixed timestep method victorfisac 2016-06-11 19:11:30 +0200
  • c10c49e44f Convert physac module from static steps to fixed time steps victorfisac 2016-06-11 18:35:46 +0200
  • 1a60f376a4 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-11 18:29:01 +0200
  • 27ba7de1e4 Added some comments raysan5 2016-06-11 14:08:39 +0200
  • 68a02e567d Avoid external variable whiteTexture raysan5 2016-06-11 12:41:03 +0200
  • c46c0fc652 Corrected keywords usage raysan5 2016-06-11 12:18:08 +0200
  • 3884716948 Corrected a couple of warnings raysan5 2016-06-11 12:01:39 +0200
  • 8de1427803 Remove release files from src directory raysan5 2016-06-11 11:48:42 +0200
  • bab08f1c89 Added release folder (again) raysan5 2016-06-11 11:21:55 +0200
  • d63e32a377 Remove include, not supported on html5 raysan5 2016-06-11 11:21:24 +0200
  • 52b88e0991 Reduce extensions dependencies raysan5 2016-06-11 10:58:17 +0200
  • 3e8427799c Corrected bug on cubemap generation raysan5 2016-06-11 10:56:20 +0200
  • 2963782992 Merge pull request #128 from victorfisac/develop Ray 2016-06-10 08:58:37 +0200
  • 77f599885d Fixed GLSL 100 shaders victorfisac 2016-06-10 00:59:48 +0200
  • 7b07b68bfd Adapt standard shader to GL ES 2.0 victorfisac 2016-06-10 00:49:51 +0200
  • fb90477354 Merge pull request #127 from victorfisac/develop Ray 2016-06-09 23:27:50 +0200
  • cbda329bfd Removed physac old module from Android MK file victorfisac 2016-06-09 22:12:46 +0200
  • 5d186639c9 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-09 22:09:33 +0200
  • e2cfc6b838 Reduced physic steps resolution raysan5 2016-06-09 21:00:21 +0200
  • 3c1be60c66 Updated examples for new physac header-only raysan5 2016-06-09 20:02:42 +0200
  • 5f4449f0a1 Removed physac functions from raylib header raysan5 2016-06-09 20:02:15 +0200
  • 558ec3891b Converted physac module to header only raysan5 2016-06-09 20:01:59 +0200
  • dcbfb83031 Updated comments... raysan5 2016-06-09 20:01:39 +0200
  • 3524fc414b Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-09 13:12:18 +0200
  • 420b85da98 Update README.md Ray 2016-06-09 11:42:00 +0200
  • 28c2759ae1 Update README.md Ray 2016-06-09 01:30:08 +0200
  • 374e3e7e11 Updated to raylib 1.5 Ray 2016-06-09 01:23:07 +0200
  • 904ef0d4be Adjust to standard example screen size Ray 2016-06-08 22:55:38 +0200
  • 99ee26b001 Review const char * Ray 2016-06-08 22:52:54 +0200
  • ee049641ba Merge pull request #126 from kd7tck/develop Ray 2016-06-08 22:23:23 +0200
  • 4f47f90336 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-08 12:02:39 -0700
  • 2d90cc59b6 Update distortion.fs Ray 2016-06-08 18:48:25 +0200
  • 5576dea00b Rename raylib_rlgl_standalone.c to rlgl_standalone.c Ray 2016-06-08 18:27:43 +0200
  • 8323f81ab5 Add physac module to android compile instructions... victorfisac 2016-06-08 17:27:55 +0200
  • f5f5ce0d33 Fix default android project game with new functions victorfisac 2016-06-08 17:27:13 +0200
  • 88f4747437 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-08 15:55:08 +0200
  • b79ede4edb Added distortion shader to render raysan5 2016-06-08 13:29:56 +0200
  • 70a96fff80 Simplified Oculus integration raysan5 2016-06-08 13:16:01 +0200
  • 7bf2854e94 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-07 16:07:57 -0700
  • f0d8c009ae cleaned things up Joshua Reisenauer 2016-06-07 16:03:21 -0700
  • 0ae486f07c Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-08 00:34:35 +0200
  • 79a6235811 Stereo rendering test Ray 2016-06-08 00:32:34 +0200
  • c99fc5108e Update screenshot Ray 2016-06-08 00:31:00 +0200
  • 09fa002818 Corrected issue Ray 2016-06-08 00:04:56 +0200
  • ee795150fa Updated some code Ray 2016-06-07 23:44:53 +0200
  • f97f39987c Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-07 23:41:34 +0200
  • 5631f822bd Reorganized device init/close raysan5 2016-06-07 20:46:03 +0200
  • ca13c2ed0c Converted raygui module to header only raysan5 2016-06-07 20:33:49 +0200
  • 058af472ea Converted GLAD to header only raysan5 2016-06-07 18:57:20 +0200
  • 3d5a408177 Remove DEBUG flag for raylib lib compilation raysan5 2016-06-07 18:53:47 +0200
  • 9281e477eb Embed standard shader into raylib Ray 2016-06-07 00:32:45 +0200
  • 76536fe24b Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-06 15:30:41 -0700
  • 1bcf500eca Review fallback mechanism Ray 2016-06-06 23:19:40 +0200
  • 522af9f477 Fallback to default shader Ray 2016-06-06 23:16:14 +0200
  • 1c98e6b698 Merge pull request #125 from raysan5/develop Ray 2016-06-06 20:46:06 +0200
  • 4dada32693 Include GLFW3 DLL Ray 2016-06-06 20:40:17 +0200
  • 34aea08ba2 Update to OpenAL Soft 1.17.2 Ray 2016-06-06 20:39:59 +0200
  • 6b2823775e Remove OpenAL Soft Ray 2016-06-06 20:34:11 +0200
  • d999b3ed53 Merge branch 'develop' of https://github.com/raysan5/raylib into develop Ray 2016-06-06 20:30:02 +0200
  • 5f5d191d88 Updated to GLFW 3.2 Ray 2016-06-06 20:26:02 +0200
  • dd468e9ef9 Merge pull request #124 from LelixSuper/patch-1 Ray 2016-06-06 20:20:21 +0200
  • 302d84cedc Fix mistake in Makefile LelixSuper 2016-06-06 19:26:30 +0200
  • ad8a5a95b2 Move and update CMakeList Ray 2016-06-06 14:38:54 +0200
  • 29d505c98e Reorganize external libraries - BREAKING CHANGE - Ray 2016-06-06 14:34:43 +0200
  • 688045307a Reorganize folder for Android library Ray 2016-06-06 13:52:06 +0200
  • 72eb2632cc Corrected compilation bug on OpenGL 1.1 Ray 2016-06-05 23:51:41 +0200
  • e3b2485453 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-03 14:01:04 -0700
  • 60232810d8 Added some comments raysan5 2016-06-03 19:00:58 +0200
  • d1133ca8d3 Some gestures comments tweaks... raysan5 2016-06-03 18:51:19 +0200
  • 13bef7aa02 Work on Oculus functionality raysan5 2016-06-03 18:26:59 +0200
  • b574e105dd Basic raylib Oculus Rift template for reference raysan5 2016-06-03 18:08:50 +0200