| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-07-04 | Example review | Ray | |
| 2024-07-01 | WARNING: BREAKING: Renamed `PLATFORM_DESKTOP` to `PLATFORM_DESKTOP_GLFW` | Ray | |
| This could potentially be a breaking change, for consistency, now every possible desktop backend has the proper name assigned: GLFW, SDL, RGFW raylib build system has been reviewed to fallback to `PLATFORM_DESKTOP_GLFW` by default when `PLATFORM_DESKTOP` defined | |||
| 2024-06-24 | [Build] Fix warnings when building in VS 2022 (#4095) | Jeffery Myers | |
| * Update raylib_api.* by CI * Fix warnings when building examples in MSVC 2022 * fix auto-format that sneaked in there. --------- Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> | |||
| 2024-05-30 | Fix typos in markdowns and comments, Fix invalid links in HISTORY.md (#4017) | vaezim | |
| 2024-04-20 | Update project | Ray | |
| 2024-04-07 | Update Makefile RAYLIB_VERSION (#3901) | Belllg | |
| Changed the raylib version from 4.2.0 to 5.1-dev, just like the raylib.h file | |||
| 2024-02-29 | Add an example that generates a random sequence. (#3846) | Dalton Overmyer | |
| 2024-01-02 | Update copyright to 2024 | Ray | |
| 2023-12-23 | VSCode sample project Mac fixup (#3666) | Tim Romero | |
| Change vscode config and makefile to add a missing IOKit framework reference and use whichever MacOSX sdk symlink is available | |||
| 2023-12-11 | Update projects/CMake/CMakeLists.txt to raylib 5.0 (#3623) | Peter0x44 | |
| 2023-11-18 | Image convolution function ImageKernelConvolution (#3528) | Karim | |
| * Added image convultion ImageKernelConvolution * comment changes * spelling changes and change to kernel size * removed kernel normalization inside function * fix to formating | |||
| 2023-11-15 | Updated Npp intellisense data for raylib 5.0 | Ray | |
| 2023-11-08 | REVIEWED: Added new examples to VS2022 solution | Ray | |
| 2023-10-26 | ADDED: Automation Events System, exposed to users | Ray | |
| Added new API to record and play events Added examples illustrating functionality | |||
| 2023-09-08 | Reviewed examples for consistency | Ray | |
| 2023-09-08 | examples: core: adds 2D camera two player split screen (#3298) | Gabriel dos Santos Sanches | |
| 2023-09-07 | Remove PLATFORM_RPI (#3232) | MichaelFiber | |
| * Remove PLATFORM_RPI * remove build artifacts --------- Co-authored-by: MichaelFiber <[email protected]> Co-authored-by: Ray <[email protected]> | |||
| 2023-08-04 | [AUDIO] Add an example of how to use LoadSoundAlias (#3223) | Jeffery Myers | |
| * Add a function to clone a sound and share data with another sound. * rename items based on feedback * PR Feedback, use custom unload for sound alias, not variant of normal sound unloading * sound_multi example | |||
| 2023-05-24 | Added ImageRotate (#3078) | Dane Madsen | |
| * Added ImageRotate * Quick rename of the example * Update ImageRotate by changing doubles to floats and checking code convention * Update API | |||
| 2023-05-22 | Add GenImageGradientSquare (#3077) | Dane Madsen | |
| * Add GenImageGradientSquare to allow square gradients * Fix GenImageGradientSquare and add to textures_image_generation example * Remove params from GenImageGradientSquare | |||
| 2023-05-21 | Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient ↵ | Dane Madsen | |
| (#3074) * Replaced GenImageGradientH and GenImageGradientV with GenImageLinearGradient * renamed GenImageLinearGradient to GenImageGradientLinear | |||
| 2023-05-14 | update cmake example project (#3062) | lesleyrs | |
| * update cmake example project * off is the correct one | |||
| 2023-05-07 | Fix vs code project (#3048) | Shoozza | |
| * Modify remove trailing whitespace * Fix invalid SetCameraMode call and missing argument to UpdateCamera for VSCode project | |||
| 2023-04-15 | CMake project example: fix a couple of typos (#3014) | Benjamin Thomas | |
| 2023-03-18 | Update raylib.sln | Ray | |
| 2023-03-15 | Update npes_saved_w64devkit.txt | Ray | |
| 2023-03-15 | Delete c_raylib.xml | Ray | |
| 2023-03-15 | UPDATED: Notepad++ instellisense data | Ray | |
| 2023-03-07 | WARNING: REMOVED: Multichannel audio support API | Ray | |
| It was quite restrictive and hacky implementation, just load multiple types same sound to play multiple instances. | |||
| 2023-02-14 | ADDED: Example project to VS | Ray | |
| 2023-02-14 | ADDED: Example project to VS2022 solution | Ray | |
| 2023-02-14 | Create models_loading_m3d.vcxproj | Ray | |
| 2023-02-14 | REVIEWED: Camera redesign PR | Ray | |
| 2023-01-27 | Fix warnings and bad project settings for 4.5 release (#2894) | Jeffery Myers | |
| 2023-01-01 | Update year to 2023 | Ray | |
| 2023-01-01 | Update year to 2023 | Ray | |
| 2022-12-03 | Add a textured curve example (#2821) | Jeffery Myers | |
| 2022-09-17 | CMake: Project template fix to easily target raylib version (#2700) | Rob Loach | |
| 2022-08-08 | Update c_raylib.xml | Ray | |
| 2022-08-08 | Updated Npp scripts | Ray | |
| 2022-08-06 | REMOVED: VS2019 project | Ray | |
| 2022-08-06 | Merge branch 'master' of https://github.com/raysan5/raylib | Ray | |
| 2022-08-06 | Review projects details for raylib 4.2 | Ray | |
| 2022-08-06 | Fix 4coder project template (#2616) | Angga Permana | |
| 2022-08-05 | Updated Notepad++ intellisense data | Ray | |
| 2022-08-04 | Fix typo in README: s/instrallation/installation/ (#2613) | hartmannathan | |
| 2022-08-02 | Update version | Ray | |
| 2022-08-01 | Added example to VS2022 | Ray | |
| 2022-07-23 | ADDED: Missing examples to VS2022 solution #2580 | Ray | |
| 2022-07-19 | add mouse zoom example (#2583) | Jeffery Myers | |
