| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-04-30 | Some code tweaks | Ray | |
| 2017-04-23 | TraceLog() output tweak | raysan5 | |
| 2017-04-21 | Make TraceLog() public to the API | Ray | |
| enum LogType could require some revision... | |||
| 2017-04-20 | Update some files | Ray | |
| 2017-04-16 | Updated STB libs to latest version | raysan5 | |
| 2017-04-04 | Corrected issue when retrieving texture from GPU | Ray | |
| 2017-03-29 | Added IsFileExtension() | Ray | |
| Replaced old GetExtension() function Make IsFileExtension() public to the API | |||
| 2017-03-25 | Working on configuration flags | Ray | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-02-16 | Improved modules description -IN PROGRESS- | Ray | |
| Working in modules configuration flags... | |||
| 2017-02-11 | Reviewed fread() usage around the code | raysan5 | |
| 2017-02-05 | Refactor SpriteFont struct | raysan5 | |
| Now it uses CharInfo data, this way, it's better aligned with the future RRES file format data layout for sprite font characters. | |||
| 2017-01-28 | Remove unecessary spaces... | Ray | |
| 2017-01-15 | Removed GetNextPOT(), review TraceLog() | raysan5 | |
| 2016-12-27 | Some functions review and additions | raysan5 | |
| - Improved ImageCopy() to support compressed formats - Renaming file-formats header structs for consistency - Review variables naming on ImageDither() for consistency - Improved LoadImagePro() to make a copy of data - Preliminary support of rRES file format on LoadImage() | |||
| 2016-12-25 | Added raw image file reading data check | raysan5 | |
| 2016-12-25 | Review some functions for consistency | raysan5 | |
| Removed: LoadTextureEx() Added: LoadImagePro() | |||
| 2016-12-17 | Improving rRES custom format support -IN PROGRESS- | Ray | |
| Start removing old rRES functions. | |||
| 2016-12-05 | Corrected some warnings | Ray | |
| 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 | |
