index
:
anonymous/cuberite
1.14
BlockFixes
BoundingBox
CArrays
Certificates
ChannelManagement
ComponentRewrite
FastNBTTest
FixItemCountFormat
InfoDumpParams
InteractRewrite
LuaNoCpp
LuaStateParamsRead
LuaWebControllers
Megumin
MultiLuaStack
Pickups
PieceGenClosurePieces
ProtocolRefactor
SeeBackup
Sponge
VillagerTrading
WarningsFixes
alwaysTicked
apidump-vscode
biomal-bedrock-shape
books
callbacks
daylightgrowth
dumpinfo-plugin-folder
endgen
fixes
fixesandfeatures
formattingcodes
ghastsounds
infodump-dependencies
issue4106
itemsinicleanup
master
mobs2
serverTick
spawning
threading
A lightweight, fast and extensible game server for Minecraft
mirror
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
StringUtils.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactored case-conversion functions.
madmaxoft
2014-08-04
1
-8
/
+17
*
Rewritten string case manipulation to use std::transform.
madmaxoft
2014-08-04
1
-22
/
+4
*
Attempting a compilation fix for gcc / clang.
madmaxoft
2014-08-03
1
-0
/
+15
*
Code style: Fixed braces on separate lines.
madmaxoft
2014-07-19
1
-3
/
+5
*
Fixed style: spaces after commas.
madmaxoft
2014-07-19
1
-4
/
+4
*
Normalized comments.
madmaxoft
2014-07-17
1
-4
/
+4
*
Fixed basic whitespace problems.
madmaxoft
2014-07-17
1
-36
/
+35
*
Fixed MSVC 64-bit build warnings.
Mattes D
2014-05-09
1
-10
/
+14
*
Fixed CreateHexDump's format string.
madmaxoft
2014-04-04
1
-2
/
+2
*
Fixed CreateHexDump's signedness.
madmaxoft
2014-04-04
1
-9
/
+9
*
More Clang warning fixes in the protocols.
madmaxoft
2014-04-04
1
-1
/
+1
*
Fixed a few unneeded breaks
Tycho
2014-03-14
1
-1
/
+0
*
Fixed xofts issues
Tycho
2014-03-10
1
-1
/
+1
*
Fixed Alignment issue in ByteBuffer
Tycho
2014-03-10
1
-5
/
+2
*
Fixed Byte-order reading.
madmaxoft
2014-01-26
1
-2
/
+4
*
Yet another attempt at VarArgs.
madmaxoft
2014-01-16
1
-10
/
+15
*
Another VarArgs fix.
madmaxoft
2014-01-16
1
-18
/
+26
*
Using a 2nd argument instead of va_copy().
madmaxoft
2014-01-15
1
-13
/
+15
*
Fixed varargs modification.
madmaxoft
2014-01-15
1
-1
/
+5
*
Fixed AppendVPrintf() handling for large strings.
madmaxoft
2014-01-08
1
-6
/
+4
*
Fixed favicons
Tiger Wang
2014-01-07
1
-3
/
+4
*
More MSVC warning fixes.
madmaxoft
2014-01-07
1
-1
/
+1
*
Added Base64Encode().
madmaxoft
2014-01-07
1
-0
/
+48
*
Fixed unaligned memory access in FastNBT.
madmaxoft
2014-01-02
1
-0
/
+30
*
Merge remote-tracking branch 'origin/master' into foldermove2
Alexander Harkness
2013-11-24
1
-49
/
+0
*
Moved source to src
Alexander Harkness
2013-11-24
1
-0
/
+815