summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/File.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Removed all Printf-family functions from StringUtils.Mattes D2023-05-161-14/+3
* zlib -> libdeflate (#5085)Tiger Wang2021-01-111-9/+58
* Fix cmake not adding Werror on clang, and _lots_ of warnings (#4963)peterbell102020-10-051-26/+0
* Add FileStream wrapperTiger Wang2020-08-191-1/+26
* Update submodulesTiger Wang2020-07-231-6/+2
* Precompile unordered_map/setTiger Wang2020-07-191-0/+1
* Remove unnecessary includesTiger Wang2020-07-131-0/+2
* Update fmtlib to 7.0.0Peter Bell2020-07-061-1/+1
* Remove old Android leftovers (#4722)Mat2020-05-071-4/+4
* Update fmt to 6.2.0 (#4718)peterbell102020-05-051-3/+4
* Fix: Create players folder recursively (#4283)Nate2018-08-131-2/+5
* CheckBasicStyle: Check number of empty lines between functions (#4267)peterbell102018-07-261-1/+0
* Prefer static_cast to reinterpret_cast (#4223)peterbell102018-05-021-1/+1
* Add the fmt library (#4065)peterbell102018-01-031-6/+2
* Removed unnecessary check for lower and upper folderLukas Pioch2017-03-161-6/+0
* Use CMake's Android generators to crosscompileTiger Wang2016-12-121-1/+5
* Removed "." and ".." from cFile:GetFolderContents(). (#3301)Mattes D2016-08-071-0/+14
* Bulk clearing of whitespaceLogicParrot2016-02-051-21/+21
* Moved variables into scope, removed unused variables and fixed variablesLukas Pioch2015-12-171-1/+1
* Changed for-loop iterator in File.cpp to a reference type to reduce object copying and fix the clang build.bibo382015-10-301-1/+1
* Extended and fixed the cFile API.Mattes D2015-09-261-58/+148
* Moved AString reading hack to cFile.Mattes D2015-07-311-4/+25
* Silenced and fixed many warning messages across multiple files.Samuel Barney2015-07-291-5/+5
* Finish fixing windowstycho2015-05-191-2/+2
* Properly fix cFile Warningstycho2015-05-191-7/+7
* Fixed a lot of warningstycho2015-05-191-7/+19
* cFile:ChangeFileExt now accepts extensions with leading dot, too.Mattes D2015-04-111-2/+14
* Added more cFile API functions.Mattes D2015-04-111-2/+54
* Added proper implementation of cFile::ChangeFileExt().Mattes D2015-04-101-2/+17
* Added cFile:ChangeFileExt() function.Mattes D2015-04-061-0/+23
* En masse NULL -> nullptr replaceTiger Wang2014-10-231-11/+11
* OSSupport: Fixed UNICODE Windows builds.Mattes D2014-09-141-7/+7
* Removed an unneeded cast.madmaxoft2014-08-151-1/+1
* First Implementatation of new Loggin frameworkTycho2014-08-101-2/+3
* Normalized comments.madmaxoft2014-07-171-2/+2
* Fixed cFile compilation under MinGW.madmaxoft2014-06-301-0/+3
* Open files in shared mode on windows, so that other tools may read them.madmaxoft2014-05-021-2/+2
* Template MagicTycho2014-04-281-2/+2
* Fixed mobs that don't naturally spawn.archshift2014-04-261-5/+5
* More cFile warning fixes.madmaxoft2014-04-011-1/+1
* Fixed clang warnings in cFile.madmaxoft2014-04-011-10/+10
* Fixed #491Tiger Wang2014-02-031-2/+14
* Added cFile::Flush().madmaxoft2014-01-251-0/+9
* Another VarArgs fix.madmaxoft2014-01-161-4/+2
* Using a 2nd argument instead of va_copy().madmaxoft2014-01-151-2/+4
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-4/+5
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+76
* Moved source to srcAlexander Harkness2013-11-241-0/+375