summaryrefslogtreecommitdiffstats
path: root/source/StringUtils.h (unfollow)
Commit message (Expand)AuthorFilesLines
2012-11-15Added a Printf() function that returns a new AString by value.madmaxoft@gmail.com1-0/+3
2012-09-02Added a CreateHexDump() function for easier raw data debuggingmadmaxoft@gmail.com1-0/+2
2012-08-28Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com1-0/+3
2012-08-23Added a RateCompareString function to StringUtilsfaketruth1-0/+3
2012-08-17Packets now parse themselves from a cByteBuffer object (1st part of packeting rewrite, http://forum.mc-server.org/showthread.php?tid=524 )madmaxoft@gmail.com1-0/+3
2012-06-14Attempt to bring sanity to newlines across systems.cedeel@gmail.com1-62/+62
2012-06-04Added 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.com1-0/+3
2012-03-25A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringListmadmaxoft@gmail.com1-0/+5
2012-02-18Moved stdarg.h inclusion into Globals.hmadmaxoft@gmail.com1-4/+0
2012-02-03MCServer should be running fast again on Linux!! YAAAY!!faketruth1-0/+4
2012-02-01Rewritten cAuthenticator to make use of the new cIsThread architecture - now authentication runs in a single separate thread for all clients;madmaxoft@gmail.com1-0/+3
2012-02-01Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com1-0/+51