summaryrefslogtreecommitdiffhomepage
path: root/src/rtextures.c
AgeCommit message (Collapse)Author
2021-10-14Remove trailing spacesRay
2021-10-13Reviewed some TODORay
2021-10-10Formatting tweakRay
2021-10-06WARNING: BREAKING: REMOVED: `GenImagePerlinNoise()`raysan5
raylib was using `stb_perlin.h` library to generate perlin noise, it seems that recently this library has been flagged as it could be infringing some algorythm patent. For security, it has been removed from raylib.
2021-10-06Remove trailing spacesRay
2021-10-03Format tweakRay
2021-10-03ADDED: GetImageColor() #2024Ray
2021-09-23REVIEWED: LoadImageAnim() #2005Ray
2021-09-23Reviewed some TODO commentsRay
2021-09-22WARNING: MODULES RENAMING!!!Ray
raylib modules have been slightly renamed to add some identity and note that they are independent modules that can be used as standalone separate parts of raylib if required. The renamed modules are: - `core` -> `rcore` - `shapes` -> `rshapes` - `textures` -> `rtextures` - `text` -> `rtext` - `models` -> `rmodels` - `camera` -> `rcamera` - `gestures` -> `rgestures` - `core` -> `rcore` All the build systems has been adapted to this change.