summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/File.cpp (unfollow)
Commit message (Expand)AuthorFilesLines
2018-05-02Prefer static_cast to reinterpret_cast (#4223)peterbell101-1/+1
2018-01-03Add the fmt library (#4065)peterbell101-6/+2
2017-03-16Removed unnecessary check for lower and upper folderLukas Pioch1-6/+0
2016-12-12Use CMake's Android generators to crosscompileTiger Wang1-1/+5
2016-08-07Removed "." and ".." from cFile:GetFolderContents(). (#3301)Mattes D1-0/+14
2016-02-05Bulk clearing of whitespaceLogicParrot1-21/+21
2015-12-17Moved variables into scope, removed unused variables and fixed variablesLukas Pioch1-1/+1
2015-10-30Changed for-loop iterator in File.cpp to a reference type to reduce object copying and fix the clang build.bibo381-1/+1
2015-09-26Extended and fixed the cFile API.Mattes D1-58/+148
2015-07-31Moved AString reading hack to cFile.Mattes D1-4/+25
2015-07-29Silenced and fixed many warning messages across multiple files.Samuel Barney1-5/+5
2015-05-19Finish fixing windowstycho1-2/+2
2015-05-19Properly fix cFile Warningstycho1-7/+7
2015-05-19Fixed a lot of warningstycho1-7/+19
2015-04-11cFile:ChangeFileExt now accepts extensions with leading dot, too.Mattes D1-2/+14
2015-04-11Added more cFile API functions.Mattes D1-2/+54
2015-04-10Added proper implementation of cFile::ChangeFileExt().Mattes D1-2/+17
2015-04-06Added cFile:ChangeFileExt() function.Mattes D1-0/+23
2015-01-27Removed cFile::ReplaceFileNameInvalidChars().Mattes D1-23/+0
2015-01-27cFile: Added ReplaceFileNameInvalidChars().Mattes D1-0/+23
2014-10-23En masse NULL -> nullptr replaceTiger Wang1-11/+11
2014-10-20En masse NULL -> nullptr replaceTiger Wang1-11/+11
2014-09-14OSSupport: Fixed UNICODE Windows builds.Mattes D1-7/+7
2014-08-15Removed an unneeded cast.madmaxoft1-1/+1
2014-08-10First Implementatation of new Loggin frameworkTycho1-2/+3
2014-07-17Normalized comments.madmaxoft1-2/+2
2014-06-30Fixed cFile compilation under MinGW.madmaxoft1-0/+3
2014-05-02Open files in shared mode on windows, so that other tools may read them.madmaxoft1-2/+2
2014-04-28Template MagicTycho1-2/+2
2014-04-26Fixed mobs that don't naturally spawn.archshift1-5/+5
2014-04-01More cFile warning fixes.madmaxoft1-1/+1
2014-04-01Fixed clang warnings in cFile.madmaxoft1-10/+10
2014-02-03Fixed #491Tiger Wang1-2/+14
2014-01-25Added cFile::Flush().madmaxoft1-0/+9
2014-01-16Another VarArgs fix.madmaxoft1-4/+2
2014-01-15Using a 2nd argument instead of va_copy().madmaxoft1-2/+4
2013-11-24Moved source to srcAlexander Harkness1-0/+0
2013-11-23Added cFile:ReadWholeFile() to Lua API.madmaxoft1-0/+16
2013-11-22Added cFile:GetFolderContents().madmaxoft1-0/+60
2013-10-09Fixed cFile::CopyFile Linux compilation.madmaxoft1-7/+3
2013-10-09Moved cMakeDir::MakeDir to cFile::CreateFolder.madmaxoft1-8/+21
2013-10-09Added static cFile functions to Lua API.madmaxoft1-4/+53
2013-09-21Fixed cFile:IsFolder() and plugin-loading.madmaxoft1-1/+2
2013-09-18Proper folder / file distinction in plugin loading.madmaxoft1-0/+14
2013-05-01File: Added file rename and deletion functionsmadmaxoft@gmail.com1-0/+18
2013-02-25AnvilStats: Added ChunkExtract mode of operation, splitting Anvil files into individual chunks.madmaxoft@gmail.com1-2/+1
2013-02-07Added a cGZipFile class for reading GZipped files.madmaxoft@gmail.com1-2/+2
2012-09-29Extended the cFile interface with Printf()madmaxoft@gmail.com1-0/+14
2012-09-23Source files cleanup: OSSupport-related files in a separate subfolder, renamed.madmaxoft@gmail.com1-1/+1
2012-08-16MCServer should run just fine on Android now :Dfaketruth1-2/+2
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-271/+271
2012-04-23Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers)madmaxoft@gmail.com1-1/+19
2012-02-20Using own ASSERT() that logs to filefaketruth1-10/+10
2012-02-13Rewritten most of the code for multithreading; still not 100%, but getting there. If this commit proves to be too problematic, we can always undo it.madmaxoft@gmail.com1-1/+22
2012-02-01sprintf() begone! Replaced with StringUtils' Printf()madmaxoft@gmail.com1-3/+3
2012-02-01Fixed a sigsegv on *nix (cFile double-closing files)madmaxoft@gmail.com1-0/+1
2012-01-30Replaced most FILE operations with a cFile objectmadmaxoft@gmail.com1-0/+31
2012-01-30Initial cFile implementation (using stdio FILE) and test in cChunkMapmadmaxoft@gmail.com1-0/+200