| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-06-11 | Update raylib.h | Ray | |
| 2022-06-11 | REVIEWED: Issue with MOUSE_PASSTROUGH #2516 | Ray | |
| 2022-06-11 | New feature: support MOUSE_PASSTHROUGH #2516 | Ray | |
| 2022-06-09 | Minor formattng tweak | Ray | |
| 2022-06-09 | GetMonitorWidth()/GetMonitorHeight(): return current video resolution ↵ | gulrak | |
| instead max available (#2514) * GetMonitorWidth()/GetMonitorHeight(): current video resolution instead max available * adapt header comment to reflect change | |||
| 2022-06-08 | Update README.md | Ray | |
| 2022-06-08 | Update CHANGELOG | Ray | |
| 2022-06-08 | Update CHANGELOG | Ray | |
| 2022-06-08 | Update BINDINGS.md (#2513) | rc-05 | |
| 2022-06-07 | Unify busy waiting behavior across conditional compilation branches (#2508) | flashback-fx | |
| * Unify busy waiting behavior across conditional compilation branches * Inline busy waiting code instead of using static function | |||
| 2022-06-07 | Update CHANGELOG | Ray | |
| 2022-06-07 | Update CHANGELOG | Ray | |
| 2022-06-07 | Update CHANGELOG | Ray | |
| 2022-06-07 | Update CHANGELOG | Ray | |
| 2022-06-07 | Update CHANGELOG | Ray | |
| 2022-06-07 | RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY` | Ray | |
| 2022-06-07 | Added raylib 4.2 release CHANGELOG | Ray | |
| 2022-06-07 | Added rea change | Ray | |
| 2022-06-07 | REVIEWED: Compilation warnings | Ray | |
| 2022-06-07 | Update `cl-raylib` binding (#2509) | Daw-Ran Liou | |
| Commit d57c8136426b7cc8a39e77f05097c8585d4bb1eb from longlene/cl-raylib now puts the binding on track with raylib version 4.0. | |||
| 2022-06-06 | Update android.yml | Ray | |
| 2022-06-06 | WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()` | Ray | |
| RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()` | |||
| 2022-06-06 | WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()` | Ray | |
| RENAMED: `ClearDirectoryFiles()` to `UnloadDirectoryFiles()` | |||
| 2022-06-06 | Reviewed latest PR, variable name | Ray | |
| 2022-06-06 | Change WaitTime argument from milliseconds to seconds (#2506) | flashback-fx | |
| 2022-06-06 | WARNING: REMOVED `raygui` from `raylib/src/extras` | Ray | |
| 2022-06-06 | WARNING: Removed `physac` from raylib sources/examples | Ray | |
| `physac` is available on its own repo | |||
| 2022-06-05 | REVIEWED: Mouse device support on `PLATFORM_DRM` #2381 | Ray | |
| 2022-06-05 | Fix regression that was causing video stuttering (#2503) | flashback-fx | |
| 2022-06-02 | Minor tweak | Ray | |
| 2022-06-02 | Update text_draw_3d.c | Ray | |
| 2022-05-31 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-05-31 | REVIEWED: Batch limits check #2489 | Ray | |
| 2022-05-31 | chore: Set permissions for GitHub actions (#2496) | Naveen | |
| Restrict the GitHub token permissions only to the required ones; this way, even if the attackers will succeed in compromising your workflow, they won’t be able to do much. - Included permissions for the action. https://github.com/ossf/scorecard/blob/main/docs/checks.md#token-permissions https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#permissions https://docs.github.com/en/actions/using-jobs/assigning-permissions-to-jobs [Keeping your GitHub Actions and workflows secure Part 1: Preventing pwn requests](https://securitylab.github.com/research/github-actions-preventing-pwn-requests/) Signed-off-by: naveen <[email protected]> | |||
| 2022-05-30 | REVIEWED: `DrawBillboardPro()` #2494 | Ray | |
| 2022-05-29 | Correct typo | Ray | |
| 2022-05-29 | Review log messages | Ray | |
| 2022-05-20 | ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452 | Ray | |
| 2022-05-20 | use GetWindowScaleDPI to calculate size for rlReadScreenPixels in ↵ | gulrak | |
| screenshot/recording (#2446) | |||
| 2022-05-20 | Fixed Android CMake build error (#2486) | Patrick | |
| `android_native_app_glue.c` wasn't appended to the `raylib_sources` as other libraries were. Co-authored-by: Patrick Martin <[email protected]> | |||
| 2022-05-19 | Improved boolean definitions (#2485) | Jonathan Poncelet | |
| 2022-05-19 | Update `raylib-jai` binding | Ray | |
| 2022-05-19 | generate compile_commands.json to be used by language server (#2481) | Angga Permana | |
| * cmake: Generate compile commands * Update README.md simplify build process | |||
| 2022-05-18 | Revert "UPDATE: `DEFLATE` algorithm" | Ray | |
| This reverts commit d786af83fc0364e6a773254a9ebc8cc7f1e621d1. | |||
| 2022-05-18 | UPDATE: `DEFLATE` algorithm | Ray | |
| 2022-05-16 | REVIEWED: Support OpneBSD for timming functions | Ray | |
| 2022-05-14 | Fix lgtm warnings (#2477) | Crydsch | |
| * Comparison is always true because finalSample >= 1 * Comparison is always false because keyCount >= 0 | |||
| 2022-05-12 | ADDED: `EnableEventWaiting()` / `DisableEventWaiting()` | Ray | |
| Events waiting can be enabled/disabled, it toggles event polling. | |||
| 2022-05-12 | Some minor tweaks | Ray | |
| 2022-05-12 | Fix crash with delay demo. (#2472) | ptarabbia | |
