summaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2023-10-31Update shaders_deferred_render.cRay
2023-10-31ADDED: `rlBlitFramebuffer()`, required for deferred renderRay
2023-10-31Update rmodels.cRay
2023-10-31REDESIGNED: `LoadOBJ()`, fix #3398Ray
- Now triangulated meshes are properly supported - Simplified code to consider issue situation - Removed mesh split per material, just define separate mesh if multiple materials are required
2023-10-31examples/shaders: Add an example for deferred shading (#3496)Justin
* add example for deferred rendering/shading * adapt convention --------- Co-authored-by: 27justin <[email protected]>
2023-10-31Remove trailing spacesRay
2023-10-31Reviewed QOA seek PRRay
2023-10-31Comments tweaksRay
2023-10-31Fix QOA seeking (#3494)veins1
2023-10-31REVIEWED: `LoadModel()`, removed cube fallback mechanism #3459Ray
2023-10-31Fix relative mouse mode for DRM (#3492)ubkp
2023-10-31Fix example core_3d_camera_free (#3488)ubkp
2023-10-31Added rlEnablePointMode (#3490)Jett
for rendering meshes with points. similar to wire mode. (NOTE) they still backface cull, so disable that if you want to show the entire mesh.
2023-10-30REVIEWED: `GetModelBoundingBox()` #3485Ray
2023-10-30Minor tweaksRay
2023-10-30Update rcore.cRay
2023-10-30REVIEWED: `GetRender*()` issue on macOS highDPI #3367Ray
2023-10-30Fix examples Makefile for SDL (#3486)ubkp
2023-10-29Merge branch 'master' of https://github.com/raysan5/raylibRay
2023-10-29ADDED: Pseudo-random numbers generator!Ray
2023-10-29Fix drm hang up on exit and mouse input issues (#3484)ubkp
2023-10-29Some notes and commentsRay
2023-10-29ADDED: Support for SDL building on MakefileRay
2023-10-29Remove physac library from raylib buildingRay
At this moment, physac is an external unmaintained library, better move out of raylib.
2023-10-29Update rcore_desktop_sdl.cRay
2023-10-29Fix compressed DDS texture loading issues (#3483)JaanDev
2023-10-29[core] Move `rcore.h` content to inside `rcore.c` (#3479)ubkp
* Move rcore.h content inside rcore.c * Remove extern CoreData CORE
2023-10-29Update Makefile.WebRay
2023-10-29Typo fixed in HISTORY.md (#3481)Khalid Abdullah
* [Typo fixed] in CHANGELOG * [Typo fixed] in HISTORY.md
2023-10-29Fix the Julia set shader example (#3467)Josh Colclough
* Simplify POI selection * Improve mouse logic * Add colour cycles to the shader to show finer details. Works well with high iteration numbers * Testing things... * Actually fix zoom. Also allow user to reset camera with 'R' * Reset max iterations * Tidying & comments * Revert to original if statement * Make mouse logic more readable * Style conventions * Coding conventions - f postifx on floating points * Missed a few f postfixes
2023-10-29REVIEWED: `GetCurrentMonitor()` #3472Ray
2023-10-29Remove rcore.h include from SDL (#3475)ubkp
2023-10-29[Typo fixed] in CHANGELOG (#3477)Khalid Abdullah
2023-10-27Update tinyobj_loader_c.h (#3474)SuperUserNameMan
temporary quickfix for issue #3473
2023-10-27GetCurrentMonitor() - use closest monitor (#3472)Alexandre Almeida
2023-10-27Update miniaudio to latest dev #3471Ray
2023-10-27ADDED: `SetAutomationEventBaseFrame(int frame)`Ray
2023-10-27Update core_automation_events.cRay
2023-10-27Update core_automation_events.cRay
2023-10-26ADDED: Automation Events System, exposed to usersRay
Added new API to record and play events Added examples illustrating functionality
2023-10-26ADDED: Drop files support to `PLATFORM_DESKTOP_SDL`Ray
2023-10-26Remove trail spacesRay
2023-10-26Remove trail spacesRay
2023-10-26REVIEWED: `glfwGetError()` not availbale on `PLATFORM_WEB` fix #3470Ray
2023-10-26Updated to miniaudio v0.11.19 #3448Ray
2023-10-26Revert "Fix IsGestureDetected parameter inconsistency in raylib.h with ↵Ray
rgextures.h (#3464)" This reverts commit 804f1a83eba7aa5cbb701457e8d6cda372b1a10d.
2023-10-26Fix IsGestureDetected parameter inconsistency in raylib.h with rgextures.h ↵jestarray
(#3464) closes https://github.com/raysan5/raylib/issues/3463
2023-10-26GetCurrentMonitor() - check window center instead of top-left corner (#3468)Alexandre Almeida
2023-10-26Fix missing `PLATFORM_DESKTOP_SDL` checks. (#3469)2Bear
2023-10-25Fix gamepad names for PLATFORM_DESKTOP/GLFW (#3462)ubkp