| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-04-07 | Refactor all #define SUPPORT_* into a config.h | Ahmad Fatoum | |
| That way, a user needs only to touch a single file to configure what features raylib is built with. Include guards are left out intentionally, because config.h should only be included in source files, not headers. Later on, config.h can also define the raylib version (#461). | |||
| 2018-04-05 | Remove unnecesary NPOT check | Ray | |
| Now PLATFORM checks only used on core and utils modules | |||
| 2018-04-05 | Simplified some code | Ray | |
| 2018-04-04 | Added: ImageDrawRectangle() | Ray | |
| Renamed SaveImageAs() to ExportImage() for consistency on what actually happens with data. | |||
| 2018-04-03 | Review ImageDraw() alpha blending | Ray | |
| Not sure if math is ok... just left a commented piece of code that uses pre-multiplied alpha. | |||
| 2018-04-02 | Fix use after free | Martinfx | |
| 2018-02-18 | Added comments to review function ImageTextEx() | raysan5 | |
| 2018-02-18 | Support UTF8 basic characters on ImageTextEx() | raysan5 | |
| Supported UTF8 range equivalent to [128..255] (80h..FFh) Exposed and renamed text function GetGlyphIndex() Renamed spriteFont parameter name to simply font Small security check on transmission mission ending screen | |||
| 2018-01-28 | Corrected several issues... | Ray | |
| 2018-01-23 | Review mipmaps generation issue | Ray | |
| When changing image format, mipmaps are lost and regenerated from scratch | |||
| 2018-01-22 | Improved pixel formats support | Ray | |
| Review rlLoadTexture() function to make it simpler, now OpenGL texture glInternalFormat, glFormat and glType are retrieved with new function GetGlFormats() | |||
| 2018-01-18 | MSVC: Fix void pointer arithmetic error | Ahmad Fatoum | |
| GNU C allows it as a compiler extension, but MSVC doesn't. | |||
| 2018-01-18 | Added function: ImageMipmaps() | Ray | |
| 2018-01-17 | Reviewed function GenImagePerlinNoise() | Ray | |
| Added support for noise image offset | |||
| 2018-01-11 | Added new function: ImageAlphaCrop() | Ray | |
| 2018-01-07 | Added new image functions | raysan5 | |
| - Added: ImageAlphaClear() - Added: ImageAlphaPremultiply() - Reorganized some functions | |||
| 2018-01-06 | Review float pixel format textures support | raysan5 | |
| 2018-01-06 | Improved pixel formats support | raysan5 | |
| - Renamed enum TextureFormat to PixelFormat for consistency - Added support for pixel format UNCOMPRESSED_R32 - Using GetPixelDataSize() where required | |||
| 2018-01-06 | Added function: GetPixelDataSize() | raysan5 | |
| Just found I need that function... | |||
| 2017-12-28 | Minor tweaks | raysan5 | |
| 2017-12-28 | Support UNCOMPRESSED_R32G32B32A32 texture format | raysan5 | |
| 2017-12-20 | Corrected issue with SaveImageAs() | Ray San | |
| That function depends on SavePNG() and forces platform check on textures module, that behaviour should be changed, platform definition should be only required on core module... | |||
| 2017-12-15 | Manually review previous PR | Ray San | |
| 2017-12-14 | added proper define checks for png-save if it's disabled | user | |
| 2017-12-11 | Remove rres support | Ray | |
| Let the user choose if using rres external library | |||
| 2017-11-06 | Corrected issue with text drawing on image | Ray San | |
| 2017-11-02 | Some code tweaks... | Ray San | |
| 2017-10-30 | Review some issues, view description | Ray San | |
| - Review RPI compilation (core_drop_files not supported) - Review ImageFormat(), some issues - GetTextureData() reviewed for RPI | |||
| 2017-10-25 | Corrected ImageTextEx() | Ray | |
| - Added new function: GenImageColor() ImageDraw() should be reviewed... specially alpha blending... | |||
| 2017-09-26 | Code tweak | Ray | |
| 2017-09-18 | Added mesh generation functions | raysan5 | |
| 2017-08-24 | Review issue with mipmaps setup | raysan5 | |
| On DDS files mipmapCount header parameter could be unused and set to 0, resulting in a wrong mipmap count and wrong compressed texture loading. | |||
| 2017-08-06 | Minor tweaks | raysan5 | |
| 2017-08-04 | Review transforms to match OpenGL 1.1 | raysan5 | |
| 2017-07-22 | Corrected bug on texture rotation | raysan5 | |
| 2017-07-17 | Manual integration of material-pbr into develop | Ray | |
| 2017-07-02 | Review some formatting for consistency | raysan5 | |
| 2017-07-02 | Rename enum LogType names... | raysan5 | |
| ...to avoid possible conflicting symbols | |||
| 2017-06-29 | Fix some other typos | Wilhem Barbier | |
| 2017-06-28 | Add a density parameter to GenImageRadialGradient | Wilhem Barbier | |
| 2017-06-28 | Merge pull request #311 from nounoursheureux/image_gen | Ray | |
| Add more image generation functions: radial gradient and perlin noise | |||
| 2017-06-28 | Swap the two parameters | Wilhem Barbier | |
| 2017-06-28 | Add more image generation functions: radial gradient and perlin noise | Wilhem Barbier | |
| 2017-06-28 | Add the SaveImageAs function | Wilhem Barbier | |
| 2017-06-28 | Add some functions to generate images | Wilhem Barbier | |
| Namely: - GenImageHorizontalV - GenImageHorizontalH - GenImageChecked - GenImageWhiteNoise - GenImageCellular The gradient implementation may be a bit naive, for example it doesn't do any gamma correction. | |||
| 2017-06-12 | Additional check on file open | Ray | |
| 2017-05-10 | Some tweaks | Ray | |
| 2017-05-09 | HDR textures vertical flip | Ray | |
| 2017-05-08 | Corrected bug on HDR loading | Ray | |
| 2017-05-08 | Support HDR R32G32B32 float textures loading | Ray | |
