Commit History

Author SHA1 Message Date
  Ryan C. Gordon 38f971bac5 filesystem: SDL_SYS_EnumerateDirectory() now returns bool. 10 months ago
  Sam Lantinga a90ad3b0e2 Removed SDL_bool in favor of plain bool 11 months ago
  Sam Lantinga 37c9fb490e Changed enums to use XXX_COUNT for the count or number of values 11 months ago
  Sam Lantinga 00c409cff8 Additional cleanup exposed by building with a C++ compiler 11 months ago
  Sam Lantinga 9ff3446f03 Use SDL_bool instead an int return code in the SDL API 1 year ago
  Sam Lantinga 8f546bb3c9 Use C99 bool internally in SDL 1 year ago
  Sam Lantinga 6501e90018 Use C++ style comments consistently in SDL source code 1 year ago
  Sam Lantinga 218e45247f Fixed memory leak when SDL_Init() was called multiple times 1 year ago
  Sam Lantinga 4f55271571 Removed temporary memory from the API 1 year ago
  Sam Lantinga 033c9c5951 Added SDL_CopyFile() and SDL_CopyStorageFile() 1 year ago
  Sam Lantinga bb96320cc4 Make sure we always copy the data returned using SDL_GetStringRule 1 year ago
  Sam Lantinga 94c40fb3c9 Fixed warning: no previous prototype for function 'SDL_InitFilesystem' 1 year ago
  Ryan C. Gordon ed1f93cd11 filesystem: `SDL_Glob*Directory()` functions now follow the SDL_GetStringRule. 1 year ago
  Ryan C. Gordon 52bf7ff42d filesystem: SDL_GetPrefPath() now follows the SDL_GetStringRule. 1 year ago
  Ryan C. Gordon 2321726ff1 filesystem: SDL_GetUserFolder() now follows the SDL_GetStringRule. 1 year ago
  Ryan C. Gordon 3bc81a81f5 filesystem: SDL_GetBasePath() now follows the SDL_GetStringRule. 1 year ago
  Ryan C. Gordon a9cfcf6bde stdinc: Drastically improve SDL_StepUTF8() and make it a public API. 1 year ago
  Sam Lantinga 863a9029ae Added SDL_GlobFlags 1 year ago
  Ryan C. Gordon be6b8dead4 CaseFoldUtf8String: Fixed to actually work with Unicode values. 1 year ago
  Sam Lantinga 8acb91936a Fixed warning, needs more work by @icculus 1 year ago
  Ryan C. Gordon ff651a7941 filesystem: Turn off case-insensitivity if glob pattern is NULL. 1 year ago
  Sam Lantinga 0abdc1a343 Renamed GLOBDIR to GLOB 1 year ago
  Ryan C. Gordon 764207d873 filesystem: Added SDL_GlobDirectory() and SDL_GlobStorageDirectory(). 1 year ago
  Ryan C. Gordon 9192485746 filesystem: SDL_EnumerateDirectory should return -1 or 0. 1 year ago
  Frank Praznik a6fbf0488c Add time and realtime clock functions 1 year ago
  Sam Lantinga 92d01ef12a You can pass NULL to SDL_GetPathInfo() and SDL_GetStoragePathInfo() to test for the existence of a file. 1 year ago
  Sam Lantinga 747300b356 SDL file times are 64-bit integers representing nanoseconds since the Unix epoch 1 year ago
  Ryan C. Gordon 9d83c0a65d filesystem: Rename some internal symbols to remove "FSops" terminology. 1 year ago
  Sam Lantinga db0c1d7aeb Added portable file and directory operations (thanks @icculus!) 1 year ago