Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-05-13 | Changed some things in the serializer...it's cool | Mike Buland | |
2006-05-12 | Added the StaticString class, which is a slightly modified version of the old | Mike Buland | |
sstring class, who's name is nonsense and now contains code specific to squirrelmud. Anyway, StaticString is more lightweight than the std::string class, but much less versitile. It really is just like a static string, but all nice and classey. Great for use with the HashTable. |