Commit Graph

  • c9f9219fa6 REVIEWED: DRM cache buffers support #4988 Ray 2025-07-26 12:49:49 +02:00
  • 5c680739bd Removed platform-specific flag from config.h #4988 Ray 2025-07-26 12:49:03 +02:00
  • 86d9afc10c Merge pull request #4988 from rob-bits/master Ray 2025-07-26 12:14:21 +02:00
  • 715e174d13 Merge pull request #5062 from danilwhale/feat/get-proc-address Ray 2025-07-26 12:07:43 +02:00
  • 7262be85fd Minor format tweaks Ray 2025-07-26 12:06:24 +02:00
  • 4da399141a Merge pull request #5063 from kariem2k/fix_cmake_sdl3 Ray 2025-07-26 11:49:05 +02:00
  • d7893141f3 REVIEWED: rl_gputex.h library to be usable standalone Ray 2025-07-26 11:44:36 +02:00
  • 94d8d7133b Merge pull request #5045 from sleeptightAnsiC/fix_gputex_logging Ray 2025-07-26 11:25:58 +02:00
  • 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 +01:00
  • 9a042bc9ad Merge pull request #5061 from myQwil/zig_manual_module Ray 2025-07-23 22:13:29 +02:00
  • d6a897e551 [rlgl]: Add rlGetProcAddress danil 2025-07-23 21:41:45 +03:00
  • dfa21c2d1f [build][zig] use addLibrary() and set root modules manually Mike Will 2025-07-23 11:56:36 -04:00
  • 5434ae1100 Merge pull request #5057 from Joecheong2006/example-double-pendulum Ray 2025-07-22 21:01:31 +02:00
  • 10fadd9185 Replaced scalar to float Joecheong2006 2025-07-22 11:59:46 -07:00
  • b6ae5af4e3 Removed redefined RAD and DEG Joecheong2006 2025-07-22 11:57:16 -07:00
  • 8a0ab163d3 Changed to 4 spaces Joecheong2006 2025-07-22 11:50:48 -07:00
  • f3854cb406 Fixed typo JoeCheong 2025-07-22 11:39:24 -07:00
  • f1714a6234 [examples]: New shapes example - double pendulum Joecheong2006 2025-07-21 14:59:51 -07:00
  • 7b017b60d9 Move global variable to right code section Ray 2025-07-21 10:57:21 +02:00
  • dedf382f64 Merge pull request #5053 from didas72/master Ray 2025-07-20 21:23:32 +02:00
  • 36364192d5 Fixes GetWindowHandle returning a bad handle under Linux X11 Didas72 2025-07-19 22:29:08 +01:00
  • 9b6c09c32f Merge pull request #5049 from wwderw/master Ray 2025-07-19 12:29:39 +02:00
  • 0b125a5fd7 Update Makefile wwderw 2025-07-19 04:54:05 -05:00
  • 0b7dda8ab1 Merge pull request #5050 from katanya04/master Ray 2025-07-19 11:44:11 +02:00
  • 3d93b30262 Update font load message Catania 2025-07-18 15:20:38 +02:00
  • 78a06990c7 Merge pull request #5041 from PanicTitan/master Ray 2025-07-17 19:01:27 +02:00
  • 82b80a6998 Review formatting, avoid variable Ray 2025-07-17 18:49:58 +02:00
  • 71b302846a Review formatting, avoid variable Ray 2025-07-17 18:49:54 +02:00
  • 8823aba9df Update rprand.h Ray 2025-07-17 18:49:34 +02:00
  • 6b9a685bae Merge pull request #5048 from veins1/patch-4 Ray 2025-07-17 18:44:29 +02:00
  • 14582a9f06 Merge pull request #5047 from RomainPlmg/#5009-fix-colorreplace-alpha Ray 2025-07-17 18:43:10 +02:00
  • 093e5200d0 Update Makefile wwderw 2025-07-17 05:19:39 -05:00
  • 0405de794a Fix for music stopping too early veins1 2025-07-16 14:22:57 +00:00
  • d03ac97eff GetMusicTimePlayed fix for music shorter than buffer size veins1 2025-07-16 14:18:38 +00:00
  • 34af70866c [rtextures] Fix ImageColorReplace() alpha issue #5009 Romain Plumaugat 2025-07-15 23:19:39 +02:00
  • e00c5eb8b1 Merge pull request #5043 from vinnyhorgan/master Ray 2025-07-15 20:20:27 +02:00
  • cbea2ff502 Merge pull request #5046 from maiconpintoabreu/updatestream-music Ray 2025-07-15 20:18:46 +02:00
  • 3320a2c837 Fix to prevent UpdateMusicStream to run without music playing Maicon Santana 2025-07-15 19:07:15 +01:00
  • 8388160c32 - fixing SUPPORT_DRM_CACHE define check at the end of InitPlatform() katonar 2025-07-15 13:58:23 +02:00
  • e7c043529c Merge pull request #5044 from backspaceoverload/fix-HalfToFloat Ray 2025-07-15 13:12:46 +02:00
  • 85bf04c7bf [rl_gputex] fix: decouple logging and memory allocation from Raylib sleeptightAnsiC 2025-07-15 07:53:50 +02:00
  • 44ebf32389 Fix HalfToFloat Mantissa hex value backspaceoverload 2025-07-15 00:52:47 -03:00
  • 901afadbf1 fix warning log macro in rlgl Daniel Vincent Horgan 2025-07-14 15:36:02 +02:00
  • f34e240688 Merge pull request #5042 from Sir-Irk/ImageDrawLineEx_fix Ray 2025-07-14 10:30:34 +02:00
  • fce3102f1c Remove excess comments Jeremy Montgomery 2025-07-14 00:11:17 -05:00
  • 9f03d7c426 fixing comments sir-irk 2025-07-13 23:02:02 -05:00
  • 0c69c43c3a fix ImageDrawLineEx to be able to draw even numbered thicknesses sir-irk 2025-07-13 22:37:41 -05:00
  • 9e908e4a76 Update core_custom_frame_control.c to work properly on web PanicTitan 2025-07-14 00:27:56 -03:00
  • 20a07a65d7 Merge pull request #5037 from garrisonhh/fix-gaussian-blur Ray 2025-07-10 19:06:34 +02:00
  • 8dbacafbe6 fix overflow in cast for ImageBlurGaussian garrisonhh 2025-07-10 12:48:29 -04:00
  • 55a5674714 Merge pull request #5036 from sleeptightAnsiC/update_glfw_mappings_h Ray 2025-07-10 09:02:13 +02:00
  • 930890555c [glfw] update mappings.h using GenerateMappings.cmake sleeptightAnsiC 2025-07-10 01:37:25 +02:00
  • defbeee1a7 Merge pull request #5020 from Emil2010/master Ray 2025-07-08 21:45:17 +02:00
  • d972582bc7 Merge pull request #5025 from zedeckj/master Ray 2025-07-08 21:43:54 +02:00
  • 5957564983 Merge pull request #5026 from jonathandw743/sdlfix Ray 2025-07-08 21:43:30 +02:00
  • eaea8e0b0a Merge pull request #5033 from wwderw/master Ray 2025-07-08 21:42:47 +02:00
  • 8ef51850bf Update raudio.c wwderw 2025-07-08 08:51:33 -05:00
  • 32026ca78b fix preview image file name sir-irk 2025-07-08 06:34:25 -05:00
  • 86d2db2aa9 fix typo on UI and preview image sir-irk 2025-07-08 05:51:14 -05:00
  • 9a578dbce0 fix formatting sir-irk 2025-07-08 05:47:11 -05:00
  • a94feef6d0 update readme sir-irk 2025-07-08 05:36:39 -05:00
  • 897a8fbc9f adding preview image sir-irk 2025-07-08 05:28:15 -05:00
  • 510dc763e9 adding normal map example sir-irk 2025-07-08 05:05:30 -05:00
  • a92f67bf34 Merge pull request #5031 from AmityWilder/safety-comments Ray 2025-07-08 08:49:11 +02:00
  • 205b6a0926 Merge branch 'raysan5:master' into safety-comments Amy Wilder 2025-07-07 21:52:54 -04:00
  • 9f6d37ecb4 Update raylib_api.* by CI github-actions[bot] 2025-07-08 01:51:52 +00:00
  • d4f09984ac Add safety notes to 'Update_' functions Amy Wilder 2025-07-07 21:51:27 -04:00
  • 5b182139ae - implementing Raylib coding convention katonar 2025-07-07 17:55:32 +02:00
  • de62be0ec5 - created complier flag SUPPORT_DRM_CACHE, to enable triple buffered DRM caching katonar 2025-07-07 17:28:23 +02:00
  • 79c29cbe24 fixed compile error for PLATFORM sdl jonathandw743 2025-07-06 11:36:44 +01:00
  • e91a3697ff Fixed typo Jordan Zedeck 2025-07-06 01:59:03 -04:00
  • 910f4083e1 update dr_libs EmilSylveon 2025-07-05 00:53:01 +03:00
  • 7f8dfc6c69 Merge pull request #5018 from maiconpintoabreu/fix-zig-wasm-win-mac Ray 2025-07-04 14:34:07 +02:00
  • f1600a0c7e Fix issue on zig build emscripten run if the user has not installed emsdk Maicon 2025-07-04 10:24:32 +01:00
  • 46f01e315d Merge pull request #5013 from maiconpintoabreu/zig-examples Ray 2025-07-01 22:53:22 +02:00
  • 2e74133a62 Merge pull request #5014 from fosskers/colin/cl-binding Ray 2025-07-01 22:52:52 +02:00
  • 7f32b9a964 Merge pull request #5015 from Sir-Irk/gltf_model_fix Ray 2025-07-01 22:50:30 +02:00
  • 8cf932c822 Merge pull request #5016 from Sir-Irk/fix_pbr_example_tangents Ray 2025-07-01 22:48:59 +02:00
  • ed509193d9 remving w multiply on the tangent itself sir-irk 2025-07-01 15:30:50 -05:00
  • f86295732a fixing shader tangents to be vec4 sir-irk 2025-07-01 15:18:11 -05:00
  • bee524e5e6 fixing offset for processing tangents for gltf loading sir-irk 2025-07-01 13:23:05 -05:00
  • eef1bac3e2 fix misspelling Maicon Santana 2025-06-30 19:38:34 +01:00
  • 0cae8890b8 Remove -fno-stack-protector as it is not needed and add requestFullscreen on exported methods Maicon 2025-06-30 09:54:20 +01:00
  • 1db006b082 docs: mention another Common Lisp binding Colin Woodbury 2025-06-30 05:40:17 +09:00
  • 8f50436dc9 Fix comments Maicon 2025-06-29 09:11:41 +01:00
  • 6e9c3acaa4 Add run examples using zig and emscripten for web Maicon 2025-06-29 09:04:58 +01:00
  • bdda18656b Merge pull request #5011 from maiconpintoabreu/update-emsdk-fix-touch Ray 2025-06-27 10:18:26 +02:00
  • d659037fbe Update emsdk version for zig build to fix the issue with the EM_BOOL Maicon 2025-06-27 08:35:55 +01:00
  • c35e136471 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-06-24 20:11:37 +02:00
  • 44f670899c REVIEWED: Avoid rtext dependency on rcore_desktop_sdl #4959 Ray 2025-06-24 20:11:35 +02:00
  • e09dcf6112 Merge pull request #5006 from ElDigoXD/patch-1 Ray 2025-06-24 19:53:56 +02:00
  • 6266d0f419 Fix typo on config.h Diego Sanz 2025-06-24 13:48:20 +02:00
  • ed022e89e5 fix preview crop Agnis Aldiņš "NeZvērs 2025-06-23 16:22:14 +03:00
  • f6b7168ed4 Add preview image Agnis Aldiņš "NeZvērs 2025-06-23 16:06:46 +03:00
  • fa9653d179 Fix function call Agnis Aldiņš "NeZvērs 2025-06-23 13:50:24 +03:00
  • fca2317640 remove //#define PLATFORM_WEB Agnis Aldiņš "NeZvērs 2025-06-23 13:44:50 +03:00
  • a2cf878190 cleanup variable shadowing Agnis Aldiņš "NeZvērs 2025-06-23 13:43:38 +03:00
  • 4233544670 Update core_3d_fps_controller.c Agnis Aldiņš "NeZvērs 2025-06-23 13:32:08 +03:00
  • 4d5a56a5f8 change game's resolution Agnis Aldiņš "NeZvērs 2025-06-23 13:15:14 +03:00
  • eee9dd8c94 Example: core_3d_fps_controller Agnis Aldiņš "NeZvērs 2025-06-23 13:03:35 +03:00