| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2021-04-16 | Minor tweaks | Ray | |
| 2021-03-24 | Change the color of the FPS display if the FPS is low (orange for <30, red ↵ | Jeffery Myers | |
| for < 15). (#1676) Co-authored-by: Jeffery Myers <[email protected]> | |||
| 2021-03-24 | Reviewed DrawFPS() comment | Ray | |
| 2021-03-14 | Added some comments on libc dependencies | Ray | |
| 2021-03-14 | WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistency | Ray | |
| Some enums values have been renamed to be more consistent and also provide a more detailed description: - ShaderLocationIndex: LOC_VERTEX_POSITION -> SHADER_SHADER_LOC_VERTEX_POSITION - ShaderUniformDataType: UNIFORM_VEC2 -> SHADER_UNIFORM_VEC2 - MaterialMapType: MAP_ALBEDO -> MATERIAL_MAP_ALBEDO - PixelFormat: UNCOMPRESSED_GRAYSCALE -> PIXELFORMAT_UNCOMPRESSED_GRAYSCALE | |||
| 2021-03-03 | REVIEWED: TextFormat() #1626 | Ray | |
| 2021-03-03 | WARNING: BREAKING: RENAMED: enums values | Ray | |
| RENAMED: TextureFilterMode values RENAMED: TextureWrapMode values | |||
| 2021-03-02 | REVIEWED: GetFileExtension() to include the dot #1523 | Ray | |
| 2021-01-12 | Reorder function | Ray | |
| 2021-01-02 | Update year to 2021 | raysan5 | |
| 2020-12-23 | Remove trailing spaces | raysan5 | |
| 2020-12-19 | Corrected DrawTextRecEx() bug | Ray | |
| 2020-12-19 | Support font chars padding on drawing #1432 | Ray | |
| Previous implementation did not consider any padding while drawing the characters on screen (despite being available on the font atlas), so, only minimum character area was drawn. If some text effect shader was required (shadow, glow, outline...), there was no space in the drawn quad to draw that pixels effect. This commit corrects that issue. | |||
| 2020-12-18 | WARNING: RENAMED several functions for consistency #1440 | Ray | |
| This is a BREAKING CHANGE! To address the linked issue, several functions have been renamed and couterpart functions have been created to free loaded memory: - RENAMED: GetImageData() -> LoadImageColors() - RENAMED: GetImagePalette() -> LoadImagePalette() - RENAMED: GetWaveData() -> LoadWaveSamples() - ADDED: UnloadImageColors() - ADDED: UnloadImagePalette() - ADDED: UnloadWaveSamples() | |||
| 2020-12-14 | Added additional charsPadding initialization #1432 | Ray | |
| 2020-11-28 | ADDED: UnloadFontData() | raysan5 | |
| 2020-11-15 | Commented new feature | raysan5 | |
| 2020-11-15 | [text] Consider characters padding -WIP- #1432 | raysan5 | |
| 2020-11-03 | Remove trailing spaces | Ray | |
| 2020-09-16 | Add security checks when loading data from memory | raysan5 | |
| 2020-09-14 | Review memory loading functions signesness | Ray | |
| 2020-09-13 | ADDED: LoadFontFromMemory() (TTF only) #1327 | Ray | |
| 2020-09-13 | WARNING: REDESIGNED: LoadFontData() | Ray | |
| 2020-08-29 | DrawTextEx(): Minor tweak | raysan5 | |
| 2020-08-15 | Review issue with .fnt -> .png path #1351 | Ray | |
| When .fnt file is in the .exe path, image path was wrongly calculated | |||
| 2020-06-02 | [examples] text_font_sdf - Corrected bug | raysan5 | |
| 2020-05-27 | Corrected bug on TextJoin() | raysan5 | |
| 2020-05-23 | Use RL_FREE() instead of free() | raysan5 | |
| 2020-05-23 | Replaced strncat() by memcpy() in some functions | raysan5 | |
| 2020-05-22 | Avoid some warnings | raysan5 | |
| 2020-05-22 | Reviewed LoadBMFont() to load data from memory #1232 | raysan5 | |
| 2020-05-14 | Remove some [textures] function dependencies | raysan5 | |
| - LoadFontDefault() -> Some code simplifications - LoadFontFromImage() -> Avoid LoadImageEx() - LoadFontData() -> Avoid GenImageColor(), ImageFormat() - LoadBMFont() -> Avoid ImageCopy(), ImageFormat() | |||
| 2020-05-14 | TextToInteger() always exposed | raysan5 | |
| 2020-05-09 | Added [text] flag: SUPPORT_TEXT_MANIPULATION | raysan5 | |
| 2020-05-09 | Reorganized texture functions | raysan5 | |
| Removed ImageAlphaMask() dependency on [text] LoadBMFont() | |||
| 2020-05-07 | Comment tweak | raysan5 | |
| 2020-05-06 | Avoid all MSVC compile warnings | raysan5 | |
| Most warning were related to types conversion (casting required) and unsigned/signed types comparisons. Added preprocessor directives (_CRT_SECURE_NO_DEPRECATE; _CRT_NONSTDC_NO_DEPRECATE) to avoid warnings about unsafe functions, those functions are safe while used properly and recommended alternatives are MS only. Some external libraries still generate warnings. | |||
| 2020-05-01 | Review exposed #defines and allow user re-defining | raysan5 | |
| There are multiple #define values around raylib, usually not exposed for redefinition, just reviewed all of them to allow users redefining them on compile time if required. Also, multiple #define have been renamed and commented. | |||
| 2020-04-05 | Allow for empty replacement string (#1178) | Benjamin Stigsen | |
| 2020-04-04 | TextReplace changes (#1172) | Benjamin Stigsen | |
| - Added NULL return if the replacement string (`by`) is empty - Reordered sanity checks since there's no need to initialize variables if the strings are invalid. | |||
| 2020-04-02 | Fixed offset check in GenImageFontAtlas (#1171) | SasLuca | |
| * Fixed offset check in GenImageFontAtlas * Fixed code formatting to follow raylib notation rules | |||
| 2020-03-30 | Review formating and signegness issues | raysan5 | |
| 2020-03-27 | Review TRACELOG() messages | raysan5 | |
| 2020-03-27 | Corrected missing semicolon | raysan5 | |
| 2020-03-27 | [text] Review TRACELOG() messages, categorized | raysan5 | |
| 2020-03-25 | Remove trail spaces | raysan5 | |
| 2020-03-25 | Fixed DrawTextRecEx() selection when wordwrap is ON (again) (#1149) | Random | |
| 2020-03-17 | Added security check in case init fails #1135 | raysan5 | |
| 2020-03-12 | [text] TextToUpper(): Added note on diacritics | Ray | |
| 2020-03-04 | Remove comment | Ray | |
