dgd icon indicating copy to clipboard operation
dgd copied to clipboard

Dworkin's Game Driver, an object-oriented database management system originally used to run MUDs.

Results 3 dgd issues
Sort by recently updated
recently updated
newest added

This one's just a suggestion. While probably not necessary on non-persistent servers (you could handle it across reboots), there's currently no way to rename objects on persistent servers short of...

enhancement

On VikingMud, we're running version 1.7.1. We noticed a rare bug (we rarely use %f in sscanf) where the floating point number isn't picked up. Example code: void runme(string arg)...

bug

I wrote (more or less this) in a function: void crash() { oups: /* Some code */ goto oups; } The driver crashed while trying to compile this. I was...

cannot reproduce