| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-08-13 | P A I N | Ray | |
| 2022-08-13 | WARNING: REVIEWED: `rlCheckRenderBatchLimit()` | Ray | |
| 2022-08-13 | minor tweaks | Ray | |
| 2022-08-13 | Fix string lacking null termination in IsFileExtension (#2637) | HarriP | |
| When file extension is longer or equal length compared to buffer holding lowercased string, strncpy does not null terminate the string. Increased buffer size by 1 to ensure it will always be null-terminated, so that following strcmp does not read out of buffer bounds. | |||
| 2022-08-13 | Fix Codepoint position truncation (#2636) | Dan Bechard | |
| This truncation causes text that spans the zero coord boundary to round differently left or zero vs. right of zero, in turn causing letters to appear squished together. If you actually need the position to be an integer, you should instead `floorf()` the float, rather than doing an integer truncation, but I don't see any reason to convert it to an integer in the first place. Everything else in the equation is a float. | |||
| 2022-08-12 | Update BINDINGS.md (#2631) | Gunko Vadim | |
| Update to ray4laz | |||
| 2022-08-12 | updating jaylib binding to 4.2 (#2630) | Richard Smith | |
| 2022-08-12 | update raylib-python-cffi bindings to 4.2 (#2629) | Richard Smith | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update android.yml | Ray | |
| 2022-08-11 | Update windows.yml | Ray | |
| 2022-08-11 | Update HISTORY.md | Ray | |
| 2022-08-11 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-11 | Update CHANGELOG | Ray | |
| 2022-08-11 | Fix typos and reworded a question in the FAQ (#2628) | SomeUnusualGames | |
| 2022-08-11 | Improve the readability of the FAQ page (#2627) | Eliza Milburn | |
| 2022-08-11 | Update CHANGELOG | Ray | |
| 2022-08-11 | Reword FAQ page, and fix some typos (#2626) | Peter0x44 | |
| 2022-08-11 | Revert "Update core_3d_camera_mode.c" | Ray | |
| This reverts commit 4f6fbaed4137be6ba41609ce9a96c11fd240953d. | |||
| 2022-08-11 | Update core_3d_camera_mode.c | Ray | |
| 2022-08-11 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-11 | Create FAQ.md | Ray | |
| 2022-08-09 | Fix #2621: Set CMP0054 policy to NEW and appropriately quote ${PLATFORM} (#2622) | archie2x | |
| 2022-08-08 | Update c_raylib.xml | Ray | |
| 2022-08-08 | Updated Npp scripts | Ray | |
| 2022-08-08 | Updated to work with zig master branch (#2620) | Jacob Dennis | |
| Specifically, std.fs.OpenDirOptions struct no longer has the iterable flag, now it's a standalone function call std.fs.openIterableDir | |||
| 2022-08-08 | Update CHANGELOG | Ray | |
| 2022-08-07 | Reviewed issue with negative key #2619 | Ray | |
| 2022-08-06 | REMOVED: VS2019 project | Ray | |
| 2022-08-06 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-06 | Review projects details for raylib 4.2 | Ray | |
| 2022-08-06 | Can't alt-tab out of fullscreen window (#2618) | veins1 | |
| 2022-08-06 | Update BINDINGS.md | Ray | |
| 2022-08-06 | Update BINDINGS.md | Ray | |
| 2022-08-06 | Added new Free Pascal bindings (#2617) | Anthony Walter | |
| 2022-08-06 | Fix 4coder project template (#2616) | Angga Permana | |
| 2022-08-05 | Updated Notepad++ intellisense data | Ray | |
| 2022-08-05 | Added comments | Ray | |
| 2022-08-05 | Update parser outputs for raylib 4.2 | Ray | |
| 2022-08-05 | Update raylib_parser.c | Ray | |
| 2022-08-05 | Update HISTORY.md | Ray | |
| 2022-08-05 | Update CHANGELOG | Ray | |
| 2022-08-05 | Small simplifications (#2615) | veins1 | |
| 2022-08-05 | GetMusicTimePlayed bug fix (#2614) | veins1 | |
| GetMusicTimePlayed() was calculated using buffered frames, not played frames. For example: calling LoadMusicStream->UpdateMusicStream->GetMusicTimePlayed would return non-zero value, even though no music was playing. | |||
| 2022-08-04 | Fix typo in README: s/instrallation/installation/ (#2613) | hartmannathan | |
| 2022-08-04 | Update bindings with raylibr (#2611) | Ramiro Magno | |
| Add R package raylibr as a new binding for the R language | |||
| 2022-08-03 | Fix rendering issue in audio_raw_stream.c example (#2608) | TheManTheMythTheGameDev | |
