Commit Graph

  • 5076d5743b Merge pull request #4938 from JeffM2501/const_save_callback Ray 2025-05-13 20:51:47 +02:00
  • 4a1e9931a6 Update raylib_api.* by CI github-actions[bot] 2025-05-13 02:55:19 +00:00
  • aa684a33de make save file callback match const correctness of calling function Jeffery Myers 2025-05-12 19:54:34 -07:00
  • d135eef462 fix and improve GenMeshTangents Bigfoot71 2025-05-12 23:16:06 +02:00
  • 6f11e27bbe fix typo Lumen Keyes 2025-05-12 11:19:08 -06:00
  • dea6a24777 build.zig fix: link EGL for Android Lumen Keyes 2025-05-12 11:13:32 -06:00
  • 63b988ade9 Update raylib_api.* by CI github-actions[bot] 2025-05-11 09:05:50 +00:00
  • f7d03efb49 REVIEWED: DecodeDataBase64(), follow convention: Ray 2025-05-11 11:05:25 +02:00
  • 3083f0cd43 REVIEWED: SaveFileText(), const input text Ray 2025-05-11 11:03:49 +02:00
  • 693c9c292a Formatting tweaks Ray 2025-05-10 22:45:08 +02:00
  • 4ac31f7cde Merge pull request #4928 from JeffM2501/unload_default_font Ray 2025-05-10 21:47:53 +02:00
  • 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 -07:00
  • 7e07278368 Update rprand.h Ray 2025-05-08 17:06:29 +02:00
  • 1402e830b4 Merge pull request #4926 from karl-zylinski/draw-sphere-normals Ray 2025-05-08 00:26:21 +02:00
  • 6fad12db73 Merge pull request #4927 from lumenkeyes/master Ray 2025-05-06 18:41:53 +02:00
  • 35de7b26a4 catch error in build.zig lumenkeyes 2025-05-06 10:08:12 -06:00
  • eae3fd83d5 properly detect if abi is android lumenkeyes 2025-05-06 10:04:54 -06:00
  • c4b9c0e039 properly generate android triple in build.zig lumenkeyes 2025-05-06 09:46:42 -06:00
  • a15548fb5a Add normals to DrawSphereEx Karl Zylinski 2025-05-06 13:09:05 +02:00
  • 3d6e24af4f Merge pull request #4906 from Bigfoot71/fix-clip Ray 2025-05-06 11:12:35 +02:00
  • 512b1bed4f Merge pull request #4925 from JeffM2501/animated_meshes_GL11 Ray 2025-05-06 00:54:54 +02:00
  • e07e3354a3 Merge branch 'animated_meshes_GL11' of github.com:JeffM2501/raylib into animated_meshes_GL11 Jeffery Myers 2025-05-05 15:51:13 -07:00
  • ee2ab11cc5 Use the animated verts and normals in GL 1.1 if they exist Jeffery Myers 2025-05-05 14:54:35 -07:00
  • 95c96b345c Use the animated verts and normals in GL 1.1 if they exist Jeffery Myers 2025-05-05 14:54:35 -07:00
  • 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