| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2018-12-25 | REVIEWED: LoadFontEx() | raysan5 | |
| Changed parameters order for consistency with LoadFontData() and other functions when an array is passed by parameter and array size is the following parameter. | |||
| 2018-12-20 | Exposed LoadFontFromImage() | Ray | |
| 2018-12-18 | Support externally provided compilation flags | Ray | |
| Useful in case raylib compilation want to be automated and compilation config flags provided by command line. | |||
| 2018-12-10 | Added support for .otf fonts | Ray | |
| stb_truetype supports some .otf fonts, just exposed that functionality. | |||
| 2018-12-04 | Increase text management buffers size | Ray | |
| 2018-11-06 | Remove end-line spaces | Ray | |
| 2018-10-29 | ADDED: Some functions... | Ray | |
| text: IsEqualText() -WIP- audio: SaveWAV() audio: ExportWaveAsCode() textures: ExportImageAsCode() | |||
| 2018-10-24 | Code tweaks | Ray | |
| 2018-10-23 | ADDED: SplitText() function | Ray | |
| 2018-10-18 | Some security checks on font loading | Ray | |
| 2018-10-18 | Some formatting tweaks | Ray | |
| 2018-10-10 | Fixes memory leak in text.c | noshbar | |
| GenImageFontAtlas() allocates an array of stbrp_rect for the packing functions, but it never frees them. | |||
| 2018-09-17 | Improved data export capabilities! | Ray | |
| REVIEWED: ExportImage() REVIEWED: ExportMesh() ADDED: ExportWave() REMOVED: Internal funcs: SavePNG(), SaveBMP() NOTE: These changes break the API (parameters order) | |||
| 2018-09-14 | Update mini_al to v0.8.8 | Ray | |
| Some minor tweaks around | |||
| 2018-09-06 | Support aliased font texture generation | Ray | |
| Useful for bitmaps pixelated fonts where anti-aliasing is not desired! Change also enables additional font generation mechanisms in a future (cleartype, hinting...). | |||
| 2018-09-05 | Corrected issue with types | Ray | |
| 2018-08-06 | Reviewed spacings on latest PR | Ray | |
| 2018-08-04 | Fix compiler warnings, first part | Kim Kulling | |
| 2018-07-15 | Reviewed LoadFontData() and GenImageFontAtlas() | Ray | |
| 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-06-30 | Re-added: LoadFontEx() | Ray | |
| 2018-06-21 | Improved GenImageFontAtlas() | Ray | |
| 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-05-21 | Corrected possible memory leak | raysan5 | |
| 2018-05-20 | Some code review (mainly comments) | raysan5 | |
| 2018-05-17 | Header tweak and comments | 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-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 | |
