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
/
source
/
StringUtils.cpp
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added a Printf() function that returns a new AString by value.
madmaxoft@gmail.com
2012-11-15
1
-1
/
+15
*
Added a CreateHexDump() function for easier raw data debugging
madmaxoft@gmail.com
2012-09-02
1
-1
/
+57
*
Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.
madmaxoft@gmail.com
2012-08-28
1
-0
/
+159
*
Added a RateCompareString function to StringUtils
faketruth
2012-08-23
1
-0
/
+27
*
Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )
madmaxoft@gmail.com
2012-08-17
1
-0
/
+46
*
Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!
faketruth
2012-08-15
1
-0
/
+3
*
Attempt to bring sanity to newlines across systems.
cedeel@gmail.com
2012-06-14
1
-232
/
+232
*
Added the new recipe parser, parsing the crafting.txt file. Included are a few recipes. The old parser still works, but will be replaced soon.
madmaxoft@gmail.com
2012-06-04
1
-4
/
+35
*
Merged the composable_generator branch into the trunk
madmaxoft@gmail.com
2012-05-25
1
-14
/
+6
*
StringUtils' GetDirectoryContents() now accepts empty string and interprets it as "current directory" (*nix fix)
madmaxoft@gmail.com
2012-04-04
1
-1
/
+5
*
A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringList
madmaxoft@gmail.com
2012-03-25
1
-0
/
+44
*
Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;
madmaxoft@gmail.com
2012-02-01
1
-0
/
+13
*
StringUtils: SplitString() fix
madmaxoft@gmail.com
2012-02-01
1
-2
/
+21
*
Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!
madmaxoft@gmail.com
2012-02-01
1
-0
/
+129