Commit Graph

  • 700e2c5e5d
    Fix touch count reset (#4488) Asdqwe 2024-11-14 06:49:35 -0300
  • 8af7985ece Update CHANGELOG Ray 2024-11-14 10:46:34 +0100
  • 0c7edbc2ee Update HISTORY.md Ray 2024-11-14 10:45:56 +0100
  • 2841eaba3e Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-11-14 10:45:24 +0100
  • f76a5e2b10 Update CHANGELOG Ray 2024-11-14 10:45:19 +0100
  • 3673c4e949 Fix touch count reset asdqwe 2024-11-13 21:45:01 -0300
  • 377248b1ac
    Fix Makefile.Web (#4487) Asdqwe 2024-11-13 18:21:10 -0300
  • ba426fc661 Fix Makefile.Web asdqwe 2024-11-13 16:09:03 -0300
  • 7053970f7b
    build.zig: remove raygui from options and re add adding raygui as a (#4485) kimierik 2024-11-13 19:52:12 +0200
  • fee3054638 Math supporting Clang Vector Extension Jon Daniel 2024-11-13 17:30:27 +0100
  • 064b82e126 build.zig: remove raygui from options and re add adding raygui as a function kimierik 2024-11-13 14:17:38 +0200
  • 4ddf4679b4 Update CHANGELOG Ray 2024-11-11 20:28:25 +0100
  • 10fd4de258
    Fix the example lighting shaders to use both frag and diffuse colors so they work with shapes and meshes. (#4482) Jeffery Myers 2024-11-11 10:55:33 -0800
  • 5cc06f4ba4
    [rcore]: Issue an warning instead of an error when checking SUPPORT_CLIPBOARD_IMAGE necessary support detection (#4477) Everton Jr. 2024-11-11 15:47:25 -0300
  • fb69b39d54
    Fix a typecast warning in glfw clipboard access (#4479) Jeffery Myers 2024-11-11 10:46:54 -0800
  • 832b5a0d51 Fix the example lighting shaders to use both frag and diffuse colors so they work with shapes and meshes. Jeffery Myers 2024-11-11 10:46:31 -0800
  • b4f97addf7 fix CI errors Jeffery Myers 2024-11-10 16:32:51 -0800
  • dacd65d07a Merge branch 'scancodes' of github.com:JeffM2501/raylib into scancodes Jeffery Myers 2024-11-10 16:11:57 -0800
  • a1cd248ddf add scancode support to other platforms. Jeffery Myers 2024-11-10 16:11:33 -0800
  • 7ea8235f18 Update raylib_api.* by CI github-actions[bot] 2024-11-11 00:03:37 +0000
  • de1c9c44c3 Expose Scancodes for keyboard Jeffery Myers 2024-11-10 16:03:06 -0800
  • d861f96451 Fix a typecast warning in glfw clipboard access Jeffery Myers 2024-11-10 13:39:22 -0800
  • 2af4f31712
    Fix the X axis of the second vertex of the Y negative cap of a cylinders, triangle fan (#4478) Jeffery Myers 2024-11-10 13:04:58 -0800
  • 31de13b52d Fix the X axis of the second vertex of the Y negative cap of a cylinders, triangle fan Jeffery Myers 2024-11-10 12:47:32 -0800
  • 0055388a52 [rcore]: Issue an warning instead of an error when checking SUPPORT_CLIPBOARD_IMAGE necessary support detection evertonse 2024-11-10 17:38:29 -0300
  • 2500e1c817 [rcore]: Issue an warning instead of an error when checking SUPPORT_CLIPBOARD_IMAGE necessary support detection evertonse 2024-11-10 17:05:54 -0300
  • 66fec1a8cb Merge remote-tracking branch 'raysan/master' into clipboard evertonse 2024-11-10 15:19:43 -0300
  • 09570a05b3 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-11-10 17:54:02 +0100
  • 85de743d1c Improved logos size Ray 2024-11-10 17:53:50 +0100
  • ce3b121f07
    build.zig: Remove addRaylib and fix raygui builds when using raylib as dep (#4475) Tomas Slusny 2024-11-10 13:47:15 +0100
  • 51f336d2ec Clang Vector Extension support Jon Daniel 2024-11-10 09:18:58 +0100
  • d72052cc26
    build.zig: Avoid deprecated function std.Build.Step.Compile.defineCMacro Sage Hane 2024-11-10 14:17:36 +0900
  • 1d1b398379
    build.zig: Use std.Build.Module.addCMacro for config flags Sage Hane 2024-11-10 15:11:43 +0900
  • e16d5ebc8e
    build.zig: Make more flags from src/config.h configurable Sage Hane 2024-10-21 22:43:07 +0900
  • 13d78a0391 build.zig: Remove addRaylib and fix raygui builds when using raylib as dep Tomas Slusny 2024-11-10 02:04:41 +0100
  • d2db7b71da silence type cast warning Jon Daniel 2024-11-09 23:35:35 +0100
  • 729da53128 Clang Extended Vectors support Jon Daniel 2024-11-09 23:33:58 +0100
  • d8feef5279 Update raylib_api.* by CI github-actions[bot] 2024-11-09 18:40:56 +0000
  • 00396e3436
    [rcore] Clipboard Image Support (#4459) Everton Jr. 2024-11-09 15:40:41 -0300
  • 08e84a6549 [rcore]: typo evertonse 2024-11-08 18:13:41 -0300
  • d7ca8dc11b [rcore]: PLATFORM_SDL: Treat monitor as an ID in SDL3 as opposed to an index as in SDL2 evertonse 2024-11-08 18:09:13 -0300
  • 53b929cbfb
    Improve cross-compilation with zig builds (#4468) Tomas Slusny 2024-11-08 14:31:31 +0100
  • dc489786b0
    UpdateModelAnimation speedup (#4470) Jett 2024-11-08 08:28:39 -0500
  • cf00b4aa97 external: fix arch finding on win32_clipboard.h to allow compilation on msvc cmake CI evertonse 2024-11-08 00:57:40 -0300
  • 55a64f51b8
    fix float casting warnings (#4471) Jeffery Myers 2024-11-07 12:42:59 -0800
  • 84bd7052db fix float casting warnings Jeffery Myers 2024-11-07 11:56:47 -0800
  • 77061cc865 UpdateModelAnimation speedup Jett 2024-11-07 08:15:23 -0500
  • c3008017c9 [rcore]: Properly handle NULL dpi passing. As is allowed in SDL2 evertonse 2024-11-07 00:10:10 -0300
  • 01a999cebe [rcore]: fix string typo evertonse 2024-11-06 23:54:05 -0300
  • 207fabd759 Makefile: allow for extra flags necessary when compiling for SDL3 evertonse 2024-11-06 23:09:49 -0300
  • a80e7b6edc Add TextInvert and TextClear functions Cyrodwd 2024-11-06 18:07:17 -0800
  • e1a698a334 external: remove unused function from win32_clipboard.h evertonse 2024-11-06 21:18:59 -0300
  • 4d5dfb150c [rcore]: PLATFORM_SDL: improve clipboard data retrieval evertonse 2024-11-06 20:47:38 -0300
  • 729de10b1e Makefile: examples makefile now compile others/rlgl_standalone only when TARGET_PLATFORM is PLATFORM_DESKTOP_GFLW evertonse 2024-11-06 19:41:48 -0300
  • 3e723e73d2 Makefile: examples makefile now compile others/rlgl_standalone only when TARGET_PLATFORM is PLATFORM_DESKTOP_GFLW evertonse 2024-11-06 19:23:18 -0300
  • 98ad55fec2 Makefile: Allow specifying SDL_LIBRARIES to link, this helps with SDL3 evertonse 2024-11-06 19:06:02 -0300
  • 505d5fcf1b [rcore] fix warnings in SDL3 compatibility layer evertonse 2024-11-06 18:22:48 -0300
  • 057f7dc98f [rcore] using win32_clipboard on platforms rlfw and rgfw evertonse 2024-11-06 17:02:16 -0300
  • ba5045963e external: add win32_clipboard.h header only lib evertonse 2024-11-06 16:52:04 -0300
  • b5bad8e096 [rcore] PLATFORM_SDL: create a compatility layer for SDL3 evertonse 2024-11-06 16:50:29 -0300
  • a617e1e217 Update core_2d_camera_mouse_zoom.c Ray 2024-11-06 12:00:39 +0100
  • 9fb9e11a49 Improve cross-compilation with zig builds Tomas Slusny 2024-11-05 23:20:13 +0100
  • 201a106d19 Temporary workaround for canvas' width CSS asdqwe 2024-11-04 22:33:49 -0300
  • b47fffb48b Update Makefile.Web Ray 2024-11-05 00:09:12 +0100
  • 5aa809c1db fixed canvas issue for web CrackedPixel 2024-11-04 16:56:40 -0600
  • 281ee51aff
    implemented new linear gradient generation function (#4462) decromo 2024-11-04 15:57:50 +0100
  • 4ab84c623c implemented new linear gradient generation function Diego Esteban Concepción 2024-11-04 03:59:44 +0100
  • ec953240b1 Update CHANGELOG Ray 2024-11-03 21:02:13 +0100
  • 66a4f2e90b
    Fix for issue 4454, MatrixDecompose() gave incorrect output for certain combinations of scale and rotation (#4461) waveydave 2024-11-03 19:36:32 +0000
  • ab8f4598c9 Fix for issue 4454, MatrixDecompose() gave incorrect output for certain combinations of scale and rotation waveydave 2024-11-03 18:02:18 +0000
  • 6028052c7e Update raylib_api.* by CI github-actions[bot] 2024-11-03 12:12:25 +0000
  • be360d2ad1 RENAMED: UpdateModelAnimationBoneMatrices() to UpdateModelAnimationBones() Ray 2024-11-03 13:12:01 +0100
  • 24724d33bb Added last week commits info Ray 2024-11-03 12:30:02 +0100
  • b53c116536 [rcore] GetClipboardImage removed some unneeded defines evertonse 2024-11-01 22:15:32 -0300
  • 8e5d5f89c2
    Update rmodels.c - 'fix' for GenMeshSphere artifact (#4460) MikiZX1 2024-11-01 22:35:35 +0100
  • 1ffc687ef5
    Update rmodels.c - 'fix' for GenMeshSphere artifact MikiZX1 2024-11-01 22:28:54 +0100
  • 7880670597 [rcore] add 'GetClipboardImage' for windows evertonse 2024-11-01 16:20:44 -0300
  • e5c4fe4c2f add snapshot for example shapes_custom_rotation cmanlh 2024-11-01 22:40:04 +0800
  • d880e3ff3b add drawing rotation shape example cmanlh 2024-11-01 22:36:34 +0800
  • 9e2591e612 Update Makefile Ray 2024-11-01 12:14:06 +0100
  • b7ef2fd580
    Update HISTORY.md Ray 2024-11-01 12:07:27 +0100
  • 4ce6f17086 Use margin: 0 auto for centering canvas in default emscripten shells Tomas Slusny 2024-10-31 21:45:57 +0100
  • 04731e1802 fix typo in #4451 Arche Washi 2024-10-31 12:46:28 +0800
  • b8c0842b2e
    Fix SetWindowSize() for PLATFORM_WEB (#4452) Asdqwe 2024-10-30 18:21:37 -0300
  • 5eddf87c8d Fix SetWindowSize() for PLATFORM_WEB asdqwe 2024-10-30 17:43:31 -0300
  • 3bad05aa7b
    fix the issue with GetScreenWidth/GetScreenHeight that was identified on other platforms (#4451) Arche Washi 2024-10-31 03:13:53 +0800
  • 075f406ea4 fix the issue with GetScreenWidth/GetScreenHeight that was identified on other platforms Arche Washi 2024-10-31 02:23:17 +0800
  • 1f0153a2cb add a function(DrawEllipseRotation and DrawEllipseLinesRotation) to support drawing a rotated ellipse cmanlh 2024-10-30 20:29:02 +0800
  • ffdce81678 Add example for draw ellipse cmanlh 2024-10-30 20:27:03 +0800
  • 86cc7a4245 Add src/raygui.c to .gitignore sleeptightAnsiC 2024-10-30 00:21:11 +0100
  • ad79d4a884
    [shapes] Add shapes_rectangle_advanced example implementing a DrawRectangleRoundedGradientH function (#4435) Everton Jr. 2024-10-29 18:23:51 -0300
  • ef0c18b447 "[shapes] rectangle advanced: fix screen width and height to fit with other examples" evertonse 2024-10-29 17:57:54 -0300
  • d15e583460 Update rtext.c Ray 2024-10-29 09:37:38 +0100
  • 10c8e4e435 Update rcore_desktop_glfw.c Ray 2024-10-29 09:37:33 +0100
  • 743e557e1e
    Fix inconsistent dll linkage warning on windows (#4447) Jeffery Myers 2024-10-29 01:34:57 -0700
  • de7ab83f5a
    Fix empty input string for MeasureTextEx (#4448) mpv-enjoyer 2024-10-29 08:33:03 +0000
  • 619d09081c [rshapes] Add function evertonse 2024-10-25 13:45:39 -0300
  • c3df61bdc0
    Fix empty input string for MeasureTextEx mpv-enjoyer 2024-10-28 03:21:47 +0300
  • f59e185d7a
    Update README.md Ray 2024-10-27 22:27:18 +0100
  • e4089fe9e4 Fix inconsistent dll linkage warning on windows Jeffery Myers 2024-10-27 10:17:14 -0700