Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-02-08 | So many updates. I recommend using the new FString iterators instead of direct | Mike Buland | |
indexing. It is now many times faster, and requires less overhead. Also, more stuff iterator related in every class. More on that later. | |||
2009-01-27 | Corrected some larger read/write issues in corner cases that I hit suprisingly | Mike Buland | |
often within nids. There's still a problem somewhere, but I'll find it. Also, even after having the file class canRead and canWrite functions work properly, and using them before trying to write to a nids to update info, we never ever write anything, so something is still wrong there. For now, all utilities that open a nids stream read-only will crash when it closes. Pretty minor really. |