summaryrefslogtreecommitdiffstats
path: root/source/StringUtils.cpp (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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