summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/File.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | We only support 32-bit filesizes (files < 2 GiB).
* Fixed #491Tiger Wang2014-02-031-2/+14
|
* Added cFile::Flush().madmaxoft2014-01-251-0/+9
| | | | This is useful when using cFile as a log file and we know the server may crash after a specific write, so we flush the file before continuing.
* Another VarArgs fix.madmaxoft2014-01-161-4/+2
| | | | This time using va_copy() on platforms that have it and simple assignment on platforms that don't.
* Using a 2nd argument instead of va_copy().madmaxoft2014-01-151-2/+4
| | | | This seems to be the only reasonable C++03-only solution.
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-261-4/+5
| | | | | Conflicts: VC2008/MCServer.vcproj
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-0/+76
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+375