Commit Graph

  • 16e6d325b9
    [raudio] Fix freeing the wrong memory (#5481) Marcos Paccor 2026-01-08 18:04:09 -0300
  • 77f61f6843 [raudio] Fix freeing the wrong memory Marcos Paccor 2026-01-08 14:56:50 -0300
  • 0bcf79ce28
    [#5455] Fix for: Fix window width calculation by adding wOffset (#5480) Krzysztof Szenk 2026-01-08 17:26:56 +0100
  • 069ad78683 [#5455] Fix for: Fix window width calculation by adding wOffset criss 2026-01-08 17:13:39 +0100
  • 5398b8c9b0 Update rexm.c Ray 2026-01-07 23:09:51 +0100
  • c814625c00 Update models_first_person_maze.c Ray 2026-01-07 22:40:28 +0100
  • 5e1f5d5b74
    examples/models: optimize collision check in first_person_maze (#5478) Paul de Mascarel 2026-01-07 22:38:04 +0100
  • 229f82699b Reviewed change #5476 Ray 2026-01-07 22:36:40 +0100
  • c256f146b4
    added saving to memory buffer and SaveFileData for binary files (#5476) ssszcmawo 2026-01-07 22:32:58 +0100
  • 23bc037c37 Revert change, trying to follow DRM implementation but not needed on Android #5477 Ray 2026-01-07 22:32:09 +0100
  • bf85125426 examples/models: optimize collision check in first_person_maze pauldahacker 2026-01-07 18:22:27 +0100
  • 4d51336c0d Add missing EGL fields maiconpintoabreu 2026-01-06 22:40:11 +0000
  • c78ac65786
    Don't require a M3d animation only file to have a mesh. There are valid use cases for animation only files that can be applied to N other meshes. (#5475) Jeffery Myers 2026-01-06 13:32:42 -0800
  • 38cc60fd4a added saving to memory buffer and SaveFileData for binary files ssszcmawo 2026-01-06 18:02:26 +0100
  • eac9c988d1 Don't require a M3d animation only file to have a mesh. There are valid use cases for animation only files that can be applied to N other meshes. Jeffery Myers 2026-01-06 08:20:20 -0800
  • 3678c2d157 REMOVE: TRACELOGD(), hardly ever used Ray 2026-01-05 20:47:25 +0100
  • be6d8fee8f implemented saving for INPUT_GAMEPAD_CONNECT and DISCONNECT ssszcmawo 2026-01-05 19:25:17 +0100
  • 0c3d6ee44e docs(rcore): improve documentation for ConfigFlags Aneesh Bhave 2026-01-04 02:35:18 +0100
  • 5ed306969f feat(rcore): allow opening windows on wl layers Aneesh Bhave 2026-01-04 02:11:49 +0100
  • 35fc8ece44 Update models_decals.c Ray 2026-01-03 23:01:37 +0100
  • af544c24b9
    [rcore] Fix touch position automation event handling (#5470) ssszcmawo 2026-01-03 22:57:22 +0100
  • c4b11a30cd
    Fix DrawMeshInstanced breaking if instanceTransform is unused (#5469) Michael Kolupaev 2026-01-03 13:52:04 -0800
  • a44157c2a8
    [example] Added textures_frame_buffer_rendering (#5468) Jack Boakes 2026-01-04 08:41:52 +1100
  • b00cbdaf49
    Cleanup warnings in examples (#5467) Jeffery Myers 2026-01-03 13:38:51 -0800
  • 2791341a3a
    Fix alignment of previousPosition comment in rcore.c ssszcmawo 2026-01-03 21:24:58 +0100
  • d53b78d1c5 fix touch position automation event handling ssszcmawo 2026-01-03 21:13:53 +0100
  • 1fc5305809 Fix DrawMeshInstanced breaking if instanceTransform is unused Michael Kolupaev 2026-01-03 02:36:58 -0800
  • f67e70bb47
    Fix typecast warnings in rcore (#5466) Jeffery Myers 2026-01-02 23:59:34 -0800
  • 9153b5182b Cleanup warnings in examples Jeffery Myers 2026-01-02 19:19:05 -0800
  • 4647a49a74 [example] Added textures_frame_buffer_rendering jackboakes 2026-01-03 14:16:11 +1100
  • 8d99f2674c Fix typecast warnings in rcore Jeffery Myers 2026-01-02 18:27:37 -0800
  • f56bfad1b5 simple logging example David Konsumer 2026-01-02 16:46:32 -0800
  • 73064bdff2 #4551 - remove utils (inline in rcore) and move to RL_FS macros David Konsumer 2026-01-02 15:50:51 -0800
  • 9fe51a6144 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-01-02 18:43:37 +0100
  • c92de5f108 REVIEWED: Comments about intrinsics support #5316 Ray 2026-01-02 18:43:28 +0100
  • 942f93db55
    fix(build): do not use != assignment in Makefiles (#5464) sleeptightAnsiC 2026-01-02 18:36:22 +0100
  • fe5f8a99d9 fix(build): do not use != assignment in Makefiles sleeptightAnsiC 2026-01-02 14:14:35 +0100
  • ca89934ed5 Update year to 2026 Ray 2026-01-02 13:53:20 +0100
  • 416af51a93 Update year to 2026 Ray 2026-01-02 13:40:15 +0100
  • 980e4d0ad3
    Use the size of the texture as the V scale so repeatable textures work well (#5463) Jeffery Myers 2026-01-02 04:15:25 -0800
  • c9a456e273
    Add DenoRaylib550 binding to BINDINGS.md (#5462) Jeremiah Donley 2026-01-02 07:14:25 -0500
  • c9e879b2af Use the size of the texture as the V scale so repeatable textures work well Jeffery Myers 2026-01-01 20:32:22 -0800
  • 0b94052e76
    Add DenoRaylib550 binding to BINDINGS.md Jeremiah Donley 2026-01-01 20:23:27 -0500
  • 044b2ec72d Optimize ImageColorInvert with SSE2 SIMD\n\n - SIMD implemented for x86 SSE2- Scalar fallback remains for portability- Benchmark shows up to 45% speedup on 200x250 image omer 2026-01-01 19:56:19 +0100
  • c07d075a63 REVIEWED: Security checks formatting and comments Ray 2026-01-01 16:54:44 +0100
  • 5a3391fdce
    [rtext] Fix multiple security vulnerabilities in font loading (#5433, #5434, #5436) (#5450) GlitchLens 2026-01-01 23:35:12 +0800
  • 909f040dc5 Remove trailing spaces Ray 2026-01-01 16:33:34 +0100
  • eb4ad50d99
    make sure that our up vector really is up in an axis before picking a world plane (#5459) Jeffery Myers 2025-12-31 14:52:08 -0800
  • bdbd1edaa5 make sure that our up vector really is up in an axis before picking a world plane Jeffery Myers 2025-12-31 14:00:07 -0800
  • 95f72b162b REVIEWED: TextReplace(), revert breaking change, needs to be reviewed again... -WIP- Ray 2025-12-31 22:50:17 +0100
  • cac02ab063 REXM: REVIEWED: Add new example to collection list at the end of its category, instead of adding it at the end of the file Ray 2025-12-31 22:48:07 +0100
  • ab1d9b3830 REXM: Check example exists (compilation worked) before trying to run it Ray 2025-12-31 22:47:16 +0100
  • f805e6cae8 REXM: Update Makefile.Web before trying to rebuild new example for web Ray 2025-12-31 22:46:36 +0100
  • 83377a3488 Update examples_list.txt Ray 2025-12-31 22:29:12 +0100
  • 2377506843 Update rcamera.h Ray 2025-12-31 20:50:27 +0100
  • 0133a4e6c6
    Make CameraMove up and right work with Z up cameras like the other functions do. (#5458) Jeffery Myers 2025-12-31 11:45:29 -0800
  • d1e802e738 Make CameraMove up and right work with Z up cameras like the other functions do. Jeffery Myers 2025-12-31 10:23:03 -0800
  • c124f2552b REVIEWED: SIMD instrinsics must be explicitly enabled by developer, only SSE supported at the moment #5316 Ray 2025-12-31 11:22:26 +0100
  • 66755da4c8 REVIEWED: eglGetPlatformDisplay() usage Ray 2025-12-31 11:08:17 +0100
  • 02cca28b5f REVIEWED: eglGetPlatformDisplay() usage Ray 2025-12-31 11:08:10 +0100
  • 25ce6465d5
    Added SSE to MatrixMultiply. (#5427) McDubh 2025-12-31 03:58:58 -0600
  • 4af95a3a84
    Use eglGetPlatformDisplayEXT on DRM platform for Mali compatibility (#5446) Alvin De Cruz 2025-12-31 17:33:17 +0800
  • e534f14419
    Fix window width calculation by adding wOffset (#5457) CosmosShell 2025-12-31 00:05:39 -0800
  • f30d87d961 Fix window width calculation by adding wOffset CosmosShell 2025-12-30 15:45:30 -0800
  • 9b183e0c5e REXM: Update examples and reports Ray 2025-12-30 23:21:10 +0100
  • 8c83dc7d70 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-12-30 22:49:45 +0100
  • 0c3e10b262 REVIEWED: FileExists(), using macro Ray 2025-12-30 22:49:43 +0100
  • 4054fc42f3
    Remove stdio.h unused header (#5456) RANDRIA Luca 2025-12-31 00:09:20 +0300
  • 695f353533 Update Makefile.Web Ray 2025-12-30 22:07:23 +0100
  • f260f5fdd0 Update Makefile Ray 2025-12-30 22:06:18 +0100
  • fa1d4eb7fa Update shapes_hilbert_curve.c Ray 2025-12-30 22:06:05 +0100
  • 6e70dece56 Update minshell.html Ray 2025-12-30 22:05:37 +0100
  • ebf2f61425 Delete core_input_keyboard_gamepad_test.c Ray 2025-12-30 22:03:36 +0100
  • a6b6ad4139
    Merge branch 'raysan5:master' into master RANDRIA Luca 2025-12-30 23:40:01 +0300
  • 6dfaf9fe7e REVIEWED: example shapes_hilbert_curve #5454 Ray 2025-12-30 21:19:54 +0100
  • b7468c7709 Remove stdio.h unused header Luca-coder07 2025-12-30 22:52:46 +0300
  • 7523738677
    Add hilbert curve example (#5454) Hamza RAHAL 2025-12-30 20:11:37 +0100
  • 0c1fdd7f58 Add hilbert curve example Hamza RAHAL 2025-12-30 12:10:31 +0100
  • 2b48cf6793 Formating review Ray 2025-12-29 13:06:05 +0100
  • 1c6f683161
    [rcore][drm] Improved touch input handling and multitouch support, closes #4842 (#5447) MULTi 2025-12-29 17:24:30 +0530
  • 00f42e4199
    [rcore] [android] fixed gesture system not reporting GESTURE_NONE (#5452) Padmadev D 2025-12-29 17:20:12 +0530
  • 58d414bcf8 REVIEWED: InitPlatform(), code simplification Ray 2025-12-29 12:39:40 +0100
  • d782230c77 rm comments Dane Madsen 2025-12-29 18:20:22 +1000
  • d1511f78a4 simplify Dane Madsen 2025-12-29 18:19:48 +1000
  • b67bab1f91 GetCollisionV Dane Madsen 2025-12-29 17:38:45 +1000
  • 68b6012b28
    [rcore] [android] fixed gesture system not reporting GESTURE_NONE Padmadev D 2025-12-29 10:57:39 +0530
  • 219de139c5
    [rcore] [android] fixed gesture system not reporting GESTURE_NONE Padmadev D 2025-12-29 09:34:37 +0530
  • 508bd53779 [rtext] Fix multiple security vulnerabilities in font loading (#5433, #5434, #5436) yangxuan 2025-12-29 10:57:53 +0800
  • 8f8346048c
    Add chicken scheme to BINDINGS.md (#5449) Meowster 2025-12-28 17:50:10 -0500
  • a6271726b3
    Fix typo Meowster 2025-12-28 17:46:33 -0500
  • 7b633f07fa
    Add chicken scheme to BINDINGS.md Meowster 2025-12-28 17:43:03 -0500
  • eb3cc183cc REVIEWED: FIXED: Windows fullscreen, after breaking it due to X11/Wayland changes Ray 2025-12-28 20:29:01 +0100
  • a334a54eac Update rcore_desktop_glfw.c Ray 2025-12-28 20:09:15 +0100
  • 890ca8d687 REVIEWED: GetWindowPosition(), return internal value Ray 2025-12-28 20:04:44 +0100
  • 6450a48c75 Update core_highdpi_testbed.c Ray 2025-12-28 20:03:51 +0100
  • 8a75439c25 REVIEWED: Fullscreen modes on Linux (X11 over XWayland) Ray 2025-12-28 19:51:04 +0100
  • 8871d7648d Update core_highdpi_testbed.c Ray 2025-12-28 19:49:38 +0100
  • 4176c518c7 Update rcore_desktop_glfw.c Ray 2025-12-28 18:40:44 +0100
  • 99a0069087 Fix formatting in PollMouseEvents for improved readability MULTidll 2025-12-28 23:08:30 +0530
  • b08fe43bf7 Refactor conditional statements in PollMouseEvents and InitPlatform for improved readability MULTidll 2025-12-28 23:03:33 +0530