Commit Graph

  • c0d1425aac Remove TABS raysan5 2019-12-29 13:53:05 +01:00
  • 350cb0a8a8 GenTextureCubemap(): renamed parameter raysan5 2019-12-29 13:52:48 +01:00
  • cedd5efe4c fixed free camera pitch (#1040) chriscamacho 2019-12-29 12:47:01 +00:00
  • f8bd56b07f Normals was not correctly updated when using animated meshes (#1052) las3rlars 2019-12-29 12:17:36 +01:00
  • 9fbf5c8ca2 Review VS2017 project configuration Ray 2019-12-25 10:12:59 +01:00
  • caa1f45643 Forcibly ensure .xm playback starts in the right place; fixes #1043. (#1045) illegalinstruction 2019-12-21 04:02:54 -08:00
  • 5e8b6b0157 Review flags and web compilation Ray 2019-12-16 18:07:17 +01:00
  • 8473e94879 Add some comments on desktop multi-touch Ray 2019-12-16 18:06:48 +01:00
  • 8dece6a179 Update README.md Ray 2019-12-15 23:09:20 +01:00
  • ccf085ac70 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2019-12-15 23:02:35 +01:00
  • dde1d68a02 Remove KDevelop Ray 2019-12-15 23:02:04 +01:00
  • 14884a2a6c Update supported projects Ray 2019-12-15 23:01:08 +01:00
  • 9c62d8a400 Remove VS2015 project Ray 2019-12-15 22:57:53 +01:00
  • 6e1326143e Typo fixes (#1039) Shylie 2019-12-13 14:40:47 -05:00
  • 03e6006ac8 Corrected bug on rlReadTexturePixels() Ray 2019-12-11 23:26:42 +01:00
  • e614942a2d Read texture data as RGBA from FBO on GLES 2.0 Ray 2019-12-11 23:22:10 +01:00
  • 1397242d88 Small code tweak to avoid warning Ray 2019-12-11 23:14:32 +01:00
  • b8246d8592 Minor format tweaks for PR #1036 Ray 2019-12-10 00:18:29 +01:00
  • 7eacac24d5 SetWindowMonitor made functioning again. (#1036) Justin 2019-12-09 15:14:56 -08:00
  • 2a64aa2abd external: glfw: reinstate export of GLFW_PKG_{DEPS,LIBS} Ahmad Fatoum 2019-05-04 22:19:09 +02:00
  • f976b03a4f Update ccpp.yml Ray 2019-12-04 20:23:13 +01:00
  • 8db130289e Update ccpp.yml Ray 2019-12-04 20:11:34 +01:00
  • 3aad221b1e Review some shaders to work on GLSL 100 raysan5 2019-12-04 19:52:53 +01:00
  • ff499fe57d Update ccpp.yml Ray 2019-12-04 18:42:50 +01:00
  • 3c75bb5e6d Update ccpp.yml Ray 2019-12-04 18:34:11 +01:00
  • 8a08a9b225 Fix IsMouseButtonReleased() when press/release events come too fast (#1032) Oskari Timperi 2019-12-04 19:29:11 +02:00
  • 1b7d136daa Create ccpp.yml Ray 2019-12-04 18:25:17 +01:00
  • f346c672fb Work on macOS HighDPI issue #826 raysan5 2019-12-04 18:09:56 +01:00
  • 08adb4b8c3 Check and testing timming #865 raysan5 2019-12-04 17:59:17 +01:00
  • 3d936061c8 Corrected issue #1027 raysan5 2019-12-04 11:05:46 +01:00
  • 95f3b6e18e Review VSync on fullscreen mode Ray 2019-12-01 13:58:29 +01:00
  • 8eecbbe4aa fixes for switching full-screen and v-sync (#963) MasterZean 2019-12-01 14:46:09 +02:00
  • ea5cd42e6c Update GLFW to version 3.4 Ray 2019-12-01 13:30:02 +01:00
  • 3ffe34f9bb ADDED: DrawTextCodepoint() Ray 2019-12-01 13:28:14 +01:00
  • 416a52b5bc Minor comments tweak Ray 2019-12-01 12:55:33 +01:00
  • 91faf72dda Rename and review: core_2d_camera_platformer Ray 2019-11-25 13:06:56 +01:00
  • 60e8511543 Update miniaudio.h to v0.9.8 Ray 2019-11-25 11:42:49 +01:00
  • 97abaff4c5 Support rlPushMatrix() and rlPopMatrix() on mesh drawing Ray 2019-11-25 11:29:04 +01:00
  • 5ad65d9291 Minor format tweaks Ray 2019-11-25 11:26:26 +01:00
  • 776304e8e8 Comments (#1026) Darryl Dixon - Piece Digital 2019-11-24 18:13:05 -05:00
  • d5aab98ac9 Review PR #1015 raysan5 2019-11-24 14:08:27 +01:00
  • 1f66f0d9a2 [text] TextFormat() caching (#1015) brankoku 2019-11-24 08:01:35 -05:00
  • c1a02e9fca Review PR #1022 raysan5 2019-11-24 13:43:48 +01:00
  • f987ac9dca fix example build on macos (#1022) Richard Smith 2019-11-24 12:41:23 +00:00
  • 1d3f230c92 Review key input queue PR #1012 raysan5 2019-11-24 13:39:45 +01:00
  • ae301a1d23 add api FIFO based character input. (#1012) Ushio 2019-11-24 20:46:00 +09:00
  • b132ae099b Fix camera not working problem at align z direction. #924 (#1013) Ushio 2019-11-24 20:37:52 +09:00
  • 2783d0d63e DrawPoint3D(): PR review Ray 2019-11-22 00:33:50 +01:00
  • 5d27c1e6c9 Add DrawPoint3D() function to models.c (#1019) Eric J 2019-11-21 18:30:19 -05:00
  • d2882a68fe Adding double ended stack & Mempool Reset function (#1021) Kevin Yonan 2019-11-21 16:27:23 -07:00
  • 2ae5849826 Update BINDINGS.md Ray 2019-11-22 00:18:03 +01:00
  • 25ae374f62 Added raylib binding Ray 2019-11-20 21:46:04 +01:00
  • 8b7db29ba0 Fix Makefile missing X11 lib when building as a shared library on Linux. (#1018) JuDelCo 2019-11-16 04:46:20 +01:00
  • 74642ba1c6 Fix VSCode template for debugging. (#1014) JuDelCo 2019-11-12 19:30:45 +01:00
  • 96b0563249 [rlgl] Create function rlUpdateMeshAt (#1010) brankoku 2019-11-11 05:49:13 -05:00
  • 00c611a5fb [Core] Added ColorFromNormalized which is the reverse of ColorNormalize. (#1011) ChrisDill 2019-11-08 20:02:41 +00:00
  • bba8454034 rlUpdateMesh now supports updating indices (#1009) brankoku 2019-11-06 05:43:36 -05:00
  • 29b9b054dd REVIEW: rlLoadTexture() raysan5 2019-11-04 13:40:59 +01:00
  • e8b89b5ecf REVIEW: GetImageData() and GetImageAlphaBorder() raysan5 2019-11-04 13:30:55 +01:00
  • 5d9df629d7 Fix generation of web examples (#1007) Pablo Marcos Oltra 2019-11-01 19:09:38 +01:00
  • dc6136e820 Review formatting for PR #1004 Ray 2019-10-29 16:03:21 +01:00
  • 75b0264f35 fix various problems, thanks CppCheck :) (#1005) João Coelho 2019-10-29 14:57:19 +00:00
  • 64c588e9d8 Review latest PR #1003 Ray 2019-10-29 15:56:14 +01:00
  • 862ef0524e Raysan (#1003) Jean-Seb / jseb 2019-10-29 15:54:01 +01:00
  • d73abe73e5 REDESIGN: TextToUtf8() Ray 2019-10-28 20:53:32 +01:00
  • 6bf746d531 Corrected issue with function renamed Ray 2019-10-28 20:39:39 +01:00
  • f6df47dfe5 ADDED: TextToUtf8() -WIP- Ray 2019-10-27 23:56:48 +01:00
  • 3f12fa54f7 Update Bindings list include raylib-pas info (#1001) Donald Duvall 2019-10-27 09:15:25 -07:00
  • 90b3dceb54 added GetMatrixProjection fixed issue with GL11 where model matrix was identity (#999) chriscamacho 2019-10-27 11:13:18 +00:00
  • a6db31c01e updated RayMarching Demo (#997) Industrious Nomad 2019-10-26 03:45:15 -04:00
  • 39e22046c1 ClearDirectoryFiles(): Corrected issue #994 Ray 2019-10-25 14:29:12 +02:00
  • 3d8b1165a8 mem leak in gltf loader (#995) chriscamacho 2019-10-23 09:42:17 +01:00
  • 163a9e1f41 ClearDirectoryFiles() corrected bug Ray 2019-10-23 00:46:41 +02:00
  • 9b6227688f Corrected issue #992 Ray 2019-10-22 23:31:04 +02:00
  • 3c2ce77b7b ClearDirectoryFiles(): Corrected memory leak #991 Ray 2019-10-22 23:18:42 +02:00
  • 1878a9ea01 Corrected possible memory leak #993 Ray 2019-10-22 23:15:41 +02:00
  • 06910eedfd Minor comment tweak Ray 2019-10-22 23:15:26 +02:00
  • ca92f43c27 Review some defines Ray 2019-10-22 00:37:10 +02:00
  • ea70c47a1a Review latest PR Ray 2019-10-21 17:55:37 +02:00
  • 3f7fa6d6e7 Add multi texture support for materials in GLTF format (#979) Tyler Jessilynn Bezera 2019-10-21 08:38:23 -07:00
  • ab52f98480 Update text.c Ray 2019-10-21 17:37:47 +02:00
  • c1d282d9e8 Corrected bug on no-extension Ray 2019-10-21 17:37:43 +02:00
  • e25f4dca1f Update external libraries raysan5 2019-10-19 17:26:58 +02:00
  • 68dcb55349 Corrected bug on ImageDrawRectangleLines() raysan5 2019-10-19 17:26:45 +02:00
  • b75511248d Remove trailing spaces Ray 2019-10-17 17:18:03 +02:00
  • e40c26dea5 REVIEWED: GetCodepoints() issue Ray 2019-10-17 17:07:09 +02:00
  • 7baa2975ec REDESIGNED: IsFileExtension() Ray 2019-10-11 20:13:11 +02:00
  • e0cb892d2d ADDED: GetCodepoints() Ray 2019-10-11 20:12:15 +02:00
  • 12d3e21f1b REVIEW: ImageAlphaMask() Ray 2019-10-11 20:08:41 +02:00
  • 161c8b7d08 corrected examples Makefile target (#985) chriscamacho 2019-10-11 13:54:13 +01:00
  • 82306af111 projects: CMake: bump up minimal raylib version (#983) elitepleb 2019-10-05 23:24:03 +03:00
  • 596338b26a Check whether parsing mtl file was succesful (#982) Michael Vetter 2019-10-03 21:05:21 +02:00
  • eb772bc1e0 Check whether GLTF was loaded correctly (#981) Michael Vetter 2019-10-03 17:07:32 +02:00
  • 047f093503 Remove dead assignments (#980) Michael Vetter 2019-10-03 17:06:08 +02:00
  • df84f93938 Add security checks on file writting Ray 2019-09-30 17:32:06 +02:00
  • a8e63b9724 Convert default shader to const strings Ray 2019-09-25 16:45:17 +02:00
  • 99e86d180b Const corectness for LoadShaderCode (#977) Catalin Moldovan 2019-09-25 17:31:10 +03:00
  • 8adcec185e Improve code readability (#976) AlexHCC 2019-09-25 00:08:07 +03:00
  • 3fcf2ee19a Example renamed Ray 2019-09-22 22:13:22 +02:00
  • bdcb16e7bb Review PR and comments Ray 2019-09-22 21:47:19 +02:00