| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-07-19 | Update core_2d_camera.c | Ray | |
| 2022-07-19 | add mouse zoom example (#2583) | Jeffery Myers | |
| 2022-07-15 | WARNING: REMOVED: raudio_standalone example | Ray | |
| Moved to raudio library repo: https://github.com/raysan5/raudio | |||
| 2022-07-09 | Create rlgl_standalone.png | Ray | |
| 2022-07-07 | Update README.md | Ray | |
| 2022-07-07 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-07-07 | Added some examples screenshots | Ray | |
| 2022-07-07 | Update example reviews raylib versions | Ray | |
| 2022-07-07 | Added new examples to Makefile | Ray | |
| 2022-07-07 | UPDATED: examples: Assigned **DIFFICULTY LEVELS**! | Ray | |
| 2022-07-07 | ADDED: example: `textures_gif_player` | Ray | |
| 2022-07-07 | RENAMED: example: textures_rectangle -> textures_sprite_anim | Ray | |
| 2022-07-07 | ADDED: example: `textures_fog_of_war` | Ray | |
| 2022-07-07 | ADDED: example: `core_window_should_close` | Ray | |
| 2022-07-07 | ADDED: example: `text_codepoints_loading` | Ray | |
| 2022-07-05 | WARNING: BREAKING: REMOVED: `*StorageValue()` functions | Ray | |
| Those functions were platform dependent and user has no control over the file created. They have been removed from raylib and just moved to `core_storage_values` example. | |||
| 2022-07-05 | REMOVED: example: core_quat_conversion | Ray | |
| 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 | |
