Commit Graph

  • 3b647c85e1
    raymath: wrap float3 and float16 for consistency with other types (#5540) Nikolai S. Kiselev 2026-02-10 00:05:35 +0100
  • b39cc6bce7 Update win32_clipboard.h Ray 2026-02-09 23:28:02 +0100
  • 98fdac4e84 rlparser: update raylib_api.* by CI github-actions[bot] 2026-02-09 21:48:52 +0000
  • 2061f692ec re-add processor to AudioStream fmixolydian 2026-02-09 22:48:11 +0100
  • 619ee0b557
    Merge branch 'raysan5:master' into master fmixolydian 2026-02-09 22:33:28 +0100
  • cbb2f8c1cf turns out building actually destroyed examples/makefile fmixolydian 2026-02-09 22:32:15 +0100
  • 7e59e1d93d REVIEWED: Formating Ray 2026-02-09 22:29:47 +0100
  • 84f75785ee Update rcore.c Ray 2026-02-09 22:29:13 +0100
  • f190c6a4d4 Update rcore.c Ray 2026-02-09 22:27:16 +0100
  • abb7145866
    Merge branch 'raysan5:master' into master fmixolydian 2026-02-09 22:26:57 +0100
  • 9861baf4b7 Update textures_framebuffer_rendering.c Ray 2026-02-09 22:26:07 +0100
  • e67dc15a52 Update rcore_desktop_glfw.c Ray 2026-02-09 22:25:55 +0100
  • f6910bc1e0 Update rcore_drm.c Ray 2026-02-09 22:25:52 +0100
  • a654beb565 REVIEWED: Comments Ray 2026-02-09 22:25:20 +0100
  • eba1fca933 Update rcore.c Ray 2026-02-09 22:24:44 +0100
  • 49cd2ddaa1 Update rcore.c Ray 2026-02-09 22:24:07 +0100
  • c4baa5b81d REVIEWED: Comments Ray 2026-02-09 22:23:23 +0100
  • b84f725db5 NOOOOOOOO it turns out examples/Makefile is required (even tho its in .gitignore) fmixolydian 2026-02-09 22:13:29 +0100
  • 0388dc531d rlparser: update raylib_api.* by CI github-actions[bot] 2026-02-09 21:10:57 +0000
  • 4ec7f4576f added EX audio callback functions fmixolydian 2026-02-09 21:44:40 +0100
  • c0829bc69e
    Add raylib bindings for Wave language (#5539) LunaStev 2026-02-09 21:27:51 +0900
  • 4b3dd73620
    Merge branch 'master' into bindings/wave LunaStev 2026-02-09 21:06:08 +0900
  • 5a36ce5e7c
    [rcore] Implemented SetWindowMaxSize, SetWindowMinSize, and SetWindowSize (#5536) mikeemm 2026-02-09 13:00:18 +0100
  • 7191cec51d fix format LunaStev 2026-02-09 21:00:01 +0900
  • b29d6ee462
    Update BINDINGS.md (#5538) SabeDoesThings 2026-02-09 05:51:43 -0600
  • 10b0ec684e raymath: wrap float3 and float16 for consistency with other types n-s-kiselev 2026-02-09 12:05:49 +0100
  • 19f23563b3 inlined processExample function to minimize diffs Daniel Tasada 2026-02-09 11:03:49 +0100
  • de9651b322 build: removed compatibility with zig 0.15.2. Daniel Tasada 2026-02-09 10:40:07 +0100
  • a46ed49896 Bindings Wave LunaStev 2026-02-09 18:16:09 +0900
  • f73ff64245
    Update BINDINGS.md SabeDoesThings 2026-02-08 10:38:31 -0600
  • 4f94624de9
    [raudio]: Get format size from miniaudio instead of switch torph 2026-02-08 02:58:35 -0500
  • 823562220b
    [raudio]: Fix hardcoded 2-channel 48kHz settings torph 2026-02-08 02:52:24 -0500
  • 18e683d0b9
    [raudio] Fix wave export example name in comments torph 2026-02-08 02:34:41 -0500
  • 0674f673dd
    [raudio]: Remove duplicate code torph 2026-02-08 02:31:00 -0500
  • 4918d435e9
    [raudio]: Replace DrWAV with miniaudio WAV encoder Miniaudio includes DrWAV, and their encoder is just a wrapper. Now we don't have 2 copies of it. torph 2026-02-08 02:14:28 -0500
  • d00f52e419
    [raudio]: Remove DrFLAC & DrMP3 header files torph 2026-02-08 01:53:19 -0500
  • 12e18a22ad
    [raudio] Use miniaudio decoder for MP3/WAV/FLAC music streams torph 2026-02-08 01:44:12 -0500
  • 3c0657ef90
    [raudio] Use stock miniaudio decoders in LoadWave for MP3/WAV/FLAC torph 2026-02-08 01:06:35 -0500
  • 3d1afc3cff prevented incompatible size limits unknown 2026-02-07 03:29:06 +0100
  • dbc440107f removed outdated warning unknown 2026-02-07 02:57:16 +0100
  • 25837cfff4 implemented SetWindowMaxSize, SetWindowMinSize and SetWindowSize unknown 2026-02-06 21:28:04 +0100
  • a6fa8b9ff4
    Fix out of bound Memory read in Material.maps (#5534) Ross Martin 2026-02-06 13:58:27 +0100
  • 4f76b896d5 REVIEWED: CheckCollisionLines(), formating and follow raylib conventions Ray 2026-02-06 10:55:42 +0100
  • d03fbaed6d Fix out of bounds Memory read in Material.Maps by using the MATERIAL_MAP_SPECULAR define instead of the SHADER_LOG_SPECULAR enum RossMartin 2026-02-05 23:08:28 +0100
  • a6ade0dcc6 Fix out of bounds Memory read in Material.Maps by using the MATERIAL_MAP_SPECULAR define instead of the SHADER_LOG_SPECULAR enum RossMartin 2026-02-05 23:06:01 +0100
  • 3881d2aac2
    Fix: Detect collision if one line is almost vertical (#5510) (#5531) bielern 2026-02-05 19:21:45 +0100
  • f43e049444
    Refactor removing extra space and add break line for { (#5533) Maicon Santana 2026-02-05 14:10:55 +0000
  • 68560dc396 Refactor removing extra space and add break line for { maiconpintoabreu 2026-02-05 10:21:50 +0000
  • 9b2f1d23c3 Fix: Detect collision if one line is almost vertical (#5510) Noah Bieler 2026-02-04 21:43:02 +0100
  • d4f636151b
    refactor to follow the CONVENTIONS.md (#5530) Maicon Santana 2026-02-04 18:43:55 +0000
  • a96cbe0183
    Close opened directory (#5529) Alexander Fasching 2026-02-04 19:42:44 +0100
  • 4c1efc2bd3
    [rcore] Fix native win32 window minimizing/maximizing (#5524) mikeemm 2026-02-04 19:37:12 +0100
  • 99b0c94c6c refactor to follow the CONVENTIONS.md maiconpintoabreu 2026-02-04 13:24:33 +0000
  • 81bfcdfac5 Close opened directory Alexander Fasching 2026-02-04 06:41:44 +0100
  • 4b70958002 fix: resolve high vulnerability c.lang.security.insecure-use-strtok-fn.insecure-use-strtok-fn orbisai0security 2026-02-04 03:23:50 +0000
  • ccfa3f762a
    fixed an issue when using an empty window title (#5526) Thomas Anderson 2026-02-03 16:12:13 -0600
  • 54b12ed56d
    update cmake for rgfw (#5527) Thomas Anderson 2026-02-03 16:11:20 -0600
  • 064a7e5688 update cmake for rgfw CrackedPixel 2026-02-03 16:05:00 -0600
  • 1d5490d292 fixed an issue when using an empty window title CrackedPixel 2026-02-03 14:56:15 -0600
  • 33dcd62663
    Added documentation comments for (#5525) Aly 2026-02-02 03:21:10 -0700
  • 9ece0eeeb8 Added documentation comments for XenoMustache 2026-02-02 03:12:38 -0700
  • eabce13fc5 extended SanitizeFlags() to account for problematic resizing/mizing flag mixups unknown 2026-02-02 08:47:37 +0100
  • 403c2cbccf
    trivial: Correct typo in log message. (#5523) Eddy Jansson 2026-01-31 23:18:52 +0100
  • 1aafd3c4a4
    fixed win32 vsync flag not being applied (#5521) mikeemm 2026-01-31 23:17:55 +0100
  • 6f0dc1a9ca activate window upon creation to set focus and show taskbar icon unknown 2026-01-31 20:39:00 +0100
  • 3be2793a84 fixed infinite loop when resizing the window manually unknown 2026-01-31 19:43:19 +0100
  • 2c5f1c6faf added maximize button on resizable windows unknown 2026-01-31 19:40:04 +0100
  • 59ea022c67 fixed window style generation ignoring minimize precedence, causing errors in edge cases unknown 2026-01-30 19:47:04 +0100
  • 9a513a6151 fixed typos preventing window from min/maxing unknown 2026-01-30 19:19:45 +0100
  • 22b2f17660 trivial: Correct typo in rlparser. Eddy Jansson 2026-01-30 15:41:19 +0100
  • eca515d346 trivial: Correct typo in log message. Eddy Jansson 2026-01-30 13:59:24 +0100
  • fb589cd125 Merge remote-tracking branch 'upstream/master' Daniel Tasada 2026-01-29 22:36:29 +0100
  • 7ec78b3801 fixed win32 vsync flag not being applied unknown 2026-01-29 22:00:43 +0100
  • 242dfee5ef Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-01-29 19:51:25 +0100
  • e56cdc2684 Update raylib_144x144.png Ray 2026-01-29 19:51:04 +0100
  • d5ae12f3eb Update raylib_1024x1024.png Ray 2026-01-29 19:50:59 +0100
  • 2057d9010d [build] building with zig-master 0.16.0-dev.2349+204fa8959, now compatible with zig 0.15 Daniel Tasada 2026-01-29 18:41:20 +0100
  • 2b180213bc [build] building with zig-master 0.16.0-dev.2349+204fa8959. Daniel Tasada 2026-01-29 18:35:47 +0100
  • f79c0d66ca Merge remote-tracking branch 'upstream/master' Daniel Tasada 2026-01-29 18:14:17 +0100
  • 08e79a16b0
    Refactoring {0} to { 0 } to follow conventions (#5519) Maicon Santana 2026-01-29 16:30:03 +0000
  • 744b43fa39 Refactoring {0} to { 0 } to follow conventions maiconpintoabreu 2026-01-29 14:35:15 +0000
  • 823d8b6dad Added a check to ensure the material has a valid texture ssszcmawo 2026-01-28 21:30:42 +0100
  • de7fc12be0 REVIEWED: IsGamepadButton*() for consistency with key and mouse equivalents Ray 2026-01-28 19:35:54 +0100
  • 8a2da96eed Reviewed formating and spacing Ray 2026-01-28 19:34:55 +0100
  • af37fa2a96
    Refactoring based on Coding Style Conventions (#5517) Maicon Santana 2026-01-28 18:27:03 +0000
  • d0a6892989
    [rcore] IsMouseButton*(), random key codes return unexpected results (#5516) Jason Mao 2026-01-28 13:26:07 -0500
  • e7c9c3d845 Refactoring based on Coding Style Conventions maiconpintoabreu 2026-01-28 15:07:13 +0000
  • 780fc7f433 refactor IsMouseButton*() early returns Mao JunJie 2026-01-28 09:14:40 -0500
  • 6a70a9e40e remove unessary macro Mao JunJie 2026-01-27 21:33:01 -0500
  • bb71714cfe
    Merge branch 'raysan5:master' into master Jason Mao 2026-01-27 21:09:47 -0500
  • 6ff74563ef fix IsMouseButtonDown\Pressed\Released\Up will get randomly returned to true when the button code is outside the range of mouse button Mao JunJie 2026-01-27 21:06:06 -0500
  • 63e4fd838d
    fixed typos preventing launch of native win32 backend (#5515) mikeemm 2026-01-27 17:38:51 +0100
  • 888a6dbfd2 fixed typos preventing launch of native win32 backend unknown 2026-01-27 17:17:03 +0100
  • b887598caa Adding comments to core_2d_camera_platformer.c Nobdyknowsit 2026-01-26 20:15:13 +0100
  • 85c1bfe8cb Update RGFW from the newest release. ByteDev 2026-01-26 14:39:03 +0100
  • 4c71625730
    [CI] Removing double zip and misleading zip type (#5512) Maicon Santana 2026-01-26 11:04:45 +0000
  • 3568b6e293
    [rtext] Fix and enhance TextReplace() function (#5511) ssszcmawo 2026-01-26 12:04:22 +0100
  • 1953312deb Removing extra spaces maiconpintoabreu 2026-01-26 09:35:26 +0000
  • 72f91f7b49 Removing double zip and misleading zip type maiconpintoabreu 2026-01-26 09:16:40 +0000
  • 0f15214e67 update ignore Mao JunJie 2026-01-25 22:31:11 -0500