summaryrefslogtreecommitdiffhomepage
path: root/src
AgeCommit message (Collapse)Author
2024-01-13Avoid asserts because could crash some decompressions ↵Ray
https://github.com/raysan5/raygui/issues/364
2024-01-13Simplified 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-13Add 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-11Enable animation names for the m3d model format. (#3714)kolunmi
2024-01-11Update 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-11implemented fill color TODO in ImageResizeCanvas() (#3720)Lieven Petersen
2024-01-11Fix `ImageDrawRectangleRec` (#3721)Le Juez Victor
2024-01-11Update 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-06Simplified for loop for some image manip functions (#3712)Alice Nyaa
2024-01-05Reviewed Makefile SDL2 expected include/lib paths #3705Ray
2024-01-05REVIEWED: `LoadImageAnimFromMemory()` #3704Ray
2024-01-05Merge branch 'master' of https://github.com/raysan5/raylibRay
2024-01-05Update raudio.cRay
2024-01-05Hide unused warnings from stb_image_resize2.h (#3708)ubkp
2024-01-02Update copyright to 2024Ray
2023-12-28Revert "Update raylib.h"Ray
This reverts commit 7ea6adb29eaf39e18c6faa4d7d6d9bd8a9d60910.
2023-12-28Merge branch 'master' of https://github.com/raysan5/raylibRay
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-28Fix TextReplace warning for const (#3687)ubkp
2023-12-28Update raylib.hRay
2023-12-28LoadImageAnimFromMemory (#3681)IoIxD
2023-12-28TextReplace const correctness (#3678)maverikou
* TextReplace const correctness * cleanup
2023-12-28Fix 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-23Review formatingRay
2023-12-23Review UnloadAutomationEventList (#3658)Antonis Geralis
* Review UnloadAutomationEventList * Update raylib.h * Update rcore.c * Update core_automation_events.c * Fix mistake
2023-12-23REVIEWED: SDL text input to Unicode codepoints #3650Ray
REVIEWED: GLFW naming conventions to reflect codepoints reading
2023-12-23REVIEWED: `LoadTextureCubemap()`, added `mipmaps` #3665Ray
2023-12-20Update rlgl.hRay
2023-12-20REVIEWED PR deferred renderRay
2023-12-20fix for deferred rendering example. (#3655)Jett
* fix for deferred rendering example. * missed defines to build.
2023-12-19Don't use a separate thread when polling for gamepad events on DRM platforms ↵Cinghy Creations
(#3641)
2023-12-19[rmodels] Set cgltf callbacks to use `LoadFileData()` and `UnloadFileData()` ↵kolunmi
(#3652)
2023-12-17[rcore] Fix `ShowCursor()`, `HideCursor()` and review `SetMouseCursor()` for ↵ubkp
`PLATFORM_WEB` (#3647) * Fix ShowCursor(), HideCursor() and review SetMouseCursor() for PLATFORM_WEB * Add static to cursorLUT[] * Re-review SetMouseCursor()
2023-12-16Fix CORE.Input.Mouse.cursorHidden with callbacks for PLATFORM_WEB (#3644)ubkp
2023-12-16Fix fullscreen known issue 1 for PLATFORM_WEB (#3642)ubkp
2023-12-15REVIEWED: `DrawSplineLinear()` to `SUPPORT_SPLINE_MITERS`Ray
2023-12-15Implement miters in DrawSplineLinear (#3585)Toctave
* Implement miters in DrawSplineLinear * Follow raylib style
2023-12-15BM Font Extender (#3536)Dongkun Lee
* loadbmfont * bmfontextender * bm font * Modify LoadBM Font * Delete loadbmfontex.diff * REVIEWED: `LoadBMFont()` PR * Update rtext.c * Update rtext.c --------- Co-authored-by: Dongkun Lee <[email protected]> Co-authored-by: Ray <[email protected]>
2023-12-15Add ToggleFullscreen() and required changes for PLATFORM_WEB (#3634)ubkp
2023-12-15[rcore] Add `GetWindowPosition()` implementation for `PLATFORM_WEB` and ↵ubkp
fixes #3636 style/format (#3637) * Add GetWindowPosition() implementation for PLATFORM_WEB and fixes #3636 style/format * Remove double space
2023-12-14Add GetMonitorWidth() and GetMonitorHeight() implementations for ↵ubkp
PLATFORM_WEB (#3636)
2023-12-14REVIEWED: HighDPI support on Web platform #3372 -WIP-Ray
NOTE: The code is commented until the build system gets updated to latest emscripten.
2023-12-14Merge branch 'master' of https://github.com/raysan5/raylibRay
2023-12-14Update rtextures.cRay
2023-12-13[rcore] Flip VR screens (#3633)Matthew Oros
2023-12-13[rcore] Remove unused vScreenCenter (#3632)Matthew Oros
2023-12-13Fix box blur symmetry & simplify code (#3631)Romash