summaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2022-06-11REVIEWED: Issue with MOUSE_PASSTROUGH #2516Ray
2022-06-11New feature: support MOUSE_PASSTHROUGH #2516Ray
2022-06-09Minor formattng tweakRay
2022-06-09GetMonitorWidth()/GetMonitorHeight(): return current video resolution instead...gulrak
2022-06-08Update README.mdRay
2022-06-08Update CHANGELOGRay
2022-06-08Update CHANGELOGRay
2022-06-08Update BINDINGS.md (#2513)rc-05
2022-06-07Unify busy waiting behavior across conditional compilation branches (#2508)flashback-fx
2022-06-07Update CHANGELOGRay
2022-06-07Update CHANGELOGRay
2022-06-07Update CHANGELOGRay
2022-06-07Update CHANGELOGRay
2022-06-07Update CHANGELOGRay
2022-06-07RENAMED: `BLEND_ALPHA_PREMUL` to `BLEND_ALPHA_PREMULTIPLY`Ray
2022-06-07Added raylib 4.2 release CHANGELOGRay
2022-06-07Added rea changeRay
2022-06-07REVIEWED: Compilation warningsRay
2022-06-07Update `cl-raylib` binding (#2509)Daw-Ran Liou
2022-06-06Update android.ymlRay
2022-06-06WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()`Ray
2022-06-06WARNING: RENAMED: `GetDirectoryFiles()` to `LoadDirectoryFiles()`Ray
2022-06-06Reviewed latest PR, variable nameRay
2022-06-06Change WaitTime argument from milliseconds to seconds (#2506)flashback-fx
2022-06-06WARNING: REMOVED `raygui` from `raylib/src/extras`Ray
2022-06-06WARNING: Removed `physac` from raylib sources/examplesRay
2022-06-05REVIEWED: Mouse device support on `PLATFORM_DRM` #2381Ray
2022-06-05Fix regression that was causing video stuttering (#2503)flashback-fx
2022-06-02Minor tweakRay
2022-06-02Update text_draw_3d.cRay
2022-05-31Merge branch 'master' of https://github.com/raysan5/raylibRay
2022-05-31REVIEWED: Batch limits check #2489Ray
2022-05-31chore: Set permissions for GitHub actions (#2496)Naveen
2022-05-30REVIEWED: `DrawBillboardPro()` #2494Ray
2022-05-29Correct typoRay
2022-05-29Review log messagesRay
2022-05-20ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452Ray
2022-05-20use GetWindowScaleDPI to calculate size for rlReadScreenPixels in screenshot/...gulrak
2022-05-20Fixed Android CMake build error (#2486)Patrick
2022-05-19Improved boolean definitions (#2485)Jonathan Poncelet
2022-05-19Update `raylib-jai` bindingRay
2022-05-19generate compile_commands.json to be used by language server (#2481)Angga Permana
2022-05-18Revert "UPDATE: `DEFLATE` algorithm"Ray
2022-05-18UPDATE: `DEFLATE` algorithmRay
2022-05-16REVIEWED: Support OpneBSD for timming functionsRay
2022-05-14Fix lgtm warnings (#2477)Crydsch
2022-05-12ADDED: `EnableEventWaiting()` / `DisableEventWaiting()`Ray
2022-05-12Some minor tweaksRay
2022-05-12Fix crash with delay demo. (#2472)ptarabbia
2022-05-12Easings: Add function descriptions (#2471)Rob Loach