Commit Graph

  • d135eef462 fix and improve GenMeshTangents Bigfoot71 2025-05-12 23:16:06 +0200
  • 6f11e27bbe fix typo Lumen Keyes 2025-05-12 11:19:08 -0600
  • dea6a24777 build.zig fix: link EGL for Android Lumen Keyes 2025-05-12 11:13:32 -0600
  • 63b988ade9 Update raylib_api.* by CI github-actions[bot] 2025-05-11 09:05:50 +0000
  • f7d03efb49 REVIEWED: DecodeDataBase64(), follow convention: Ray 2025-05-11 11:05:25 +0200
  • 3083f0cd43 REVIEWED: SaveFileText(), const input text Ray 2025-05-11 11:03:49 +0200
  • 55e503171b review framebuffer filling functions Bigfoot71 2025-05-11 03:06:57 +0200
  • a8f222d52c optimized copy/blit functions for each dst format Bigfoot71 2025-05-11 02:35:34 +0200
  • d9c60f2d39 tweak framebuffer functions for better readability Bigfoot71 2025-05-11 00:12:47 +0200
  • 1ae8bb4970 use opitmized fract function in sw_texture_map Bigfoot71 2025-05-10 23:43:39 +0200
  • d98f229814 tweak lerp vertex function Bigfoot71 2025-05-10 23:25:13 +0200
  • f0d8653d07 greatly improve float saturation Bigfoot71 2025-05-10 23:21:36 +0200
  • a37a8cafd9 review color blending system Bigfoot71 2025-05-10 22:59:52 +0200
  • c1621b3d6d remove useless scissor related data Bigfoot71 2025-05-10 22:29:15 +0200
  • 693c9c292a Formatting tweaks Ray 2025-05-10 22:45:08 +0200
  • 4ac31f7cde
    Merge pull request #4928 from JeffM2501/unload_default_font Ray 2025-05-10 21:47:53 +0200
  • 0bfc37450c fix calls to GetRandomValue Bigfoot71 2025-05-10 21:45:42 +0200
  • 52d4b5d2f6 Added 3D Audio System Physical Liquid 2025-05-10 12:34:25 -0700
  • 9057c47904 review random value functions Bigfoot71 2025-05-10 21:26:59 +0200
  • 77e4eec8df adding floating-point generation to rprand Bigfoot71 2025-05-10 21:21:33 +0200
  • 6059705a0d
    Merge branch 'raysan5:master' into rlsw Le Juez Victor 2025-05-09 12:02:36 +0200
  • 6c0c2b72d6
    Create compile_flags.txt Lmenuontop 2025-05-09 12:57:40 +0530
  • ebaa922f6b Properly clean up the default font on unload, it may be reused if the window is created again Jeffery Myers 2025-05-08 09:57:31 -0700
  • 7e07278368 Update rprand.h Ray 2025-05-08 17:06:29 +0200
  • 1402e830b4
    Merge pull request #4926 from karl-zylinski/draw-sphere-normals Ray 2025-05-08 00:26:21 +0200
  • 6fad12db73
    Merge pull request #4927 from lumenkeyes/master Ray 2025-05-06 18:41:53 +0200
  • 35de7b26a4
    catch error in build.zig lumenkeyes 2025-05-06 10:08:12 -0600
  • eae3fd83d5
    properly detect if abi is android lumenkeyes 2025-05-06 10:04:54 -0600
  • c4b9c0e039
    properly generate android triple in build.zig lumenkeyes 2025-05-06 09:46:42 -0600
  • a15548fb5a Add normals to DrawSphereEx Karl Zylinski 2025-05-06 13:09:05 +0200
  • 3d6e24af4f
    Merge pull request #4906 from Bigfoot71/fix-clip Ray 2025-05-06 11:12:35 +0200
  • 512b1bed4f
    Merge pull request #4925 from JeffM2501/animated_meshes_GL11 Ray 2025-05-06 00:54:54 +0200
  • e07e3354a3 Merge branch 'animated_meshes_GL11' of github.com:JeffM2501/raylib into animated_meshes_GL11 Jeffery Myers 2025-05-05 15:51:13 -0700
  • ee2ab11cc5 Use the animated verts and normals in GL 1.1 if they exist Jeffery Myers 2025-05-05 14:54:35 -0700
  • 95c96b345c Use the animated verts and normals in GL 1.1 if they exist Jeffery Myers 2025-05-05 14:54:35 -0700
  • 31d63d08e2
    Merge pull request #4922 from Bigfoot71/review-file-dir-2 Ray 2025-05-05 16:57:22 +0200
  • a7ad2d1965
    Merge pull request #4918 from JeffM2501/default_font_image_leaks Ray 2025-05-05 12:06:55 +0200
  • 3d292a6c3c
    Merge pull request #4923 from JeffM2501/gltf_bone_fix Ray 2025-05-05 10:22:21 +0200
  • e53a43b7b5 Assign meshes without bone weights to the bone they are attached to so they animate. Jeffery Myers 2025-05-04 17:32:37 -0700
  • c6cf6c953a preventing a possible division by zero Bigfoot71 2025-05-04 17:10:41 +0200
  • 0e58392e8f swBegin tweaks Bigfoot71 2025-05-04 16:57:51 +0200
  • 0a6b41d189 reduce matrix compuations and memory usage Bigfoot71 2025-05-04 16:35:03 +0200
  • 38aec920b5 makes path static in ScanDirectoryFilesRecursively Bigfoot71 2025-05-04 14:47:52 +0200
  • 03988d2ce8 added a NULL check in UnloadDirectoryFiles Bigfoot71 2025-05-04 14:46:39 +0200
  • b578f7ee37 added a NULL check in UnloadDirectoryFiles Bigfoot71 2025-05-04 14:28:28 +0200
  • 9485d76fc7 removes an unnecessary memset in ScanDirectoryFilesRecursively Bigfoot71 2025-05-04 14:26:26 +0200
  • 06c9630ebb removes an unnecessary memset in ScanDirectoryFiles Bigfoot71 2025-05-04 14:26:15 +0200
  • c087144385
    Merge branch 'raysan5:master' into fix-clip Le Juez Victor 2025-05-04 12:29:19 +0200
  • 4ac0e0a2ce
    Merge branch 'raysan5:master' into rlsw Le Juez Victor 2025-05-04 12:29:11 +0200
  • 82c87d1f69
    Merge pull request #4920 from MrScautHD/patch-1 Ray 2025-05-04 11:41:06 +0200
  • 8533d284c1
    Update BINDINGS.md MrScautHD 2025-05-04 11:20:11 +0200
  • 94c5de33a0 Make the default font loadable before InitWindow, for use with the image API. Make the default font loader early out if we have already loaded parts of it, so we don't leak memory Jeffery Myers 2025-04-30 17:56:30 -0700
  • 3a1d6261e2
    Merge pull request #4916 from daniel-abbott/audio_sound_positioning_fix Ray 2025-04-30 19:41:15 +0200
  • 696f225f29
    Update audio_sound_positioning.c Daniel Abbott 2025-04-30 10:12:35 -0600
  • a7b7538efd
    Merge branch 'raysan5:master' into master Jon Daniel 2025-04-29 03:28:54 +0200
  • 1ec281e86f
    Merge pull request #4914 from Servall4/master Ray 2025-04-28 23:13:31 +0200
  • d1a3f93077
    Merge pull request #4915 from rael346/cmake-replace-custom-variable Ray 2025-04-28 23:11:56 +0200
  • f0de896f36 cmake: replace custom variable with built-in one Duy Tran 2025-04-28 11:57:53 -0400
  • ec5ce8c7fe Update raudio.c Ivan Ugryumov 2025-04-28 13:45:19 +0300
  • 1d020d6db1
    Merge pull request #4913 from rael346/cmake-uninstall-conflict Ray 2025-04-27 21:12:10 +0200
  • 629d4c1721 only create uninstall target when raylib is top level Duy Tran 2025-04-27 14:35:30 -0400
  • 233a327d15 Use libc for TextLength, TextCopy, TextSubtext, and TextInsert Vincent Lee 2025-04-27 01:31:46 -0700
  • 27a4fe8851
    Merge pull request #4910 from marler8997/fixEmscripten Ray 2025-04-26 22:50:49 +0200
  • 8d03636132 build.zig: fix building raylib for emscripten Jonathan Marler 2025-04-26 10:33:23 -0600
  • 5c954c1f52
    Merge pull request #4909 from gfaster/alt_fix Ray 2025-04-26 15:14:58 +0200
  • 7c6537a34f
    Merge pull request #4907 from ZeanKey/master Ray 2025-04-26 15:12:44 +0200
  • 10478ff756 Revert GLFW_SCALE_FRAMEBUFFER to pre GLFW 4.3 behavior Gavin Rohrer 2025-04-25 14:32:02 -0400
  • aff76d9692 impl framebuffer blit function Bigfoot71 2025-04-23 17:48:04 +0200
  • fbdd38c92c fix ndc projection (viewport/scissor) Bigfoot71 2025-04-23 17:12:05 +0200
  • 35371bf2b2 review texture wrap Bigfoot71 2025-04-23 16:50:46 +0200
  • a40e8f463c remove normal interpolation Bigfoot71 2025-04-23 16:12:57 +0200
  • dce242435c reimpl get color buffer func just in case Bigfoot71 2025-04-23 16:06:39 +0200
  • 2a7ecf5237
    Merge branch 'raysan5:master' into rlsw Le Juez Victor 2025-04-23 15:59:13 +0200
  • 12bf30ce04
    Merge branch 'raysan5:master' into master Z-AKey 2025-04-22 16:49:12 -0400
  • 77f31178ed fixed text_draw_3d Zean Key 2025-04-22 16:48:50 -0400
  • 461c9c9d90
    review tabs Le Juez Victor 2025-04-22 15:02:09 +0200
  • a7333a9dae
    review near/far Le Juez Victor 2025-04-22 15:00:54 +0200
  • ece30cd5c3
    Merge branch 'raysan5:master' into master Jon Daniel 2025-04-21 19:35:47 +0200
  • 9b989c4ac0 [rlgl] introduced rlStartBatch Bruno Cabral 2025-04-20 10:10:10 -0700
  • d0929734d7 [rcore][win32] fixes for compling with w64devkit without -DUNICODE Jonathan Marler 2025-04-20 08:32:22 -0600
  • 688a81d333
    Update ROADMAP.md Ray 2025-04-20 13:15:28 +0200
  • f3b68184c0
    Merge pull request #4903 from JeffM2501/audio_code_formatting Ray 2025-04-20 11:20:28 +0200
  • a618dae15c
    Merge branch 'master' into master Jon Daniel 2025-04-19 19:04:08 +0200
  • 897d9c52b7 [rcore][win32] more style changes and remove old DPI cases Jonathan Marler 2025-04-18 09:53:26 -0600
  • 282d205ac1 [rcore][win32] re-enable sanitize flags check for MSAA_4X Jonathan Marler 2025-04-18 09:43:42 -0600
  • 0961320e5d [rcore][win32] workaround unused function error SetupFramebuffer Jonathan Marler 2025-04-18 09:03:04 -0600
  • 93dc95eb2e [rcore][win32] incorporate style conventions Jonathan Marler 2025-04-18 08:34:48 -0600
  • 0f6b9ee738 format math the way ray likes it Jeffery Myers 2025-04-18 07:27:20 -0700
  • df5a3cee4a [rcore][win32] fixes from review/for gcc Jonathan Marler 2025-04-18 07:41:36 -0600
  • b185f482d0
    Merge pull request #4896 from mUnicorn/fix_bones_animation_scale Ray 2025-04-18 10:46:00 +0200
  • 73030e02d4
    Merge pull request #4895 from AndrewHamel111/descriptive-window-flag-warning Ray 2025-04-18 10:43:24 +0200
  • cf1713e6dd REVIEWED: VS2022 projects use a custom resource file... Ray 2025-04-18 10:25:40 +0200
  • 6b85aa7f72
    Merge pull request #4900 from JeffM2501/duplicate_resource Ray 2025-04-18 10:04:49 +0200
  • fdc835d294
    Merge pull request #4898 from JeffM2501/better_buffer_defaults Ray 2025-04-18 09:59:14 +0200
  • f6d05cc5e6
    Merge pull request #4899 from JeffM2501/examples_casting_4-26-25 Ray 2025-04-18 09:56:37 +0200
  • 869ae8bbd2 [example] fix text size in text_draw_3d Zean Key 2025-04-17 14:40:36 -0400
  • 369f767c59
    Merge branch 'raysan5:master' into master Jon Daniel 2025-04-17 18:41:49 +0200
  • 0b37251fbd Remove duplicate resource file Jeffery Myers 2025-04-16 18:26:06 -0700
  • eb3d96a36a Fix cast warnings in examples. Jeffery Myers 2025-04-16 18:23:55 -0700
  • 5185d4c427 use the device channels and sample size when computing the default buffer size. Jeffery Myers 2025-04-16 18:13:41 -0700