Commit Graph

  • d172a24bb0 REVIEWED: main(void) Ray 2025-11-13 20:37:21 +01:00
  • 9c73b0eb37 Update Makefile Ray 2025-11-13 20:36:57 +01:00
  • 4dbe04b250 Update config.h Ray 2025-11-13 11:26:54 +01:00
  • 8ae2c9cf5f FIX: LoadFontDataBDF() #5346 Ray 2025-11-12 10:22:56 +01:00
  • 7f82da0031 Update rlsw.h Ray 2025-11-11 17:40:21 +01:00
  • fcaea5b1a1 Remove trailing spaces Ray 2025-11-11 17:39:53 +01:00
  • 4e8b087ffe REVIEWED: ComputeSHA256() Ray 2025-11-11 17:15:40 +01:00
  • 78faf6a120 Update README.md Ray 2025-11-10 11:47:50 +01:00
  • d8601121da [examples] Added: textures_sprite_stacking example (#5345) Robin ❤️ 2025-11-09 17:08:26 -05:00
  • ee2999b3e0 Update rexm.c Ray 2025-11-09 19:22:12 +01:00
  • f76e371436 REDESIGNED: core_clipboard_text, based on #5248 Ray 2025-11-09 19:14:46 +01:00
  • 0b4815b8fe WARNING: REMOVED: GIT recording option, added example Ray 2025-11-09 13:43:08 +01:00
  • d7a7eda959 [examples] core_directory_files fixes (#5343) Hugo 2025-11-08 11:36:42 +01:00
  • 2a324ace27 Update parse_api.yml Ray 2025-11-08 11:35:34 +01:00
  • 8b3ea995f9 Update parse_api.yml Ray 2025-11-08 11:32:58 +01:00
  • d8da443604 Fixed core_text_file_loading example in raylib examples, to account for blank lines in text file and text wrapping properly for the case when the last word goes out the display (#5339) Chakradhar 2025-11-08 15:59:45 +05:30
  • 4ff296bf0b fix clipping issue (#5342) Le Juez Victor 2025-11-08 11:28:15 +01:00
  • ad17af57e9 [ignore][parser] properly ignore built rlparser executable (#5337) JohnnyCena123 2025-11-07 11:13:27 +02:00
  • af57c8854f REXM: ADDED: core_compute_hash Ray 2025-11-05 20:53:14 +01:00
  • eacbc8bd61 Update examples_report.md Ray 2025-11-05 20:52:45 +01:00
  • a66b6c998a Update README.md Ray 2025-11-05 20:52:23 +01:00
  • 4883813bbb Update raygui.h Ray 2025-11-05 20:52:18 +01:00
  • c24f5ac412 REXM: Reviewed rebuild to support full categories -WIP- Ray 2025-11-05 20:52:14 +01:00
  • 6adb1c2704 Update core_viewport_scaling.c Ray 2025-11-05 20:51:40 +01:00
  • 9ff87b38b8 Update raygui.h Ray 2025-11-05 20:51:23 +01:00
  • 3843f771fb Update core_clipboard_text.c Ray 2025-11-05 20:51:18 +01:00
  • 12ce106661 [rcore][glfw] fix IsWindowFocused() inverted logic (#5333) JohnnyCena123 2025-11-04 19:17:37 +02:00
  • 48c1619d20 added consistent behavior for texture in opengl11 draw states and fixed loadobj texcoord behavior for opengl11 context (#5328) iann 2025-11-04 10:52:53 -06:00
  • e92832fc6d Update rcore_desktop_sdl.c (#5332) NoNameAuthenticated 2025-11-04 11:50:54 -05:00
  • cfb43fa999 Update rcore_desktop_sdl.c Ray 2025-11-03 09:45:18 +01:00
  • ed68a4fcce Fixed bugs in SDL backend (#5325) komunre 2025-11-03 15:43:20 +07:00
  • 91addeb889 Update rexm.c Ray 2025-11-02 20:04:43 +01:00
  • ee3be5799a Update raymath.h Ray 2025-11-02 19:59:46 +01:00
  • 87d49262f8 REVIEWED: raymath: MatrixCompose() Ray 2025-11-02 19:53:45 +01:00
  • 81004135a4 adding Matrix MatrixCompose( translate, rotation, scale ) to raymath.h (#5324) EDBC_REPO 2025-11-02 14:48:11 -04:00
  • cc83b2bd8e fix: cursor lock/unlock inconsistent behaviour on glfw, rgfw, sl (#5323) Tiago Ferreira 2025-11-02 18:46:57 +00:00
  • 46e8343a30 [examples] Added core_viewport_scaling (#5313) Agnis Aldiņš "NeZvērs 2025-11-02 20:45:51 +02:00
  • 3cf3b309c6 REVIEWED: Flags set/clear #5169 Ray 2025-11-02 19:40:45 +01:00
  • 5fbf67a630 [rcore] Use FLAG_* macros where possible (#5169) JohnnyCena123 2025-11-02 20:24:47 +02:00
  • 0246621210 REVIEWED: SIMD intrinsics checks and usage Ray 2025-11-01 21:06:18 +01:00
  • dfc94f64d1 Revert "UpdateModelAnimation does matrixtranspose(matrixinvert) only once per…" (#5322) Arrangemonk 2025-10-31 20:43:27 +01:00
  • bca54047f9 [rlsw] Review depth formats and fix depth writing (#5317) Le Juez Victor 2025-10-30 19:17:18 +01:00
  • b2d455400c Adding SwiftForth language binding (#5319) Dave Goehrig 2025-10-30 19:15:14 +01:00
  • 127cc1c79e REVIEWED: Makefile to support software renderer Ray 2025-10-29 22:45:37 +01:00
  • 3389c80f49 Update rlsw.h Ray 2025-10-29 11:33:08 +01:00
  • f16d5ce1dd REVIEWED: Make sure SSE is being used when compiling with MSVC Ray 2025-10-29 11:12:04 +01:00
  • cbff0fa22c [rlsw] Fix axis aligned quad detection (#5314) Le Juez Victor 2025-10-28 23:50:04 +01:00
  • bf5c00f7e0 RE-ADDED: swGetColorBuffer() for convenience #5312 Ray 2025-10-28 20:57:31 +01:00
  • a844a943b5 It seems alignas() is C11 and raylib is C99, so not fully supported #5312 Ray 2025-10-28 20:45:21 +01:00
  • f106301d46 ADDED: Some code sample for RISC-V RVV vector instructions -WIP- Ray 2025-10-28 20:11:29 +01:00
  • 78870335e6 Update rlgl.h Ray 2025-10-28 19:55:35 +01:00
  • 93a21c7e13 Support other graphic backends on some platforms Ray 2025-10-28 19:55:28 +01:00
  • f4ed8fc50e [rlsw] Simplify framebuffer logic and add blit/copy fast path (#5312) Le Juez Victor 2025-10-28 17:59:59 +01:00
  • 3b6a68ba69 Improve support for PLATFORM_DESKTOP_WIN32 in src/Makefile (#5311) Uneven Prankster 2025-10-27 08:12:42 -03:00
  • f163209cf2 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-10-27 00:22:33 +01:00
  • 5db5c9b4a1 Update rexm.c Ray 2025-10-27 00:20:48 +01:00
  • 9aaf120bbe [examples] Fixed spaces shaders_mandelbrot_set (#5310) JordSant 2025-10-27 00:15:59 +01:00
  • aae2c4b355 Update rexm.c Ray 2025-10-26 21:25:25 +01:00
  • 5338e39124 Update rexm.c Ray 2025-10-26 21:23:11 +01:00
  • a0f3f07bdc Update examples_report.md Ray 2025-10-26 21:23:08 +01:00
  • fdc500756d REXM: ADDED: More detailed log info Ray 2025-10-26 21:21:28 +01:00
  • cf9a0619ca REXM: Validate and update examples Ray 2025-10-26 21:21:05 +01:00
  • a6dd08fb71 Update shaders_color_correction.c Ray 2025-10-26 20:10:47 +01:00
  • 0bbe302e72 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2025-10-26 18:40:56 +01:00
  • 6a5b7fb3f8 Update models_decals.c Ray 2025-10-26 18:40:46 +01:00
  • 40594f3ec0 Fix typo in font loading documentation (#5308) Adeeb Shihadeh 2025-10-26 10:24:56 -07:00
  • 70f4911698 [examples] Added shaders_color_correction (#5307) JordSant 2025-10-26 18:24:19 +01:00
  • 0fbc4272d0 Remove trailing spaces Ray 2025-10-26 18:22:23 +01:00
  • cb58ca63d4 Review formating #5306 Ray 2025-10-26 18:21:24 +01:00
  • e244cf297a examples_model_decals : Fixed unload crash, added buttons (#5306) themushroompirates 2025-10-26 18:15:45 +01:00
  • a818508158 [rlsw] Completeness of glDraw functions (#5304) Le Juez Victor 2025-10-26 00:58:56 +02:00
  • 1c20b5588d Updatee project id Ray 2025-10-25 23:20:49 +02:00
  • e501dfad60 [rlsw] Subpixel correction (#5300) Le Juez Victor 2025-10-25 23:13:24 +02:00
  • a25d11ad1a Add example: shapes_math_angle_rotation (angle rotation lines) (#5236) Kris 2025-10-25 17:12:35 +05:30
  • 6f101f4011 [examples] Added: shapes_math_sine_cosine (#5257) Jopestpe 2025-10-25 08:38:06 -03:00
  • efe62f0e0d Formating review to follow raylib code conventions #5298 Ray 2025-10-25 11:15:30 +02:00
  • 79fd6be008 Minor format tweaks Ray 2025-10-25 11:14:53 +02:00
  • dbcc508196 [examples] Added models_decals (#5298) themushroompirates 2025-10-25 10:41:39 +02:00
  • 4bb8c89084 Don't undefine the versions of LoadImage that don't conflict with raylib so that the Win32 platform can use them. (#5299) Jeffery Myers 2025-10-25 00:49:31 -07:00
  • 39242dba23 [rlsw] Smarter texture management (#5296) Le Juez Victor 2025-10-24 18:29:01 +02:00
  • 12dc0d6675 Revert undesired change to rcore and restore correct win32 ifdef and max path (#5297) Jeffery Myers 2025-10-23 08:45:33 -07:00
  • 93c5dc3b5f [rlsw] c++ support (#5291) alexgb0 2025-10-23 17:28:00 +02:00
  • 04930c5132 Fix typo in RPI cross-compiler variable name (#5295) Diogo Hartuiq Debarba 2025-10-23 08:27:28 -03:00
  • 780a7df760 Fix warnings in more examples. (#5292) Jeffery Myers 2025-10-23 04:25:23 -07:00
  • 428421f21a Update examples_list.txt Ray 2025-10-22 11:03:19 +02:00
  • 1b5a14e516 [rcore_desktop_sdl] fix: handle monitor ID correctly on SDL3 (#5290) sleeptightAnsiC 2025-10-21 22:07:04 +02:00
  • 99ed814615 Update rcore_desktop_win32.c Ray 2025-10-21 20:07:42 +02:00
  • 77b9214575 Update rcore_desktop_sdl.c Ray 2025-10-21 20:07:32 +02:00
  • ec06f9be37 Removed trailing spaces Ray 2025-10-21 13:51:03 +02:00
  • 3c5b3f1c17 [examples] Added shapes_lines_drawing (#5283) Robin ❤️ 2025-10-21 04:11:19 -04:00
  • 79b7cd6b9b Format tweaks Ray 2025-10-21 10:08:36 +02:00
  • 1664204291 REVIEWED: New Win32 platform backend to accomodate rlsw Software Renderer Ray 2025-10-20 19:10:41 +02:00
  • ec3cb7045f Update rcore.c Ray 2025-10-20 19:09:56 +02:00
  • 74f2a899d9 Update rshapes.c Ray 2025-10-20 19:09:37 +02:00
  • 8604085b6e [examples] Fixed shaders_mandelbrot_set for WebGL (#5286) JordSant 2025-10-20 15:18:15 +02:00
  • 5aeedb4899 REXM: Update examples collection Ray 2025-10-20 11:13:45 +02:00
  • 7ae3eb5d3a Create web_basic_window.png Ray 2025-10-20 11:10:08 +02:00
  • de8575b16e Update raylib.sln Ray 2025-10-18 19:54:35 +02:00
  • aeafce5db4 [examples] Added: shaders_mandelbrot_set (#5282) JordSant 2025-10-18 19:50:52 +02:00
  • 9ef3448193 Reviewed UUIDs Ray 2025-10-18 19:47:05 +02:00