| 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-02-25 | Don't exceed signed int range when shifting left | Ahmad Fatoum | |
| Fixes UB in #489, found by UBSan. | |||
| 2018-02-25 | Fix possible buffer overflow in LoadBMFont | Ahmad Fatoum | |
| Width specifier doesn't include NUL terminator. Fixes #487 found by AddressSanitizer. | |||
| 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-02-12 | Avoid rendering SPACE character! | Ray | |
| 2018-01-28 | Corrected several issues... | Ray | |
| 2017-12-20 | Updated copyright year | Ray San | |
| 2017-12-14 | proper if-clauses for disabling functionality in text.c | user | |
| 2017-12-11 | Remove rres support | Ray | |
| Let the user choose if using rres external library | |||
| 2017-11-02 | Some code tweaks... | Ray San | |
| 2017-10-25 | Corrected issue with ttf font y-offset | Ray | |
| 2017-08-27 | Added function DrawRectangleGradientEx() | raysan5 | |
| Moved function DrawRectangleT() from text module to shapes Added some comments | |||
| 2017-08-06 | Added function DrawRectangleT() | raysan5 | |
| Usefult to draw rectangles using default font texture | |||
| 2017-07-02 | Rename enum LogType names... | raysan5 | |
| ...to avoid possible conflicting symbols | |||
| 2017-05-09 | Corrected issue #281 | Ray | |
| 2017-04-22 | Renamed function for lib consistency | raysan5 | |
| LoadSpriteFontTTF() --> LoadSpriteFontEx() | |||
| 2017-04-21 | Make TraceLog() public to the API | Ray | |
| enum LogType could require some revision... | |||
| 2017-04-04 | Minor code tweaks | Ray | |
| 2017-03-29 | Added IsFileExtension() | Ray | |
| Replaced old GetExtension() function Make IsFileExtension() public to the API | |||
| 2017-03-29 | Remove RBMF fileformat support | Ray | |
| 2017-03-26 | Work on configuration flags | Ray | |
| 2017-03-21 | text: configuration flags | Ray | |
| 2017-03-20 | Review some comments | Ray | |
| 2017-03-05 | Work on timming functions... | raysan5 | |
| It seems Sleep() behaves weird on my computer, disabled by default returning to the busy wait loop... also re-implemented DrawFPS() to avoid frame blitting... | |||
| 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-06 | Commented code for review | Ray | |
| 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-28 | Implemented Wait() | Ray | |
| Now program is halted (OS signal call) for required amount of time every frame, so CPU usage drops to zero, instead of using a busy wait loop. | |||
| 2017-01-15 | Removed GetNextPOT(), review TraceLog() | raysan5 | |
| 2016-12-27 | Review some formatting and naming | raysan5 | |
| - Renamed WritePNG() to SavePNG() for consistency with other file loading functions - Renamed WriteBitmap() to SaveBMP() for consistency with other file loading functions - Redesigned SaveBMP() to use stb_image_write | |||
| 2016-12-25 | Review comments and formatting | raysan5 | |
| 2016-12-05 | Corrected some warnings | Ray | |
| 2016-11-21 | Corrected bug with alpha mask on font | raysan5 | |
| Mask was wrongly applied to 8-bit font image, it generated dark borders on the font. Grayscale image has to be considered as the alpha mask for a completely white image to use it correctly. | |||
| 2016-11-16 | Reviewed modules comments | raysan5 | |
| 2016-11-13 | Improved text measurement | Ray | |
| Still not working correctly, font offsets are not considered correctly... | |||
| 2016-11-03 | Corrected issue on chars drawing | raysan5 | |
| Support by default unordered charsets | |||
| 2016-11-01 | Support unordered charset, neither fixed first char | raysan5 | |
| Still requires some testing... | |||
| 2016-10-31 | Improve TTF loading | raysan5 | |
| 2016-10-31 | Improve SpriteFont support | raysan5 | |
| LoadSpriteFontTTF() - TTF font loading with custom parameters | |||
| 2016-10-27 | Function added: GenSpriteFont() | raysan5 | |
| 2016-10-24 | Improving sprite fonts support... | raysan5 | |
| Support grayscale (8 bit) textures for fonts Load unordered chars data above char 126 | |||
| 2016-10-09 | Allow no default font loading | Ray | |
| Useful if text module is not required... | |||
| 2016-09-12 | Review spacing formatting | raysan5 | |
| raylib uses spaces between '+' and '-' signs but not between '*' and '/' signs, it's a chosen convention | |||
| 2016-08-31 | Formatting tweaks | raysan5 | |
| 2016-08-25 | Added TraceLog info on image spritefont loading | raysan5 | |
| 2016-08-16 | Removed useless spacing | raysan5 | |
| 2016-08-08 | Corrected issue with VS | raysan5 | |
| 2016-08-07 | Some functions review | raysan5 | |
