summaryrefslogtreecommitdiffstats
path: root/src/StringUtils.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bug fixTiger Wang2014-09-271-2/+2
|
* Initial BungeeCord support.madmaxoft2014-09-171-0/+5
| | | | Ref.: #1392
* Fixed spaces.Mattes D2014-08-291-1/+1
|
* Hotfixed recipe.txt loading.Hownaer2014-08-291-2/+2
|
* More template keyword fixes.Mattes D2014-08-281-2/+2
|
* Merge remote-tracking branch 'origin/master' into CraftingFixesMattes D2014-08-281-1/+0
|\
| * First Implementatation of new Loggin frameworkTycho2014-08-101-1/+0
| |
* | Fixed spaces after "template" keyword.Mattes D2014-08-281-1/+1
| |
* | Fixed commentsTycho2014-08-131-5/+5
| |
* | Added missing headerTycho2014-08-131-0/+1
| |
* | Fixed Integer pasing warnings in CraftingRecipies.cppTycho2014-08-131-0/+62
|/
* Refactored case-conversion functions.madmaxoft2014-08-041-2/+5
| | | | StrToLower() returns a modified copy of the string, InPlaceLowercase() modifies the string in-place.
* Attempting a compilation fix for gcc / clang.madmaxoft2014-08-031-0/+3
|
* Fixed basic whitespace problems.madmaxoft2014-07-171-9/+1
| | | | Indenting by spaces and alignment by spaces, as well as trailing whitespace on non-empty lines.
* Merge branch 'master' into chunksparsing/structsTycho2014-05-101-2/+2
|\ | | | | | | | | Conflicts: src/Chunk.h
| * Fixed MSVC 64-bit build warnings.Mattes D2014-05-091-2/+2
| |
* | cCHunkBuffer that compiles with TestGlobals.hTycho2014-05-031-0/+3
|/
* Fixed CreateHexDump's signedness.madmaxoft2014-04-041-1/+1
|
* More Clang warning fixes in the protocols.madmaxoft2014-04-041-1/+1
|
* Exported the Base64 encoding and decoding functions to Lua API.madmaxoft2014-04-011-2/+2
|
* Fixed xofts issuesTycho2014-03-141-4/+4
|
* Fixed more Format issuesTycho2014-03-111-1/+1
|
* Added macros to follow format string checking through wrappersTycho2014-03-111-3/+3
|
* Fixed Alignment issue in ByteBufferTycho2014-03-101-1/+1
|
* Another VarArgs fix.madmaxoft2014-01-161-6/+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/+6
| | | | This seems to be the only reasonable C++03-only solution.
* Added Base64Encode().madmaxoft2014-01-071-0/+3
|
* Fixed unaligned memory access in FastNBT.madmaxoft2014-01-021-0/+9
| | | | This should fix #420.
* Merge remote-tracking branch 'origin/master' into foldermove2Alexander Harkness2013-11-241-3/+0
| | | | | Conflicts: GNUmakefile
* Moved source to srcAlexander Harkness2013-11-241-0/+96