| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-09-30 | minor tweaks | Ray | |
| 2022-09-22 | WARNING: Several changes on UTF-8/Codepoints API | Ray | |
| - ADDED: `GetCodepointPrevious()` - RENAMED: `GetCodepoint()` -> `GetCodepointNext()`, actually, reimplemented - `GetCodepoint()` has been kept for the moment, for compatibility and also because implementation is different - RENAMED: `TextCodepointsToUTF8()` to `LoadUTF8()`, simpler name and more aligned with raylib conventions (functions loading memory start with Load*()), parameters should be descriptive of functionailty. - ADDED: `UnloadUTF8()`, aligned with `LoadUTF8()` to avoid allocators issues. | |||
| 2022-09-19 | REVIEWED: New functions coding conventions | Ray | |
| 2022-09-19 | Added: `ImageDrawCircleLines`, `ImageDrawCircleLinesV` (#2713) | Rob Loach | |
| This adds `ImageDrawCircleLines()` and `ImageDrawCircleLinesV()` to draw outlines of circles, and updates `ImageDrawCircle()` draw a filled circle to match the effect of `DrawCircle()` and `DrawCircleLines()`. | |||
| 2022-09-17 | Move compressed textures loading to a separate self-contained library | Ray | |
| 2022-09-17 | ADDED: `GenImagePerlinNoise()` | Ray | |
| 2022-09-05 | WARNING: BREAKING: Removed `rlCheckRenderBatchLimit()` requirement | Ray | |
| Updated version to `rlgl 4.2` | |||
| 2022-08-13 | minor tweaks | Ray | |
| 2022-08-02 | Remove trailing spaces | Ray | |
| 2022-07-31 | Use American spelling of colourSpace (#2604) | BlueStag | |
| 2022-07-27 | rtextures: Improve numerical stability of float multiplication (#2596) | Piotr Wierciński | |
| Dimensions of Rectangle should be casted to int before multiplication, otherwise there is a risk for underallocation/overallocation of memory. | |||
| 2022-07-26 | rtextures: Fix ImageFromImage crash (#2594) | Piotr Wierciński | |
| Height of the rectangle can be float, which may lead to doing extra iteration of loop and writing out of bounds. | |||
| 2022-07-10 | REVIEWED: `ImageResize()` #2572 | Ray | |
| 2022-06-16 | fix: round off error in ColorAlphaBlend (#2524) | Roy Qu | |
| 2022-05-07 | Corrected typo | Ray | |
| 2022-04-23 | Optimize Some Image Functions. (#2429) | Anilforextra | |
| 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-02-18 | Removed trailing spaces | raysan5 | |
| 2022-01-26 | Support export .jpeg files | Ray | |
| 2022-01-22 | Update rtextures.c | Ray | |
| 2022-01-03 | Review tracelogs | Ray | |
| 2021-12-31 | Update year to 2022 | raysan5 | |
| 2021-12-19 | REVIEWED: `LoadTextureCubemap()` #2224 | Ray | |
| 2021-12-19 | REVIEWED: LoadTextureCubemap() #2223 | Ray | |
| 2021-12-19 | ADDED NOTE: ImageDraw() does not support f32bit #2222 | Ray | |
| Added a note for a future improvement | |||
| 2021-12-08 | REVIEWED: GenImageCellular() #2178 | Ray | |
| 2021-12-07 | REVIEWED: DrawTextureTiled() #2173 | raysan5 | |
| 2021-12-06 | Tweaks | Ray | |
| 2021-12-04 | Support custom modules inclusion | Ray | |
| Allow to choose which modules are compiled with raylib, if some modules are excluded from compilation, required functionality is not available but smaller builds are possible. | |||
| 2021-12-03 | Added a couple of notes | Ray | |
| 2021-11-28 | REVIEWED: Updated QOI to first official release | Ray | |
| 2021-11-27 | ADDED: Support for QOI image format | Ray | |
| 2021-11-15 | REVIEWED: LoadTextureFromImage() | Ray | |
| Allow texture loading with no data transfer (in case image.data = NULL) | |||
| 2021-10-14 | Remove trailing spaces | Ray | |
| 2021-10-13 | Reviewed some TODO | Ray | |
| 2021-10-10 | Formatting tweak | Ray | |
| 2021-10-06 | WARNING: 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-06 | Remove trailing spaces | Ray | |
| 2021-10-03 | Format tweak | Ray | |
| 2021-10-03 | ADDED: GetImageColor() #2024 | Ray | |
| 2021-09-23 | REVIEWED: LoadImageAnim() #2005 | Ray | |
| 2021-09-23 | Reviewed some TODO comments | Ray | |
| 2021-09-22 | WARNING: 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. | |||
