| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-04-25 | Update rlgl.h | Ray | |
| 2022-04-25 | Update rcore.c | Ray | |
| 2022-04-24 | Review formatting | Ray | |
| 2022-04-24 | - Fix issue #2371 (#2437) | Juan Carlos González Amestoy | |
| 2022-04-24 | REDESIGNED: Set rlgl internal framebuffer #2420 | Ray | |
| 2022-04-24 | Update rlgl.h | Ray | |
| 2022-04-24 | Update rlgl.h | Ray | |
| 2022-04-24 | Fix for vr rendering not taking render target size into account (#2424) | Maiko Steeman | |
| 2022-04-24 | Reviewed MouseScrollCallback() #2371 | Ray | |
| 2022-04-24 | Initialize (reset) input global state #2360 | Ray | |
| 2022-04-24 | Removed bool type from raymath, it broke raylib | Ray | |
| 2022-04-24 | Update rlgl.h | Ray | |
| 2022-04-23 | REVIEWED: ToggleFullscreen() | Ray | |
| 2022-04-23 | Update raymath.h | Ray | |
| 2022-04-23 | Review new functions formatting | Ray | |
| 2022-04-23 | Augment raymath.h with useful functions (#2428) | saccharineboi | |
| * Augment raymath.h with useful functions * Rename Vector2ClampMagnitude and Vector3ClampMagnitude to Vector2ClampValue and Vector3ClampValue * Remove Vector3{Up,Down,Left,Right,Forward,Backward} | |||
| 2022-04-23 | Optimize Some Image Functions. (#2429) | Anilforextra | |
| 2022-04-11 | Update BINDINGS.md (#2431) | tuckie | |
| node-raylib is updated to 4.0! | |||
| 2022-04-06 | WARNING: RENAMED: some parameters from length to size | Ray | |
| When referring to byte array SIZE, I find it more clear than length | |||
| 2022-04-05 | Fix OpenGL 4.3 graphics option in CMake (#2427) | GoldenThumbs | |
| 2022-04-05 | Fix string defines generating invalid XML (#2426) | Benedek Szilvasy | |
| 2022-04-04 | [Examples] Free Allocated Matrices. (#2425) | Anilforextra | |
| 2022-04-01 | Update SPONSORS.md (#2423) | ZimonIsHim | |
| 2022-03-30 | Update audio_music_stream.c | Ray | |
| 2022-03-30 | ADDED: Audio stream processors support -WIP- #2212 | Ray | |
| This feature is still under consideration/testing and it doesn't work properly, at least the Delay Effect processor. | |||
| 2022-03-30 | WARNING: BREAKING: REMOVED: `GetRayCollisionModel()` #2405 | Ray | |
| 2022-03-30 | Fix QuaternionScale (#2419) | Satoshi Tanaka | |
| 2022-03-29 | Update rtext.c | Ray | |
| 2022-03-28 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-03-28 | REMOVED: `MatrixNormalize()` #2412 | Ray | |
| 2022-03-26 | Corrected typo | Ray | |
| 2022-03-25 | Corrected typo | Ray | |
| 2022-03-25 | Update README.md | Ray | |
| 2022-03-25 | Update README.md | Ray | |
| 2022-03-25 | Update README.md | Ray | |
| 2022-03-25 | Rename audio callback | Ray | |
| 2022-03-24 | ADDED: Audio stream input callback #2212 -WIP- | Ray | |
| WARNING: This addition is based on a PR and it's still under review, not sure if it will be maintained in the future. In general, raylib tries to avoid callbacks usage mechanisms. | |||
| 2022-03-24 | Some code reviews -WIP- | Ray | |
| 2022-03-24 | Update to miniaudio 11.8 | Ray | |
| 2022-03-24 | Fixes #2408 | Ray | |
| 2022-03-22 | Update shaders_raymarching.c | Ray | |
| 2022-03-22 | Update textures_draw_tiled.c | Ray | |
| 2022-03-22 | Update textures_draw_tiled.c | Ray | |
| 2022-03-22 | Minor tweaks `const` | Ray | |
| 2022-03-22 | Add raylib.jl binding for Julia (#2403) | irishgreencitrus | |
| 2022-03-20 | REVIEWED: Avoid some float -> double promotions | Ray | |
| 2022-03-19 | Verify there is enough space in the batch for the npatch geometry. (#2401) | Jeffery Myers | |
| 2022-03-18 | Fix too many opening parens in src/rtextures.c (#2398) | João Távora | |
| This is a tiny change that makes code in src/rtextures.c "fold" correctly in editors/IDE's by matching the number of opening parenthesis to closing parenthesis. One of those editors is Emacs ;-) | |||
| 2022-03-18 | Implements OpenURL() for Android Platform (#2396) | Rodrigo Escar | |
| 2022-03-17 | Fix inline enum (#2393) | Ethan Conneely | |
