Commit Graph

  • bb73a8089a Reviewed DrawFPS() comment Ray 2021-03-24 17:06:32 +01:00
  • 9bea64b5e4 REMOVED: DrawGizmo() Ray 2021-03-24 17:02:40 +01:00
  • 9047025ab7 Update textures.c Ray 2021-03-24 00:41:01 +01:00
  • c2bc3d22a1 REVIEWED: DrawRectangleRounded() performance #1523 Ray 2021-03-24 00:25:53 +01:00
  • 60bfee4a7d Added security check for render batch #1670 Ray 2021-03-23 23:45:14 +01:00
  • c5b0a1f005 Fix activeTextureId to have MAX_BATCH_ACTIVE_TEXTURES elements instead of the hardcoded 4 (#1674) Victor 2021-03-23 20:17:23 +01:00
  • 2532c396ed Fix 90 degree bug with DrawTexturePro and DrawRectanglePro (#1673) Chris 2021-03-23 13:40:26 +00:00
  • 71fe0bff95 Update text_raylib_fonts.c Ray 2021-03-23 12:20:28 +01:00
  • 89278953ae Update text_raylib_fonts.c Ray 2021-03-23 12:20:11 +01:00
  • 3e6ee028e5 Update rlgl.h Ray 2021-03-23 12:15:52 +01:00
  • 6f5a4a9351 REVIEWED: rlgl_standalone usage Ray 2021-03-23 11:51:09 +01:00
  • 5325d8d2ba Don't call sqrtf when axis already normalized (#1672) Dan Bechard 2021-03-23 03:32:25 -07:00
  • 81738bfa98 Fix PATH for other PLATFORM_OS's (#1671) Davidson Francis 2021-03-23 03:53:25 -03:00
  • e48b9a6da1 [Examples] Warning fixes (pt 1) (#1668) Jeffery Myers 2021-03-22 23:51:52 -07:00
  • c6dd41495b typecast warning fixes. (#1667) Jeffery Myers 2021-03-22 12:45:46 -07:00
  • 2ce28f75ad WARNING: BREAKING: REDESIGNED: rlgl module Ray 2021-03-22 20:45:04 +01:00
  • 24dae29a03 Review latest PR and some formatting Ray 2021-03-22 20:41:33 +01:00
  • 2c0a533948 [AUDIO] Music Looping enhancements (#1665) Jeffery Myers 2021-03-22 12:36:13 -07:00
  • 8e1e1ef970 Changed IsKeyPressed('R') to IsKeyPressed(KEY_R) for Physics examples! (#1666) Rabia Alhaffar 2021-03-22 17:44:12 +02:00
  • b573ff3e7a [AUDIO] Use device native sample rates (#1660) Jeffery Myers 2021-03-21 14:07:55 -07:00
  • c37f61d31f REVIEWED: rlgl module #1523 Ray 2021-03-21 20:31:35 +01:00
  • e0e68aad54 Update Makefile Ray 2021-03-21 18:33:16 +01:00
  • 2f943aaff0 Reverting align change #1658 Ray 2021-03-21 18:32:05 +01:00
  • ed4ca6a7f3 WARNING: BREAKING: rlgl module redesign -WIP- Ray 2021-03-21 01:29:31 +01:00
  • f4f6f665f7 Fixed possible issue with memory alignment #1658 Ray 2021-03-20 21:02:20 +01:00
  • dcde99bbb8 Corrected issue with HighDPI on macOS Ray 2021-03-20 20:58:24 +01:00
  • 364fbbd283 Review Discord link with Vanity URL Ray 2021-03-20 20:22:44 +01:00
  • 95f9a6171b Review HighDPI macOS support #1510 Ray 2021-03-20 20:06:38 +01:00
  • f4d6bad607 Considering the window's scale when setting the viewport. (#1659) Sean Heber 2021-03-20 13:57:29 -05:00
  • a76fcaba3e BIG CHANGE: REDESIGNED: Vr device simulator #1582 Ray 2021-03-20 18:36:25 +01:00
  • 4fba09794f Example considering HighDPI on RenderTexture draw #1086 Ray 2021-03-20 13:34:06 +01:00
  • 5049137715 Added KEY_NULL #520 Ray 2021-03-20 13:08:13 +01:00
  • 4fb6f4af75 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-03-20 13:02:53 +01:00
  • 95282edaf9 REVIEWED: HighDPI support on macOS retina #1510 Ray 2021-03-20 13:02:44 +01:00
  • 96e5e0dfb2 Fixed funny typo mistake... (#1657) Rabia Alhaffar 2021-03-20 02:18:44 +02:00
  • 75882f3254 Delete Avocado.glb Ray 2021-03-20 00:02:28 +01:00
  • 442abaab72 Updated example assets Ray 2021-03-19 22:39:39 +01:00
  • 5967c1ba1a REVIEWED: BeginMode3D() Ray 2021-03-19 21:55:47 +01:00
  • be8d5a7ae2 RENAMED: camera.type -> camera.projection Ray 2021-03-19 20:14:14 +01:00
  • 9909068714 Removed trailing spaces Ray 2021-03-19 19:43:44 +01:00
  • e28f754fbe Reviewed latest PR: formatting and some comments Ray 2021-03-19 19:42:36 +01:00
  • 45670fbf2d Optimize DrawTexturePro and DrawRectanglePro transformations (#1632) Chris 2021-03-19 18:19:10 +00:00
  • 2f367a905e Changed DrawRing and DrawCircleSector angle params from int to float to allow greater accuracy. (#1656) frithrah 2021-03-19 18:13:55 +00:00
  • 7a566a07ea Update text_input_box.c Ray 2021-03-19 19:12:08 +01:00
  • fe9181c1b4 REVIEWED: QuaternionFromEuler() #1651 Ray 2021-03-19 18:24:12 +01:00
  • 3e25760950 REMOVED: GetMouseCursor() Ray 2021-03-19 18:20:14 +01:00
  • 8527dbc6e2 WARNING: REMOVED: GamepadNumber enum Ray 2021-03-19 18:16:05 +01:00
  • 07d82a91c5 WARNING: BREAKING: RENAMED: camera.type to camera.projection Ray 2021-03-19 13:56:46 +01:00
  • d4e2c331b1 REVIEWED: BeginMode3D() Ray 2021-03-19 13:20:23 +01:00
  • a1d9987e7c WARNING: BREAKING: REVIEWED some enums naming Ray 2021-03-19 13:19:54 +01:00
  • 664fbb87f5 REVIEWED: Material params #1649 Ray 2021-03-18 13:57:53 +01:00
  • ca1f2f9078 REVIEWED: MatrixRotateZYX() #1642 Ray 2021-03-18 13:47:18 +01:00
  • 8b0574a217 REVIEWED: DrawLine3D() #1643 Ray 2021-03-18 13:41:58 +01:00
  • 0cbb3878c9 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-03-18 13:39:06 +01:00
  • 2b9d81c9bc REVIEWED: QuaternionFromEuler() #1651 Ray 2021-03-18 13:38:56 +01:00
  • 45b1e3c72c raylib-php && raylib-phpcpp support 3.5 (#1654) Joseph Montanez 2021-03-18 05:22:39 -07:00
  • e5834210d3 Update models_skybox.c Ray 2021-03-17 19:40:59 +01:00
  • 1cc838cef4 Update textures.c Ray 2021-03-17 19:37:03 +01:00
  • bae423be41 Create reload.fs Ray 2021-03-17 19:18:31 +01:00
  • ff6d5c8ddb REVIEWED: shaders_multi_sample2d Ray 2021-03-17 19:03:51 +01:00
  • aba69146f2 Support instancing in OpenGL ES 2.0 if available Ray 2021-03-17 13:56:00 +01:00
  • 3c76b5cc8e Update to latest emscripten Ray 2021-03-17 13:53:31 +01:00
  • 811e241f22 Update dray bindings version to 3.5 (#1650) xdrie 2021-03-15 00:07:49 -07:00
  • bc9194690c Implement UnloadModelAnimations (#1648) Hristo Stamenov 2021-03-14 20:30:18 +02:00
  • f7e48c95cd Added some comments on libc dependencies Ray 2021-03-14 14:14:51 +01:00
  • 1afd56dbf6 Use UnloadFileData() Ray 2021-03-14 14:14:31 +01:00
  • f9b79403d1 Improve gltf support (#1647) Hristo Stamenov 2021-03-14 13:09:31 +02:00
  • 01e28263be WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistency Ray 2021-03-14 11:05:51 +01:00
  • 75038baf71 Reviewed UWP project config Ray 2021-03-13 13:08:05 +01:00
  • fe3256be9f Renamed some functions to use latest raylib version Ray 2021-03-12 18:00:36 +01:00
  • 0872365938 Add config flag: SUPPORT_WINMM_HIGHRES_TIMER #1641 Ray 2021-03-12 17:18:48 +01:00
  • 755ed388b2 Minor tweak to avoid warning Ray 2021-03-12 17:17:53 +01:00
  • 5c2983f510 Gltf model and animations exploring problems (#1635) Hristo Stamenov 2021-03-09 01:11:08 +02:00
  • f0ab4723b9 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2021-03-09 00:07:19 +01:00
  • b7f2059dc3 Update miniaudio.h Ray 2021-03-09 00:07:08 +01:00
  • ef9f67749a Fix fullscreen resolution (#1637) Hristo Stamenov 2021-03-08 23:51:10 +02:00
  • 19651cfaad Added SUPPORT_STANDARD_FILEIO flag support for the CMake build system (#1638) Kirottu 2021-03-08 23:12:27 +02:00
  • 8dc3057fe5 Update windows_examples.yml Ray 2021-03-08 19:21:24 +01:00
  • 915b0780d6 Update core_3d_picking.c Ray 2021-03-08 19:19:43 +01:00
  • 55bf595cae Create windows_examples.yml Ray 2021-03-08 19:17:42 +01:00
  • 955d4d3d1a Create linux_examples.yml Ray 2021-03-08 19:09:22 +01:00
  • 8a30a2408c ADDED: Required callbacks Ray 2021-03-08 18:48:27 +01:00
  • 3e6f0d7372 Always try to set vsync. (#1636) Jeffery Myers 2021-03-08 09:08:37 -08:00
  • 0d096b43c2 Update some comments to warn users about callbacks Ray 2021-03-04 20:44:22 +01:00
  • b084552808 ADDED: Config flag: SUPPORT_STANDARD_FILEIO Ray 2021-03-04 20:36:04 +01:00
  • 7ad1370193 Some naming tweaks Ray 2021-03-04 20:22:58 +01:00
  • 1ed72b7812 Minor struct organization tweak Ray 2021-03-04 12:08:54 +01:00
  • c4a7c702b4 FEATURE: Several callbacks added -WIP- #1523 #1329 Ray 2021-03-04 12:06:28 +01:00
  • af3926af4b REVIEWED: Examples to new enum values Ray 2021-03-04 11:51:54 +01:00
  • c8ed231eca Update text_font_filters.c Ray 2021-03-03 23:05:52 +01:00
  • ca22a87949 REVIEWED: TextFormat() #1626 Ray 2021-03-03 19:55:09 +01:00
  • c938d71d15 Corrected issue with enums renamed Ray 2021-03-03 19:51:23 +01:00
  • 0b108c2087 Corrected bug Ray 2021-03-03 19:49:10 +01:00
  • dfe797060a WARNING: BREAKING: RENAMED: enums values Ray 2021-03-03 19:47:37 +01:00
  • 408f5aedb8 WARNING: BREAKING: RENAMED enum values Ray 2021-03-03 19:36:28 +01:00
  • 81908f7960 Removing +1 on comparing extesnions because this way it checked the file extension without the . against the file extension with the . resulting in always false. (#1629) hristo 2021-03-03 16:41:15 +02:00
  • e09f5179e6 replace vraylib link (#1627) waotzi 2021-03-03 00:03:55 +01:00
  • ab36fbf24a Reviewed defines, try to avoid elif statements Ray 2021-03-02 12:45:23 +01:00
  • 2a5ce96047 REVIEWED: Wait() to support FreeBSD #1618 Ray 2021-03-02 12:44:53 +01:00
  • 01b3c97c42 Some misc tweaks Ray 2021-03-02 02:03:52 +01:00