Commit Graph

  • c5e89241c5
    BINDINGS: Add Umka bindings to BINDINGS.md (#2760) Rob Loach 2022-10-15 18:25:52 -0400
  • 9203eed6bf
    BINDINGS: Add Umka bindings to BINDINGS.md Rob Loach 2022-10-15 16:30:53 -0400
  • 0b69bc28c6
    Fix ImageTextEx and ImageDrawTextEx scaling (#2756) hkc 2022-10-14 18:43:12 +0300
  • e61639f6fc ADDED: GenImageText() Ray 2022-10-14 10:51:43 +0200
  • ccd4f8b5ae
    Add C3 binding to BINDINGS.md (#2757) Kenta 2022-10-13 22:00:53 +0100
  • 46f0a2f04d
    Add C3 binding to BINDINGS.md Kenta 2022-10-13 21:47:11 +0100
  • 3f90b74ac9
    [rtextures] Fixed scaling down in ImageTextEx hkc 2022-10-13 20:45:48 +0300
  • d30bcf6606
    Merge branch 'raysan5:master' into master hkc 2022-10-13 16:23:59 +0300
  • 11fd883ee4
    Add Haskell bindings to BINDINGS.md (#2753) Anut-py 2022-10-12 16:04:11 -0400
  • 8648c37979
    Add Haskell bindings to BINDINGS.md Anut-py 2022-10-12 15:04:35 -0400
  • aa67f7c39a
    Fix & Simplify .vox signature check (#2752) CrezyDud 2022-10-12 17:14:18 +0200
  • f080367a0c
    examples/core/core_custom_logging.c: Fix typo (#2751) hartmannathan 2022-10-12 11:12:28 -0400
  • c8464a2426 Fix & Simplify .vox signature check CrezyDud 2022-10-12 15:32:41 +0200
  • 07bbfe86b9 Update core_basic_window.c Ray 2022-10-11 22:28:40 +0200
  • 8ebe62b4dd
    Use RL_QUADS/RL_TRIANGLES for single-pixel drawing (#2750) hkc 2022-10-11 19:45:34 +0300
  • 81cb1a0006
    Use RL_QUADS/RL_TRIANGLES for single-pixel drawing hkc 2022-10-11 16:22:17 +0300
  • 4cca234f46
    avoid leading spaces in text_rectangle_bounds (#2746) Szieberth Ádám 2022-10-11 12:14:40 +0200
  • 0d04ceafbf
    build raylib_api without the 'vectex' tyops (#2749) Dor Shapira 2022-10-11 13:14:01 +0300
  • 509e1d1948 build raylib_api without the 'vectex' tyops דור שפירא 2022-10-11 12:46:33 +0300
  • 8025b052b3
    fixing typo (#2748) Dor Shapira 2022-10-11 12:20:29 +0300
  • dbb6c5e26b
    fixing typo Dor Shapira 2022-10-11 10:32:44 +0300
  • da37e2dd30
    Update README.md schoolaccountmakami 2022-10-10 07:37:48 -0700
  • 9d1009e4be
    avoid leading spaces in text_rectangle_bounds Szieberth Ádám 2022-10-10 00:02:53 +0200
  • cb085a1b50
    Update BINDINGS.md (#2745) JupiterRider 2022-10-07 19:03:08 +0200
  • 95b09baf59
    Update BINDINGS.md JupiterRider 2022-10-07 18:19:13 +0200
  • cee0fc5d78
    Update README.md Ray 2022-10-07 16:33:39 +0200
  • 38025362ee Update version to raylib 4.5-dev to avoid confusions with 4.2 Ray 2022-10-07 16:22:44 +0200
  • 889db8b623 SetWindowSize: make sure to apply new window-size in one frame Daijiro Fukuda 2022-10-06 18:58:06 +0900
  • 46f4172277 Set initial window position for display-sized fullscreen Daijiro Fukuda 2022-10-06 16:30:54 +0900
  • 7a15861d44 Update rlgl.h Ray 2022-10-06 00:56:18 +0200
  • e0c41f8305 Fixed typo. Dennis Meinen 2022-10-05 23:11:39 +0200
  • 11d28d2d5f Reviewed the code to keep the raylib coding conventions in mind. Moved the LoadImageSvg() code into LoadImage() guarded by SUPPORT_FILEFORMAT_SVG. Renamed LoadImageSvgWithSize() to LoadImageSvg(). Added a LoadImageSvgFromString() function to parse the loaded SVG into an actual image. This does the bulk of the work. Dennis Meinen 2022-10-05 23:09:33 +0200
  • 5779239dd8 Added actual correct example file. Dennis Meinen 2022-10-05 15:43:41 +0200
  • 26969c2c38 Added BLEND_CUSTOM_SEPARATE #2741 Ray 2022-10-05 13:57:38 +0200
  • 25d846aa9a Avoid early return calls Ray 2022-10-05 13:34:19 +0200
  • 9017be3259 Reviewed latest PR formating and variables naming #2741 Ray 2022-10-05 13:29:34 +0200
  • 2d88958d35
    Add rlSetBlendFactorsSeparate and custom blend mode modification checks (#2741) 凌溢狐 2022-10-05 19:05:44 +0800
  • 0c9f67bc1e Add rlSetBlendFactorsSeparate and custom blend mode modification checks Pure01Fx 2022-10-05 10:40:53 +0800
  • 2e26cf48e8 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2022-10-03 00:07:34 +0200
  • 7459d906de Update rtext.c Ray 2022-10-03 00:07:22 +0200
  • 0eb2b5cf55 Added an example on how to use ImageLoadSvgWithSize and adjusted Makefiles accordingly. Dennis Meinen 2022-10-02 22:04:09 +0200
  • 2a1305809f Added rudimentary SVG support. Added 2 functions ImageLoadSvg and ImageLoadSvgWithSize. Dennis Meinen 2022-10-02 22:03:39 +0200
  • 62d228346b
    Update build.zig to work with last GLFW update (#2737) _Tradam 2022-10-02 14:29:48 -0400
  • dab8cec541 Update build.zig to work with last GLFW update realtradam 2022-10-02 14:04:13 -0400
  • 2872b2fff5
    Clear PCM buffer state when closing audio device (#2736) veins1 2022-10-02 22:30:26 +0500
  • fa8e0aebac
    Clear PCM buffer state when closing audio device veins1 2022-10-02 21:42:44 +0500
  • 33e7f7cc59 WARNING: DrawLineBezier() implementation needs review #2721 Ray 2022-10-02 11:11:13 +0200
  • 0daaaddeef
    Fix Gestures to use GetTime() if it's available (#2733) Rob Loach 2022-10-02 04:47:17 -0400
  • 03f5fce672
    removed glfwSetWindowPos on InitWindow (#2732) Random 2022-10-02 01:46:33 -0700
  • 178a356cb4 minor tweaks Ray 2022-09-30 23:07:29 +0200
  • 1198ba81fa
    Fix Gestures to use GetTime() if it's available Rob Loach 2022-09-30 07:53:03 -0400
  • 92a72e7853 removed execute permission from CMakeLists RandomErrorMessage 2022-09-30 08:53:40 +0000
  • ee39aa6699 removed glfwSetWindowPos on InitWindow RandomErrorMessage 2022-09-30 08:53:26 +0000
  • f14955512f
    fix issue #2728 (#2731) Random 2022-09-30 01:09:49 -0700
  • 852672e121 updated gamecontrollerdb: fixes GLFW warning due to invalid entry RandomErrorMessage 2022-09-30 08:07:14 +0000
  • 76621c9e53 fix issue #2728 RandomErrorMessage 2022-09-29 21:44:00 +0000
  • 45da03df23 Reviewed monitor checking order Ray 2022-09-29 12:00:20 +0200
  • 4fe6f885f7 Update gamepad mappings with latest gamecontrollerdb, fix #2725 Ray 2022-09-29 11:23:25 +0200
  • 357f782f4e Merge branch 'master' of https://github.com/raysan5/raylib Ray 2022-09-29 11:08:02 +0200
  • 0ced04f0df Fix #2722 Ray 2022-09-29 11:08:00 +0200
  • 17c1f84a85 Only runs workflow on master Luiz Pestana 2022-09-28 20:40:00 -0300
  • 587e61def9
    fixing new typoes (#2727) Dor Shapira 2022-09-28 21:04:59 +0300
  • 5c404c79da
    Update raylib.h (#2726) Dor Shapira 2022-09-28 21:04:41 +0300
  • df1cbc8707
    fixing new typoes Dor Shapira 2022-09-28 18:36:04 +0300
  • 68361848c7
    Update raylib.h Dor Shapira 2022-09-28 18:22:49 +0300
  • ca56606630
    Merge branch 'raysan5:master' into master Luiz Pestana 2022-09-27 18:49:40 -0300
  • 8f88c61bdf
    update build.zig (#2720) Michael Scherbakow 2022-09-27 01:27:22 +0200
  • 7f332c2504
    Update rshapes.c infdivzero 2022-09-27 04:53:29 +0800
  • fda7ab6b9d update build.zig Michael Scherbakow 2022-09-26 21:38:23 +0200
  • e9ca38fafa
    Clarified working of ImageDrawCircle and ImageDrawCircleV (#2719) bXi 2022-09-26 12:24:10 +0200
  • edff821103 Clarified working of ImageDrawCircle and ImageDrawCircleV Dennis Meinen 2022-09-26 12:19:54 +0200
  • 7ab056b6ef REVIEWED: GeneshHeightmap(), fix #2716 Ray 2022-09-25 15:41:49 +0200
  • 2ef0b064e5 Fix isssue #2718 Ray 2022-09-25 14:09:28 +0200
  • ea87491a82 ADDED: Support CAPS/NUM lock keys registering if locked Ray 2022-09-25 00:14:59 +0200
  • e30fa528a3
    Merge branch 'raysan5:master' into master Luiz Pestana 2022-09-24 10:17:20 -0300
  • 20fcbcd1b1 Switch to glBlendFuncSeparate() to fix alpha blending issue with FBO SAOMDVN 2022-09-24 18:14:21 +0700
  • 810a0330ab WARNING: Several changes on UTF-8/Codepoints API Ray 2022-09-22 20:35:55 +0200
  • 4b1d4b4f6b Update rcore.c Ray 2022-09-22 20:30:02 +0200
  • 907e9e1fe2 Update text_codepoints_loading.c Ray 2022-09-22 20:29:54 +0200
  • 4311ffc9e1 REVIEWED: New functions coding conventions Ray 2022-09-19 18:47:16 +0200
  • 2093fdcc53
    Added: ImageDrawCircleLines, ImageDrawCircleLinesV (#2713) Rob Loach 2022-09-19 12:41:17 -0400
  • 372a5c5b7e
    Added: ImageDrawCircleLines, ImageDrawCircleLinesV Rob Loach 2022-09-19 12:32:27 -0400
  • 0e5cd442be REVIEWED: Renamed some shaders, fix #2707 Ray 2022-09-19 18:29:08 +0200
  • 5530a3ceb8 REVIEWED: ScanDirectoryFilesRecursively(), fix #2704 Ray 2022-09-19 18:20:36 +0200
  • 6e8f3b0f45 Update rlgl.h Ray 2022-09-19 10:35:34 +0200
  • 12e8cef9cf REMOVED: Mipmaps software generation for OpenGL 1.1 Ray 2022-09-19 10:31:55 +0200
  • 27781a4767
    Remove touch points on touch up events on Android (#2711) Denis Pobedrya 2022-09-19 00:01:10 +0300
  • 7e3a50b4ac
    Update BINDINGS.md (#2710) Gunko Vadim 2022-09-19 01:36:59 +0500
  • 668f28ea50 Remove touch points on touch up events on Android Denis Pobedrya 2022-09-18 22:55:35 +0300
  • 012d6f16be
    Update BINDINGS.md Gunko Vadim 2022-09-19 00:58:11 +0500
  • 42ecd72547
    [rlgl] Check for extensions before enabling them (#2706) Nikolas 2022-09-18 21:08:51 +0200
  • 17878b802b
    More explicit extension checking Not-Nik 2022-09-18 20:59:41 +0200
  • 7335ef7786
    Use GLAD_MALLOC/FREE instead of malloc/free Not-Nik 2022-09-18 20:55:46 +0200
  • 39a48a3932
    Remove loader from glad Not-Nik 2022-09-18 20:14:48 +0200
  • 8f597b3cc3
    Basic gamepad support for Android (#2709) Denis Pobedrya 2022-09-18 20:58:52 +0300
  • 5589ccc7d6
    Remove version hack and fix ASTC compression assumption Not-Nik 2022-09-18 19:58:30 +0200
  • a40144d125 Basic gamepad support for Android Denis Pobedrya 2022-09-18 20:08:44 +0300
  • d6d88bcfce
    #undef CORE_OPENGL_33 Not-Nik 2022-09-18 17:23:45 +0200
  • cf957429ec
    Shift to glad on macOS Not-Nik 2022-09-18 17:15:41 +0200
  • 6061d1b94b
    [rlgl] Check for extensions before enabling them Not-Nik 2022-09-18 16:51:46 +0200