Commit Graph

  • 9a5dddc311
    Added viewport independent raycast (#3709) Luís Almeida 2024-02-04 10:37:10 +0000
  • f033b30703 Review formating and some defines naming consistency Ray 2024-02-04 11:33:38 +0100
  • d91e9104aa
    [rcore] Fix GetFileNameWithoutExt() (#3771) oblerion 2024-02-04 11:28:58 +0100
  • a96b224b38
    Add gamepad support to PLATFORM_DESKTOP_SDL (#3776) A 2024-02-04 11:24:05 +0100
  • 00d1eb2bd0
    Update rtext.c (#3777) Ray 2024-02-04 11:20:11 +0100
  • 868d515fbc Update rtext.c Ray 2024-02-04 11:18:46 +0100
  • eed56a45d6 REVIEWED: LoadFontDataBDF() name and formating Ray 2024-02-04 11:10:46 +0100
  • 2b006bf440 Add gamepad support to PLATFORM_DESKTOP_SDL Arthur 2024-02-04 02:19:55 +0100
  • ec996ad536
    Merge branch 'raysan5:master' into master oblerion 2024-02-03 20:10:41 +0100
  • 343fa9db14
    Update rcore.c oblerion 2024-02-03 19:50:13 +0100
  • a64b9f3be9
    Update rcore.c oblerion 2024-02-03 19:43:31 +0100
  • 0932cd3059
    [rtext] Add BDF font support (#3735) Stanley Fuller 2024-02-04 05:28:12 +1100
  • 29ff658d92
    Update BINDINGS.md (#3774) Brandon Baker 2024-02-02 12:06:30 -0500
  • e4f4a0d799 added loading texture data directly into image Purrie 2024-02-02 17:44:18 +0100
  • 2996c14575
    Update BINDINGS.md Brandon Baker 2024-02-02 04:38:49 -0500
  • 7ec43022c1
    Fix segfault in ExportWaveAsCode (#3769) IoIxD 2024-02-01 13:16:57 -0700
  • c0b081fac0
    Fix MeasureTextEx() height calculation (#3770) Marrony Neris 2024-02-01 12:14:22 -0800
  • 780ed34508
    Update rcore.c oblerion 2024-02-01 15:47:08 +0100
  • bcc26183fa
    Update rcore.c oblerion 2024-02-01 15:11:47 +0100
  • 36977d9772
    Update rcore.c oblerion 2024-02-01 15:06:36 +0100
  • 1c80aa32e2
    Update rcore.c oblerion 2024-02-01 15:04:19 +0100
  • 61453b131e
    Update rcore.c oblerion 2024-02-01 14:58:49 +0100
  • 5681c3f856
    Update rcore.c oblerion 2024-02-01 14:36:50 +0100
  • 02776d450e
    Update rcore.c oblerion 2024-02-01 14:27:45 +0100
  • 3658e45a80
    Update rcore.c oblerion 2024-02-01 14:18:27 +0100
  • 53d34527ff
    Update rcore.c oblerion 2024-02-01 14:17:19 +0100
  • 5cef881ae6
    Update rcore.c oblerion 2024-02-01 14:03:00 +0100
  • bd69975dd8 Fix MeasureTextEx() height calculation Marrony Neris 2024-01-31 17:36:27 -0800
  • 04ce2634ea
    Fix segfault in ExportWaveAsCode IoIxD 2024-01-31 18:26:06 -0700
  • 25306eae42 REVIEWED: Issue on parsing #3765 Ray 2024-02-01 00:05:30 +0100
  • d79828076f REVIEWED: macOS issues #3767 Ray 2024-02-01 00:03:06 +0100
  • deaffb0698 Review PR #3746 formating Ray 2024-01-29 21:16:17 +0100
  • bebf9547bd
    [CORE,RLGL] Fix scale issues when ending a mode (#3746) Jeffery Myers 2024-01-29 12:10:23 -0800
  • 812645b077
    cleaned away unused macros in rcamera.h (#3762) Brian E 2024-01-28 12:49:07 +0000
  • cf10cdd6b3
    Added missing "standalone" functions to raudio.c & fixed return bug (#3760) Alessandro Nikolaev 2024-01-28 12:46:27 +0000
  • f4add5f10d
    Fix rlSetUniformSampler (#3759) veins1 2024-01-28 17:45:19 +0500
  • 169385ff2d cleaned away unused macros in rcamera.h Brian-ED 2024-01-28 04:20:51 +0000
  • 50ba800cb9 Added GetTraceLogLevel function Idir Aliane Crespo 2024-01-26 21:42:21 +0100
  • 2730af1433 Gave return values to SaveFileData & SaveFileText in raudio.c Alessandro Nikolaev 2024-01-26 04:46:43 +0000
  • 421ea866e3 Added GetFileNameWithoutExt, GetFileName & strprbrk to raudio.c Alessandro Nikolaev 2024-01-26 04:41:19 +0000
  • 0cc8a3110c
    Fix rlSetUniformSampler veins1 2024-01-25 04:19:38 +0500
  • 40f3df5b86 Update core_2d_camera_platformer.c Ray 2024-01-24 21:17:11 +0100
  • ff1eeafb95
    Fix bug to retrieve material specular map in DrawMesh function, with incorrect index (#3758) Victor Gallet 2024-01-23 12:37:54 +0100
  • 62e2bac930
    Fix bug to retrieve material specular map in DrawMesh function, with incorrect index Victor Gallet 2024-01-23 09:09:28 +0100
  • 9ab99bccd6 Send raylib logs to stderr by default Peter0x44 2024-01-23 00:35:47 +0000
  • cb97a8063d
    [rtext.c] fixing some comments to align comments style (#3756) Idir Carlos Aliane 2024-01-22 23:15:25 +0100
  • 532bf26808 [rtext.c] fixing some comments to align comments style Idir Aliane Crespo 2024-01-22 22:47:10 +0100
  • 6f1c31b25d
    Change some minor comments to align with comments style (#3755) Idir Carlos Aliane 2024-01-22 21:26:18 +0100
  • 4c18887f0f
    Merge branch 'raysan5:master' into raudio-minor-comments Idir Carlos Aliane 2024-01-22 21:07:39 +0100
  • 5d4d14d571 Change some minor comments to align with comments style Idir Aliane Crespo 2024-01-22 20:56:25 +0100
  • fd97fd1748
    Add Vector2Dir function to get the direction vector of two given points Victor Gallet 2024-01-22 20:36:18 +0100
  • c133fee286
    [raymath.h] Small code refactor (#3753) Idir Carlos Aliane 2024-01-22 19:48:18 +0100
  • be5e8d6523 Fixing some blank spaces to match same syle convention Idir Aliane Crespo 2024-01-22 18:44:42 +0100
  • 0f7c460557 [raymath.h] Small refactor to avoid duplicated code Idir Aliane Crespo 2024-01-22 18:36:52 +0100
  • 27645e16ab
    fixed small typo, replaced th with the (#3752) Brian E 2024-01-22 10:36:38 +0000
  • ef92ced370
    fix CheckCollisionPointPoly (#3750) Antonio Raúl 2024-01-22 10:35:55 +0000
  • 68c32a4184
    Fix typo in HISTORY.md (#3751) Idir Carlos Aliane 2024-01-22 07:58:47 +0100
  • bedbfa3363 fixed small typo, replaced th with the Brian-ED 2024-01-22 00:51:21 +0000
  • d9852a7915
    Fix typo in HISTORY.md Idir Carlos Aliane 2024-01-21 21:41:43 +0100
  • 04eca2e95f Rework window placement and dimensions for multi-monitor setups; Christian Haas 2024-01-21 19:13:49 +0100
  • 70b62278f5 fix CheckCollisionPointPoly mllimo 2024-01-21 17:33:48 +0000
  • 8b058f752c reset back to default screen scale when ending a render texture since we are back on the default fbo Jeffery Myers 2024-01-20 18:34:48 -0800
  • 1fed11a3ea blankspace Jeffery Myers 2024-01-20 18:29:45 -0800
  • 6fc839a586 Only restore GL scale back to screen scale if we are returning to a screen, not a render texture. Jeffery Myers 2024-01-20 18:23:17 -0800
  • 5c25913e09
    Fix Android keycode translation and duplicate key constants (#3733) Alexandre Almeida 2024-01-20 17:22:33 -0300
  • 192f7f1b29
    [rcore rglfw] Feature Test Macros before include (#3737) John 2024-01-20 21:08:19 +0100
  • 0a8165c0ac
    Make raylib/raygui work better on touchscreen (#3728) Hongyu Ouyang 2024-01-20 12:05:30 -0800
  • ae00434e1c
    [rshapes] Fix multisegment Bezier splines. Santiago Pelufo 2024-01-20 10:43:37 -0300
  • 938bb1196c
    Replace warnings with comments zap8600 2024-01-19 09:20:02 -0600
  • 46dae78ffc Include font ascent in glyph y-offset when loading BDF font Stanley Fuller 2024-01-19 22:06:22 +1100
  • 8798d13352
    Add frame functions for platforms zap8600 2024-01-18 22:46:37 -0600
  • 21dae16d60 Update raylib_api.* by CI github-actions[bot] 2024-01-18 22:43:38 +0000
  • 1df491c54c Fix KEY_R and KEY_MENU duplicate M374LX 2024-01-18 19:44:41 -0300
  • d04c75d0f8
    still not done zap8600 2024-01-18 16:33:24 -0600
  • b3b1db3354
    still not done zap8600 2024-01-18 13:35:16 -0600
  • b600786c52
    Update BINDINGS.md (#3739) Anand Swaroop 2024-01-17 18:22:10 -0500
  • 9e741bac21
    Update BINDINGS.md Anand Swaroop 2024-01-17 17:55:16 -0500
  • f97b1b2dc5 [rcore rglfw] Feature Test Macros before include JayLCypher 2024-01-17 12:30:23 +0100
  • e98b628c15 Rename KEYCODE_MAPPED_NUM to KEYCODE_MAP_SIZE M374LX 2024-01-16 18:37:34 -0300
  • f73773edf4 Add BDF font support Stanley Fuller 2024-01-14 19:06:45 +1100
  • 44c18cb683 Simplify code a bit M374LX 2024-01-16 00:05:10 -0300
  • 9e93915107 Fix Android keycode translation M374LX 2024-01-15 20:26:22 -0300
  • c57b8d5a6a REVIEWED: ImageKernelConvolution(), formating and warnings Ray 2024-01-15 20:32:46 +0100
  • d2b1256e5c
    Fix bounds check for ImageDrawRectangleRec (#3732) Blockguy24 2024-01-14 21:21:29 +1100
  • bccecf150a Fix bounds check for ImageDrawRectangleRec Joshua Star 2024-01-14 15:10:20 +1100
  • 02133092f8
    Update OCaml bindings version (#3730) Tobias Mock 2024-01-13 22:46:33 +0000
  • 1d7dfd50dd
    Update OCaml bindings version Tobias Mock 2024-01-13 21:53:27 +0100
  • 9514b5d75f
    comments update casavaca 2024-01-13 12:18:21 -0800
  • cb2572fe07 Avoid asserts because could crash some decompressions https://github.com/raysan5/raygui/issues/364 Ray 2024-01-13 16:57:25 +0100
  • 520c8cffb2
    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. (#3701) Karl Zylinski 2024-01-13 10:49:04 +0100
  • b7141d556e
    Add shared library build option for build.zig and update to zig 0.12.0-dev.2139 (#3727) Andrew Lee 2024-01-13 02:46:53 -0700
  • 21e98a7eb5
    Add comments casavaca 2024-01-13 00:11:45 -0800
  • e23ad1c8f8
    Fix that touch doesn't work for click/drag/raygui casavaca 2024-01-13 00:01:19 -0800
  • 55242a75c7 add no-sanitize workarounds Andrew Lee 2024-01-11 13:25:09 -0700
  • 60c2d87ec6 update build.zig to 0.12.0-dev.2139 and add shared lib option Andrew Lee 2024-01-11 12:48:07 -0700
  • 9d628d1d49
    Enable animation names for the m3d model format. (#3714) kolunmi 2024-01-11 11:49:25 -0700
  • 482722d881
    Update to latest zig 0.12.0dev while keeping 0.11.0 compatibility (#3715) freakmangd 2024-01-11 13:48:37 -0500
  • a820c37ab2
    implemented fill color TODO in ImageResizeCanvas() (#3720) Lieven Petersen 2024-01-11 19:48:14 +0100
  • 746f129bfe
    Fix ImageDrawRectangleRec (#3721) Le Juez Victor 2024-01-11 19:37:42 +0100
  • 64ba5cb570
    Update a comment (#3724) Hongyu Ouyang 2024-01-11 10:33:24 -0800