Commit Graph

  • f83590aa37 Update BINDINGS.md (#5648) Jack 2026-03-13 06:30:48 +00:00
  • c5712db1e0 Update raylib-odin binding license (#5647) Joel Torres 2026-03-13 01:30:05 -05:00
  • f9ea607385 fix error in textinsert, found by github user chrg127 (#5644) Thomas Anderson 2026-03-12 05:38:06 -05:00
  • 8a93587eaa Fix raycasting logic in models_basic_voxel.c (#5643) Thomas Prowse 2026-03-12 10:36:53 +00:00
  • 64e8bfcfb6 remove path override/change for linux (#5641) Thomas Anderson 2026-03-12 05:35:48 -05:00
  • 4e360c97f4 remove duplicate line in makefile (#5640) Thomas Anderson 2026-03-12 05:34:38 -05:00
  • ee4f4a29c2 [examples] Update audio_raw_stream.c (#5637) dan-hoang 2026-03-12 03:33:47 -07:00
  • 6cebf63cba Change GetRenderWidth() to GetScreenWidth() for consistency (#5635) Thomas Prowse 2026-03-10 23:21:53 +00:00
  • 7b1096dc53 [raylib.h] fix audio pan comment (#5633) Thomas Anderson 2026-03-10 03:51:12 -05:00
  • e40ddfabbb **WARNING: BREAKING:** REDESIGNED: rlgl shader loading API function names for more consistency #5631 Ray 2026-03-09 14:23:54 +01:00
  • 2b207be11e ADDED: rlUnloadShader() #5631 Ray 2026-03-09 13:22:29 +01:00
  • d604cd7f65 Update rmodels.c Ray 2026-03-09 12:52:27 +01:00
  • 78023ffca5 Fix memory leak in LoadGLTF when model has no bones (#5629) victorberdugo1 2026-03-09 11:50:19 +00:00
  • 32005b9edf Update textures_bunnymark.c Ray 2026-03-08 23:00:05 +01:00
  • 99cab6d3a7 Update rtext.c Ray 2026-03-06 17:11:48 +01:00
  • 1839b3edb0 Update shaders_cel_shading.c Ray 2026-03-06 17:11:44 +01:00
  • eed30b6f90 Update HISTORY.md Ray 2026-03-06 16:54:15 +01:00
  • a0ffefcb9d Update rlgl.h Ray 2026-03-06 16:53:56 +01:00
  • 12039ba7d0 Update raylib.h Ray 2026-03-06 16:53:40 +01:00
  • c8d1f3e750 Make LoadFontFromImage limit its scanning to image dimensions. (#5626) JoeStrout 2026-03-06 08:52:58 -07:00
  • 54f630774d [example] cel-shading and outline using inverted hull (#5615) Gleb A 2026-03-06 10:52:28 -05:00
  • 3e926d65a0 add x11 libraries for raylib as glfw make private (#5625) Maicon Santana 2026-03-05 13:51:16 +00:00
  • f9ee714c76 [rcore][android] Add WARNING comment for --wrap=fopen build system requirements (#5624) ghera 2026-03-05 11:50:47 +01:00
  • ea00b97c59 rlparser: update raylib_api.* by CI github-actions[bot] 2026-03-05 10:50:09 +00:00
  • 02b592cd7b [rtext] Add MeasureTextCodepoints() for direct measurement of codepoints (#5623) moe li 2026-03-05 18:49:57 +08:00
  • 84dc56ba89 Update README.md Ray 2026-03-04 20:32:16 +01:00
  • d6926eb46a Update CMakeLists.txt Ray 2026-03-04 19:17:46 +01:00
  • eb1e85e400 Update rmodels.c Ray 2026-03-04 19:17:41 +01:00
  • 2eaac95df0 Check if locs is not null before try to access (#5622) Maicon Santana 2026-03-04 18:16:22 +00:00
  • de720a8d4c [backend/GLFW] Added bounds check (#5621) Thomas Anderson 2026-03-04 01:40:15 -06:00
  • 28288fafb1 Fix MSVC warnings. (#5619) Jeffery Myers 2026-03-03 22:52:50 -08:00
  • 71677765c5 Fix Makefile template to support libraylib.web.a (#5620) takenoko-pm 2026-03-04 15:49:55 +09:00
  • e1959a4e5c rlparser: update raylib_api.* by CI github-actions[bot] 2026-03-04 00:15:21 +00:00
  • faf42366ec Code gardening Ray 2026-03-04 01:14:26 +01:00
  • 23c06bc6f1 Updating raygui for examples Ray 2026-03-04 00:22:50 +01:00
  • 5ada84cc6d Update rtext.c Ray 2026-03-04 00:13:47 +01:00
  • d0f899721b Update raudio.c Ray 2026-03-04 00:01:34 +01:00
  • 23f86689dc Update CHANGELOG Ray 2026-03-03 22:41:21 +01:00
  • 1cf278b8b4 Update ROADMAP.md Ray 2026-03-03 22:41:08 +01:00
  • 1d85071372 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-03-03 22:40:44 +01:00
  • b4746469d4 Formating review, using imperative mode in comments Ray 2026-03-03 22:40:34 +01:00
  • 70a1a57a12 Remove unnecessary define from raylib_opengl_interop.c (#5618) Dmitry Mozgin 2026-03-03 21:04:06 +03:00
  • 37a852a7ae [web] Add clipboard image implementation for web (#5614) Maicon Santana 2026-03-03 17:57:34 +00:00
  • b68dbaa8af [tools/rexm] Update nextCatIndex (#5616) Thomas Anderson 2026-03-03 11:55:50 -06:00
  • 9ae34d2c4b Update ROADMAP.md Ray 2026-03-03 11:13:33 +01:00
  • 8e705b19e4 Update LibraryConfigurations.cmake (#5617) Dmitry Mozgin 2026-03-03 11:11:41 +03:00
  • bf830c3f7b Update config.h Ray 2026-03-02 16:07:56 +01:00
  • 23c8ee855d Update config.h Ray 2026-03-02 16:05:00 +01:00
  • 416da9aca6 Revert "REVIEWED: TRACELOG() macro logic" Ray 2026-03-02 16:01:00 +01:00
  • 936e8ae0db Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-03-02 15:57:08 +01:00
  • ea92677902 REVIEWED: TRACELOG() macro logic Ray 2026-03-02 15:56:59 +01:00
  • 3bea7f518d Added MatrixUnit and MatrixMultiplyValue (#5613) Lam Wei Lun 2026-03-02 22:46:15 +08:00
  • e1113c8833 REVIEWED: Fullscreen request #5601 Ray 2026-03-02 13:16:43 +01:00
  • 2c5e7f8db6 REVIEWED: example: textures_clipboard_image Ray 2026-03-02 12:42:55 +01:00
  • 8596c940ae Add clipboard image example to showcase the chipboard image functionality (#5604) Maicon Santana 2026-03-02 11:34:02 +00:00
  • 0b9239eca2 REVIEWED: Code formating Ray 2026-03-02 12:24:29 +01:00
  • 70a58a6ec6 [platform][glfw][rgfw] Implementing clipboard image linux (#5603) Maicon Santana 2026-03-02 11:19:42 +00:00
  • 950c064448 [rcore][android] Replace android_fopen() with linker --wrap=fopen (#5605) ghera 2026-03-02 12:18:04 +01:00
  • f583674327 fix memory corruption in GenImageFontAtlas reallocation (#5602) moe li 2026-02-27 15:36:46 +08:00
  • 28e40d502a #if reduced as possible (#5600) Maicon Santana 2026-02-27 07:19:06 +00:00
  • 178aca0fd0 rlparser: update raylib_api.* by CI github-actions[bot] 2026-02-26 23:00:48 +00:00
  • f3958cae5d Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-02-27 00:00:17 +01:00
  • 2b3218c3db REVIEWED: Start working on raylib 6.0 release... Ray 2026-02-26 23:59:30 +01:00
  • 05a34b09ea Swaping #pragma message with TRACELOG inside the clipboard_image function (#5596) Maicon Santana 2026-02-26 22:45:34 +00:00
  • d8861cc35f change defined() to 0/1 check (#5599) Thomas Anderson 2026-02-26 16:41:33 -06:00
  • c686e087b3 Update rtextures.c Ray 2026-02-26 23:40:03 +01:00
  • 92a1b80465 REVIEWED: Flags checks, fixes #5597 Ray 2026-02-26 23:38:06 +01:00
  • d869db1572 Update raylib.sln Ray 2026-02-26 23:37:45 +01:00
  • f23a900e91 fix memory leak found by maiconpintoabreu (#5598) Thomas Anderson 2026-02-26 16:22:38 -06:00
  • 72b206624f MSVC warnings (#5595) Jeffery Myers 2026-02-26 09:33:08 -08:00
  • 7a3cecc010 Fix a 64 bit to 32 bit int cast warning. (#5594) Jeffery Myers 2026-02-26 08:45:40 -08:00
  • 5361265a7d WARNING: BREAKING: REDESIGNED: raylib build features config system #4411 #4554 Ray 2026-02-26 08:19:28 +01:00
  • 304e489edd ANDROID: Fix broken LoadMusicStream due to missing fopen redirect in raudio.c (#5589) ghera 2026-02-26 00:44:00 +01:00
  • b57526d71e update makefile and such (#5591) Thomas Anderson 2026-02-25 17:38:37 -06:00
  • 006216bfcb [raylib.h] renamed SHADER_LOC_VERTEX_INSTANCETRANSFORMS (#5592) Thomas Anderson 2026-02-25 17:35:15 -06:00
  • ecaa1d3d18 REVIEWED: Attribute name and location, for consistency Ray 2026-02-25 23:22:48 +01:00
  • ad82393bb8 Fix reversed window blur/focus logic for web (#5590) Borin Ouch 2026-02-25 03:35:34 -08:00
  • 4ebe7d6215 win32 clipboard: fix for BI_ALPHABITFIELDS narrow support (#5586) Krzysztof Szenk 2026-02-24 12:56:16 +01:00
  • 29b5844119 REVIEWED: Comments and header Ray 2026-02-24 12:48:54 +01:00
  • aec6e85ec3 Update raygui.h Ray 2026-02-24 12:40:17 +01:00
  • 25e521553d Update models_animation_blending.c Ray 2026-02-24 12:33:00 +01:00
  • d504e400ea Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-02-24 12:32:50 +01:00
  • 406861a4a1 Update raudio.c Ray 2026-02-24 12:32:48 +01:00
  • ace4d77bfa New example: textures_magnifying_glass (#5587) BadRAM 2026-02-24 02:26:30 -08:00
  • 7f0cedba63 Update shaders_shadowmap_rendering.c Ray 2026-02-24 01:31:40 +01:00
  • 592cac56f8 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-02-24 01:26:16 +01:00
  • ade81248c3 REVIEWED: Right timing Ray 2026-02-24 01:26:07 +01:00
  • 149062f715 rlparser: update raylib_api.* by CI github-actions[bot] 2026-02-24 00:19:18 +00:00
  • d4dc038e2e WARNING: BREAKING: REDESIGNED: **Animation System** #4606 Ray 2026-02-24 01:18:57 +01:00
  • bee3dc6673 Update models_animation_blending.vcxproj Ray 2026-02-24 00:51:39 +01:00
  • 770677da1f Merge branch 'master' of https://github.com/raysan5/raylib Ray 2026-02-24 00:51:22 +01:00
  • 3f36c2d3f5 Update raygui.h Ray 2026-02-24 00:51:20 +01:00
  • 73cb1d5b64 Add Dart binding to BINDINGS.md (#5585) FinnDemonCat 2026-02-23 17:08:46 -03:00
  • e4cbf6b79c make glfw consistent (#5583) Thomas Anderson 2026-02-23 14:07:42 -06:00
  • 43d8933404 Renamed skinning shader variables (new default naming) Ray 2026-02-23 01:45:23 +01:00
  • ae6d34a731 Renamed some models examples for consistency Ray 2026-02-23 01:43:53 +01:00
  • 542333b6d3 Update README.md Ray 2026-02-23 01:41:16 +01:00
  • cd17ed1d09 Update models_animation_blending.c Ray 2026-02-22 23:09:23 +01:00
  • 7ba604eb69 REXM: RENAME: models_animation_playing --> models_loading_iqm Ray 2026-02-22 23:08:41 +01:00
  • fbd83cafc7 [Backend/RGFW] Update RGFW to 2.0.0 (#5582) Thomas Anderson 2026-02-22 15:21:09 -06:00