Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-12 | Corrected 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-15 | Added liscense info at the front of many, many files. Debating the old files. | Mike Buland | |
2007-07-10 | More FString updates, this one fixes the hashing and string comparison. | Mike Buland | |
2007-06-29 | A few changes here and there, mainly related to getting the new Server system | Mike Buland | |
working in optimal condition... | |||
2007-06-28 | The FString has more things that it can do...now. | Mike Buland | |
2007-04-03 | The first batch seem to have made it alright. Unfortunately the Archive class | Mike 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-03 | Ok, no code is left in src, it's all in src/old. We'll gradually move code back | Mike 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-15 | This version may break hashing of strings, but at least you can hash FStrings... | Mike Buland | |
templates are confusing. | |||
2007-03-07 | Started the fstring class, could be good. | Mike Buland | |