| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-07-05 | Corrected issue with GetFontDefault() | raysan5 | |
| Note for me: Replace All is NOT your friend... | |||
| 2018-07-05 | Renamed GetDefaultFont() to GetFontDefault() | raysan5 | |
| Library consistency rename... yes, I know, it breaks the API... | |||
| 2018-07-03 | Added function: ImageColorReplace() | Ray | |
| 2018-07-02 | Removed function prototype | Ray | |
| This function was added in text module as GenImageFontAtlas() | |||
| 2018-06-20 | Improved font generation and SDF | Ray | |
| Added: data to CharInfo struct Added: LoadFontData() Added: GenImageFontAtlas() Removed: LoadFontEx() Removed: LoadTTF() [internal] Some code tweaks | |||
| 2018-06-12 | Reviewed some functions | Ray | |
| - GetImageData() - GetImageDataNormalized() | |||
| 2018-06-12 | Comment review | Ray San | |
| 2018-06-12 | Added function: GetImageDataNormalized() | Ray San | |
| Reviewed: GetImageData() Reviewed: ImageFormat() | |||
| 2018-06-12 | Corrected bug | Ray San | |
| 2018-06-10 | Propose new function: GenImageFont() | raysan5 | |
| 2018-06-06 | Some comments cleaning | Ray | |
| ImageDraw() code tweak | |||
| 2018-06-03 | Added ImageRotate*() functions | Ray | |
| 2018-06-02 | Corrected issue with function definition | Ray | |
| 2018-06-02 | Work on ImageResizeCanvas() | Ray | |
| 2018-06-01 | Added: ImageResizeCanvas() -WIP- | Ray | |
| Added note idea on ImageFormat() for future redesign (to support 16bit-32bit pixel-formats) | |||
| 2018-05-30 | Removed assert() | Ray | |
| Not used in raylib this mechanism | |||
| 2018-05-29 | Replaced tabs by spaces | Ray | |
| 2018-05-28 | Corrected issue with floats on TCC | Ray | |
| It seems TCC was not casting correctly int values to float in some specific situations | |||
| 2018-05-22 | Added a note | Ray San | |
| 2018-05-21 | cmake: Fix PLATFORM_WEB build | Ahmad Fatoum | |
| Did this ever work? Surely, doesn't look like it... | |||
| 2018-05-17 | Header tweak and comments | Ray | |
| 2018-05-12 | Corrected issue on LoadASTC() | Ray | |
| 2018-05-09 | Corrected issue on rectangle drawing | Ray | |
| 2018-05-04 | BREAKING CHANGE: Renamed SpriteFont type to Font | Ray San | |
| - Preparing MP3 files support - Jumped version to raylib 2.0-dev (too many breaking changes...) | |||
| 2018-05-04 | Rectangle parameters changed to float | Ray San | |
| - Some examples tweaks - Reviewed ImageFormat() - Use float for text fontSize | |||
| 2018-04-29 | Corrected alpha blending on ImageDraw() | raysan5 | |
| 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 | |
