| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 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 | |
| 2022-03-14 | Improve joystick visualisation in gamepad example again (#2391) | Kristian Lein-Mathisen | |
| As prior commit, but complete fix for XBox controller and trigger buttons too. > The joystick range is a float from -1 through +1. Casting this to int > yields only three possible values: -1, 0, and 1. This gives a > misleading joystick placement in the demo. > > By casting to int after the multiplication to get pixel values, the > demo reveals the analog feel of the joystick. | |||
| 2022-03-14 | Improve joystick visualisation in gamepad example (#2390) | Kristian Lein-Mathisen | |
| The joystick range is a float from -1 through +1. Casting this to int yields only three possible values: -1, 0, and 1. This gives a misleading joystick placement in the demo. By casting to int after the multiplication, the demo reveals the analog feel of the joystick. | |||
| 2022-03-14 | REVIEWED: `OpenURL()` | Ray | |
| 2022-03-13 | Add naylib (#2386) | Antonis Geralis | |
| * Add naylib * Fix license | |||
| 2022-03-12 | Updated Zig bindings to reflect updates to that library (#2385) | Guido Bartolucci | |
| * Updated zig bindings info * Updated raylib-zig license | |||
| 2022-03-12 | Fixed an issue in Makefile when using raygui and physac on unix systems (#2384) | tixvage | |
| * Fixed an issue when using raygui and physac on unix systems hash "#" is single-line comment character in bash so echo ignores #include and #define * tab fix | |||
| 2022-03-12 | Remove space | Ray | |
| 2022-03-11 | Simplify build.zig to not require user to specify raylib path (#2383) | Komari Spaghetti | |
| We can figure out the source file location based on the location of the build.zig file. No need to require the library user to specify where raylib is stored. | |||
| 2022-03-09 | Vector2/Vector3: Add squared distance. (#2376) | Anilforextra | |
| 2022-03-08 | Update parser (#2375) | Ethan Conneely | |
| * Add variable len args support * Api Regen for 4.1dev | |||
| 2022-03-08 | Add repology badge (#2367) | Michael Vetter | |
| So we can see which distributions package raylib. And in which version they are. | |||
| 2022-03-08 | Update raylib-config.cmake (#2374) | Marco G. Maia | |
| Updated cmake to windows users. So they can `find_package(raylib [...])` with exported target as raylib instead of ${raylib_LIBRARIES}, etc | |||
| 2022-03-01 | Increase atlas size guesstimate; print warnings if atlas size is too small ↵ | megagrump | |
| (#2365) | |||
| 2022-02-28 | Update BINDINGS.md (#2366) | Chris Warren-Smith | |
| Update SmallBASIC to 4.1-dev | |||
| 2022-02-27 | Removed memset() | Ray | |
| 2022-02-25 | Possible fix for #2360 | Ray | |
| 2022-02-22 | Update Swift binding version (#2352) | Conifer Coniferoslav | |
| 3.7 -> 4.0 | |||
| 2022-02-20 | Support clipboard copy/paste on web | Ray | |
| 2022-02-20 | REVIEWED: Some functions input parametes that should be `const` | raysan5 | |
| 2022-02-20 | make const (#2348) | Antonis Geralis | |
| * make const * make const | |||
| 2022-02-20 | Fix free camera panning in the wrong direction (#2347) | DavidLyhedDanielsson | |
| 2022-02-18 | Removed trailing spaces | raysan5 | |
| 2022-02-17 | follow style guide (#2346) | Antonis Geralis | |
| * follow style guide * Update rmodels.c | |||
| 2022-02-15 | Reviewed bug on `FindNearestConnectorMode()` | raysan5 | |
| 2022-02-15 | Update Raylib-cs bindings version (#2343) | Chris | |
| 2022-02-13 | Optimize `Vector2Rotate()` function (#2340) | Jaedeok Kim | |
| 2022-02-13 | add premultiplied alpha blend mode (#2342) | megagrump | |
| 2022-02-13 | Update rtext.c | Ray | |
| 2022-02-13 | Reviewed makefile to use right shell on right platform | Ray | |
| 2022-02-12 | Update Makefile | raysan5 | |
| 2022-02-12 | Allow setting a custom PLATFORM_SHELL | raysan5 | |
| 2022-02-12 | REVIEWED: PLATFORM_OS for PLATFORM_WEB | raysan5 | |
| 2022-02-12 | REVIEWED: Issue when compiling for PLATFORM_WEB | raysan5 | |
| 2022-02-12 | Properly fix make clean under windows (#2341) | Peter0x44 | |
| * Properly fix make clean under sh.exe * Ensure make clean works properly under Windows if RAYLIB_RELEASE_PATH is modified | |||
| 2022-02-12 | Revert "Reviewed Makefile clean target to use CMD shell on Windows" | raysan5 | |
| This reverts commit ab47c6401e3a7da22a2e9e1f4a2a63144d51e13a. | |||
| 2022-02-12 | Reviewed Makefile clean target to use CMD shell on Windows | raysan5 | |
| Tested on the following environments: - w64devkit.exe - Windows 10 cmd - Notepad++ NppExec console | |||
| 2022-02-10 | Fix make clean target failing when shell is not cmd (#2338) | Peter0x44 | |
| GNU make on Windows first tries to find sh.exe on the path, and will execute build rules using it if it is present. The make clean target uses the builtin cmd.exe command del, which won't work under sh.exe The reason this is not done for the entire Makefile is because it would break cross-compilation of raylib. | |||
