Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2020-07-23 | Update submodules | Tiger Wang | 1 | -3/+3 | |
2020-05-16 | Update logging code to reduce unnecessary string copying: | Peter Bell | 1 | -0/+5 | |
* Write into a single fmt::memory_buffer * Use string_view instead of AString for listener callbacks * Also collapsed vFLOG and vLOG functions into one per formatting type | |||||
2020-05-05 | Update fmt to 6.2.0 (#4718) | peterbell10 | 1 | -2/+6 | |
* Update fmt to 6.2.0 | |||||
2018-01-03 | Add the fmt library (#4065) | peterbell10 | 1 | -7/+10 | |
* Replaces AppendVPrintf with fmt::sprintf * fmt::ArgList now used as a type safe alternative to varargs. * Removed SIZE_T_FMT compatibility macros. fmt::sprintf is fully portable and supports %zu. * Adds FLOG functions to log with fmt's native formatting style. | |||||
2016-02-05 | Bulk clearing of whitespace | LogicParrot | 1 | -25/+25 | |
2015-09-26 | Extended and fixed the cFile API. | Mattes D | 1 | -37/+38 | |
2015-07-31 | Moved AString reading hack to cFile. | Mattes D | 1 | -4/+7 | |
2015-05-19 | Properly fix cFile Warnings | tycho | 1 | -4/+4 | |
2015-05-19 | Fixed a lot of warnings | tycho | 1 | -3/+3 | |
2015-05-09 | More style checking. | Mattes D | 1 | -1/+1 | |
Spaces around some operators are checked. | |||||
2015-04-30 | Fixed bindings for cFile:ReadWholeFile(). | Mattes D | 1 | -1/+6 | |
Fixes #1914 | |||||
2015-04-11 | Added more cFile API functions. | Mattes D | 1 | -0/+12 | |
GetLastModificationTime, GetPathSeparator() and GetExecutableExt() | |||||
2015-04-06 | Added cFile:ChangeFileExt() function. | Mattes D | 1 | -0/+4 | |
2015-01-27 | Removed cFile::ReplaceFileNameInvalidChars(). | Mattes D | 1 | -3/+0 | |
Its only usage in cProtocol18 has been changed to a simple string replace - only the IPv6's colons were causing problems. | |||||
2015-01-27 | cFile: Added ReplaceFileNameInvalidChars(). | Mattes D | 1 | -0/+3 | |
2014-08-12 | Fixed windows compilation and style issues. | madmaxoft | 1 | -4/+4 | |
2014-08-10 | First Implementatation of new Loggin framework | Tycho | 1 | -1/+2 | |
2014-04-28 | Template Magic | Tycho | 1 | -2/+2 | |
Removed need to allocate a fake meta block by using templates to provide a version of the code that does not use metas. Also changed the function to a template argument to make sure that the compilier is able to inline it. | |||||
2014-03-14 | Fixed xofts issues | Tycho | 1 | -1/+1 | |
2014-03-11 | Added macros to follow format string checking through wrappers | Tycho | 1 | -1/+1 | |
2014-01-25 | Added cFile::Flush(). | madmaxoft | 1 | -20/+25 | |
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. | |||||
2013-11-24 | Moved source to src | Alexander Harkness | 1 | -0/+0 | |
2013-11-23 | Added cFile:ReadWholeFile() to Lua API. | madmaxoft | 1 | -0/+3 | |
2013-11-22 | Added cFile:GetFolderContents(). | madmaxoft | 1 | -0/+3 | |
Fix 162. | |||||
2013-10-09 | APIDump: Documented the new cFile API functions. | madmaxoft | 1 | -2/+2 | |
2013-10-09 | Moved cMakeDir::MakeDir to cFile::CreateFolder. | madmaxoft | 1 | -0/+3 | |
And exported to Lua. | |||||
2013-10-09 | Added static cFile functions to Lua API. | madmaxoft | 1 | -1/+19 | |
2013-09-18 | Proper folder / file distinction in plugin loading. | madmaxoft | 1 | -0/+3 | |
2013-05-01 | File: Added file rename and deletion functions | madmaxoft@gmail.com | 1 | -0/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1436 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2013-02-07 | Added a cGZipFile class for reading GZipped files. | madmaxoft@gmail.com | 1 | -11/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@1196 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-29 | Extended the cFile interface with Printf() | madmaxoft@gmail.com | 1 | -0/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@901 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-25 | Sockets are now owned by SocketThreads instead of ClientHandle (FS #246 and FS #247) | madmaxoft@gmail.com | 1 | -0/+6 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@891 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-09-23 | Source files cleanup: OSSupport-related files in a separate subfolder, renamed. | madmaxoft@gmail.com | 1 | -0/+0 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@885 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-08-03 | Fixed a few gcc pedantic warnings; made BLOCKTYPE an unsigned char type. | madmaxoft@gmail.com | 1 | -3/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@711 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-06-14 | Attempt to bring sanity to newlines across systems. | cedeel@gmail.com | 1 | -108/+108 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@606 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-04-23 | Anvil storage writing (Basic storage is working, NO entities except for chests are working! Don't use for real servers) | madmaxoft@gmail.com | 1 | -0/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@475 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-13 | Rewritten 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.com | 1 | -1/+4 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@251 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-02-01 | sprintf() begone! Replaced with StringUtils' Printf() | madmaxoft@gmail.com | 1 | -2/+2 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@216 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-30 | Replaced most FILE operations with a cFile object | madmaxoft@gmail.com | 1 | -0/+3 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@196 0a769ca7-a7f5-676a-18bf-c427514a06d6 | |||||
2012-01-30 | Initial cFile implementation (using stdio FILE) and test in cChunkMap | madmaxoft@gmail.com | 1 | -0/+99 | |
git-svn-id: http://mc-server.googlecode.com/svn/trunk@192 0a769ca7-a7f5-676a-18bf-c427514a06d6 |