Age | Commit message (Collapse) | Author | |
---|---|---|---|
2008-02-07 | Just updated the copyright date. | Mike Buland | |
2008-01-23 | Minor changes to documentation, mainly. | Mike Buland | |
2008-01-23 | Added a new helper to the Stream classes, a write function that takes a single | Mike Buland | |
Bu::FString reference as a parameter. Unfortunately you need to remember to add "using Stream::write;" to each child class so they can take advantage of it. Strange, no? Also, cleaned up a bunch of header files, I'm trying to move towards headers only including other headers that they absolutely need, otherwise just creating forward decleration sections at the top of each. | |||
2007-11-15 | david - adding license tag to the top of all header files | David | |
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 | Many minor changes, hopefully the header fixes will keep future header macro | Mike Buland | |
conflicts from happening. And, from now on, other projects should do -Ilibbu++ not -Ilibbu++/src so we can get ready for an installed version of libbu++. | |||
2007-06-27 | The MemBuf works just fine, although it still can't over-write data in the | Mike Buland | |
buffer. | |||
2007-06-26 | Fixed a bug in the plugger and added the skeleton of the MemBuf class. | Mike Buland | |