| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-22 | Corrected bug on GenTextureMipmaps() | Ray | |
| texture.mipmaps value needs to be updated, so, texture must be passed by reference instead of by value | |||
| 2016-11-16 | Reviewed modules comments | raysan5 | |
| 2016-10-31 | Comments tweaks | raysan5 | |
| 2016-10-29 | Support textures filtering | raysan5 | |
| 2016-10-27 | Funtions added to set texture parameters | raysan5 | |
| SetTextureFilter() SetTextureWrap() | |||
| 2016-10-24 | Improving sprite fonts support... | raysan5 | |
| Support grayscale (8 bit) textures for fonts Load unordered chars data above char 126 | |||
| 2016-10-17 | Corrected some warnings | Ray | |
| 2016-10-09 | Correct warning | Ray | |
| 2016-09-22 | Simplify supported image formats | raysan5 | |
| Removed support for some unusual image formats | |||
| 2016-09-12 | Review spacing formatting | raysan5 | |
| raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention | |||
| 2016-09-12 | Corrected text drawing within an image | raysan5 | |
| 2016-09-07 | Some code tweaks | Ray | |
| 2016-09-05 | Added function: ImageAlphaMask() | Ray | |
| 2016-08-31 | Formatting tweaks | raysan5 | |
| 2016-08-16 | Removed useless spacing | raysan5 | |
| 2016-08-07 | Some functions review | raysan5 | |
| 2016-06-21 | Code tweak | raysan5 | |
| 2016-06-06 | Reorganize external libraries - BREAKING CHANGE - | Ray | |
| Moved all external libraries used by raylib to external folder inside raylib src. Makefile has already been update and also the different includes in raylib modules. | |||
| 2016-06-02 | Review heades usage | Ray | |
| This is a first step toward a bigger project. Some modules could be ported to header-only to be used as standalone. | |||
| 2016-06-01 | Corrected some issues on OpenGL 1.1 | raysan5 | |
| 2016-05-29 | Improved render to texture | raysan5 | |
| Support render texture size different than screen size | |||
| 2016-04-07 | Simplified texture flip and added comments | raysan5 | |
| 2016-03-30 | Added support for render to texture (use RenderTexture2D) | raysan5 | |
| Now it's possible to render to texture, old postprocessing system will be removed on next raylib version. | |||
| 2016-03-27 | Review comments | raysan5 | |
| 2016-03-06 | Added new functions to draw text on image | raysan5 | |
| 2016-03-02 | Added support for Nearest-Neighbor image scaling | raysan5 | |
| Specially useful on default font scaling | |||
| 2016-02-12 | Reviewed code TODOs | raysan5 | |
| 2016-01-04 | Fixed bug: rlglGenerateMipmaps() | raysan5 | |
| 2016-01-02 | Small code tweaks | raysan5 | |
| 2015-12-30 | Added function: ImageDither() | raysan5 | |
| Corrected some code details | |||
| 2015-12-09 | DrawTextureRec() function review to allow flipped rectangle | raysan5 | |
| 2015-11-05 | Added texture retrieval support on OpenGL ES 2.0 | Ray | |
| Updated functions: Image GetTextureData(Texture2D texture); void *rlglReadTexturePixels(Texture2D texture); | |||
| 2015-11-04 | Added some texture functionality (view details) | Ray | |
| LoadTextureEx() - Simplified parameters UpdateTexture() - Added, allows updating GPU texture data | |||
| 2015-10-27 | Removed unneeded comment | Ray | |
| 2015-10-26 | Corrected bug on web | Ray San | |
| 2015-10-25 | Added some image manipulation functions | Ray | |
| Added (or completed functions): Image ImageText(const char *text, int fontSize, Color color); Image ImageTextEx(SpriteFont font, const char *text, int fontSize, int spacing, Color tint); void ImageFlipVertical(Image *image); void ImageFlipHorizontal(Image *image); void ImageColorTint(Image *image, Color color); void ImageColorInvert(Image *image); void ImageColorGrayscale(Image *image); void ImageColorContrast(Image *image, float contrast); void ImageColorBrightness(Image *image, int brightness); | |||
| 2015-10-24 | Reviewed NPOT messages and usage | Ray | |
| 2015-10-06 | Added a bunch of image manipulation functions: | raysan5 | |
| Renamed functions (for coherence with new ones): - ImageConvertToPOT() -> ImageToPOT() - ImageConvertFormat() -> ImageFormat() New functions added (IN PROGRESS): - ImageCopy() - ImageCrop() - ImageResize() (Uses stb_image_resize.h) - ImageDraw() - ImageDrawText() - ImageDrawTextEx() - ImageFlipVertical() - ImageFlipHorizontal() - ImageColorInvert() - ImageColorGrayscale() - ImageColorContrast() - ImageColorBrightness() | |||
| 2015-09-02 | Reviewed to work on Raspberry Pi | raysan5 | |
| [rlgl] Extensions strings loading was redone to avoid a Segmentation Fault on Raspberry Pi | |||
| 2015-08-30 | Added some comments | raysan5 | |
| 2015-08-29 | Corrected bugs on DDS and PKM loading | raysan5 | |
| 2015-08-07 | Reviewed ImageConvertToPOT() | raysan5 | |
| 2015-08-07 | Reviewed GetTextureData() | raysan5 | |
| 2015-08-05 | Added trace log for data unloading | Ray | |
| 2015-07-29 | Replaced old mail by twitter user | raysan5 | |
| 2015-07-13 | Added some functions and renamed some others | raysan5 | |
| Added: - LoadImageRaw() - ImageCopy() Renamed: - GetPixelData() -> GetImageData() | |||
| 2015-07-05 | Improved mipmaps support and image loading | raysan5 | |
| 2015-05-21 | Improved custom shaders support | raysan5 | |
| Corrected issues with textures loading | |||
| 2015-05-11 | Corrected bug on PVR textures loading | Gatonevermind | |
| 2015-05-11 | raymath module review and other changes | raysan5 | |
| Complete review of matrix rotation math Check compressed textures support WIP: LoadImageFromData() | |||
