254 コミット (b3f75b91ff6859f5c19c4b1e6b17c78b5e66530f)

作成者 SHA1 メッセージ 日付
  Jeffery Myers 13f97471a2
Change the color of the FPS display if the FPS is low (orange for <30, red for < 15). (#1676) 4年前
  Ray bb73a8089a Reviewed DrawFPS() comment 4年前
  Ray f7e48c95cd Added some comments on libc dependencies 4年前
  Ray 01e28263be WARNING: VERY BREAKING CHANGE: Renamed some enum values for consistency 4年前
  Ray ca22a87949 REVIEWED: TextFormat() #1626 4年前
  Ray dfe797060a WARNING: BREAKING: RENAMED: enums values 4年前
  Ray bcc4418ff0 REVIEWED: GetFileExtension() to include the dot #1523 4年前
  Ray c256b26629 Reorder function 4年前
  raysan5 d7b4b9e485 Update year to 2021 4年前
  raysan5 0a9e080998 Remove trailing spaces 5年前
  Ray 015e715278 Corrected DrawTextRecEx() bug 5年前
  Ray e404a18226 Support font chars padding on drawing #1432 5年前
  Ray e07bc372a1 WARNING: RENAMED several functions for consistency #1440 5年前
  Ray f5b4656801 Added additional charsPadding initialization #1432 5年前
  raysan5 14c1ee2681 ADDED: UnloadFontData() 5年前
  raysan5 9b2b660f91 Commented new feature 5年前
  raysan5 55dc8171f8 [text] Consider characters padding -WIP- #1432 5年前
  Ray 3e1cd487df Remove trailing spaces 5年前
  raysan5 43d82c1f21 Add security checks when loading data from memory 5年前
  Ray 8cf0be4b6c Review memory loading functions signesness 5年前
  Ray db652daf42 ADDED: LoadFontFromMemory() (TTF only) #1327 5年前
  Ray 88c5deac87 WARNING: REDESIGNED: LoadFontData() 5年前
  raysan5 945a02798b DrawTextEx(): Minor tweak 5年前
  Ray 7b346dbbe1 Review issue with .fnt -> .png path #1351 5年前
  raysan5 b00ab118c6 [examples] text_font_sdf - Corrected bug 5年前
  raysan5 c43e889e39 Corrected bug on TextJoin() 5年前
  raysan5 b95673f701 Use RL_FREE() instead of free() 5年前
  raysan5 c1e0978555 Replaced strncat() by memcpy() in some functions 5年前
  raysan5 c1bb051e61 Avoid some warnings 5年前
  raysan5 76f8e84901 Reviewed LoadBMFont() to load data from memory #1232 5年前
  raysan5 65b7047111 Remove some [textures] function dependencies 5年前
  raysan5 ca6016cc71 TextToInteger() always exposed 5年前
  raysan5 7efed56b66 Added [text] flag: SUPPORT_TEXT_MANIPULATION 5年前
  raysan5 959447d8ed Reorganized texture functions 5年前
  raysan5 6fa6757a8b Comment tweak 5年前
  raysan5 fdad1f023b Avoid all MSVC compile warnings 5年前
  raysan5 51c3bef497 Review exposed #defines and allow user re-defining 5年前
  Benjamin Stigsen 2d6303e9fe
Allow for empty replacement string (#1178) 5年前
  Benjamin Stigsen 9c280bc7af
TextReplace changes (#1172) 5年前
  SasLuca 8444c3f705
Fixed offset check in GenImageFontAtlas (#1171) 5年前
  raysan5 e8a8d544c5 Review formating and signegness issues 5年前
  raysan5 d28e73849b Review TRACELOG() messages 5年前
  raysan5 b5842434c2 Corrected missing semicolon 5年前
  raysan5 bc2c6251f8 [text] Review TRACELOG() messages, categorized 5年前
  raysan5 7ae7a87f8a Remove trail spaces 5年前
  Random e07281f8bd
Fixed DrawTextRecEx() selection when wordwrap is ON (again) (#1149) 5年前
  raysan5 4af4483f5f Added security check in case init fails #1135 5年前
  Ray 7fa12844ed [text] TextToUpper(): Added note on diacritics 5年前
  Ray c3386300d3 Remove comment 5年前
  Ray 1be68d8cfe Tweak on variable init 5年前