Commit Graph

  • e8d8b0f7f5
    Update a comment casavaca 2024-01-11 00:54:36 -0800
  • e88ad31f07
    Tweaked grammar in shaders_basic_pbr.c Mute 2024-01-10 21:59:45 +0100
  • 2c124c96df
    [rtext] Adjust font atlas area calculation so padding area is not underestimated at small font sizes. (#3719) Tim Romero 2024-01-10 12:34:04 -0800
  • 103aefc8e4 Fixed the warning! 1Codealot 2024-01-10 19:19:03 +0000
  • 54c51777a8
    Fix ImageDrawRectangleRec Le Juez Victor 2024-01-10 18:55:03 +0100
  • 8c1210f4b1 implemented fill color TODO in ImageResizeCanvas() Lieven Petersen 2024-01-10 14:14:58 +0100
  • f0aa1a4677 [rtext] Adjust font atlas area calculation so padding area is not underestimated at small font sizes. Tim Romero 2024-01-09 14:53:20 -0800
  • 1184469026 update examples/build.zig and add nicer message for type mismatch freakmangd 2024-01-08 23:16:37 -0500
  • 95a1c924b5 update build.zig for latest zig 0.12.0dev while still allowing 0.11.0 freakmangd 2024-01-08 21:26:49 -0500
  • be78255bea
    Update codeql.yml: Exclude src/external files Ray 2024-01-08 01:13:44 +0100
  • 3d6df8ffba Enable animation names for the m3d model format. kolunmi 2024-01-07 09:42:03 -0700
  • be0ea89f83
    Simplified for loop for some image manip functions (#3712) Alice Nyaa 2024-01-06 13:41:43 -0500
  • 97e07a2c96
    Simplified for loop for some image manip functions Minnowo 2024-01-06 11:44:08 -0500
  • 721e273547
    Fix a bug in examples/shapes/shapes_following_eyes (#3710) Hongyu Ouyang 2024-01-06 02:32:10 -0800
  • 023c38a4a0
    Fix a bug in examples/shapes/shapes_following_eyes casavaca 2024-01-05 23:56:13 -0800
  • b9bd3b6abe Renamed GetMouseRayEx to GetViewRay luis605 2024-01-05 22:19:35 +0000
  • d9aba3e7be added viewport independent raycast luis605 2024-01-05 22:00:28 +0000
  • a4dc325a0c Reviewed Makefile SDL2 expected include/lib paths #3705 Ray 2024-01-05 22:51:46 +0100
  • b4cb0f3e7d REVIEWED: LoadImageAnimFromMemory() #3704 Ray 2024-01-05 22:33:56 +0100
  • e428ec940b Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-01-05 22:33:22 +0100
  • c95b71d40d Update raudio.c Ray 2024-01-05 22:33:02 +0100
  • 3afb4dda97 Update raygui.h Ray 2024-01-05 22:32:59 +0100
  • 19bdcedf1c
    Hide unused warnings from stb_image_resize2.h (#3708) ubkp 2024-01-05 18:22:58 -0300
  • 2cb6704b53 Hide unused warnings from stb_image_resize2.h ubkp 2024-01-05 17:34:37 -0300
  • 6b161e853a
    Update SDL2 version paliszarok 2024-01-05 17:08:17 +0100
  • 73544ffc04 Update raylib_api.* by CI github-actions[bot] 2024-01-04 18:17:36 +0000
  • faa8e7d7e9 Add scissor stack and allow user to query current scissor region Dan Bechard 2024-01-04 13:15:08 -0500
  • 1929dc8f14 Simplified GetWindowScaleDPI() so it does not fetch the wrong DPI scale some times (Windows looks at center of window while the old raylib code looked on upper left corner of window, now it just uses the glfw function to fetch the window's current scaling). Also introduced a callback to update the CORE.Window.screenScaling when the content scaling updates, previously scaling did not work correctly on systems with multiple monitors that have different DPI scaling. Karl Zylinski 2024-01-04 17:34:04 +0100
  • eb6dcab308
    Update raylib.zig version to 5.1-dev (#3698) Michael Scherbakow 2024-01-04 10:51:53 +0100
  • 48fc229d0c feature: Introduced c-style context pointer on AudioCallback LeandroSQ 2024-01-04 02:16:28 -0300
  • 2b48f657ee Update raylib.zig version to 5.1-dev Michael Scherbakow 2024-01-03 23:31:19 +0100
  • 334f34e040 build.zig: Add ability to install a shared library Dmitry Matveyev 2023-12-27 21:53:45 +0300
  • e46b6147fc Update copyright year to 2024 Ray 2024-01-03 14:16:39 +0100
  • 3f1e59a7cf Update copyright to 2024 Ray 2024-01-02 20:58:12 +0100
  • 0a25a3ed70
    Update raylib_api.* by CI (#3692) seiren 2023-12-31 23:06:46 +0900
  • 61d00814c5 format seiren 2023-12-31 18:35:32 +0900
  • cb2c5c59a5 Remove temporary setting seiren 2023-12-31 18:32:11 +0900
  • 93fd124a38 Update raylib_api.* by CI github-actions[bot] 2023-12-31 09:22:24 +0000
  • 0d0d70d496 Auto commit parse files seiren 2023-12-31 18:22:09 +0900
  • 45f318c030 Temporarily force run seiren 2023-12-31 17:54:14 +0900
  • 5246ac217f wip: add parse.yml seiren 2023-12-31 17:40:20 +0900
  • 875d0f0aac Merge branch 'color-text-fps' of https://github.com/m-Torio/raylib into color-text-fps Iftikhar Ahmed 2023-12-30 21:56:14 -0700
  • a33094a7f4 modified raylib.h with added prototype Iftikhar Ahmed 2023-12-30 21:54:30 -0700
  • 72fac1b9df
    Update rtext.c m-Torio 2023-12-30 21:37:52 -0700
  • a210be6a8f Created an overloaded function of DrawFps(rtext.c) in which user can choose FPS color rather than it being automatic Iftikhar Ahmed 2023-12-30 21:25:34 -0700
  • 9e6cd245e3 fix typo Alexey Karnachev 2023-12-30 16:46:47 +0400
  • 4901d375ac respect raylib style-guide Alexey Karnachev 2023-12-30 16:35:55 +0400
  • 64eb5b1a7a Add others/gizmo example Alexey Karnachev 2023-12-30 15:06:54 +0400
  • 710e811b27
    Update BINDINGS.md (#3689) Kenta 2023-12-29 22:41:44 +0000
  • 0402184abf
    Update BINDINGS.md Kenta 2023-12-29 22:28:09 +0000
  • 1f3121d2fa Revert "Update raylib.h" Ray 2023-12-28 23:17:07 +0100
  • dde738a2fd Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-12-28 23:16:57 +0100
  • fd5e1e6afb
    [rtextures] Fix LoadImageAnimFromMemory() warning for fileData (#3686) ubkp 2023-12-28 19:15:04 -0300
  • 5b5a2d035d
    Fix TextReplace warning for const (#3687) ubkp 2023-12-28 19:13:47 -0300
  • 428c565117 Fix missing ; on previous commit ubkp 2023-12-28 18:41:37 -0300
  • 2ff5d9c9c6 Add LoadImageAnimFromMemory() to raylib.h ubkp 2023-12-28 18:37:55 -0300
  • 3056484689 Fix TextReplace warning for const ubkp 2023-12-28 18:21:13 -0300
  • 7ea6adb29e Update raylib.h Ray 2023-12-28 22:10:10 +0100
  • c0185bb969 Fix LoadImageAnimFromMemory() warning for fileData ubkp 2023-12-28 17:59:58 -0300
  • 3fc43c1096
    LoadImageAnimFromMemory (#3681) IoIxD 2023-12-28 12:12:52 -0700
  • 7cfdf33ff0
    TextReplace const correctness (#3678) maverikou 2023-12-28 21:09:49 +0200
  • 43b4f90eb7
    Fix SUPPORT_WINMM_HIGHRES_TIMER for PLATFORM_DESKTOP_SDL (#3679) ubkp 2023-12-28 16:08:04 -0300
  • 1727ddb9ea
    [ fix-crash-caused-by-zig-build ] - Fixed 'Illegal instruction' crash on 'rtextures' and 'raudio' model that caused by zig build. (#3682) WisonYe 2023-12-29 03:41:33 +1300
  • ad64a43b34
    [rshapes] Expose shapes drawing texture and rectangle (#3677) Jeffery Myers 2023-12-28 06:40:03 -0800
  • 47f0199e81
    cleanup maverikou 2023-12-28 12:36:26 +0200
  • 8752eca328 Better comment Stephen Molloy 2023-12-28 10:17:14 +0100
  • c756ac46bc Code style Stephen Molloy 2023-12-28 02:03:49 +0100
  • 7d9d0a2772 Removed a feature I never should have added Stephen Molloy 2023-12-28 00:38:55 +0100
  • 913458f721 Added the new function Stephen Molloy 2023-12-28 00:16:25 +0100
  • 7b25908d6d [ fix-crash-caused-by-zig-build ] - Fixed 'Illegal instruction' crash on 'rtextures' and 'raudio' model that caused by zig build. Wison Ye 2023-12-28 11:37:19 +1300
  • 2536241bf0 LoadImageAnimFromMemory IoIxD 2023-12-27 14:01:41 -0700
  • bdb817d1d3 TextReplace const correctness maverikou 2023-12-27 20:34:36 +0200
  • d92db9a40d Fix SUPPORT_WINMM_HIGHRES_TIMER for PLATFORM_DESKTOP_SDL ubkp 2023-12-27 15:06:24 -0300
  • 8bc428d7d1 oops Jeff Myers 2023-12-27 08:14:41 -0800
  • 6638543eed PR feedback, comply with C standards Jeff Myers 2023-12-27 07:52:07 -0800
  • bd830d8224 provide access to the shape texture so that shapes can be extended outside of raylib with the same optimizations as internal raylib functions. Jeff Myers 2023-12-26 13:45:20 -0800
  • 99f22a47ff
    Update some versions BINDINGS.md Ray 2023-12-25 14:44:49 +0100
  • 21bfd06570
    Update BINDINGS.md (#3672) iacore 2023-12-25 13:38:49 +0000
  • c4df1479ca
    Add const modifier to drawing API Locria Cyber 2023-12-25 12:12:31 +0000
  • bc4923db17
    Update BINDINGS.md iacore 2023-12-25 09:13:25 +0000
  • 36df9c5bd6 Update shaders_basic_pbr.c Ray 2023-12-23 18:16:06 +0100
  • e039a221a3 Review formating Ray 2023-12-23 14:07:45 +0100
  • 706f74bce0 Update shaders_basic_pbr.c Ray 2023-12-23 13:32:47 +0100
  • 01e8e45c40 Improving the stability of rendering frame rate coco24 2023-12-23 19:34:49 +0800
  • 7ca95512d8
    Review UnloadAutomationEventList (#3658) Antonis Geralis 2023-12-23 13:14:39 +0200
  • efe3510a9a REVIEWED: SDL text input to Unicode codepoints #3650 Ray 2023-12-23 12:04:19 +0100
  • 1792bce292 REVIEWED: LoadTextureCubemap(), added mipmaps #3665 Ray 2023-12-23 11:26:23 +0100
  • f914020d45
    VSCode sample project Mac fixup (#3666) Tim Romero 2023-12-23 02:22:16 -0800
  • bd161819dd VSCode sample project Mac fixup Tim Romero 2023-12-22 16:50:23 -0800
  • a06f3d0e34
    Update BINDINGS.md (#3662) o3o 2023-12-22 17:40:57 +0100
  • 7a655682a1
    Update BINDINGS.md o3o 2023-12-22 17:35:13 +0100
  • 0778fdadea
    Fix mistake Antonis Geralis 2023-12-22 15:30:39 +0200
  • bb18018f29 REVIEWED: shaders_basic_pbr, added more comments Ray 2023-12-21 21:32:53 +0100
  • afbad4bbc6 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2023-12-21 21:32:04 +0100
  • 4805dddc18 Update shaders_deferred_render.c Ray 2023-12-21 21:32:00 +0100
  • fbecab32e7
    Add new COBOL binding (#3661) glowiak 2023-12-21 19:31:34 +0100
  • e38f61c722
    Add new COBOL binding glowiak 2023-12-21 19:25:37 +0100
  • df58ee1fcb
    Update core_automation_events.c Antonis Geralis 2023-12-20 17:03:10 +0200
  • 7a5718eb36
    Update rcore.c Antonis Geralis 2023-12-20 14:12:34 +0200
  • 0f8d0ba092
    Update raylib.h Antonis Geralis 2023-12-20 14:11:17 +0200