| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-05 | REMOVED: example: core_quat_conversion | Ray | |
| This example requires a complete remake to be more clear. Also current quaternion maths could have issues. | |||
| 2022-07-04 | Update rlgl_compute_shader.c | Ray | |
| 2022-07-04 | REVIEWED: `DrawMesh()` #2511 | Ray | |
| Disable color vertex attribute if not provided by mesh | |||
| 2022-07-01 | REVIEWED: example: gltf models loading -WIP- | Ray | |
| 2022-06-24 | Fix CMake build on Raspberry Pi OS Bullseye (#2548) | Richard Smith | |
| 2022-06-22 | Update rlights.h | Ray | |
| 2022-06-22 | Update shaders_basic_lighting.c | Ray | |
| 2022-06-21 | REVIEWED: example: shaders_mesh_instancing | Ray | |
| Simplified example | |||
| 2022-06-21 | Added new comment to examples | Ray | |
| 2022-06-12 | Reviewed easings include | Ray | |
| 2022-06-12 | Removed extras directory | Ray | |
| 2022-06-12 | Update easings.h | Ray | |
| 2022-06-12 | Update models_skybox.c | Ray | |
| 2022-06-12 | Update text_font_filters.c | Ray | |
| 2022-06-12 | Update core_drop_files.c | Ray | |
| 2022-06-12 | Update core_drop_files.c | Ray | |
| 2022-06-11 | WARNING: BREAKING: REDESIGNED: Filepath loading API | Ray | |
| REDESIGNED: `LoadDirectoryFiles()` ADDED: `LoadDirectoryFilesEx()` REDESIGNED: `LoadDroppedFiles()` ADDED: `IsPathFile()` This BIG BREAKING change simplifies the functions and gives more control to the user: - A new `struct FilePathList` has been added to avoid exposing complex pointers. - User is responsible of memory loading/unloading - Filepaths loading support recursive directories and file extension filters | |||
| 2022-06-08 | Update README.md | Ray | |
| 2022-06-06 | WARNING: RENAMED: `GetDroppedFiles()` to `LoadDroppedFiles()` | Ray | |
| RENAMED: `ClearDroppedFiles()` to `UnloadDroppedFiles()` | |||
| 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-02 | Update text_draw_3d.c | Ray | |
| 2022-05-20 | ADDED: `-latomic` linkage, required by `miniaudio` on ARM 32bit #2452 | Ray | |
| 2022-05-12 | Fix crash with delay demo. (#2472) | ptarabbia | |
| 2022-04-24 | Fix for vr rendering not taking render target size into account (#2424) | Maiko Steeman | |
| 2022-04-04 | [Examples] Free Allocated Matrices. (#2425) | Anilforextra | |
| 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-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 | 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-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-01-16 | REVIEWED: example: shapes_top_down_lights | raysan5 | |
| 2022-01-16 | [Examples] Top down lights example (#2199) | Jeffery Myers | |
| * Start 2d lights example. * finish example * update image. * Cleanup render textures * Fixes to handle shadows on edges that are near to the light better. * tabs * move to shapes Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2022-01-16 | Add panning to raudio and update audio_raw_stream example. (#2205) | ptarabbia | |
| * Add panning to raudio and update audio_raw_stream example. * remove pan smoothing, code formatting changes following pull request comments Co-authored-by: Ray <[email protected]> | |||
| 2022-01-11 | Update Makefile | Ray | |
| 2022-01-11 | Update Makefile, simplified | Ray | |
| 2022-01-11 | Update Makefile | Ray | |
| 2022-01-11 | Improve Makefile organization | Ray | |
| 2022-01-10 | Fixes an error in the spelling of "appearance" (#2276) | Archie | |
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-27 | Reviewed makefiles | Ray | |
| 2021-12-23 | Update Makefile.Web | Ray | |
| 2021-12-21 | fixed cross-compilation from x86-64 (debian buster) to Raspberry Pi ↵ | Damien Pitard | |
| (raspbian) (#2233) | |||
