Commit Graph

  • a617e1e217 Update core_2d_camera_mouse_zoom.c Ray 2024-11-06 12:00:39 +0100
  • 9fb9e11a49 Improve cross-compilation with zig builds #4468 Tomas Slusny 2024-11-05 23:20:13 +0100
  • 201a106d19 Temporary workaround for canvas' width CSS #4466 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 #4465 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 #4462 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 #4461 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 #4460 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 #4456 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 #4455 Tomas Slusny 2024-10-31 21:45:57 +0100
  • 04731e1802 fix typo in #4451 #4453 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 #4452 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 #4451 Arche Washi 2024-10-31 02:23:17 +0800
  • 1f0153a2cb add a function(DrawEllipseRotation and DrawEllipseLinesRotation) to support drawing a rotated ellipse #4450 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 #4449 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" #4435 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 #4448 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 #4447 Jeffery Myers 2024-10-27 10:17:14 -0700
  • 5e4d6e17b2 add method to support only adding x or y to vector2 #4446 cmanlh 2024-10-27 10:51:40 +0800
  • 95657ee1cb Fix the fix cause I didn't test it #4445 electrolys 2024-10-26 19:19:01 -0500
  • 30f17a0ed4 Fix relative mouse data being really inconsistent in SDL electrolys 2024-10-26 19:02:30 -0500
  • 8fe61b2a4c Add an assert on custom frame control support #4444 Menno van der Graaf 2024-10-27 01:08:36 +0200
  • 0e1fc33c5c
    Fix signed/unsigned mismatch in rlgl (#4443) Jeffery Myers 2024-10-26 13:59:50 -0700
  • 7fe5f7126b
    Fix MSVC errors for PLATFORM_DESKTOP_RGFW (#4441) Colleague Riley 2024-10-26 16:59:10 -0400
  • 38cf9f3224
    [rtextures] LoadTextureCubemap(): Copy image before generating mipmaps, to avoid dangling re-allocated pointers (#4439) Nikolas 2024-10-26 22:52:24 +0200
  • fe8a304d3e Fix signed/unsigned mismatch in rlgl #4443 Jeffery Myers 2024-10-26 13:46:32 -0700
  • e1067e1b70 Merge branch 'pure' of https://github.com/ColleagueRiley/raylib into pure #4441 ColleagueRiley 2024-10-26 13:49:14 -0400
  • 8a6255587d
    Merge branch 'raysan5:master' into pure Colleague Riley 2024-10-26 13:49:03 -0400
  • 389b92c7dd Fix warnings, update RGFW, fix msvc errors (make sure windows macro _WIN32 is correct) ColleagueRiley 2024-10-26 13:47:47 -0400
  • ff66b49c19
    fix (#4440) NishiOwO 2024-10-26 22:10:35 +0900
  • 8973a133c7
    fix #4440 Nishi 2024-10-26 22:05:22 +0900
  • 4586583dda
    [rtextures] LoadTextureCubemap(): Copy image before generating mipmaps, to avoid dangling re-allocated pointers #4439 Not-Nik 2024-10-26 14:00:28 +0200
  • 7ad8fa689f REVIEWED: LoadTextureCubemap() to avoid crash #4429 Ray 2024-10-26 13:51:10 +0200
  • 8b9ea8cd5f Update Makefile Ray 2024-10-26 13:46:56 +0200
  • 3dcddaedd7
    Fix examples Makefile for NetBSD (#4438) NishiOwO 2024-10-26 20:41:54 +0900
  • 9326f557be
    fix clean and ldlibs stuff #4438 Nishi 2024-10-26 20:40:54 +0900
  • 331f7aac85
    moving to LDPATHS Nishi 2024-10-26 20:29:45 +0900
  • ec79bffa20 Update stb_truetype.h Ray 2024-10-26 13:13:05 +0200
  • dc679cd1c7 Update stb_image_resize2.h Ray 2024-10-26 13:12:38 +0200
  • 28e7e2cffd Update stb_image.h Ray 2024-10-26 13:12:36 +0200
  • d0e11a8c92 Update qoa.h Ray 2024-10-26 13:12:33 +0200
  • e70bf2bce1 Update dr_wav.h Ray 2024-10-26 13:12:30 +0200
  • c085c73014 Update dr_mp3.h Ray 2024-10-26 13:12:26 +0200
  • c6b1ecc593 Update cgltf.h Ray 2024-10-26 13:12:24 +0200
  • 63a3fc4844
    fix makefile Nishi 2024-10-26 20:05:26 +0900
  • 7d233cb328
    fix makefile #4437 Nishi 2024-10-26 20:01:24 +0900
  • 8eb34ee021
    fix example makefile for netbsd Nishi 2024-10-26 19:57:03 +0900
  • 71224d7ec7
    Merge branch 'raysan5:master' into master NishiOwO 2024-10-26 19:52:04 +0900
  • 1f6b3384fa Reviewed formatting, remove end-line points, for consistency with comments Ray 2024-10-26 12:26:00 +0200
  • 80b490c8f1 Reviewed formating to follow raylib conventions #4429 Ray 2024-10-26 12:15:06 +0200
  • 7fedf9e0b8
    [rtextures/rlgl] Load mipmaps for cubemaps (#4429) Nikolas 2024-10-26 12:09:38 +0200
  • 91a4f04794
    Use mingw32-make for Windows (#4436) Asdqwe 2024-10-26 06:39:24 -0300
  • c07c368090 Use mingw32-make for Windows #4436 asdqwe 2024-10-25 20:05:29 -0300
  • 4e3fc84050 Minor format tweaks Ray 2024-10-26 00:52:22 +0200
  • 22c77d17b7 REVIEWED: WebGL2 (OpenGL ES 3.0) backend flags (PLATFORM_WEB) #4330 Ray 2024-10-26 00:51:37 +0200
  • 7ac36e20cd Update Makefile.Web Ray 2024-10-25 23:55:31 +0200
  • 8b36253e2f
    [build] [web] Fix examples Makefile for PLATFORM_WEB (#4434) Asdqwe 2024-10-25 18:47:55 -0300
  • 97a6338f61 Replace tab with spaces #4434 asdqwe 2024-10-25 17:42:03 -0300
  • 6d843feb3b Replace shell with assignment operator asdqwe 2024-10-25 17:41:02 -0300
  • 204872de09
    [build] CMake: Don't build for wayland by default (#4432) Peter0x44 2024-10-25 08:47:35 +0100
  • f03f093909
    Add input_virtual_controls to MSVC projects (#4433) Jeffery Myers 2024-10-25 00:47:04 -0700
  • 04968a055b Fix examples Makefile for PLATFORM_WEB asdqwe 2024-10-24 22:52:28 -0300
  • db0a8d42fa Add input_virtual_controls to MSVC projects Fix input_virtual_controls example to use correct default font sizes #4433 Jeffery Myers 2024-10-24 17:54:53 -0700
  • 94c591f3b6 [build] CMake: Don't build for wayland by default #4432 Peter0x44 2024-10-25 00:10:02 +0100
  • 728ccc96bc
    Use the vertex color as part of the base shader in GLSL330 (#4431) Jeffery Myers 2024-10-24 14:49:30 -0700
  • 6c3b1fa1de
    Add shadow map example to MSVC projects (#4430) Jeffery Myers 2024-10-24 14:37:23 -0700
  • 72e5a41101 Use the vertex color as part of the base shader in GLSL330 #4431 Jeffery Myers 2024-10-24 14:28:23 -0700
  • 2b55f302e8 Add shadow map example to MSVC projects #4430 Jeffery Myers 2024-10-24 14:19:19 -0700
  • 5a66053bc6
    [rtextures] Load cubemap mipmaps #4429 Not-Nik 2024-10-24 19:15:27 +0200
  • db3e68605f
    [rtextures] ImageDraw(): Implement drawing to mipmaps Not-Nik 2024-10-24 19:14:42 +0200
  • 2ddb21dc3a
    [rtextures] Only generate mipmaps that don't already exist Not-Nik 2024-10-24 19:13:58 +0200
  • d79c1ecf10
    [rlgl] Load cubemap mipmaps Not-Nik 2024-10-23 20:25:36 +0200
  • 15f6c47f07
    Use free camera in model shader example (#4428) IcyLeave6109 2024-10-24 12:49:47 -0300
  • 4b3a323315 Use free camera in model shader example #4428 IcyLeave6109 2024-10-24 12:44:28 -0300
  • 16368cd353 REVIEWED: DrawRectangleLines(), considering view matrix for lines "alignment" Ray 2024-10-24 13:11:39 +0200
  • 385187f795
    [rshapes] Review DrawRectangleLines() pixel offset (#4261) RadsammyT 2024-10-24 07:08:12 -0400
  • 530bb3dc57 Merge branch 'master' of https://github.com/raysan5/raylib Ray 2024-10-24 12:53:24 +0200
  • 6962364bfb Update emsdk paths to latest versions Ray 2024-10-24 12:53:16 +0200