aboutsummaryrefslogtreecommitdiff
path: root/src/fstring.cpp (follow)
AgeCommit message (Collapse)Author
2008-02-07Just updated the copyright date.Mike Buland
2007-12-12Corrected some issues with the new trace system. It's now working fine. ↵Mike Buland
It's backword compatible, and the new features are a lot of fun. Since it uses template functions you can add any new variable types to be formatted.
2007-11-15Added liscense info at the front of many, many files. Debating the old files.Mike Buland
2007-07-10More FString updates, this one fixes the hashing and string comparison.Mike Buland
2007-06-29A few changes here and there, mainly related to getting the new Server systemMike Buland
working in optimal condition...
2007-06-28The FString has more things that it can do...now.Mike Buland
2007-04-03The first batch seem to have made it alright. Unfortunately the Archive classMike Buland
isn't done yet, I'm going to make it rely on streams, so those will be next, then we can make it work all sortsa' well.
2007-04-03Ok, no code is left in src, it's all in src/old. We'll gradually move code backMike Buland
into src as it's fixed and re-org'd. This includes tests, which, I may write a unit test system into libbu++ just to make my life easier.
2007-03-15This version may break hashing of strings, but at least you can hash FStrings...Mike Buland
templates are confusing.
2007-03-07Started the fstring class, could be good.Mike Buland