Commit Graph

  • 70a2118c49 REMOVED: rnet.h raysan5 2021-11-01 20:08:14 +01:00
  • b02e737074 Update raygui.h raysan5 2021-11-01 20:07:22 +01:00
  • fdb7cd0587 Update HISTORY.md Ray 2021-11-01 19:45:05 +01:00
  • bba035c20c Minor type tweak raysan5 2021-11-01 19:14:55 +01:00
  • be361ed3dc Update README.md Ray 2021-11-01 11:52:15 +01:00
  • 8c0f9c7f5a Update miniaudio.h Ray 2021-11-01 11:37:47 +01:00
  • 8abba960c7 Review comments Ray 2021-11-01 11:26:13 +01:00
  • 8649032428 Update comment Ray 2021-11-01 01:08:55 +01:00
  • 6e8387468f Update CHANGELOG Ray 2021-10-31 23:56:15 +01:00
  • 27987f3fe6 Update README.md Ray 2021-10-31 22:59:34 +01:00
  • ef32377336 Updated Notepad++ raylib intellisense functions Ray 2021-10-31 18:12:50 +01:00
  • a2b69c0905 removed raylib-d (#2091) AKDev 2021-10-31 22:39:53 +05:30
  • 1fac09d0f4 REVIEWED: example: Compute shader Game-of-life Ray 2021-10-31 12:28:04 +01:00
  • f090f5444c Add Conway's Game of Life compute shader example. (#2088) Astie Teddy 2021-10-31 11:46:38 +01:00
  • 2bb4d36c43 Add missing file extensions for drag-and-drop support (#2090) Peter0x44 2021-10-30 22:43:07 +01:00
  • b7240d6a36 Update raygui.h Ray 2021-10-27 11:25:24 +02:00
  • 65076464d5 REVIEWED: KeyCallback() Ray 2021-10-26 22:27:18 +02:00
  • 72758de6ea Reviewed warnings Ray 2021-10-26 22:26:28 +02:00
  • 25642cff36 Update comments for OpenGL 4.3 Ray 2021-10-26 22:23:16 +02:00
  • cd61463d23 Update README.md Ray 2021-10-26 09:19:17 +02:00
  • 0171bdfb9c Update raylib.pc.in Ray 2021-10-26 09:13:30 +02:00
  • daeccd03ac Fix VC warnings for examples (#2085) Jeffery Myers 2021-10-25 01:21:16 -07:00
  • 086f76ba7a Fix warnings in raylib build (#2084) Jeffery Myers 2021-10-25 01:18:42 -07:00
  • e5cdfab97d made it so the cmake workflow runs on cmake related changes (#2083) mandar1jn 2021-10-25 02:05:11 +02:00
  • affb707dd9 fixing the library so the workflows compile (#2082) mandar1jn 2021-10-24 18:24:01 +02:00
  • 4c497779a2 Updated workflow files (#2079) mandar1jn 2021-10-24 17:33:21 +02:00
  • 08441e8b2d When one of the colliding lines is vertical or horizontal, not all collisions were correctly detected due to floating point error. (#2081) TheSergey496 2021-10-24 18:31:13 +03:00
  • d02310e8ce Update README.md Ray 2021-10-23 20:23:16 +02:00
  • 62965aa6d7 Comments tweaks raysan5 2021-10-23 14:17:26 +02:00
  • 04a4efb591 Added some comments on LoadGLTF() raysan5 2021-10-23 14:00:05 +02:00
  • c4f0e80895 REVIEWED: Size of bones id supported, max 255 bones per mesh raysan5 2021-10-23 13:59:20 +02:00
  • ebee8ba3bb REVIEWED: LoadGLTF() #2075 raysan5 2021-10-23 11:42:02 +02:00
  • 8f5bd3e185 web: clear resizedLastFrame (#2077) mausimus 2021-10-23 08:52:36 +00:00
  • fcc6a61d9e replace hardcoded number of mouse buttons with MAX_MOUSE_BUTTONS (#2076) Richard Smith 2021-10-23 09:52:04 +01:00
  • ae13f438ba Update Makefile.Web Ray 2021-10-22 23:08:42 +02:00
  • 18db2c4f01 REVIEWED: LoadGLTF() raysan5 2021-10-22 21:27:11 +02:00
  • 1fd8052527 Update raylib.vcxproj raysan5 2021-10-22 21:24:39 +02:00
  • 6ce38e599a Remove big asset raysan5 2021-10-22 21:24:26 +02:00
  • 83b6cd00c6 Reviewed VS2019 projects raysan5 2021-10-22 15:41:28 +02:00
  • 1883343944 Update core_input_gamepad.c raysan5 2021-10-22 15:04:31 +02:00
  • ebad28d831 REVIEWED: gltf models loading, reverted to a previous version (with some tweaks) raysan5 2021-10-22 14:53:11 +02:00
  • befdb5963e REMOVED: IsGamepadName() raysan5 2021-10-22 12:21:31 +02:00
  • 83cd22ee5a Minor tweaks raysan5 2021-10-22 12:20:42 +02:00
  • dd6e006d78 Reviewed multitouch example #1988 raysan5 2021-10-22 11:53:47 +02:00
  • cbeb29d9d1 Update webassembly.yml Ray 2021-10-21 22:40:13 +02:00
  • 317db34059 Reviewed to support raygui and physac on building Ray 2021-10-21 21:17:25 +02:00
  • 1d61be5804 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-10-21 21:09:49 +02:00
  • 13bb656a91 Update Makefile Ray 2021-10-21 21:09:40 +02:00
  • 16f5a04983 Update webassembly.yml Ray 2021-10-21 21:08:28 +02:00
  • 9afda9359b Reviewed physac building Ray 2021-10-21 21:04:28 +02:00
  • 2d82788e42 Reviewed uniform name Ray 2021-10-20 11:55:00 +02:00
  • 5761bf7e19 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-10-20 11:40:59 +02:00
  • fba117478d Update Makefile.Web Ray 2021-10-20 11:40:46 +02:00
  • 8e599908d9 Re-write Code::Blocks template to work on Linux and Macos (#2073) Richard Smith 2021-10-19 18:50:21 +01:00
  • ae7127232d Add D bindings to Raylib (#2072) Raffaele 2021-10-19 15:41:49 +02:00
  • 2e151408bb REVIEWED: models_yaw_pitch_roll raysan5 2021-10-19 14:58:04 +02:00
  • fec0ce34c5 Remove trailing spaces raysan5 2021-10-19 14:57:12 +02:00
  • 719c1551cc Reviewed latest PR formatting and details raysan5 2021-10-19 13:30:23 +02:00
  • 9f2ff3e4d6 Support create OpenGL debug context in OpenGL 4.3 (#2068) warzes 2021-10-19 20:43:27 +10:00
  • 963021d393 VS2019 solution update (#2071) procfxgen 2021-10-19 10:50:14 +02:00
  • 7763ccd8ad Resync .obj models! gitignore was ignoring them! Ray 2021-10-18 23:17:37 +02:00
  • d8e0b2e27c Allow to run any file (#2069) Jarosław Jaros 2021-10-18 22:00:54 +02:00
  • 6ac3043e88 WARNING: REMOVED: glTF loading raysan5 2021-10-18 14:11:56 +02:00
  • 2ec8ce649a ADDED: EncodeDataBase64() and DecodeDataBase64() raysan5 2021-10-18 14:10:51 +02:00
  • bc47d36e90 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2021-10-18 13:26:07 +02:00
  • 1c9093fd24 Avoid GRAPHICS_API_OPENGL_* defines raysan5 2021-10-18 13:25:59 +02:00
  • 0543f897a9 Update README.md Ray 2021-10-18 13:24:44 +02:00
  • b28e353626 Reviewed glDisableVertexAttribArray() issue #2068 raysan5 2021-10-18 13:22:52 +02:00
  • a3f9ba8704 Removed useless GL calls #2068 raysan5 2021-10-18 13:16:07 +02:00
  • ccf4329792 Review comments Ray 2021-10-18 00:23:26 +02:00
  • a6fb2dafc6 Fix rlLoadComputeShaderProgram define (#2067) Uneven Prankster 2021-10-17 18:11:42 -03:00
  • 7a16834124 UPDATE: Officially support OpenGL 4.3 raysan5 2021-10-17 21:41:19 +02:00
  • 628e6e52f3 Update examples screenshots raysan5 2021-10-17 21:39:52 +02:00
  • f437f7b405 Reviewed makefile and examples building raysan5 2021-10-17 21:00:52 +02:00
  • cf12992b6a Remove trailing spaces raysan5 2021-10-17 21:00:20 +02:00
  • 67a1e84859 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2021-10-17 19:10:48 +02:00
  • 6243466770 Create Makefile.Web raysan5 2021-10-17 19:10:33 +02:00
  • 0f8caeb186 Added new examples to Makefile raysan5 2021-10-17 19:10:28 +02:00
  • c20df9aa47 Reviewed examples raysan5 2021-10-17 19:10:09 +02:00
  • c41e0f0c45 Update CHANGELOG Ray 2021-10-17 19:07:29 +02:00
  • 16d015d81e build.zig: Use addCSourceFiles (#2066) Sage Hane 2021-10-17 17:04:08 +00:00
  • d47d7c0001 Fixing the error of loading VOX models. (#2065) warzes 2021-10-17 18:22:58 +10:00
  • c87e91d27a Update SetupViewport so that it doesn't subtract offset from render dimensions when calling rlViewport (#2064) michaelfiber 2021-10-17 04:21:51 -04:00
  • 99f6707e2c Support OpenGL 4.3 Ray 2021-10-16 23:49:31 +02:00
  • e36dc01b91 Support GRAPHICS_API_OPENGL_43 Ray 2021-10-16 23:39:21 +02:00
  • 8523d13683 Update rlgl.h Ray 2021-10-16 23:30:30 +02:00
  • dba29e4405 Compute shaders support (#2061) Astie Teddy 2021-10-16 23:26:25 +02:00
  • 0aefe256d0 REVIEWED: rlLoadDrawQuad() description #2058 Ray 2021-10-16 22:39:22 +02:00
  • 1b793e76dc Reviewed memory usage Ray 2021-10-16 22:36:47 +02:00
  • 226c0e362c Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-10-15 11:25:28 +02:00
  • 84edd22612 Reviewed unsigned int issue (discussion #2054) Ray 2021-10-15 11:25:17 +02:00
  • 2a6bd973bd Review some comments raysan5 2021-10-14 15:38:50 +02:00
  • d7266ea8f3 Merge branch 'master' of https://github.com/raysan5/raylib raysan5 2021-10-14 13:41:55 +02:00
  • ef858b0dbb Review examples raysan5 2021-10-14 13:37:22 +02:00
  • 588131c9d5 Add zig buildfile for examples. (#2051) Ryan Roden-Corrent 2021-10-14 07:24:00 -04:00
  • 52c1a4e7d0 Update SPONSORS.md Ray 2021-10-14 12:45:41 +02:00
  • f9c8e31ed7 Update SPONSORS.md Ray 2021-10-14 12:30:46 +02:00
  • 9ac5a96408 Update rmodels.c Ray 2021-10-14 10:52:24 +02:00
  • 8a5bc933de Starting to review glTF loading -WIP- Ray 2021-10-14 10:43:29 +02:00
  • 3e604a8645 Remove trailing spaces Ray 2021-10-14 00:11:37 +02:00