| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-01-13 | Simplified GetWindowScaleDPI() so it does not fetch the wrong DPI scale some ↵ | Karl Zylinski | |
| 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) | |||
| 2024-01-13 | Add shared library build option for build.zig and update to zig ↵ | Andrew Lee | |
| 0.12.0-dev.2139 (#3727) * update build.zig to 0.12.0-dev.2139 and add shared lib option * add no-sanitize workarounds | |||
| 2024-01-11 | Enable animation names for the m3d model format. (#3714) | kolunmi | |
| 2024-01-11 | Update to latest zig 0.12.0dev while keeping 0.11.0 compatibility (#3715) | freakmangd | |
| * update build.zig for latest zig 0.12.0dev while still allowing 0.11.0 * update examples/build.zig and add nicer message for type mismatch | |||
| 2024-01-11 | implemented fill color TODO in ImageResizeCanvas() (#3720) | Lieven Petersen | |
| 2024-01-11 | Fix `ImageDrawRectangleRec` (#3721) | Le Juez Victor | |
| 2024-01-11 | Update a comment (#3724) | Hongyu Ouyang | |
| 2024-01-10 | [rtext] Adjust font atlas area calculation so padding area is not ↵ | Tim Romero | |
| underestimated at small font sizes. (#3719) | |||
| 2024-01-08 | Update codeql.yml: Exclude src/external files | Ray | |
| 2024-01-06 | Simplified for loop for some image manip functions (#3712) | Alice Nyaa | |
| 2024-01-06 | Fix a bug in examples/shapes/shapes_following_eyes (#3710) | Hongyu Ouyang | |
| 2024-01-05 | Reviewed Makefile SDL2 expected include/lib paths #3705 | Ray | |
| 2024-01-05 | REVIEWED: `LoadImageAnimFromMemory()` #3704 | Ray | |
| 2024-01-05 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2024-01-05 | Update raudio.c | Ray | |
| 2024-01-05 | Update raygui.h | Ray | |
| 2024-01-05 | Hide unused warnings from stb_image_resize2.h (#3708) | ubkp | |
| 2024-01-04 | Update raylib.zig version to 5.1-dev (#3698) | Michael Scherbakow | |
| 2024-01-03 | Update copyright year to 2024 | Ray | |
| 2024-01-02 | Update copyright to 2024 | Ray | |
| 2023-12-31 | Update raylib_api.* by CI (#3692) | seiren | |
| * wip: add parse.yml * Temporarily force run * Auto commit parse files * Update raylib_api.* by CI * Remove temporary setting * format --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2023-12-29 | Update BINDINGS.md (#3689) | Kenta | |
| Update Raylib.c3 to 5.0 | |||
| 2023-12-28 | Revert "Update raylib.h" | Ray | |
| This reverts commit 7ea6adb29eaf39e18c6faa4d7d6d9bd8a9d60910. | |||
| 2023-12-28 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2023-12-28 | [rtextures] Fix `LoadImageAnimFromMemory()` warning for `fileData` (#3686) | ubkp | |
| * Fix LoadImageAnimFromMemory() warning for fileData * Add LoadImageAnimFromMemory() to raylib.h * Fix missing ; on previous commit | |||
| 2023-12-28 | Fix TextReplace warning for const (#3687) | ubkp | |
| 2023-12-28 | Update raylib.h | Ray | |
| 2023-12-28 | LoadImageAnimFromMemory (#3681) | IoIxD | |
| 2023-12-28 | TextReplace const correctness (#3678) | maverikou | |
| * TextReplace const correctness * cleanup | |||
| 2023-12-28 | Fix SUPPORT_WINMM_HIGHRES_TIMER for PLATFORM_DESKTOP_SDL (#3679) | ubkp | |
| 2023-12-28 | [ fix-crash-caused-by-zig-build ] - Fixed 'Illegal instruction' crash on ↵ | WisonYe | |
| 'rtextures' and 'raudio' model that caused by zig build. (#3682) | |||
| 2023-12-28 | [rshapes] Expose shapes drawing texture and rectangle (#3677) | Jeffery Myers | |
| * provide access to the shape texture so that shapes can be extended outside of raylib with the same optimizations as internal raylib functions. * PR feedback, comply with C standards * oops | |||
| 2023-12-25 | Update some versions BINDINGS.md | Ray | |
| 2023-12-25 | Update BINDINGS.md (#3672) | iacore | |
| Update zig libs version | |||
| 2023-12-23 | Update shaders_basic_pbr.c | Ray | |
| 2023-12-23 | Review formating | Ray | |
| 2023-12-23 | Update shaders_basic_pbr.c | Ray | |
| 2023-12-23 | Review UnloadAutomationEventList (#3658) | Antonis Geralis | |
| * Review UnloadAutomationEventList * Update raylib.h * Update rcore.c * Update core_automation_events.c * Fix mistake | |||
| 2023-12-23 | REVIEWED: SDL text input to Unicode codepoints #3650 | Ray | |
| REVIEWED: GLFW naming conventions to reflect codepoints reading | |||
| 2023-12-23 | REVIEWED: `LoadTextureCubemap()`, added `mipmaps` #3665 | Ray | |
| 2023-12-23 | VSCode sample project Mac fixup (#3666) | Tim Romero | |
| Change vscode config and makefile to add a missing IOKit framework reference and use whichever MacOSX sdk symlink is available | |||
| 2023-12-22 | Update BINDINGS.md (#3662) | o3o | |
| Udated version of `bindbd-raylib3` to 5.0.0 (bind to raylib 5.0.0) | |||
| 2023-12-21 | REVIEWED: `shaders_basic_pbr`, added more comments | Ray | |
| 2023-12-21 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2023-12-21 | Update shaders_deferred_render.c | Ray | |
| 2023-12-21 | Add new COBOL binding (#3661) | glowiak | |
| 2023-12-20 | Update rlgl.h | Ray | |
| 2023-12-20 | REVIEWED PR deferred render | Ray | |
| 2023-12-20 | fix for deferred rendering example. (#3655) | Jett | |
| * fix for deferred rendering example. * missed defines to build. | |||
| 2023-12-19 | Update ray-cyber to 5.0 in BINDINGS.md (#3654) | fubark | |
