Commit Graph

  • 1c7240a01d Revert "REVIEWED: Alignment with other platforms" Ray 2025-12-16 18:18:42 +0100
  • 832d052465 Merge remote-tracking branch 'upstream/master' Daniel Tasada 2025-12-16 12:39:24 +0100
  • 3d22aac452 [rcore] Implement FLAG_WINDOW_ALWAYS_RUN on Android caszuu 2025-12-16 11:24:14 +0100
  • cf0d6fc664 REVIEWED: Alignment with other platforms Ray 2025-12-15 20:44:28 +0100
  • 615fc36eeb Fix #5406 Ray 2025-12-15 18:56:14 +0100
  • cbe31759ab Fix #5405 Ray 2025-12-15 18:52:27 +0100
  • d74556d35c
    Modify text_words_alignment.c (#5411) RANDRIA Luca 2025-12-15 20:49:40 +0300
  • 4fb7534d21 Modify text_words_alignment.c Luca-coder07 2025-12-15 20:03:07 +0300
  • 887b049cd0 merged with master Daniel Tasada 2025-12-15 12:33:05 +0100
  • 7d4ff99362 fixed build errors with zig. now compatible with zig master 0.16.0-dev.1593+c13857e50. still backwards compatible with 0.15.1 Daniel Tasada 2025-12-15 12:31:05 +0100
  • 8d246fdaff
    Fix EXTERNAL_CONFIG_FLAGS being defined even when no custom config is used when building with zig (#5410) ALONZO Robin 2025-12-15 00:03:31 +0100
  • 7b70dd10c2 Fix EXTERNAL_CONFIG_FLAGS being defined even when no custom config is used when building with zig Robin Alonzo 2025-12-14 21:23:40 +0100
  • a0fd5ab1d9 Update rmodels.c Ray 2025-12-14 19:59:12 +0100
  • 9a337f3b3b ADDED: Support software renderer on Web, blitting framebuffer data directly to a 2d canvas Ray 2025-12-14 19:52:18 +0100
  • 5025009860 REVIEWED: Make sure all variables are initialized on definition, prioritize one line per variable definitions Ray 2025-12-14 19:45:28 +0100
  • 6f5cabf60c
    Fix misleading example text. (#5409) Kaluub 2025-12-14 11:43:54 -0500
  • d9f3cb5518 Fix misleading example text. Kaluub 2025-12-13 23:42:13 -0500
  • c96669e123 REVIEWED: Webpage reference comments starting with REF:, more consistent with TODO: and NOTE: comments Ray 2025-12-13 13:03:41 +0100
  • 9c04b1de82 REVIEWED: Store canvas name id at platform initialization Ray 2025-12-13 11:58:04 +0100
  • b465b4e2ea RENAMED: Variable names for consistency, textLength (length in bytes) vs textSize (measure in pixels) Ray 2025-12-11 21:41:25 +0100
  • 2853b28d6d REVIEWED: Avoid program crash if GPU data is tried to be loaded before InitWindow() #4751 Ray 2025-12-11 18:21:57 +0100
  • 8fa5f1fe2c
    [examples] Fixed shaders_game_of_life for web (#5399) Jordi Santonja 2025-12-11 13:38:08 +0100
  • 6f7cd3a9ab
    [core] Camera2d comment updates (#5401) Jeffery Myers 2025-12-11 04:37:17 -0800
  • ae438e804e rlparser: update raylib_api.* by CI github-actions[bot] 2025-12-11 12:00:15 +0000
  • 2a566544d4 ADDED: Multiply security checks to avoid crashes on wrongly provided string data #4751 Ray 2025-12-11 12:59:55 +0100
  • 71a35f661e Update rexm.c Ray 2025-12-11 12:33:05 +0100
  • a22ac4fe21 Add optional bitmap/no-AA font loading (LoadFontExBitmap) Marcos De La Torre 2025-12-10 18:58:43 -0800
  • 34e11d38e1
    Merge branch 'master' into examples/Fixed_shaders_game_of_life_For_Web Jordi Santonja 2025-12-10 22:26:17 +0100
  • 4eff7eadbb Fixed image loadig for rexm Jordi Santonja Blanes 2025-12-10 22:19:54 +0100
  • 43b6395614 rlparser: update raylib_api.* by CI github-actions[bot] 2025-12-10 20:13:08 +0000
  • d94729c8ff Make the comments on the camera 2d fields more clear about what space each one is in. Jeffery Myers 2025-12-10 12:12:46 -0800
  • 2d8e346945
    Update update_examples.yml Ray 2025-12-10 19:14:28 +0100
  • f3f02b3e17 REXM: examples validation and update Ray 2025-12-10 19:06:41 +0100
  • dad93abcf8 REXM: Ignore some warnings on GCC/Clang Ray 2025-12-10 18:49:52 +0100
  • 5e8118daf2 Update shaders_game_of_life.c Ray 2025-12-10 09:46:06 +0100
  • bc2057345b REVIEWED: GetRandomValue(), explained the new approach to get more uniform random values range Ray 2025-12-10 09:30:18 +0100
  • f2a900a60d
    [rcore] Fix modulo bias in GetRandomValue() (#5392) Marcos De La Torre 2025-12-10 00:23:40 -0800
  • 3adfde42f7 REVIEWED: rlLoadTeexture(), max mipmap levels to use #5400 Ray 2025-12-10 09:21:33 +0100
  • 216785b5af Replace do-while with for-loop in GetRandomValue rejection sampling Marcos De La Torre 2025-12-09 14:58:02 -0800
  • d1ec15d424 [examples] Fixed shaders_game_of_life for web Jordi Santonja Blanes 2025-12-09 23:01:50 +0100
  • 91ac3cc707 FIX: LoadRandomSequence(), using GetRandomValue() #5393 Ray 2025-12-09 20:02:38 +0100
  • 19a1683641 REXM: Updated examples Ray 2025-12-09 19:25:08 +0100
  • be6007be93
    fix: sha1 computation on messages longer than 31 bytes (#5397) Gregory Mitchell 2025-12-09 12:18:43 -0600
  • efeccfef61
    [examples] Add textures_cellular_automata (#5395) JordSant 2025-12-09 19:14:16 +0100
  • 366300aafe
    [examples] Add shaders_game_of_life (#5394) JordSant 2025-12-09 19:13:05 +0100
  • 215ad78d5b
    Fix build.zig typos (#5390) Sebastian Pineda 2025-12-09 13:10:22 -0500
  • e481651fba
    fix: sha1 computation on messages longer than 31 bytes Gregory Mitchell 2025-12-08 20:38:49 -0600
  • ccb11bf048 Tabs to spaces Jordi Santonja Blanes 2025-12-08 08:30:02 +0100
  • 5cc085c4bd Declaration hides another variable same name Jordi Santonja Blanes 2025-12-08 08:28:31 +0100
  • c9c51bb6cc Comparison always true. Fixed Jordi Santonja Blanes 2025-12-08 08:21:55 +0100
  • 4f7757e87c [examples] Add shaders_game_of_life Jordi Santonja Blanes 2025-12-07 23:08:57 +0100
  • 6e40b1eefb [examples] Add textures_cellular_automata Jordi Santonja Blanes 2025-12-07 23:06:34 +0100
  • 1a901da9a0 Fix modulo bias in GetRandomValue(); implement rejection sampling for uniformity Marcos De La Torre 2025-12-07 00:14:36 -0800
  • 52bb2ca163 Returning recs Matorio 2025-12-07 00:12:03 -0500
  • 8cad35a757 Rectangle uniform scaling Matorio 2025-12-07 00:04:38 -0500
  • 48d690d8ad Extended scissors Matorio 2025-12-06 23:45:44 -0500
  • 51bf8d0820 GetScreenCenter Matorio 2025-12-06 23:41:30 -0500
  • 3101ab4079 More colors Matorio 2025-12-06 23:35:25 -0500
  • 8115b7e922 Update rmodels.c Ray 2025-12-06 20:40:23 +0100
  • fd8830948e
    fix newer NDK version compiling errors (#5389) BoneManSeth 2025-12-06 21:01:47 +0200
  • f9899a7182 Reviewed code formating Ray 2025-12-06 20:00:19 +0100
  • 561cc27403
    [rModels] Support 16 bit vec3 values in gltf reader (#5388) Jeffery Myers 2025-12-06 10:50:59 -0800
  • 75f0d68c70 fix newer NDK version compiling errors BoneManSeth 2025-12-06 18:51:19 +0200
  • baedbf83f1 Add support for 8 bit normals Jeffery Myers 2025-12-05 15:52:32 -0800
  • 610015bd5a Support 16 bit vec3 values coming from gltf Jeffery Myers 2025-12-05 15:14:51 -0800
  • 0eb74f3d69 other small typos spineda2019 2025-12-04 17:21:36 -0500
  • 0337357330 fix small typo spineda2019 2025-12-04 16:53:35 -0500
  • 983efae3e4
    Expose RGFW to cmake (#5386) BoneManSeth 2025-12-03 23:55:54 +0200
  • f6af95f9bb Expose RGFW to cmake BoneManSeth 2025-12-03 22:11:47 +0200
  • 95c4efd7a3
    Update comment on shapes_penrose_tile.c (#5384) Rayumie 2025-12-03 12:56:41 -0300
  • b1105d9ad4
    Update comment on shapes_penrose_tile.c Rayumie 2025-12-03 08:06:49 -0300
  • 68befcc64f Update shapes_penrose_tile.c Ray 2025-12-03 10:00:09 +0100
  • b1f8cde329
    [examples] Added: text_strings_management (#5379) David Buzatto 2025-12-03 05:44:18 -0300
  • dad91f23e3 Improved structure for text_strings_management David Buzatto 2025-12-02 22:47:46 -0300
  • 78a81bf407
    Fix ToggleBorderlessFullscreen() Not Hiding Taskbar (#5383) Aly 2025-12-02 13:55:22 -0800
  • 944567651c
    replace sprintf with snprintf (#5382) Connor O'Connor 2025-12-02 16:49:55 -0500
  • 1bbc8682f4
    Fixed some typos and mispellings (#5381) Connor O'Connor 2025-12-02 16:48:06 -0500
  • ed5da45203
    Update LICENSE.md #5380 Ray 2025-12-02 22:46:12 +0100
  • d3addad9a7 REVIEWED: example: shapes_penrose_tile formating Ray 2025-12-02 22:34:48 +0100
  • d13314fe1c Update core_window_flags.c Ray 2025-12-02 22:21:41 +0100
  • 2380772eeb Fix window not resetting properly when toggling out of fullscreen, formatting XenoMustache 2025-12-02 12:28:14 -0800
  • 2b1d88cb98 Use glfwSetWindowMonitor instead of Pos and Size GLFW functions XenoMustache 2025-12-02 11:25:57 -0800
  • ccaaa6242e replace sprintf with snprintf Connor O'Connor 2025-12-02 12:37:50 -0500
  • 416450d93b Fixed some typos and mispellings Connor O'Connor 2025-12-02 12:29:30 -0500
  • 12ee86c491 new example for strings management David Buzatto 2025-12-02 11:47:26 -0300
  • 04c9ecdded Merge remote-tracking branch 'upstream/master' David Buzatto 2025-12-01 13:54:23 -0300
  • 817be0ab4d
    Change window icon function for macOS annes 2025-12-02 00:28:58 +0800
  • dedc05a7a6
    Update rcore_desktop_glfw.c annes 2025-12-02 00:25:25 +0800
  • d0dbff4be4
    Add CocoaSetDockIcon function declaration annes 2025-12-02 00:12:30 +0800
  • b340a268c6
    Add header guard for Apple platform in _cocoalayer.h annes 2025-12-02 00:11:42 +0800
  • 738b81aa50
    Refactor CocoaSetDockIcon function annes 2025-12-02 00:09:39 +0800
  • c468628564
    Update _cocoalayer.mm annes 2025-12-02 00:06:53 +0800
  • ebe7c22ce1
    Implement function to set macOS dock icon annes 2025-12-02 00:03:56 +0800
  • acc527031d Add multitouch detection to PollMouseEvents for improved touch handling MULTidll 2025-12-01 18:48:59 +0530
  • 3ba186f2c1
    [examples] Added: shapes_penrose_tile (#5376) David Buzatto 2025-12-01 08:57:45 -0300
  • f3dc2caca4 stuff Mao JunJie 2025-12-01 04:32:22 -0500
  • f108b3016c update screenshot of shapes_penrose_tile example David Buzatto 2025-11-30 19:00:48 -0300
  • 4d9df337a7 rlparser: update raylib_api.* by CI github-actions[bot] 2025-11-30 18:02:52 +0000
  • 4724f7cf1b REVIEWED: Comments for UpdateSound() specifying expected data format #5350 Ray 2025-11-30 19:02:38 +0100
  • a568506265 REVIEWED: External libraries sdefl and sinfl to address #5367 Ray 2025-11-30 18:32:11 +0100