Commit Graph

  • 31d63d08e2 Merge pull request #4922 from Bigfoot71/review-file-dir-2 Ray 2025-05-05 16:57:22 +02:00
  • a7ad2d1965 Merge pull request #4918 from JeffM2501/default_font_image_leaks Ray 2025-05-05 12:06:55 +02:00
  • 3d292a6c3c Merge pull request #4923 from JeffM2501/gltf_bone_fix Ray 2025-05-05 10:22:21 +02:00
  • e53a43b7b5 Assign meshes without bone weights to the bone they are attached to so they animate. Jeffery Myers 2025-05-04 17:32:37 -07:00
  • 38aec920b5 makes path static in ScanDirectoryFilesRecursively Bigfoot71 2025-05-04 14:47:52 +02:00
  • 03988d2ce8 added a NULL check in UnloadDirectoryFiles Bigfoot71 2025-05-04 14:46:39 +02:00
  • c087144385 Merge branch 'raysan5:master' into fix-clip Le Juez Victor 2025-05-04 12:29:19 +02:00
  • 82c87d1f69 Merge pull request #4920 from MrScautHD/patch-1 Ray 2025-05-04 11:41:06 +02:00
  • 8533d284c1 Update BINDINGS.md MrScautHD 2025-05-04 11:20:11 +02:00
  • 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 -07:00
  • 3a1d6261e2 Merge pull request #4916 from daniel-abbott/audio_sound_positioning_fix Ray 2025-04-30 19:41:15 +02:00
  • 696f225f29 Update audio_sound_positioning.c Daniel Abbott 2025-04-30 10:12:35 -06:00
  • 1ec281e86f Merge pull request #4914 from Servall4/master Ray 2025-04-28 23:13:31 +02:00
  • d1a3f93077 Merge pull request #4915 from rael346/cmake-replace-custom-variable Ray 2025-04-28 23:11:56 +02:00
  • f0de896f36 cmake: replace custom variable with built-in one Duy Tran 2025-04-28 11:57:53 -04:00
  • ec5ce8c7fe Update raudio.c Ivan Ugryumov 2025-04-28 13:45:19 +03:00
  • 1d020d6db1 Merge pull request #4913 from rael346/cmake-uninstall-conflict Ray 2025-04-27 21:12:10 +02:00
  • 629d4c1721 only create uninstall target when raylib is top level Duy Tran 2025-04-27 14:35:30 -04:00
  • 27a4fe8851 Merge pull request #4910 from marler8997/fixEmscripten Ray 2025-04-26 22:50:49 +02:00
  • 8d03636132 build.zig: fix building raylib for emscripten Jonathan Marler 2025-04-26 10:33:23 -06:00
  • 5c954c1f52 Merge pull request #4909 from gfaster/alt_fix Ray 2025-04-26 15:14:58 +02:00
  • 7c6537a34f Merge pull request #4907 from ZeanKey/master Ray 2025-04-26 15:12:44 +02:00
  • 10478ff756 Revert GLFW_SCALE_FRAMEBUFFER to pre GLFW 4.3 behavior Gavin Rohrer 2025-04-25 14:32:02 -04:00
  • 12bf30ce04 Merge branch 'raysan5:master' into master Z-AKey 2025-04-22 16:49:12 -04:00
  • 77f31178ed fixed text_draw_3d Zean Key 2025-04-22 16:48:50 -04:00
  • 461c9c9d90 review tabs Le Juez Victor 2025-04-22 15:02:09 +02:00
  • a7333a9dae review near/far Le Juez Victor 2025-04-22 15:00:54 +02:00
  • 688a81d333 Update ROADMAP.md Ray 2025-04-20 13:15:28 +02:00
  • f3b68184c0 Merge pull request #4903 from JeffM2501/audio_code_formatting Ray 2025-04-20 11:20:28 +02:00
  • 0f6b9ee738 format math the way ray likes it Jeffery Myers 2025-04-18 07:27:20 -07:00
  • b185f482d0 Merge pull request #4896 from mUnicorn/fix_bones_animation_scale Ray 2025-04-18 10:46:00 +02:00
  • 73030e02d4 Merge pull request #4895 from AndrewHamel111/descriptive-window-flag-warning Ray 2025-04-18 10:43:24 +02:00
  • cf1713e6dd REVIEWED: VS2022 projects use a custom resource file... Ray 2025-04-18 10:25:40 +02:00
  • 6b85aa7f72 Merge pull request #4900 from JeffM2501/duplicate_resource Ray 2025-04-18 10:04:49 +02:00
  • fdc835d294 Merge pull request #4898 from JeffM2501/better_buffer_defaults Ray 2025-04-18 09:59:14 +02:00
  • f6d05cc5e6 Merge pull request #4899 from JeffM2501/examples_casting_4-26-25 Ray 2025-04-18 09:56:37 +02:00
  • 869ae8bbd2 [example] fix text size in text_draw_3d Zean Key 2025-04-17 14:40:36 -04:00
  • 0b37251fbd Remove duplicate resource file Jeffery Myers 2025-04-16 18:26:06 -07:00
  • eb3d96a36a Fix cast warnings in examples. Jeffery Myers 2025-04-16 18:23:55 -07:00
  • 5185d4c427 use the device channels and sample size when computing the default buffer size. Jeffery Myers 2025-04-16 18:13:41 -07:00
  • 42a40b3920 move first mesh bones calculation under check for its presense d.isakov 2025-04-16 08:04:58 +02:00
  • b4f1ff9a00 #4888 fix UpdateModelAnimationBones scale transform d.isakov 2025-04-16 07:49:26 +02:00
  • fdb92b373b Warning to direct users to appropriate function AndrewHamel111 2025-04-15 21:08:35 -04:00
  • 5b940692ea REVIEWED: ExportFontAsCode() not checking isGpuReady #4894 Ray 2025-04-15 13:09:44 +02:00
  • 80fcca4155 Update rcore_desktop_glfw.c Ray 2025-04-14 12:37:06 +02:00
  • cc5739a6d7 REVIEWED: Some PRs formating Ray 2025-04-13 20:55:38 +02:00
  • cb111ad15e Merge pull request #4883 from JeffM2501/highdpi_screenshot Ray 2025-04-12 20:56:36 +02:00
  • ab901c58bb Merge pull request #4881 from Bigfoot71/raylib-sound-positioning Ray 2025-04-12 20:55:29 +02:00
  • 618adb858a Merge pull request #4884 from eutro/racket-raylib-5.5 Ray 2025-04-12 20:54:43 +02:00
  • 5000f9f6f8 Merge pull request #4887 from marler8997/buildZigFormat Ray 2025-04-12 20:52:41 +02:00
  • 53cbd3cb11 rename Gunko Vadim 2025-04-12 07:10:14 +05:00
  • 0d86084709 Update text_unicode_font_example.c Gunko Vadim 2025-04-12 07:07:14 +05:00
  • 3d792f3363 build.zig: run zig fmt Jonathan Marler 2025-04-11 09:43:08 -06:00
  • 4184a5b251 Update text_unicode_font_example.c Gunko Vadim 2025-04-11 18:43:12 +05:00
  • 5d7e8010a5 example unicode font Gunko Vadim 2025-04-11 14:39:06 +05:00
  • 7a6b3ebf3a Update racket-raylib version in BINDING.md eutro 2025-04-11 00:02:47 +01:00
  • 60eb3a14d7 Only scale the screenshot by the DPI scale if we are doing automatic High DPI scaling, otherwise the native resolution is correct. Jeffery Myers 2025-04-10 13:59:09 -07:00
  • 59dc53d20e update readme Bigfoot71 2025-04-09 18:09:50 +02:00
  • d5733ffb9a update example makefiles Bigfoot71 2025-04-09 18:09:32 +02:00
  • a5639bb186 Merge pull request #4861 from luis605/view-depth-texture Ray 2025-04-09 17:57:20 +02:00
  • a554ef339b add audio_sound_positionning example Bigfoot71 2025-04-09 17:27:45 +02:00
  • 5aa3f0ccc3 Merge pull request #4879 from brccabral/cmake_config_verbose Ray 2025-04-07 11:30:26 +02:00
  • 636e239e07 [cmake] set correct description for verbose option Bruno Cabral 2025-04-06 22:33:46 -07:00
  • 4960cc74e0 [examples] Reviewed shader view depth luis605 2025-04-04 22:41:34 +01:00
  • ceb1a5ea2b REVIEWED: Temporaly fix for issue #4874 Ray 2025-04-03 18:31:05 +02:00
  • f4f860b343 Merge pull request #4873 from zet23t/bugfix-4872-sdl-touch-handling-error Ray 2025-04-02 19:19:54 +02:00
  • 1c4aa1378f [rcore][SDL2] First touch position is overwritten with mouse pos Eike Decker 2025-04-01 23:07:59 +02:00
  • b529f52dab Merge pull request #4871 from lumenkeyes/add-zig-android-target Ray 2025-04-01 20:00:16 +02:00
  • d0cf8961d3 fix typo Lumen Keyes 2025-04-01 10:54:51 -06:00
  • 33b2829a89 fix android-libc.txt generation Lumen Keyes 2025-04-01 10:43:22 -06:00
  • 11e15ab2ac Merge pull request #4870 from lumenkeyes/add-zig-android-target Ray 2025-04-01 01:28:20 +02:00
  • 1a67dcb578 REVIEWED: RGB order on SDL3 #3568 Ray 2025-04-01 01:26:51 +02:00
  • d52687eeee Add Android Target to build.zig Lumen Keyes 2025-03-31 13:36:51 -06:00
  • d4202a09e6 Merge pull request #4868 from marler8997/coreWindowFlagsBorderless Ray 2025-03-31 19:24:55 +02:00
  • f19d4c71ab core_window_flags example: add borderless windowed toggle Jonathan Marler 2025-03-31 10:23:34 -06:00
  • 902ffde898 Merge pull request #4865 from marler8997/core_highdpi_example Ray 2025-03-29 16:42:45 +01:00
  • 336fd78f74 Add core_highdpi example Jonathan Marler 2025-03-27 10:52:32 -06:00
  • 9a049d1d27 Merge pull request #4859 from MikiZX1/master Ray 2025-03-28 18:03:32 +01:00
  • 61aea2495a Merge pull request #4863 from marler8997/fixImmediateRestore Ray 2025-03-28 18:02:12 +01:00
  • 57a00b09b2 Merge pull request #4862 from marler8997/coreFlagsFps Ray 2025-03-28 17:56:30 +01:00
  • 1f9d7c6f88 Merge pull request #4866 from marler8997/restoreWindowDesc Ray 2025-03-28 17:55:45 +01:00
  • af16f7823a Improve description of RestoreWindow Jonathan Marler 2025-03-28 10:37:32 -06:00
  • 44f4400f5b Merge pull request #4864 from marler8997/excludeRglfw Ray 2025-03-27 08:30:32 +01:00
  • 508ca5c80f [build] only include rglfw.c for glfw platform Jonathan Marler 2025-03-26 21:11:35 -06:00
  • 00fb09cebf Prevent immediate window restore from minimize in core_window_flags Jonathan Marler 2025-03-26 20:02:03 -06:00
  • 8749ba9ebf Uncomment SetTargetFPS in core_window_flags Jonathan Marler 2025-03-26 16:35:31 -06:00
  • 8ec52e3b25 Added example to build system luis605 2025-03-26 19:47:45 +00:00
  • eeda7a4b82 Added shaders_view_depth example to the build system luis605 2025-03-26 17:41:04 +00:00
  • 001e78014c Merge pull request #4860 from marler8997/fixDivide0 Ray 2025-03-26 18:01:37 +01:00
  • e08fc8ab80 Added new example - [shader] render depth texture luis605 2025-03-26 16:59:05 +00:00
  • 611c43719f Avoid divide by 0 in core_custom_frame_control example Jonathan Marler 2025-03-26 10:58:59 -06:00
  • 55c6864092 Update rcore_desktop_sdl.c MikiZX1 2025-03-26 14:06:58 +01:00
  • beaadc9185 Merge pull request #4856 from marler8997/oneBuild Ray 2025-03-25 22:39:13 +01:00
  • 3d83c1c796 Format tweak Ray 2025-03-25 19:27:55 +01:00
  • ac17de5074 [build] remove examples/build.zig, incorporate into main build.zig Jonathan Marler 2025-03-25 09:55:49 -06:00
  • 909c83fd4a Avoid path filtering on TakeScreenshot() Ray 2025-03-25 16:22:46 +01:00
  • 32c8f396c2 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-03-25 16:21:53 +01:00
  • 63e608d485 comment tweak Ray 2025-03-24 15:07:36 +01:00
  • f5c96302d5 Merge pull request #4850 from sleeptightAnsiC/fix_rcore__ChangeDirectory_TRACELOG Ray 2025-03-23 19:13:12 +01:00
  • 8e9c3ceb57 [rcore] fix: TRACELOG upon successfully changing directory sleeptightAnsiC 2025-03-22 21:20:17 +01:00