Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-12-18 | Corrected empty string comparrisons in Bu::ParamProc, it was checking for null | Mike Buland | |
strings, which are no longer handed out in the Bu::FString, I think it's better this way, but the Bu::ParamProc may need a little re-working to make it just right (right now the default value of a string cannot be empty, doesn't sound too bad...) | |||
2007-12-17 | I think it doesn't open or connect stderr in this version, I need to add some | Mike Buland | |
options... | |||
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. |