summaryrefslogtreecommitdiffstats
path: root/source/StringUtils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* Moved source to srcAlexander Harkness2013-11-241-815/+0
* Fixed Base64Decode() returning wrong value.madmaxoft2013-10-051-1/+1
* Added Basic auth support to cHTTPRequest.madmaxoft2013-10-041-0/+68
* Added StrToLower(), URLDecode() and ReplaceAllCharOccurrences().madmaxoft2013-10-041-0/+17
* Added URLDecode() and ReplaceAllCharOccurrences() to StringUtils.madmaxoft2013-09-281-0/+70
* Added Unicode, Inc.'s notice.madmaxoft2013-08-241-5/+38
* Added StringUtils functions to Lua API; added StripColorCodes(); ChatLog now strips color codes from logged messages.madmaxoft@gmail.com2013-07-071-2/+21
* Fixed sprinting in 1.6.1, made speeds available through API; fixed messages containing quotes.madmaxoft@gmail.com2013-07-071-0/+37
* Advanced RCON: Command output is sent to the RCON client.madmaxoft@gmail.com2013-06-291-23/+0
* ToLuaDoxy: initial importmadmaxoft@gmail.com2013-06-041-0/+6
* StringUtils: Fixed the HexDump in DEBUG modemadmaxoft@gmail.com2013-06-021-4/+6
* StringUtils: Fixed StringSplit to work with multiple delimitersmadmaxoft@gmail.com2013-05-011-2/+3
* Fixed CreateHexDump() filling the string with garbagemadmaxoft@gmail.com2013-04-041-0/+1
* Added water and lava springs.madmaxoft@gmail.com2013-03-141-0/+24
* Moved client socket accepting into a separate thread object, cListenThreadmadmaxoft@gmail.com2013-03-041-0/+23
* Added a Printf() function that returns a new AString by value.madmaxoft@gmail.com2012-11-151-1/+15
* Added a CreateHexDump() function for easier raw data debuggingmadmaxoft@gmail.com2012-09-021-1/+57
* Moved all packet-serializing code into cProtocol125; half the packet classes aren't needed anymore.madmaxoft@gmail.com2012-08-281-0/+159
* Added a RateCompareString function to StringUtilsfaketruth2012-08-231-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.com2012-08-171-0/+46
* Compiles on Android! Added Eclipse project, import it into your workspace and it should be runnable on Android!faketruth2012-08-151-0/+3
* Attempt to bring sanity to newlines across systems.cedeel@gmail.com2012-06-141-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.com2012-06-041-4/+35
* Merged the composable_generator branch into the trunkmadmaxoft@gmail.com2012-05-251-14/+6
* StringUtils' GetDirectoryContents() now accepts empty string and interprets it as "current directory" (*nix fix)madmaxoft@gmail.com2012-04-041-1/+5
* A globally-accessible OS-independent GetDirectoryContents() function for listing all objects in a folder as an AStringListmadmaxoft@gmail.com2012-03-251-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.com2012-02-011-0/+13
* StringUtils: SplitString() fixmadmaxoft@gmail.com2012-02-011-2/+21
* Introducing StringUtils - the place to be if you are a generic string routine :) No more sprintf()!madmaxoft@gmail.com2012-02-011-0/+129