Commit Graph

  • eb7f8912f8 Minor format tweaks Ray 2025-07-26 12:50:29 +0200
  • 8343aed4f6 Avoid fatal errors on OBJ model loading Ray 2025-07-26 12:50:12 +0200
  • c9f9219fa6 REVIEWED: DRM cache buffers support #4988 Ray 2025-07-26 12:49:49 +0200
  • 5c680739bd Removed platform-specific flag from config.h #4988 Ray 2025-07-26 12:49:03 +0200
  • 86d9afc10c
    Merge pull request #4988 from rob-bits/master Ray 2025-07-26 12:14:21 +0200
  • 715e174d13
    Merge pull request #5062 from danilwhale/feat/get-proc-address Ray 2025-07-26 12:07:43 +0200
  • 7262be85fd Minor format tweaks Ray 2025-07-26 12:06:24 +0200
  • 4da399141a
    Merge pull request #5063 from kariem2k/fix_cmake_sdl3 Ray 2025-07-26 11:49:05 +0200
  • d7893141f3 REVIEWED: rl_gputex.h library to be usable standalone Ray 2025-07-26 11:44:36 +0200
  • 94d8d7133b
    Merge pull request #5045 from sleeptightAnsiC/fix_gputex_logging Ray 2025-07-26 11:25:58 +0200
  • 32960af1dc Fixed: Added CMake support for SDL3. Now supports including SDL2 or SDL3 as a subdirectory within the project. The system will first check for SDL3, then SDL2. If neither is found, it will attempt find_package(SDL3), followed by find_package(SDL2). If all these checks fail, the process will terminate with an error. Karim Ahmed 2025-07-24 09:48:52 +0100
  • 9a042bc9ad
    Merge pull request #5061 from myQwil/zig_manual_module Ray 2025-07-23 22:13:29 +0200
  • d6a897e551 [rlgl]: Add rlGetProcAddress danil 2025-07-23 21:41:45 +0300
  • dfa21c2d1f [build][zig] use addLibrary() and set root modules manually Mike Will 2025-07-23 11:56:36 -0400
  • 5434ae1100
    Merge pull request #5057 from Joecheong2006/example-double-pendulum Ray 2025-07-22 21:01:31 +0200
  • 10fadd9185 Replaced scalar to float Joecheong2006 2025-07-22 11:59:46 -0700
  • b6ae5af4e3 Removed redefined RAD and DEG Joecheong2006 2025-07-22 11:57:16 -0700
  • 8a0ab163d3 Changed to 4 spaces Joecheong2006 2025-07-22 11:50:48 -0700
  • f3854cb406
    Fixed typo JoeCheong 2025-07-22 11:39:24 -0700
  • 247acf0090
    Merge branch 'raysan5:master' into master Jon Daniel 2025-07-22 18:49:38 +0200
  • f1714a6234 [examples]: New shapes example - double pendulum Joecheong2006 2025-07-21 14:59:51 -0700
  • 7b017b60d9 Move global variable to right code section Ray 2025-07-21 10:57:21 +0200
  • 4fac1b8008 added c++20 formatters lukasx999 2025-07-21 01:45:29 +0200
  • dedf382f64
    Merge pull request #5053 from didas72/master Ray 2025-07-20 21:23:32 +0200
  • 6402b90a41
    Merge branch 'raysan5:master' into master Jon Daniel 2025-07-19 23:50:38 +0200
  • 36364192d5 Fixes GetWindowHandle returning a bad handle under Linux X11 Didas72 2025-07-19 22:29:08 +0100
  • 9b6c09c32f
    Merge pull request #5049 from wwderw/master Ray 2025-07-19 12:29:39 +0200
  • 0b125a5fd7
    Update Makefile wwderw 2025-07-19 04:54:05 -0500
  • 0b7dda8ab1
    Merge pull request #5050 from katanya04/master Ray 2025-07-19 11:44:11 +0200
  • 3d93b30262
    Update font load message Catania 2025-07-18 15:20:38 +0200
  • 78a06990c7
    Merge pull request #5041 from PanicTitan/master Ray 2025-07-17 19:01:27 +0200
  • 82b80a6998 Review formatting, avoid variable Ray 2025-07-17 18:49:58 +0200
  • 71b302846a Review formatting, avoid variable Ray 2025-07-17 18:49:54 +0200
  • 8823aba9df Update rprand.h Ray 2025-07-17 18:49:34 +0200
  • 6b9a685bae
    Merge pull request #5048 from veins1/patch-4 Ray 2025-07-17 18:44:29 +0200
  • 14582a9f06
    Merge pull request #5047 from RomainPlmg/#5009-fix-colorreplace-alpha Ray 2025-07-17 18:43:10 +0200
  • 093e5200d0
    Update Makefile wwderw 2025-07-17 05:19:39 -0500
  • 0405de794a
    Fix for music stopping too early veins1 2025-07-16 14:22:57 +0000
  • d03ac97eff
    GetMusicTimePlayed fix for music shorter than buffer size veins1 2025-07-16 14:18:38 +0000
  • 34af70866c [rtextures] Fix ImageColorReplace() alpha issue #5009 Romain Plumaugat 2025-07-15 23:19:39 +0200
  • e00c5eb8b1
    Merge pull request #5043 from vinnyhorgan/master Ray 2025-07-15 20:20:27 +0200
  • cbea2ff502
    Merge pull request #5046 from maiconpintoabreu/updatestream-music Ray 2025-07-15 20:18:46 +0200
  • 3320a2c837 Fix to prevent UpdateMusicStream to run without music playing Maicon Santana 2025-07-15 19:07:15 +0100
  • 8388160c32 - fixing SUPPORT_DRM_CACHE define check at the end of InitPlatform() katonar 2025-07-15 13:58:23 +0200
  • e7c043529c
    Merge pull request #5044 from backspaceoverload/fix-HalfToFloat Ray 2025-07-15 13:12:46 +0200
  • 85bf04c7bf [rl_gputex] fix: decouple logging and memory allocation from Raylib sleeptightAnsiC 2025-07-15 07:53:50 +0200
  • 44ebf32389 Fix HalfToFloat Mantissa hex value backspaceoverload 2025-07-15 00:52:47 -0300
  • 901afadbf1 fix warning log macro in rlgl Daniel Vincent Horgan 2025-07-14 15:36:02 +0200
  • f34e240688
    Merge pull request #5042 from Sir-Irk/ImageDrawLineEx_fix Ray 2025-07-14 10:30:34 +0200
  • fce3102f1c
    Remove excess comments Jeremy Montgomery 2025-07-14 00:11:17 -0500
  • 9f03d7c426 fixing comments sir-irk 2025-07-13 23:02:02 -0500
  • 0c69c43c3a fix ImageDrawLineEx to be able to draw even numbered thicknesses sir-irk 2025-07-13 22:37:41 -0500
  • 9e908e4a76
    Update core_custom_frame_control.c to work properly on web PanicTitan 2025-07-14 00:27:56 -0300
  • 20a07a65d7
    Merge pull request #5037 from garrisonhh/fix-gaussian-blur Ray 2025-07-10 19:06:34 +0200
  • 8dbacafbe6 fix overflow in cast for ImageBlurGaussian garrisonhh 2025-07-10 12:48:29 -0400
  • 55a5674714
    Merge pull request #5036 from sleeptightAnsiC/update_glfw_mappings_h Ray 2025-07-10 09:02:13 +0200
  • aff36ba10b
    Merge branch 'raysan5:master' into master Jon Daniel 2025-07-10 05:37:38 +0200
  • 930890555c [glfw] update mappings.h using GenerateMappings.cmake sleeptightAnsiC 2025-07-10 01:37:25 +0200
  • bbdc5326ee Added function to get previous mouse position sumten10 2025-07-09 08:24:02 -0400
  • defbeee1a7
    Merge pull request #5020 from Emil2010/master Ray 2025-07-08 21:45:17 +0200
  • d972582bc7
    Merge pull request #5025 from zedeckj/master Ray 2025-07-08 21:43:54 +0200
  • 5957564983
    Merge pull request #5026 from jonathandw743/sdlfix Ray 2025-07-08 21:43:30 +0200
  • eaea8e0b0a
    Merge pull request #5033 from wwderw/master Ray 2025-07-08 21:42:47 +0200
  • 8ef51850bf
    Update raudio.c wwderw 2025-07-08 08:51:33 -0500
  • 32026ca78b fix preview image file name sir-irk 2025-07-08 06:34:25 -0500
  • 86d2db2aa9 fix typo on UI and preview image sir-irk 2025-07-08 05:51:14 -0500
  • 9a578dbce0 fix formatting sir-irk 2025-07-08 05:47:11 -0500
  • a94feef6d0 update readme sir-irk 2025-07-08 05:36:39 -0500
  • 897a8fbc9f adding preview image sir-irk 2025-07-08 05:28:15 -0500
  • 510dc763e9 adding normal map example sir-irk 2025-07-08 05:05:30 -0500
  • a92f67bf34
    Merge pull request #5031 from AmityWilder/safety-comments Ray 2025-07-08 08:49:11 +0200
  • 205b6a0926
    Merge branch 'raysan5:master' into safety-comments Amy Wilder 2025-07-07 21:52:54 -0400
  • 9f6d37ecb4 Update raylib_api.* by CI github-actions[bot] 2025-07-08 01:51:52 +0000
  • d4f09984ac Add safety notes to 'Update_' functions Amy Wilder 2025-07-07 21:51:27 -0400
  • 5b182139ae - implementing Raylib coding convention katonar 2025-07-07 17:55:32 +0200
  • de62be0ec5 - created complier flag SUPPORT_DRM_CACHE, to enable triple buffered DRM caching katonar 2025-07-07 17:28:23 +0200
  • 954cde5b60 rcore_drm software renderering Bigfoot71 2025-07-06 18:04:14 +0200
  • 3419e72c5e
    Merge branch 'raysan5:master' into master Jon Daniel 2025-07-06 18:03:07 +0200
  • e2d10420a7 fix var name... Bigfoot71 2025-07-06 17:46:00 +0200
  • 61eb017461 codepoint fix (?) Bigfoot71 2025-07-06 16:03:36 +0200
  • 6dd813e200 Merge remote-tracking branch 'upstream/master' into rlsw-merge Bigfoot71 2025-07-06 14:29:46 +0200
  • 79c29cbe24 fixed compile error for PLATFORM sdl jonathandw743 2025-07-06 11:36:44 +0100
  • e91a3697ff
    Fixed typo Jordan Zedeck 2025-07-06 01:59:03 -0400
  • 1f7cddfe4c Swapped topRight and bottomRight color parameters on DrawRectangleGradientEx as they were inverted. Paperdomo101 2025-07-05 17:01:22 +0800
  • 910f4083e1 update dr_libs EmilSylveon 2025-07-05 00:53:01 +0300
  • 425c40e8c7 Fix: Inaccurate mouse position in raylib WASM on web pages suremoon 2025-07-04 22:17:29 +0800
  • 7f8dfc6c69
    Merge pull request #5018 from maiconpintoabreu/fix-zig-wasm-win-mac Ray 2025-07-04 14:34:07 +0200
  • f1600a0c7e Fix issue on zig build emscripten run if the user has not installed emsdk Maicon 2025-07-04 10:24:32 +0100
  • 86eddc172b
    Merge branch 'raysan5:master' into master Jon Daniel 2025-07-02 15:02:18 +0200
  • 46f01e315d
    Merge pull request #5013 from maiconpintoabreu/zig-examples Ray 2025-07-01 22:53:22 +0200
  • 2e74133a62
    Merge pull request #5014 from fosskers/colin/cl-binding Ray 2025-07-01 22:52:52 +0200
  • 7f32b9a964
    Merge pull request #5015 from Sir-Irk/gltf_model_fix Ray 2025-07-01 22:50:30 +0200
  • 8cf932c822
    Merge pull request #5016 from Sir-Irk/fix_pbr_example_tangents Ray 2025-07-01 22:48:59 +0200
  • ed509193d9 remving w multiply on the tangent itself sir-irk 2025-07-01 15:30:50 -0500
  • f86295732a fixing shader tangents to be vec4 sir-irk 2025-07-01 15:18:11 -0500
  • bee524e5e6 fixing offset for processing tangents for gltf loading sir-irk 2025-07-01 13:23:05 -0500
  • eef1bac3e2
    fix misspelling Maicon Santana 2025-06-30 19:38:34 +0100
  • 0cae8890b8 Remove -fno-stack-protector as it is not needed and add requestFullscreen on exported methods Maicon 2025-06-30 09:54:20 +0100
  • 1db006b082
    docs: mention another Common Lisp binding Colin Woodbury 2025-06-30 05:40:17 +0900
  • 8f50436dc9 Fix comments Maicon 2025-06-29 09:11:41 +0100