Commit Graph

  • 2963782992 Merge pull request #128 from victorfisac/develop Ray 2016-06-10 08:58:37 +02:00
  • 77f599885d Fixed GLSL 100 shaders victorfisac 2016-06-10 00:59:48 +02:00
  • 7b07b68bfd Adapt standard shader to GL ES 2.0 victorfisac 2016-06-10 00:49:51 +02:00
  • fb90477354 Merge pull request #127 from victorfisac/develop Ray 2016-06-09 23:27:50 +02:00
  • cbda329bfd Removed physac old module from Android MK file victorfisac 2016-06-09 22:12:46 +02:00
  • 5d186639c9 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-09 22:09:33 +02:00
  • e2cfc6b838 Reduced physic steps resolution raysan5 2016-06-09 21:00:21 +02:00
  • 3c1be60c66 Updated examples for new physac header-only raysan5 2016-06-09 20:02:42 +02:00
  • 5f4449f0a1 Removed physac functions from raylib header raysan5 2016-06-09 20:02:15 +02:00
  • 558ec3891b Converted physac module to header only raysan5 2016-06-09 20:01:59 +02:00
  • dcbfb83031 Updated comments... raysan5 2016-06-09 20:01:39 +02:00
  • 3524fc414b Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-09 13:12:18 +02:00
  • 420b85da98 Update README.md Ray 2016-06-09 11:42:00 +02:00
  • 28c2759ae1 Update README.md Ray 2016-06-09 01:30:08 +02:00
  • 374e3e7e11 Updated to raylib 1.5 Ray 2016-06-09 01:23:07 +02:00
  • 904ef0d4be Adjust to standard example screen size Ray 2016-06-08 22:55:38 +02:00
  • 99ee26b001 Review const char * Ray 2016-06-08 22:52:54 +02:00
  • ee049641ba Merge pull request #126 from kd7tck/develop Ray 2016-06-08 22:23:23 +02:00
  • 4f47f90336 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-08 12:02:39 -07:00
  • 2d90cc59b6 Update distortion.fs Ray 2016-06-08 18:48:25 +02:00
  • 5576dea00b Rename raylib_rlgl_standalone.c to rlgl_standalone.c Ray 2016-06-08 18:27:43 +02:00
  • 8323f81ab5 Add physac module to android compile instructions... victorfisac 2016-06-08 17:27:55 +02:00
  • f5f5ce0d33 Fix default android project game with new functions victorfisac 2016-06-08 17:27:13 +02:00
  • 88f4747437 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-08 15:55:08 +02:00
  • b79ede4edb Added distortion shader to render raysan5 2016-06-08 13:29:56 +02:00
  • 70a96fff80 Simplified Oculus integration raysan5 2016-06-08 13:16:01 +02:00
  • 7bf2854e94 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-07 16:07:57 -07:00
  • f0d8c009ae cleaned things up Joshua Reisenauer 2016-06-07 16:03:21 -07:00
  • 0ae486f07c Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-08 00:34:35 +02:00
  • 79a6235811 Stereo rendering test Ray 2016-06-08 00:32:34 +02:00
  • c99fc5108e Update screenshot Ray 2016-06-08 00:31:00 +02:00
  • 09fa002818 Corrected issue Ray 2016-06-08 00:04:56 +02:00
  • ee795150fa Updated some code Ray 2016-06-07 23:44:53 +02:00
  • f97f39987c Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop victorfisac 2016-06-07 23:41:34 +02:00
  • 5631f822bd Reorganized device init/close raysan5 2016-06-07 20:46:03 +02:00
  • ca13c2ed0c Converted raygui module to header only raysan5 2016-06-07 20:33:49 +02:00
  • 058af472ea Converted GLAD to header only raysan5 2016-06-07 18:57:20 +02:00
  • 3d5a408177 Remove DEBUG flag for raylib lib compilation raysan5 2016-06-07 18:53:47 +02:00
  • 9281e477eb Embed standard shader into raylib Ray 2016-06-07 00:32:45 +02:00
  • 76536fe24b Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-06 15:30:41 -07:00
  • 1bcf500eca Review fallback mechanism Ray 2016-06-06 23:19:40 +02:00
  • 522af9f477 Fallback to default shader Ray 2016-06-06 23:16:14 +02:00
  • 1c98e6b698 Merge pull request #125 from raysan5/develop Ray 2016-06-06 20:46:06 +02:00
  • 4dada32693 Include GLFW3 DLL Ray 2016-06-06 20:40:17 +02:00
  • 34aea08ba2 Update to OpenAL Soft 1.17.2 Ray 2016-06-06 20:39:59 +02:00
  • 6b2823775e Remove OpenAL Soft Ray 2016-06-06 20:34:11 +02:00
  • d999b3ed53 Merge branch 'develop' of https://github.com/raysan5/raylib into develop Ray 2016-06-06 20:30:02 +02:00
  • 5f5d191d88 Updated to GLFW 3.2 Ray 2016-06-06 20:26:02 +02:00
  • dd468e9ef9 Merge pull request #124 from LelixSuper/patch-1 Ray 2016-06-06 20:20:21 +02:00
  • 302d84cedc Fix mistake in Makefile LelixSuper 2016-06-06 19:26:30 +02:00
  • ad8a5a95b2 Move and update CMakeList Ray 2016-06-06 14:38:54 +02:00
  • 29d505c98e Reorganize external libraries - BREAKING CHANGE - Ray 2016-06-06 14:34:43 +02:00
  • 688045307a Reorganize folder for Android library Ray 2016-06-06 13:52:06 +02:00
  • 72eb2632cc Corrected compilation bug on OpenGL 1.1 Ray 2016-06-05 23:51:41 +02:00
  • e3b2485453 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-03 14:01:04 -07:00
  • 60232810d8 Added some comments raysan5 2016-06-03 19:00:58 +02:00
  • d1133ca8d3 Some gestures comments tweaks... raysan5 2016-06-03 18:51:19 +02:00
  • 13bef7aa02 Work on Oculus functionality raysan5 2016-06-03 18:26:59 +02:00
  • b574e105dd Basic raylib Oculus Rift template for reference raysan5 2016-06-03 18:08:50 +02:00
  • 4dfffff19b Review uniform name raysan5 2016-06-03 17:30:09 +02:00
  • 9417b9969d Remove GLEW raysan5 2016-06-03 17:26:37 +02:00
  • 46a7822eee Remove useless folder raysan5 2016-06-03 17:25:02 +02:00
  • 501ef80bed Updated camera 2d example raysan5 2016-06-03 13:22:24 +02:00
  • 7ca6397223 Added support for Oculus Rift CV1 Ray 2016-06-03 00:53:51 +02:00
  • e2173922f0 Update eye render pose with layer data Ray 2016-06-03 00:46:56 +02:00
  • 96fa716525 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-02 13:43:11 -07:00
  • 4bc339ea4e Updated Oculus sample raysan5 2016-06-02 20:25:11 +02:00
  • 0bc71d84f8 Added functions to customize internal matrix raysan5 2016-06-02 20:23:09 +02:00
  • 2168d8aa1a Removed DrawPhysicObjectInfo() function raysan5 2016-06-02 19:16:11 +02:00
  • cafc66a3c1 Rename for consistency with other functions raysan5 2016-06-02 19:09:56 +02:00
  • 4c9d0f16a5 Comment to avoid warning raysan5 2016-06-02 19:09:31 +02:00
  • 80b3c4cd2b Review comments to be value-generic raysan5 2016-06-02 18:49:40 +02:00
  • 5bcddca5e1 Remove useless stuff raysan5 2016-06-02 18:29:49 +02:00
  • c286bea8e1 Remove GLEW dependency raysan5 2016-06-02 18:20:59 +02:00
  • 4fb3103dfa Corrected some formatting issues raysan5 2016-06-02 18:19:47 +02:00
  • cf6d2e3985 Review coding style to match raylib style raysan5 2016-06-02 17:12:31 +02:00
  • 7447b3e1da Merge pull request #123 from kd7tck/develop Ray 2016-06-02 16:18:53 +02:00
  • cf2975d062 convenient way to combine errors Joshua Reisenauer 2016-06-02 02:31:25 -07:00
  • af1eb5453a I added audio errors Joshua Reisenauer 2016-06-02 02:02:23 -07:00
  • 05f8e83ba9 cleanup Joshua Reisenauer 2016-06-02 00:03:00 -07:00
  • 21a01ec870 simplified mod Joshua Reisenauer 2016-06-01 20:36:54 -07:00
  • ae6adb173b Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-06-01 20:17:39 -07:00
  • 90e1ed2b5e mod player added Joshua Reisenauer 2016-06-01 20:09:00 -07:00
  • 17878550b1 Review heades usage Ray 2016-06-02 01:26:44 +02:00
  • 7afa0b09ab Support raygui as standalone library Ray 2016-06-02 01:24:27 +02:00
  • 0a27525a4b Dependencies review raysan5 2016-06-01 14:01:35 +02:00
  • 3e88156817 Ignore invalid warning raysan5 2016-06-01 12:38:06 +02:00
  • 897179a06c Corrected some issues on OpenGL 1.1 raysan5 2016-06-01 12:37:51 +02:00
  • 8f91ed81c5 Updated Oculus sample to Oculus SDK 1.4 raysan5 2016-05-31 20:08:36 +02:00
  • d17a0cee1a Review text formatting (spacing, tabs...) raysan5 2016-05-31 19:12:37 +02:00
  • 302ec438dd Removed colTint, tint color is colDiffuse raysan5 2016-05-31 18:15:53 +02:00
  • cac2a66deb Improved library consistency raysan5 2016-05-31 17:11:02 +02:00
  • 78b4494e2b Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-05-30 15:57:35 -07:00
  • caa7bc366b Reviewed DrawLight() function and some tweaks Ray 2016-05-31 00:51:55 +02:00
  • 6ad8323860 Merge remote-tracking branch 'refs/remotes/raysan5/develop' into develop Joshua Reisenauer 2016-05-30 15:39:21 -07:00
  • 9f2fc81df2 update to openal Joshua Reisenauer 2016-05-30 15:34:29 -07:00
  • 8a4e28f81d Support Android internal data storage Ray 2016-05-31 00:01:19 +02:00
  • 4b93349db5 Merge pull request #122 from victorfisac/develop Ray 2016-05-30 23:25:18 +02:00
  • 11cf455fe0 Standard Lighting (3/3) victorfisac 2016-05-30 19:59:21 +02:00
  • b0a0c5d431 Added tint color attribute to material data type victorfisac 2016-05-30 19:55:13 +02:00