Commit Graph

  • 7ca90d87f9 Move CONTRIBUTORS list to own file Ray 2017-09-26 09:12:02 +02:00
  • 2068037417 Code tweak Ray 2017-09-26 00:51:26 +02:00
  • ed9744756e Updated ( Ray 2017-09-26 00:38:34 +02:00
  • 934e6c01ab Merge pull request #359 from jubalh/develop Ray 2017-09-25 12:23:03 +02:00
  • 4a406fa94b Increment version in meson build file Michael Vetter 2017-09-25 12:15:48 +02:00
  • 8462ed73fe Added JAVA_HOME raysan5 2017-09-23 19:41:02 +02:00
  • b0f033b43a Some work on rres... raysan5 2017-09-23 19:30:42 +02:00
  • 4a8644e999 Update Android libs and building Ray 2017-09-23 18:40:30 +02:00
  • c317ffeca6 Updated comments and paths Ray 2017-09-23 18:24:58 +02:00
  • 86ebb877fe Working on project Makefile for Android Ray 2017-09-23 18:08:19 +02:00
  • 00274f070f Working on Android APK building with Makefile Ray 2017-09-23 00:25:31 +02:00
  • ff9b486ebe Removed matrix resetting... Ray 2017-09-22 13:53:29 +02:00
  • b9250cc47b Update HELPME.md Ray 2017-09-18 01:22:24 +02:00
  • 42505f0d0a Update ROADMAP.md Ray 2017-09-18 01:19:28 +02:00
  • 20968830c0 Added mesh generation functions raysan5 2017-09-18 00:59:22 +02:00
  • 1d91a46008 Corrected out-of-bounds array issue Ray 2017-09-13 22:23:24 +02:00
  • f3f6d3fd8e Added new functions raysan5 2017-09-08 09:35:54 +02:00
  • fb334e2fd1 Testing shapes generation using additional library Ray 2017-09-02 17:42:22 +02:00
  • dd50348b4d Merge branch 'master' of https://github.com/raysan5/raylib victorfisac 2017-09-02 08:25:38 +02:00
  • 12cb3afd9e Added function DrawRectangleGradientEx() raysan5 2017-08-27 21:02:24 +02:00
  • b951f8700e Merge pull request #349 from raysan5/master Ray 2017-08-27 20:59:55 +02:00
  • 958fed26c9 Merge pull request #348 from define-private-public/cmake_partial Ray 2017-08-27 20:58:49 +02:00
  • e173db19f7 CMake based build system. ASDF 2017-07-22 19:45:36 -04:00
  • 353912b215 Merge branch 'master' of https://github.com/raysan5/raylib victorfisac 2017-08-27 12:48:51 +02:00
  • c074783861 Merge pull request #346 from raysan5/develop Ray 2017-08-25 01:53:15 +02:00
  • 0fc1323c80 Renamed modelviewprojection matrix raysan5 2017-08-25 01:43:55 +02:00
  • 74fd671763 Remove old comment... raysan5 2017-08-24 23:57:34 +02:00
  • b0adac96b7 Review issue with mipmaps setup raysan5 2017-08-24 20:33:30 +02:00
  • 93a4b5e851 Added compiler flag... raysan5 2017-08-24 18:27:31 +02:00
  • f78747130c Merge pull request #345 from JellyPixelGames/fix-typos Ray 2017-08-24 11:52:44 +02:00
  • 18bf0ac044 Fix typo in raymath.h Michael Campagnaro 2017-08-23 22:55:43 -04:00
  • 88839b093c Added function DrawRectangleT() raysan5 2017-08-06 10:44:50 +02:00
  • 0169b72bdc Minor tweaks raysan5 2017-08-06 10:43:43 +02:00
  • 6369b47f11 Force OpenGL 3.3 on OSX if selected OpenGL 2.1 raysan5 2017-08-04 19:18:55 +02:00
  • ae35c37c8a Corrected game to run on OpenGL 1.1 raysan5 2017-08-04 18:56:36 +02:00
  • eeca607506 Review transforms to match OpenGL 1.1 raysan5 2017-08-04 18:34:51 +02:00
  • 1f310f7d4b new example added: models_plane_rotations raysan5 2017-08-04 13:38:21 +02:00
  • 2ec8880197 Updated stb libs to latest version raysan5 2017-08-04 12:58:39 +02:00
  • fba117e3cd Removed old tool raysan5 2017-07-31 19:42:26 +02:00
  • 7045ceaaed Merge pull request #342 from define-private-public/patch-2 Ray 2017-07-31 08:09:01 +02:00
  • 71d9426565 Make physac work on OS X Benjamin Summerton 2017-07-30 23:56:58 -04:00
  • d071418cba Added Vector3MultiplyV() Ray 2017-07-28 20:58:38 +02:00
  • 2a263f7b5f Corrected compilation on OpenGL ES 2.0 Ray 2017-07-28 19:59:04 +02:00
  • 17d40b2f37 Corrected function name raysan5 2017-07-25 18:26:22 +02:00
  • c59651bff0 Update README.md Ray 2017-07-25 18:20:26 +02:00
  • c764b3d03e Some tweaks raysan5 2017-07-25 18:09:58 +02:00
  • 1fcca40db5 Update README.md Ray 2017-07-25 11:40:04 +02:00
  • 98f447f714 Update README.md Ray 2017-07-25 11:28:22 +02:00
  • 072684d276 Removed webpage from raylib repo raysan5 2017-07-24 20:04:54 +02:00
  • b2712b6db7 Corrected issue on QuaternionFromVector3ToVector3() raysan5 2017-07-23 17:29:51 +02:00
  • f57367e786 Implemented some changes raysan5 2017-07-23 13:20:35 +02:00
  • a766e2c480 Updated Vector math to new naming raysan5 2017-07-22 22:15:50 +02:00
  • 3655c6e466 Renamed Vector*() functions to Vector3*() raysan5 2017-07-22 22:13:26 +02:00
  • 2227742e96 Corrected bug on texture rotation raysan5 2017-07-22 18:10:34 +02:00
  • 814f665bc1 Reviewed features list raysan5 2017-07-22 16:58:22 +02:00
  • 2fc7bc9504 Reviewed example with new maths raysan5 2017-07-22 13:02:02 +02:00
  • cbb134946c Corrected GetMouseRay() and rlUnproject() raysan5 2017-07-22 11:02:40 +02:00
  • c756227e11 Remove BOM from file encoding raysan5 2017-07-22 10:44:24 +02:00
  • 00d2768bc9 Corrected bug on MatrixPerspective() raysan5 2017-07-22 10:35:41 +02:00
  • bee980e90f Merge pull request #333 from define-private-public/patch-1 Ray 2017-07-22 09:48:59 +02:00
  • c43caeccb6 Update Makefile in examples/ Benjamin Summerton 2017-07-21 19:30:24 -04:00
  • c6cd07c373 Some tweaks raymath related raysan5 2017-07-21 17:46:44 +02:00
  • e52032f646 Complete review of raymath raysan5 2017-07-21 17:19:28 +02:00
  • 9040526f17 Adapt to new materials system raysan5 2017-07-21 17:17:37 +02:00
  • 38d9fcb08e Moved some functions to raymath raysan5 2017-07-21 15:25:35 +02:00
  • 980d9d4cd4 rlgl usable as standalone library raysan5 2017-07-21 10:42:57 +02:00
  • 84aff31973 MatrixPerspective() angle required in radians raysan5 2017-07-21 10:42:41 +02:00
  • 163339991c Review heightmap example for raylib 1.8 raysan5 2017-07-21 09:55:10 +02:00
  • 92729662f4 Additional path check raysan5 2017-07-21 09:49:23 +02:00
  • 2679c4ae9b Review mesh loading and textures generation raysan5 2017-07-21 09:34:09 +02:00
  • 63fd96354e Simplify a bit GenTexture*() functions raysan5 2017-07-20 14:27:59 +02:00
  • 4c06725461 Removed useless functions raysan5 2017-07-20 14:27:17 +02:00
  • 52cd5c6324 Corrected some issues raysan5 2017-07-20 12:26:25 +02:00
  • 0dabb2708b Reorganized a couple of functions raysan5 2017-07-19 19:53:53 +02:00
  • 76c6f0b1e6 Working on PBR system raysan5 2017-07-19 18:55:26 +02:00
  • e8b65422c4 Merge pull request #329 from define-private-public/328.shared-library-on-os-x Ray 2017-07-19 10:14:36 +02:00
  • d368403a13 Working on PBR materials, renamed some data raysan5 2017-07-19 10:09:34 +02:00
  • ba32d6a753 Able to make a .dylib for OS X Benjamin N. Summerton 2017-07-18 22:23:43 -04:00
  • 8f569e59b1 Review shared library generation Ray 2017-07-17 14:16:23 +02:00
  • bf169f7f42 Added PBR required resources Ray 2017-07-17 14:06:27 +02:00
  • e893f3629e Corrected some issues raysan5 2017-07-17 12:02:46 +02:00
  • 6546474fa4 Manual integration of material-pbr into develop Ray 2017-07-17 00:33:40 +02:00
  • 025dab9907 Updated twitter address Ray 2017-07-16 23:11:59 +02:00
  • eb7b5e59bb Merge branch 'master' of https://github.com/raysan5/raylib victorfisac 2017-07-15 16:05:00 +02:00
  • 8ca8550739 Removed function reference raysan5 2017-07-08 14:22:48 +02:00
  • 013f80f3a3 Added command line compiling with MSVC raysan5 2017-07-08 14:20:05 +02:00
  • 53fbeeea71 Corected some issues with jar_xm raysan5 2017-07-08 14:19:27 +02:00
  • 36fcffeaae Incremented version number for reference raysan5 2017-07-02 19:29:21 +02:00
  • 6589c808b5 Review some formatting for consistency raysan5 2017-07-02 19:29:01 +02:00
  • 5f0f87ecce Added VS2015 raylib release files raysan5 2017-07-02 14:41:14 +02:00
  • 65cf3080a5 Review VS2015 projects configurations raysan5 2017-07-02 14:33:40 +02:00
  • c04cb0a65e Review TraceLog() usage raysan5 2017-07-02 12:43:49 +02:00
  • 9f09f6f550 Rename enum LogType names... raysan5 2017-07-02 12:35:13 +02:00
  • bfa66f446a Review raylib path on rpi raysan5 2017-07-02 12:09:02 +02:00
  • c949b74114 Merge pull request #315 from joeld42/obj-loader-fix Ray 2017-07-01 10:23:47 +02:00
  • e0c95ede50 Prevent bogus triangle being added when there is whitespace at end of .OBJ file Joel Davis 2017-06-30 23:37:19 -07:00
  • 83b4b13a2c Merge pull request #314 from nounoursheureux/develop Ray 2017-06-29 16:31:40 +02:00
  • 056a494baf Fix some other typos Wilhem Barbier 2017-06-29 10:36:58 +02:00
  • aba3739c13 Fix some typos in raymath.h Wilhem Barbier 2017-06-29 10:29:01 +02:00
  • 495b6d8883 Merge pull request #313 from nounoursheureux/develop Ray 2017-06-29 09:05:46 +02:00