Commit Graph

  • 46cd07d2c7 WARNING: REVERTED CHANGE THAT BROKE BATCHING!!! #4849 Ray 2025-03-21 17:17:45 +0100
  • 266fba1111 Minor tweaks Ray 2025-03-21 17:07:55 +0100
  • add4da8fb3
    Merge pull request #4845 from bamless/log-zoom Ray 2025-03-20 10:38:59 +0100
  • e140aca1b5 Increase zoom factor in core_2d_camera.c Fabrizio Pietrucci 2025-03-19 20:19:19 +0100
  • 8b84c999d2 Use logarithmic zoom scaling in 2d camera zoom examples Fabrizio Pietrucci 2025-03-19 19:48:04 +0100
  • d3b6fa4785 start to impl scissor test + review line clipping The support for the scissor test has been implemented for clearing as well as for triangle clipping. The implementation for lines and points is still missing. Bigfoot71 2025-03-19 04:21:27 +0100
  • 268a410a13 add quick notes about line clipping algorithms used Bigfoot71 2025-03-19 02:19:28 +0100
  • fe600a5ea1 framebuffer resizing + handle init failure Bigfoot71 2025-03-19 02:04:59 +0100
  • 06e49a048a add some not planned functions - glDepthMask - glColorMask Bigfoot71 2025-03-19 01:41:24 +0100
  • fc52b7710c impl polygone modes Bigfoot71 2025-03-19 01:28:41 +0100
  • f8fcce2e18
    Merge branch 'raysan5:master' into master Jon Daniel 2025-03-18 19:17:35 +0100
  • 9ad9a348d1 Changed startAngle and endAngle comparison to use FLT_EPSILON instead of direct comparison of floating numbers Myrddin Krustowski 2025-03-18 12:40:39 +0200
  • cd9206956c
    Merge pull request #4843 from theundergroundsorcerer/DrawCircleSector-quickfix Ray 2025-03-18 11:29:32 +0100
  • 589ad0a33d Add early return to circle sector functions when angles are equal. Prevents unnecessary work and division by zero (when segments=0) in DrawCircleSector/DrawCircleSectorLines when startAngle equals endAngle, matching existing behavior in DrawRing/DrawRingLines. Myrddin Krustowski 2025-03-18 11:51:58 +0200
  • 793d56c701 fix and improve polygon clipping functions Bigfoot71 2025-03-16 03:42:33 +0100
  • e15c0d9639 impl points + point size Bigfoot71 2025-03-16 02:17:35 +0100
  • 3bc8f36f14 impl line width Bigfoot71 2025-03-16 00:50:34 +0100
  • 645b5e9c45 tweaks Bigfoot71 2025-03-16 00:09:13 +0100
  • cdf384794d add several buffer format support Several depth and color formats have been added for the framebuffer. Bigfoot71 2025-03-15 04:13:37 +0100
  • fc7d6066df
    Merge branch 'raysan5:master' into master Jon Daniel 2025-03-14 18:56:54 +0100
  • 2f63a15630
    Merge pull request #4836 from JeffM2501/unscale_on_resize Ray 2025-03-14 17:15:14 +0100
  • d56ab670c3 spaces not tabs Jeffery Myers 2025-03-14 08:18:26 -0700
  • bbbdd1f080
    Merge pull request #4839 from aidonmaster/patch-1 Ray 2025-03-14 08:09:49 +0100
  • 513753c394
    Converting int to char Aidon 2025-03-13 21:50:20 -0300
  • 2666eedeb0 review get pixel functions + review unorm/float conversion Bigfoot71 2025-03-13 23:13:34 +0100
  • d3fe48fa7d texture sampling optimization Bigfoot71 2025-03-13 22:54:05 +0100
  • 9be90fd5e6 review the loading and management of textures to be closer to the OpenGL API Bigfoot71 2025-03-13 21:54:18 +0100
  • 6b8978cb3e avoid to recalculate MVP when its not needed + tweaks Bigfoot71 2025-03-13 20:53:18 +0100
  • cb830bed72 Increased depth size and clip distances to avoid z-fighting issues Ray 2025-03-13 16:34:39 +0100
  • 58f819863a
    Merge branch 'raysan5:master' into master Jon Daniel 2025-03-13 16:14:10 +0100
  • d0e638cc31 REVIEWED: Platform DRM messages... Ray 2025-03-13 11:42:16 +0100
  • 363f3afa60 review ndc to screen projection Bigfoot71 2025-03-13 04:19:12 +0100
  • 0b713cdfba small optimizations / tweaks Bigfoot71 2025-03-13 03:30:41 +0100
  • a1b2ecbded add clear buffer bitmasks Bigfoot71 2025-03-13 01:58:15 +0100
  • ff1849dc97 fixes and tweaks Bigfoot71 2025-03-13 01:47:16 +0100
  • 804240966a impl color blending Bigfoot71 2025-03-13 00:16:58 +0100
  • 99a9ecfaac
    [rcore] Support window flags with initialization issues Alex Anderson 2025-03-12 14:56:02 -0700
  • 4bed3741c1 Unscale the window size on resize if we are doing automatic HighDPI scaling. Jeffery Myers 2025-03-12 14:16:50 -0700
  • 5f92a0fcd0 impl face culling Bigfoot71 2025-03-12 21:42:29 +0100
  • dcd60be477 impl line clipping and rasterization + tweak function names Bigfoot71 2025-03-12 21:23:31 +0100
  • e6843aac34
    Merge branch 'raysan5:master' into master Jon Daniel 2025-03-12 18:58:50 +0100
  • b70f02fdf2 apply perspective correction to colors Bigfoot71 2025-03-12 18:32:36 +0100
  • f305490c33 branchless float saturation Bigfoot71 2025-03-12 18:20:05 +0100
  • 8aed39ff49 implement state support Also replace the triangle rasterization functions with macros that generate specific functions for each state of the rendering system. Also, add the OpenGL definitions in order to add a binding for rlgl. Bigfoot71 2025-03-12 16:35:34 +0100
  • 749a512f13 REVIEWED: ScanDirectoryFiles*() #4833 Ray 2025-03-12 12:44:40 +0100
  • 654d5c80c2
    Merge pull request #4833 from MykBamberg/master Ray 2025-03-12 12:40:25 +0100
  • a0318e67aa
    Merge pull request #4835 from NiamhNightglow/master Ray 2025-03-12 11:29:11 +0100
  • fffbbad2f7 Guard against DEBUG Redefinition Nia Nightglow 2025-03-12 00:00:18 -0500
  • daa2921476 [rcore] Use snprintf to prevent buffer overflow in path construction MykBamberg 2025-03-12 01:38:39 +0100
  • 7d36568eeb add base of rlsw.h Bigfoot71 2025-03-12 01:13:39 +0100
  • cba3669a86
    Merge branch 'raysan5:master' into master Jon Daniel 2025-03-11 19:18:07 +0100
  • 10f9a1ea4f added comment snoopyPlayz 2025-03-11 15:47:05 +0100
  • 556cc988de added glVertexAttribIPointer snoopyPlayz 2025-03-11 15:28:36 +0100
  • b80250bee4
    Merge pull request #4807 from RicoP/RicoP/sinfl_bsr Ray 2025-03-11 08:32:32 +0100
  • 0934cdba48
    fix C++ style cast Rico P 2025-03-11 07:09:10 +0100
  • 7dc409d060
    potential fix for MSVC compile error Rico P 2025-03-11 07:03:57 +0100
  • e7872a700d
    update sinfl_bsr Rico P 2025-03-10 20:57:48 +0100
  • 7f8bf2233c REVIEWED: Formating to follow raylib conventions Ray 2025-03-10 17:08:18 +0100
  • bd8e59f18d Replace size_t by unsigned int Ray 2025-03-10 17:07:18 +0100
  • 4c8c72778d Remove trailing spaces Ray 2025-03-10 17:04:29 +0100
  • 9c62a7823b Update Makefile Ray 2025-03-10 17:04:14 +0100
  • 0853c5b03f
    [rcore][RGFW] bug fixes (#4798) Colleague Riley 2025-03-10 11:50:40 -0400
  • 01de3b421b
    Merge branch 'raysan5:master' into master Jon Daniel 2025-03-09 21:40:40 +0100
  • 61a026f7ef
    [examples] Reorganize some conditions to fix overlap bugs (#4829) Amy Wilder 2025-03-09 06:40:24 -0400
  • e618e8841d Fix edge case where control point selection outlives mouse down Henry Wilder 2025-03-08 15:46:35 -0500
  • b5eda6cc14 Reorganize some conditions to fix overlap bugs Henry Wilder 2025-03-08 15:15:07 -0500
  • 5bda46960c REVIEWED: Linux workflow to run on ubuntu-latest Ray 2025-03-08 18:49:50 +0100
  • bbeade636c
    build.zig.zon: update hashes (#4826) David Vanderson 2025-03-08 06:42:17 -0500
  • 097e80d1c4
    added comment to fingerprint line per recommendation from the standard 'build.zig.zon' file generated by 'zig init' in Zig 0.14.0 (#4827) 10aded 2025-03-08 11:21:50 +1000
  • 0a895edfec added comment to fingerprint line per recommendation from the standard 'build.zig.zon' file generated by 'zig init' in Zig 0.14.0 10aded 2025-03-08 10:43:30 +1000
  • 52c3619a81 build.zig.zon: update hashes David Vanderson 2025-03-07 19:35:47 -0500
  • 48be1a6733
    jpeg support 1102-Campbell-Nick 2025-03-07 15:00:23 -0800
  • c8827782b3 [Raymath] fix compiler warning missing initializer for member schwieni 2025-03-06 18:22:39 +0100
  • f430d72a8c
    [examples] fix: use quotation marks when including raylib.h (#4821) sleeptightAnsiC 2025-03-07 20:24:53 +0100
  • 590f793755
    Update build.zig.zon to use the new zig v0.14 version (#4819) zewenn 2025-03-07 20:24:01 +0100
  • 9ba0cdbe6d
    Fix GetCurrentMonitor comments. (#4812) Kaluub 2025-03-07 14:21:08 -0500
  • 0f5af53166 Code formatting + Adding \004 for background color separatedly + Introducing MeasureTextStyled and MeasureTextStyledEx functions SultansOfCode 2025-03-07 16:15:01 -0300
  • a11174b78d Add call-back user data pointer sockentrocken 2025-03-07 15:11:26 -0300
  • 91bc78c935 uncomment out ColleagueRiley 2025-03-07 10:59:18 -0500
  • e5b76a3fae update ColleagueRiley 2025-03-07 10:44:26 -0500
  • 6c2a0f5f6e [examples] fix: use quotation marks when including raylib.h sleeptightAnsiC 2025-03-07 14:42:02 +0100
  • b4ef1ec366
    Update build.zig.zon to use the new zig v0.14 version zewenn 2025-03-07 11:08:35 +0100
  • 328ed3c16f update ColleagueRiley 2025-03-06 23:17:29 -0500
  • 22dd32cba4 Adding example for the DrawTextStyled function SultansOfCode 2025-03-06 20:51:31 -0300
  • 7d2fa7eb8f Adding DrawTextStyled and DrawTextStyledEx to draw styled texts SultansOfCode 2025-03-06 20:28:58 -0300
  • 0a2a9422dd [Raymath] fix compiler warning missing initializer for member schwieni 2025-03-06 18:22:39 +0100
  • c7efac920c Fix GetCurrentMonitor comments. Kaluub 2025-03-04 20:06:53 -0500
  • 7932a158f2
    Merge branch 'raysan5:master' into master Jon Daniel 2025-03-04 23:31:53 +0100
  • f1385f3aec
    Fix stb_truetype composite glyph scaling logic (#4811) Ashish Bhattarai 2025-03-04 18:53:11 +0100
  • 1e6332e4dc Fix variable thickness Henry Wilder 2025-03-04 12:14:11 -0500
  • 9a5c02f67d Update raylib_api.* by CI github-actions[bot] 2025-03-04 17:03:01 +0000
  • 6f89aa57ab Add DrawSplineSegmentLinearVar Henry Wilder 2025-03-04 12:02:39 -0500
  • 1adf5a8274 Fix stb_truetype composite glyph scaling logic Ashish Bhattarai 2025-03-04 09:06:34 +0100
  • 35e4300422 Add issue number to changelog items Henry Wilder 2025-03-03 22:38:32 -0500
  • 631e2a4c5c Update raylib_api.* by CI github-actions[bot] 2025-03-04 03:21:04 +0000
  • efa7ef12e6 Ensure DrawSplineSegmentBezierCubicVar renders somewhat correctly Henry Wilder 2025-03-03 22:20:42 -0500
  • 6120df6a87 Update raylib_api.* by CI github-actions[bot] 2025-03-04 01:02:41 +0000
  • 288c3ad267
    [rshapes] Add function signatures to raylib.h Amy Wilder 2025-03-03 20:01:35 -0500
  • 51d849571d
    [rshapes] Add implementations Amy Wilder 2025-03-03 19:59:50 -0500
  • cb3168a048
    Wow! We surpassed the **8000** commits! AMAZING! :D Ray 2025-03-02 17:42:10 +0100